/* Minification failed. Returning unminified contents.
(4502,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@-webkit-keyframes'
: run-time error CSS1066: Unexpected end of file encountered
 */
@import "/css/_fonts/CenturyGothic-Regular.css";
@import "/css/_fonts/HelveticaNeue-LightExt.css";
@import "/css/_fonts/CenturyGothic-Regular.css";
@import "/css/_fonts/HelveticaNeue-LightExt.css";
@import "/css/_fonts/CenturyGothic-Regular.css";
@import "/css/_fonts/HelveticaNeue-LightExt.css";
@import "/css/_fonts/CenturyGothic-Regular.css";
@import "/css/_fonts/HelveticaNeue-LightExt.css";
@-ms-viewport {
  height: device-height;
  width: device-width;
}
@viewport {
  height: device-height;
  width: device-width;
}



/*********************
Colors and Sizes
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
.title {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #648398;
  font-weight: normal;
}
.9 {
  font-size: 9px;
}
.10 {
  font-size: 10px;
}
.11 {
  font-size: 11px;
}
.12 {
  font-size: 12px;
}
.13 {
  font-size: 13px;
}
.14 {
  font-size: 14px;
}
.15 {
  font-size: 15px;
}
.16 {
  font-size: 16px;
}
.22 {
  font-size: 22px;
}
.24 {
  font-size: 24px;
}
.26 {
  font-size: 26px;
}
.30 {
  font-size: 30px;
}
.32 {
  font-size: 32px;
}
.textBlue {
  color: #648398;
}
.textBlue2 {
  color: #6c7b85;
}
.textGrey {
  color: #8e9395;
}
.textPositive {
  color: #849c24;
}
.textNegative {
  color: #ed4624;
}
.transition {
  transition: all ease .5s;
}
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.uppercase {
  text-transform: uppercase;
}
/* 	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.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
Borders & Boxes
*********************/
.boxBorder {
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
}
.boxes {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
}
/*********************
Misc
*********************/
.afterClear {
  content: '';
  display: block;
  clear: both;
}
.navSides {
  width: 1px;
  height: 100%;
  background-color: #d9e5ed;
  content: "";
  position: absolute;
  bottom: 0;
}
.topTickerArrows {
  background-position: 98% 50% ;
  background-repeat: no-repeat;
}
.priceTrendArrows {
  background-position: right .3em top 50%;
  background-repeat: no-repeat;
}
.clear {
  clear: both;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearImg {
  width: 100%;
  height: 100%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.tabMixin {
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabOn {
  color: #648398;
  background-color: #ffffff;
  background-image: none;
}
.tabOn .tabTitle {
  border-bottom: 1px solid #d8e4ec;
  padding: 0 0 .9em 0;
}
.tabOff {
  background-color: #e9e9e9;
  background-image: url(/css/_images/_template/tab_off1.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
  transition: opacity 0.5s ease-in-out;
}
.tabOff a {
  color: #8e9395;
}
.tabHover {
  opacity: .65;
}
.tabOff2 {
  background-color: #e0e0e0;
  background-image: url(/css/_images/_template/tab_off2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabLast {
  float: right!important;
}
.alertInners {
  position: relative;
  clear: both;
  padding: 1em 1.3em ;
  color: #686868;
}
a:link,
a:active,
a:visited {
  color: #648398;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  transition: color 0.25s ease-in-out;
}
a:hover,
a:focus {
  color: #3c4e5a;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:focus em {
  outline: 0;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #686868;
  background-color: #D1D1D1;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
.imageLeft {
  float: left;
  margin-right: 20px;
}
/*---------------------------------------------HEADER-------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
#sectorNav,
.sectorImage {
  display: none;
}
header {
  width: 100%;
  padding: 0 0 0.5em 0;
  z-index: 3;
  background-color: #ffffff;
  margin-top: 0px;
  /*border-top: 6px solid #4275AE;*/
}
header #headerLogo {
  text-align: center;
  padding: 15px 0;
}
header #mobNav {
  margin-top: 0px;
}
.otherNav {
  display: none;
}
.mainNav {
  display: none;
}
#search {
  float: left;
  margin: -52px 0 0 0;
  background-color: #fff;
}
#search form {
  border: 1px solid #e5e5e5;
  height: 35px;
  width: 90%;
  margin: auto;
}
#search form input:focus {
  outline: 0;
}
#search form #searchInput {
  padding: 0 0 0 10px;
  width: 80%;
  border: 0px;
  height: 33px;
  vertical-align: top;
  font-size: 16px;
  color: #AABAC4;
  background-color: #F8F8F8;
}
#search form #searchSubmit {
  height: 33px;
  width: 34px;
  border: 0px;
  float: right;
  background-color: #F8F8F8;
  border-left: 1px solid #e5e5e5;
  background-image: url(/_images/_template/search.png);
}
@media screen and (max-width: 801px) {
  header.fixed {
    position: fixed;
    top: 0px;
    padding: 0px;
    box-shadow: 0px -8px 9px 14px rgba(59, 59, 59, 0.5);
  }
  header.fixed #search {
    display: none;
  }
  header.fixed #headerLogo {
    position: absolute;
    top: 1.2em;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 200px;
  }
  header.fixed #headerLogo img {
    width: 100%;
    height: auto;
  }
  nav:not(.mm-menu) {
    display: none;
  }
  .miniHeader {
    background-color: #ffffff;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    float: left;
    z-index: 30;
    position: relative;
  }
  .miniHeader a {
    background: center center no-repeat transparent;
    background-image: url(/_images/_template/responsive_button.png);
    display: block;
    width: 57px;
    height: 44px;
    position: absolute;
    top: 20px;
    left: 10px;
  }
}
/*---------------------------------------------RESPONSIVE NAV-----------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
#menu ul li a {
  color: #8e9395;
  font-size: 30px;
  padding: .7em;
}
#menu ul li .mm-subclose {
  background-color: #f9f9f9;
  background-image: url(/_images/_template/responsive_top.png);
  background-repeat: repeat-x;
  background-position: bottom;
  color: #648398;
}
#menu ul li .mm-subclose:before {
  content: '';
  display: block;
  background-image: url(/_images/_template/responsive_prev.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 20px;
  height: 52px;
  transform: none;
  position: absolute;
  left: .25em;
  bottom: .17em;
  margin-bottom: 0;
}
#menu ul li .mm-subopen:after {
  content: '';
  display: block;
  background-image: url(/_images/_template/responsive_next.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 52px;
  transform: none;
  position: absolute;
  right: .5em;
  bottom: .17em;
  margin-bottom: 0;
  border: none;
}
#menu ul li .mm-subopen:before {
  border: none;
}
a:not {
  background-color: #ffffff;
}
/*---------------------------------------------FOOTER-------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
footer {
  padding: 0 1em;
  clear: both;
  width: 100%;
  height: 80px;
  /*		position:absolute;
		bottom:0;
		left:0;*/
  z-index: 2;
  text-transform: uppercase;
}
footer h6 {
  margin: 0 0 1.5em 0;
}
footer a {
  color: #7388a2 !important;
}
footer a:hover {
  color: #465669 !important;
}
footer #footerTop #footerLinks ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer #footerTop #footerLinks ul li {
  margin: 0 0 1em 0;
  padding: 0 0 .5em 0;
  border-bottom: solid 1px #aeb8c5;
}
footer #footerTop #footerLinks ul li:last-child {
  border: none;
}
footer #footerTop #footerContact {
  text-transform: uppercase;
  color: #586c86;
}
footer #footerTop #footerSocial #socialInner {
  padding: 1.5em 1.5em 1.5em;
  margin: 1em 0 1.5em 0;
  background-color: #f7f7f7;
  border: solid 1px #aeb8c5;
  height: auto;
  text-transform: none;
}
footer #footerTop #footerSocial #socialInner h6 {
  margin: 0 0 .8em 0;
  text-transform: none;
}
footer #footerTop #footerSocial #socialInner h6:after {
  content: url('/_images/_template/social_bubble.png');
  margin: 0 0 0 .5em;
}
footer #footerTop #footerSocial #socialIcons {
  width: 100%;
  height: auto;
  text-align: center;
}
footer #footerTop #footerSocial #socialIcons img:first-child {
  margin-right: .6em;
}
footer #footerTop #footerSocial #socialIcons img:last-child {
  margin-left: .6em;
}
footer #footerTop #footerSocial #socialIcons img {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
footer #footerTop #footerSocial #socialIcons img:hover {
  opacity: .8;
}
footer #subFooter {
  margin: 50px 0 0 0;
  padding: 2em 0 0 0;
  text-align: center;
  border-top: solid 1px #aeb8c5;
  color: #586c86;
  height: auto;
  font-size: 10px;
}
footer #subFooter .ahdb_logo {
  margin: 0 0 2em 0;
}
footer #subFooter li {
  list-style: none;
  display: inline;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #aeb8c5;
}
/*---------------------------------------------CONTENT------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
main {
  padding: 0;
  margin: 0;
  z-index: 1;
  position: relative;
}
main #mainInner {
  padding: 0 1em;
}
main:after {
  content: '';
  display: block;
  clear: both;
}
#mainInner {
  clear: both;
  padding: 2em 0 0 0;
}
/*---------------------------------------------FRONT BANNER-------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.banner #bannerInner .cycleFull {
  display: none;
}
#banner:after {
  content: '';
  display: block;
  clear: both;
}
/*---------------------------------------------FRONT--------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
#frontTicker {
  margin: 1em 0 1.5em;
}
#frontTicker #frontTickerLeft {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.5em;
}
#frontTicker #frontTickerRight {
  border: 1px solid #d3d3d3;
}
#frontTicker #frontTickerRight .frontTickerRightSub {
  padding: .5em .5em .5em 0.5em;
}
#frontTicker #frontTickerRight .frontTickerRightSub p {
  margin: 0;
  padding: 0;
}
#frontTicker #frontTickerRight .topTickerNegative {
  background-position: 98% 50% ;
  background-repeat: no-repeat;
  background-image: url(/_images/_template/red_arrow.png);
}
#frontTicker #frontTickerRight .topTickerNegative .tickerColour {
  color: #ed4624;
}
#frontTicker #frontTickerRight .topTickerPositive {
  background-position: 98% 50% ;
  background-repeat: no-repeat;
  background-image: url(/_images/_template/green_arrow.png);
}
#frontTicker #frontTickerRight .topTickerPositive .tickerColour {
  color: #849c24;
}
#frontTicker #frontTickerRight #frontTickerTop {
  border-bottom: 1px solid #d3d3d3 ;
}
#frontTicker:after {
  content: '';
  display: block;
  clear: both;
}
#frontLeft {
  margin: 0 0 1em 0;
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
}
#frontLeft .topBanners,
#frontLeft #midBanners,
#frontLeft #bottomBanners {
  margin: 0 0 1.3em 0;
}
#frontLeft .topBanners img,
#frontLeft #midBanners img,
#frontLeft #bottomBanners img {
  width: 100%;
  height: auto;
}
#frontLeft #bottomBanners {
  margin: 0px;
}
#frontLeft #midBanners {
  width: 100%;
}
#frontLeft #midBanners div {
  width: 50%;
  float: left;
}
#frontLeft #midBanners div:first-child {
  padding: 0 9px 0 0;
}
#frontLeft #midBanners div:last-child {
  padding: 0 0 0 9px;
}
#frontLeft #midBanners:after,
#frontLeft #bottomBanners:after {
  content: '';
  display: block;
  clear: both;
}
#frontLeft #bottomBanners {
  width: 100%;
}
@media screen and (max-width: 801px) {
  #frontLeft #bottomBanners .frontBottom1 {
    width: 50%;
    float: left;
    padding: 0 9px 0 0;
  }
  #frontLeft #bottomBanners .frontBottom2 {
    width: 50%;
    float: right;
    padding: 0 0 0 9px;
  }
  #frontLeft #bottomBanners .frontBottom3 {
    clear: both;
    margin: 0 auto;
    width: 50%;
    padding: 18px 9px 0 9px;
  }
}
#frontRight .frontRightBoxes {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
  margin: 0 0 1.5em 0;
}
#frontRight #frontPriceTrends {
  text-transform: uppercase;
}
#frontRight #frontPriceTrends h1 {
  margin: 0;
}
#frontRight #frontPriceTrends .priceTrendsSub {
  padding: .6em 0;
  position: relative;
  border-bottom: solid 1px #b5c4cd;
}
#frontRight #frontPriceTrends .priceTrendsSub p {
  margin: 0 0 .3em 0;
}
#frontRight #frontPriceTrends .priceTrendPositive {
  background-image: url(/_images/_template/green_arrow.png);
  background-position: right .3em top 50%;
  background-repeat: no-repeat;
}
#frontRight #frontPriceTrends .priceTrendNegative {
  background-image: url(/_images/_template/red_arrow.png);
  background-position: right .3em top 50%;
  background-repeat: no-repeat;
}
#frontRight #frontPriceTrends .priceTrendsSub:last-child {
  border-bottom: none;
}
#frontRight #frontNews {
  padding: 0px;
}
#frontRight #frontNews ul {
  padding: 0;
  margin: 0;
}
#frontRight #frontNews ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#frontRight #frontNews .frontNewsTab {
  width: 33.3333333%;
  float: left;
  padding: 1em ;
  text-align: center;
  text-transform: uppercase;
  background-color: #e9e9e9;
  background-image: url(/css/_images/_template/tab_off1.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
  transition: opacity 0.5s ease-in-out;
}
#frontRight #frontNews .frontNewsTab a {
  color: #8e9395;
}
#frontRight #frontNews .frontNewsTab:hover {
  opacity: .65;
}
#frontRight #frontNews .frontNewsTab:last-child {
  float: right;
}
#frontRight #frontNews .active,
#frontRight #frontNews .newsTabOn {
  color: #648398;
  background-color: #ffffff;
  background-image: none;
}
#frontRight #frontNews .active .tabTitle,
#frontRight #frontNews .newsTabOn .tabTitle {
  border-bottom: 1px solid #d8e4ec;
  padding: 0 0 .9em 0;
}
#frontRight #frontNews .panel-container {
  clear: both;
}
#frontRight #frontNews .frontNewsItem {
  padding: .77em 1em;
  clear: both;
  color: #686868;
}
#frontRight #frontNews .frontNewsItem a {
  color: #648398;
}
#frontRight #frontNews .frontNewsItem a:hover {
  color: #3c4e5a;
}
#frontRight #frontNews .frontNewsItem h2 {
  margin: 0 ;
}
#frontRight #frontNews .frontNewsItem:nth-child(even) {
  background-color: #f7f9fa;
}
#frontRight #frontNews .frontNewsItem:nth-child(even) a {
  color: #8e9395;
}
#frontRight #frontNews .frontNewsItem:nth-child(even) a:hover {
  color: #5b6062;
}
#frontRight #alertBox {
  padding: 0px;
  margin: 0;
}
#frontRight #alertBox .alertTab {
  width: 50%;
  float: left;
  padding: 1em ;
  text-align: center;
  text-transform: uppercase;
  background-color: #e9e9e9;
  background-image: url(/css/_images/_template/tab_off1.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
  transition: opacity 0.5s ease-in-out;
}
#frontRight #alertBox .alertTab a {
  color: #8e9395;
}
#frontRight #alertBox .alertTab:hover {
  opacity: .65;
}
#frontRight #alertBox ul {
  padding: 0;
  margin: 0;
}
#frontRight #alertBox ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#frontRight #alertBox .alertTab:last-child {
  float: right;
}
#frontRight #alertBox .active,
#frontRight #alertBox .alertTabOn {
  color: #648398;
  background-color: #ffffff;
  background-image: none;
}
#frontRight #alertBox .active .tabTitle,
#frontRight #alertBox .alertTabOn .tabTitle {
  border-bottom: 1px solid #d8e4ec;
  padding: 0 0 .9em 0;
}
#frontRight #alertBox .panel-container {
  clear: both;
}
#frontRight #alertBox .alertBoxInner {
  position: relative;
  clear: both;
  padding: 1em 1.3em ;
  color: #686868;
}
#frontRight #alertBox .alertBoxInner h2 {
  margin: 0 0 .9em 0;
}
#frontRight #alertBox .alertBoxInner .label {
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
#frontRight #alertBox .alertBoxInner form {
  margin: 1em 0 1.5em;
  position: relative;
}
#frontRight #alertBox .alertBoxInner form .alertInput {
  background-color: #d8e4ec;
  border: 0px;
  padding: .5em 1em;
  margin: .25em 0 .25em 0;
  width: 90%;
  color: #648398;
  font-size: 16px;
  text-transform: uppercase;
}
#frontRight #alertBox .alertBoxInner form .alertSubmit {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  height: 57px;
  width: 20px;
  border: 0px;
  background-color: #ffffff;
  background-image: url(/_images/_template/big_arrow.png);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#frontRight #alertBox .alertBoxInner form .alertSubmit:hover {
  opacity: .5;
}
#frontRight #alertBox .eventBoxInner {
  position: relative;
  clear: both;
  padding: 1em 1.3em ;
  color: #686868;
}
#frontRight #alertBox .eventBoxInner .eventInnerSub {
  margin: 1em 0;
  padding: 0 0 1em 0;
  border-bottom: solid 1px #b5c4cd;
}
#frontRight #alertBox .eventBoxInner .eventInnerSub .eventDate,
#frontRight #alertBox .eventBoxInner .eventInnerSub .eventTitle {
  text-transform: uppercase;
}
#frontRight #alertBox .eventBoxInner .eventInnerSub .eventDate a,
#frontRight #alertBox .eventBoxInner .eventInnerSub .eventTitle a {
  color: #648398;
}
#frontRight #alertBox .eventBoxInner .eventInnerSub .eventDate a:hover,
#frontRight #alertBox .eventBoxInner .eventInnerSub .eventTitle a:hover {
  color: #3c4e5a;
}
#frontRight #alertBox .eventBoxInner .eventInnerSub p {
  margin: 0 0 .2em;
}
#frontRight #alertBox .eventBoxInner .eventInnerSub:nth-child(3) {
  border-bottom: none;
  margin: 1em 0 0;
  padding: 0;
}
#frontRight #alertBox .eventBoxInner .eventButton {
  margin: 1em 0 0 0;
  color: #ffffff;
  text-transform: uppercase;
  padding: 2em 4.5em 1.5em 1.5em;
  background-image: url(/_images/_template/event_arrow.png);
  background-position: right 2em top 50%;
  background-repeat: no-repeat;
  background-color: #b5c4cd;
  font-weight: bold;
  transition: opacity 0.5s ease-in-out;
}
#frontRight #alertBox .eventBoxInner .eventButton:hover {
  opacity: .65;
}
::-webkit-input-placeholder {
  color: #648398;
}
/*---------------------------------------------INNER--------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
#innerLeft {
  margin: 0 0 1.3em 0;
  padding-top: 15px;
}
#innerLeft #innerNav {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
  margin: 0 0 1.3em 0;
}
#innerLeft #sectionContact {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
}
#innerLeft #sectionContact .sectionName {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #648398;
  font-weight: normal;
  margin: 0 0 .2em 0;
}
#innerLeft #sectionContact #sectionContactImage {
  width: 100%;
  max-width: 260px;
  height: auto;
  border-bottom: 7px solid #b5c4cd;
  margin: 0 0 .8em 0;
}
#innerLeft #sectionContact #sectionContactImage img {
  width: 100%;
  height: auto;
}
#innerLeft #sectionContact h1 {
  margin: 0 0 .2em 0;
}
#innerLeft #sectionContact #sectionContactPosition {
  text-transform: uppercase;
}
#innerLeft #sectionContact #sectionContactBox {
  color: #465A6A;
  font-weight: 500;
  background-color: #b5c4cd;
  padding: 1em 1em .5em;
  margin: 2em 0 0 0;
}
#innerLeft #sectionContact #sectionContactBox a {
  color: #465A6A;
}
#innerLeft #sectionContact #sectionContactBox .sectionContactBoxSpan {
  display: block;
  width: 2em;
  float: left;
  margin: 0;
}
#innerRight article {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
  margin: 0 0 1.3em 0;
}
#innerRight article .breadcrumb {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 0 3em 0 ;
}
#innerRight article ul {
  margin: 2em 0;
}
#innerRight article ul li {
  color: #648398;
  margin: 0 0 1em 0;
}
#innerRight article table {
  width: 100%;
  margin: 2em 0;
  padding: 0;
  border: 1px solid #b5c4cd;
  border-bottom: 3px solid #b5c4cd;
  border-collapse: collapse;
}
#innerRight article table th,
#innerRight article table td {
  padding: 1em;
  border-right: 1px solid #b5c4cd;
  border-collapse: collapse;
}
#innerRight article table th {
  background-color: #b5c4cd;
  color: #ffffff;
  font-weight: normal;
}
#innerRight article table th:nth-child(even) {
  background-color: #bcced8;
}
#innerRight article table tr:nth-child(odd) {
  background-color: #f8f9fb;
}
#innerRight #relatedLinks .relatedLink {
  margin: 1em 0 1em 0;
}
#innerRight #relatedLinks .relatedLink img {
  margin: 0 1em -0.5em 0;
}
#innerRight #articleGallery #articleGalleryContainer {
  background-color: #bcced8;
  padding: 2em 0 4em;
}
#innerRight #articleGallery #articleGalleryContainer .cycle-slideshow {
  max-width: 472px;
  height: auto;
  margin: 0px auto;
  padding: 0;
  position: relative;
  padding: 0px ;
  z-index: 5;
}
#innerRight #articleGallery #articleGalleryContainer .cycle-slideshow img {
  width: 100%;
  height: auto;
}
#innerRight #articleGallery #articleGalleryContainer .cycle-pager {
  margin: 0 0 -3em 0;
}
#innerRight #articleGallery #articleGalleryContainer .cycle-pager span {
  width: 1em;
  height: 1em;
  margin: 0 .8em;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  border: 1px #fff solid;
  transition: background-color 0.25s ease-in-out;
  border-radius: 0px;
  transition: width 0.5s ease-in-out;
}
#innerRight #articleGallery #articleGalleryContainer .cycle-pager span:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.58);
}
#innerRight #articleGallery #articleGalleryContainer .cycle-pager span.cycle-pager-active {
  opacity: 1;
  background: #fff;
  width: 2em;
}
#innerRight #articleGallery #articleGalleryContainer .cycle-prev {
  left: -10em;
  top: 0;
  background: url(/_images/_template/article_banner_prev.png) 50% 50% no-repeat;
}
#innerRight #articleGallery #articleGalleryContainer .cycle-next {
  right: -10em;
  top: 0;
  background: url(/_images/_template/article_banner_next.png) 50% 50% no-repeat;
}
.accordion .accordion_in {
  padding: 2em .5em;
  border-bottom: 1px solid #d2dadc;
}
.accordion .accordion_in .acc_head .innerDropLeft {
  float: left;
}
.accordion .accordion_in .acc_head .innerDropLeft img {
  width: 100%;
  max-width: 266px;
  margin: 0 0 1em 0;
  height: auto;
  border: 1px solid #b5c4cb;
  border-bottom: 8px solid #b5c4cb;
}
.accordion .accordion_in .acc_head .innerDropRight {
  float: right;
}
.accordion .accordion_in .acc_head .innerDropRight .dropTitle {
  color: #648398;
  text-transform: uppercase;
  padding-right: 25px;
  background-image: url(/_images/_template/accordion-arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px;
}
.accordion .accordion_in .acc_content {
  padding: 1em;
}
.accordion .accordion_in .acc_content li.dropLink {
  list-style: none;
  margin: 0 0 2em 0;
  /*padding-left: 40px;
					background-image: url(/_images/_template/icon_pdf.png);
					background-repeat: no-repeat;*/
}
.accordion .accordion_in .acc_content li.dropLink.pdf {
  padding-left: 40px;
  min-height: 28px;
  background-image: url(/_images/_template/icon_pdf.png);
  background-repeat: no-repeat;
}
.accordion .accordion_in:nth-child(even) {
  background-color: #ecf0f3;
}
.accordion .accordion_in:last-child {
  border-bottom: none;
}
.accordion .bio {
  zoom: 1;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.accordion .dropTitle {
  color: #648398;
  text-transform: uppercase;
  padding-right: 25px;
  background-image: url(/_images/_template/accordion-arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px;
}
/*---------------------------------------------EVENTS-------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.events dl dt,
.events dl dd {
  float: left;
}
.events dl dt {
  clear: left;
  font-weight: bold;
}
.createsend > ul > li {
  visibility: collapse;
}
.createsend > ul > li a {
  visibility: visible;
}

/******************************************************************
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.

******************************************************************/
@media screen and (min-width: 801px) {
  .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;
  }
  .wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}

@media screen and (max-width: 1000px) {
  /*-----HEADER------*/
  header .headerInner .mainNav {
    top: 110px !important;
    font-size: .69em;
  }
  .navSecondRow .otherNav ul li {
    font-size: .69em;
  }
}
@media screen and (min-width: 1000px) {
  /*-----HEADER------*/
  header .headerInner .mainNav {
    top: 115px !important;
    font-size: .84em;
  }
  .navSecondRow .otherNav ul li {
    font-size: .84em;
  }
}



/*********************
Colors and Sizes
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
.title {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #648398;
  font-weight: normal;
}
.9 {
  font-size: 9px;
}
.10 {
  font-size: 10px;
}
.11 {
  font-size: 11px;
}
.12 {
  font-size: 12px;
}
.13 {
  font-size: 13px;
}
.14 {
  font-size: 14px;
}
.15 {
  font-size: 15px;
}
.16 {
  font-size: 16px;
}
.22 {
  font-size: 22px;
}
.24 {
  font-size: 24px;
}
.26 {
  font-size: 26px;
}
.30 {
  font-size: 30px;
}
.32 {
  font-size: 32px;
}
.textBlue {
  color: #648398;
}
.textBlue2 {
  color: #6c7b85;
}
.textGrey {
  color: #8e9395;
}
.textPositive {
  color: #849c24;
}
.textNegative {
  color: #ed4624;
}
.transition {
  transition: all ease .5s;
}
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.uppercase {
  text-transform: uppercase;
}
/* 	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.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
Borders & Boxes
*********************/
.boxBorder {
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
}
.boxes {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
}
/*********************
Misc
*********************/
.afterClear {
  content: '';
  display: block;
  clear: both;
}
.navSides {
  width: 1px;
  height: 100%;
  background-color: #d9e5ed;
  content: "";
  position: absolute;
  bottom: 0;
}
.topTickerArrows {
  background-position: 98% 50% ;
  background-repeat: no-repeat;
}
.priceTrendArrows {
  background-position: right .3em top 50%;
  background-repeat: no-repeat;
}
.clear {
  clear: both;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearImg {
  width: 100%;
  height: 100%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.tabMixin {
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabOn {
  color: #648398;
  background-color: #ffffff;
  background-image: none;
}
.tabOn .tabTitle {
  border-bottom: 1px solid #d8e4ec;
  padding: 0 0 .9em 0;
}
.tabOff {
  background-color: #e9e9e9;
  background-image: url(/css/_images/_template/tab_off1.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
  transition: opacity 0.5s ease-in-out;
}
.tabOff a {
  color: #8e9395;
}
.tabHover {
  opacity: .65;
}
.tabOff2 {
  background-color: #e0e0e0;
  background-image: url(/css/_images/_template/tab_off2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabLast {
  float: right!important;
}
.alertInners {
  position: relative;
  clear: both;
  padding: 1em 1.3em ;
  color: #686868;
}
/******************************************************************
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.

******************************************************************/
@media screen and (min-width: 801px) {
  .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;
  }
  .wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 801px) {
  /*********************
GENERAL STYLES
*********************/
  body {
    /*font-size: .9em;*/
  }
  div.miniHeader {
    display: none;
  }
  /* ---- HIDE MOBILE NAV ---- */
  .slicknav_menu,
  .navSpace,
  #mobSearch {
    display: none;
  }
  article {
    zoom: 1;
    overflow: hidden;
  }
  article hr {
    clear: both;
    background: #a3c4db;
    margin: 25px 0;
    border: 0;
    height: 2px;
  }
  /*---------------------------------------------HEADER-------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------------------------*/
  header {
    /*position: relative;
		height: 142px;*/
    /*zoom: 1;
		overflow: auto;
		background-color: @white;*/
    border-bottom: 1px solid #d9e5ed;
  }
  header .headerInner {
    position: relative;
  }
  header .headerInner #headerLogo {
    float: left;
    width: 18%;
    margin: 0;
    padding: 0px;
  }
  header .headerInner #headerLogo IMG {
    width: 100%;
    max-width: 214px;
  }
  header .headerInner #mobNav {
    display: none;
    margin-top: 0px;
  }
  header .headerInner nav ul {
    list-style: none;
  }
  header .headerInner .headerTop {
    padding: 10px 1em;
    background-color: #fff;
    zoom: 1;
    overflow: auto;
  }
  header .headerInner .headerTop #sectorNav {
    display: block;
    float: left;
    width: 81%;
    margin-left: 1%;
  }
  header .headerInner .headerTop #sectorNav ul {
    margin: 0 0 6px 0;
    padding: 0px;
  }
  header .headerInner .headerTop #sectorNav ul li {
    width: 19.2%;
    margin-right: 1%;
    display: inline-block;
    list-style: none;
  }
  header .headerInner .headerTop #sectorNav ul li a {
    display: block;
    width: 100%;
    margin-right: 6px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  header .headerInner .headerTop #sectorNav ul li.beefLamb a {
    background-color: #6DB33F;
  }
  header .headerInner .headerTop #sectorNav ul li.cerealOilseeds a {
    background-color: #95A446;
  }
  header .headerInner .headerTop #sectorNav ul li.dairy a {
    background-color: #EDA901;
  }
  header .headerInner .headerTop #sectorNav ul li.horticulture a {
    background-color: #01573D;
  }
  header .headerInner .headerTop #sectorNav ul li.potatoes a {
    background-color: #05A94B;
  }
  header .headerInner .headerTop #sectorNav ul li:last-child {
    margin-right: 0px;
  }
  header .headerInner .headerTop #sectorNav .sectorImage {
    display: block;
  }
  header .headerInner .headerTop #sectorNav .sectorImage IMG {
    width: 100%;
  }
  header .headerInner .mainNav {
    display: block;
    position: absolute;
    background-color: #ffffff;
    text-align: center;
    top: 130px;
    height: auto;
    width: 100%;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 4px 4px -2px #d1d1d1;
    -moz-box-shadow: 0 4px 4px -2px #d1d1d1;
    box-shadow: 0 4px 4px -2px #d1d1d1;
  }
  header .headerInner .mainNav .mainNavInner {
    text-align: center;
  }
  header .headerInner .mainNav ul {
    padding: 0px;
    margin: 0 0 0 10px;
    height: 100%;
    zoom: 1;
    overflow: hidden;
    text-align: left;
  }
  header .headerInner .mainNav ul li {
    /*background-image: url(/_images/_template/nav_splitter.png);
						background-repeat:no-repeat;
						background-position: right center;
						padding: 0 0.5em;*/
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
  }
  header .headerInner .mainNav ul li a {
    display: inline-block;
    color: #4275ae;
    vertical-align: middle;
    padding: 0.5em 1em;
    min-height: 58px;
    border-bottom: 4px solid #fff;
    border-right: 1px solid #D1D1D1;
  }
  header .headerInner .mainNav ul li a.active {
    display: block;
    color: #4275ae;
    border-bottom: 4px solid #4275ae;
  }
  header .headerInner .mainNav ul li a:hover {
    color: #4275ae;
  }
  header .headerInner .mainNav ul li ul {
    margin: 0px;
  }
  header .headerInner .mainNav ul li ul li {
    line-height: 1.2em;
  }
  header .headerInner .mainNav ul li ul li a {
    min-height: 0px;
    width: 95%;
    padding: 0.25em;
    border: none;
    padding: 2px 0;
  }
  header .headerInner .mainNav ul li:last-child {
    background-image: none;
  }
  header .headerInner .mainNav:before {
    width: 1px;
    height: 100%;
    background-color: #d9e5ed;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header .headerInner .mainNav:after {
    width: 1px;
    height: 100%;
    background-color: #d9e5ed;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .navSecondRow {
    clear: both;
    padding: 5px 1em;
    margin-top: 44px;
    zoom: 1;
    overflow: auto;
    background-color: #F1F1F1;
  }
  .navSecondRow .otherNav {
    display: block;
    text-align: right;
    padding-right: 15px;
    text-transform: uppercase;
  }
  .navSecondRow .otherNav ul {
    margin: 0;
    padding: 0;
  }
  .navSecondRow .otherNav ul li {
    /*font-size: 13px;*/
    padding: 15px 0 0 0;
    font-weight: 700;
    display: inline-block;
  }
  .navSecondRow .otherNav ul li a {
    color: #638397;
    transition: all 0.25s ease-in-out;
  }
  .navSecondRow .otherNav ul li a:hover {
    color: #638397;
    border-bottom: 1px solid #d9e5ed;
  }
  .navSecondRow .otherNav ul li:after {
    content: ' | ';
    color: #638397;
  }
  .navSecondRow .otherNav ul li:last-child:after {
    content: '';
  }
  .navSecondRow #search {
    margin: 5px 0;
    float: right;
    background-color: #F8F8F8;
  }
  .navSecondRow #search form {
    width: auto;
    margin: 0;
  }
  .navSecondRow #search form #searchInput {
    width: 80%;
  }
  /*---------------------------------------------FOOTER-------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------------------------*/
  footer {
    padding: 0;
    clear: both;
    width: 100%;
    height: 560px;
    background: linear-gradient(to bottom, rgba(200, 200, 200, 0) 0%, #c8c8c8 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer div {
    height: 300px;
  }
  footer #footerTop #footerLinks {
    text-align: left;
    border-right: solid 1px #aeb8c5;
  }
  footer #footerTop #footerLinks ul li {
    width: 80%;
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0;
    border-bottom: solid 1px #aeb8c5;
    text-align: left;
  }
  footer #footerTop #footerLinks ul li a {
    color: #7388a2;
    text-transform: uppercase;
  }
  footer #footerTop #footerContact {
    text-align: left;
    border-right: solid 1px #aeb8c5;
    border-top: none;
    margin: 0 0 0 2.76%;
    padding: 0;
  }
  footer #footerTop #footerSocial #socialInner {
    padding: 1.5em 1.5em 3em;
  }
  footer #footerTop:after {
    content: '';
    display: block;
    clear: both;
  }
  /*---------------------------------------------CONTENT------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------------------------*/
  main #mainInner {
    padding: 0 1em 1.5em 1em;
    background-color: #E3E3E3;
    zoom: 1;
    overflow: auto;
  }
  #frontLeft {
    width: 66.55%;
    float: left;
    margin: 0;
    margin-right: 1.6%;
  }
  #frontLeft #midBanners {
    width: 100%;
  }
  #frontLeft #midBanners div {
    width: 50%;
    float: left;
  }
  #frontLeft #midBanners div:first-child {
    padding: 0 9px 0 0;
  }
  #frontLeft #midBanners div:last-child {
    padding: 0 0 0 9px;
  }
  #frontLeft #midBanners:after,
  #frontLeft #bottomBanners:after {
    content: '';
    display: block;
    clear: both;
  }
  #frontLeft #bottomBanners {
    margin: 0 0 18px 0;
  }
  #frontLeft #bottomBanners div {
    width: 31.7%;
    margin: 0 2.4% 0 0;
    float: left;
  }
  #frontLeft #bottomBanners div img {
    max-width: 241px;
  }
  #frontLeft #bottomBanners div:last-child {
    margin: 0 0 0 0;
    float: right;
  }
  #frontRight {
    width: 31.83%;
    float: right;
  }
  #frontRight #alertBox .eventBoxInner .eventsMap {
    width: 100%;
    height: auto;
    max-width: 342px;
  }
  .banner {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin: -20px 0 0 0 ;*/
  }
  .banner #bannerInner {
    position: relative;
    left: 100%;
    margin-left: -200%;
  }
  .banner #bannerInner .cycleFull {
    display: block;
  }
  .banner #bannerInner .cycleRes {
    display: none;
  }
  #banner:after {
    content: '';
    display: block;
    clear: both;
  }
  /*---------------------------------------------INNER--------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------------------------*/
  #innerPadding {
    height: 1em;
    width: 100%;
  }
  #innerLeft {
    width: 25%;
    margin: 0 1.6% 0 0;
    padding-top: 0;
    float: left;
  }
  #innerLeft #innerNav {
    padding: 0;
  }
  #innerLeft #innerNav h2 {
    padding: .8em;
    margin: 0;
  }
  #innerLeft #innerNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*	
				li.topLevel{
					 padding:0 1em;
					a{
						border-bottom: 1px solid @inner-nav-border;
						display: block;
						width: 100%;
						padding: .5em 1em;
						text-transform: uppercase;
						transition: all .5s ease-in-out;
					}
					a:hover{
						background-color: @inner-nav-border;
					}
				}
				*/
  }
  #innerLeft #innerNav ul li.topLevel {
    text-transform: capitalize;
    margin: 0;
    border-bottom: 1px solid #e7ebee;
  }
  #innerLeft #innerNav ul li.topLevel a {
    display: block;
    width: 100%;
    padding: .5em 1em;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
  }
  #innerLeft #innerNav ul li.topLevel a:hover {
    background-color: #e7ebee;
  }
  #innerLeft #innerNav ul li.topLevel.current > a {
    font-weight: bold;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 {
    /*ul{
							border-width: 0px;
							margin: 0px;
							padding-top: 0px;
							padding-bottom: 0px;
						}*/
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 li a {
    font-weight: normal;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 .current > a {
    color: #4275ae;
    font-weight: 600;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 {
    padding: 0 0.5em;
    margin: 0 0 0 1em;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 li {
    margin: 0;
    padding: 0;
    border-bottom: hidden;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 li a {
    padding: .25em .5em;
    margin: 0;
    width: 100%;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 li a:hover {
    transition: all 0.5s ease-in-out;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 li.current > a {
    color: #4275ae;
    font-weight: 600;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level4 {
    padding: 0;
    margin: 0 0 0 2em;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level4 li {
    margin: 0;
    list-style: disc;
    list-style-position: outside;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level4 li a {
    font-weight: normal;
    padding: 0;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level4 .current > a {
    color: #4275ae;
    font-weight: 600;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level5 {
    padding: 0;
    margin: 0 0 0 1em;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level5 li {
    margin: 0;
    list-style: circle;
    list-style-position: outside;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level5 li a {
    font-weight: normal;
    padding: 0;
  }
  #innerLeft #innerNav ul li.topLevel ul.level2 ul.level3 ul.level5 .current > a {
    color: #4275ae;
    font-weight: 600;
  }
  #innerRight {
    width: 73.333%;
    float: right;
  }
  #innerRight #relatedLinks .relatedLink {
    float: left;
    width: 50%;
    margin: 1em 0 1em 0;
  }
  #innerRight #relatedLinks:after {
    content: '';
    display: block;
    clear: both;
  }
  #innerRight .accordion .accordion_in .acc_head .innerDropLeft img {
    margin: 0;
  }
  #innerRight .accordion .accordion_in .acc_content {
    padding: 0.5em 0 0.5em 0;
  }
  #innerRight .accordion .accordion_in .acc_content .dropLink {
    float: left;
    width: 48%;
    margin: 0 0 0 2%;
  }
  /*---------------------------------------------MISC---------------------------------------------------------*/
  /*----------------------------------------------------------------------------------------------------------*/
  .clearAll {
    clear: both;
    padding-bottom: 620px;
    /* Height of the footer element */
  }
}
.menu {
  /* mega menu list */
  /* a top level navigation item in the mega menu */
  /* first descendant link within a top level navigation item */
  /* focus/open states of first descendant link within a top level 
           navigation item */
  /* open state of first descendant link within a top level 
           navigation item */
  /* sub-navigation panel */
  /* sub-navigation panel open state */
  /* list of items within sub-navigation panel */
  /* list item within sub-navigation panel */
}
.menu .nav-menu {
  z-index: 15;
}
.menu .nav-item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu .nav-item > a {
  position: relative;
}
.menu .nav-item > a.open {
  /* background-color: #fff;*/
  border-bottom: none;
  z-index: 1;
}
.menu .nav-item > .sub-nav {
  position: absolute;
  top: 4em;
  /* display: none; */
  /* next eight lines to allow fading in */
  display: inline-block;
  visibility: hidden;
  z-index: -10000;
  opacity: 0;
  left: 0px;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  /*margin-top: -1px;*/
  padding: 1em 1em 0 1.2em;
  border: 1px solid #dedede;
  background-color: #fff;
  width: 100%;
  border-bottom-left-radius: .8em;
  border-bottom-right-radius: .8em;
  box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.75);
}
.menu .sub-nav.open {
  display: inline-block;
  zoom: 1;
  height: inherit;
  /* next two lines to allow fading in */
  opacity: 0.99;
  z-index: 10000;
  visibility: visible;
  left: 0px;
}
.menu .nav-item > ul {
  display: block;
  text-align: left!important;
  float: left;
  /*width: 25%;*/
  vertical-align: top;
  margin: 0 0 1em 0!important;
  padding: 0;
}
.menu .nav-item > ul.navigation-level-2 li:last-child {
  clear: both;
}
.menu .sub-nav li {
  text-align: left!important;
  background-image: none;
  list-style-type: none;
  text-transform: capitalize!important;
  /* display: list-item!important; */
  font-weight: normal;
  /* margin: 0 0 .4em 0!important; */
  padding: 0;
  width: 100%;
}
.menu .sub-nav li a {
  color: #95a4b8 !important;
  /*width: 80%;
				padding: 0 .5em;*/
  display: block;
}
.menu .sub-nav li a:hover {
  background-color: #edeef0;
  color: #7d8085 !important;
}
nav > .menu > .nav-item > ul.sub-nav-group > li {
  font-size: 0.9em;
  font-weight: bold;
  width: 20%;
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px -4px;
  padding: 0 0.5em;
  background-image: none;
}
nav > .menu > .nav-item > ul.sub-nav-group > li > a {
  color: #7287a2!important;
  padding: 0 0 2px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #dcdddf;
  display: inline-block;
}
nav > .menu > .nav-item > ul.sub-nav-group > li > a:hover {
  background-color: transparent;
  color: #7d8085 !important;
}
nav > .menu > .nav-item > ul.sub-nav-group > li > .sub-nav li {
  font-size: 12px;
}
header .headerInner .mainNav ul.navigation-level-3 > li {
  font-weight: normal;
  padding: 0 0 0 6px;
  margin: 0px;
  background-image: url(/media/39568/bullet.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
}
/* --- PHOTO STORIES --- */
#photoStoryCont .photoStory {
  min-height: 270px;
  position: relative;
  float: left;
  width: 22.928176794%;
  margin-left: 2.762430939%;
  padding: 10px;
}
#photoStoryCont .photoStory H3 {
  margin: 5px 0;
  font-size: 1em;
}
#photoStoryCont .count_1,
#photoStoryCont .count_5,
#photoStoryCont .count_9,
#photoStoryCont .count_13,
#photoStoryCont .count_17,
#photoStoryCont .count_21 {
  margin-left: 0;
}
/* --- VIDEO--- */
#innerRight article ul.youtube {
  list-style: none;
  margin: 20px 0;
  padding: 0px;
}
#innerRight article ul.youtube LI {
  width: 30%;
  margin-right: 3%;
  padding: 10px;
  display: inline-block;
  border-top: none;
}
#innerRight article ul.youtube LI H3 {
  font-size: 1em;
  margin-top: 0px;
  font-weight: bold;
}
#innerRight article ul.youtube LI .date {
  margin: 5px 0px;
  font-size: 80%;
}
#innerRight article ul.youtube LI IMG {
  width: 100%;
  margin: 0px auto;
}
#innerRight article ul.youtube LI A {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  /*-----HEADER------*/
  header .headerInner .mainNav {
    top: 130px !important;
    font-size: 0.9em!important;
  }
  header .headerInner .mainNav ul li {
    /*padding: 0 1em .5em;*/
  }
}

/* CSS Document */

/*

File containing details on how to render a contact card.
A contact card is defined as a div with a class of "contact",
or a div within an li within a ul with a class of "contacts".

*/
ul.contacts > li > div,
div.contact {
  /* don't display:
		* the titles of the definition lists
		* the organisation name ("BPEX" - included in the render for the hCard/vCard functionality)
		* the telephone number type (again, included for the hCard/vCard functionality)
		* the full user name (displayed separately anyway, included for hCard/vCard functionality)
	*/
  /* respect line breaks in whitespace, but allow wrapping etc. */
  /* remove default margin for items within the contact */
}
ul.contacts > li > div dt,
div.contact dt,
ul.contacts > li > div .organization-name,
div.contact .organization-name,
ul.contacts > li > div .tel .type,
div.contact .tel .type,
ul.contacts > li > div .n,
div.contact .n {
  display: none;
}
ul.contacts > li > div .overview,
div.contact .overview {
  white-space: pre-line;
}
ul.contacts > li > div dt,
div.contact dt,
ul.contacts > li > div dl,
div.contact dl,
ul.contacts > li > div dd,
div.contact dd,
ul.contacts > li > div h2,
div.contact h2 {
  margin: 0px;
  padding: 0px;
}
ul.contacts > li > div dt .overview,
div.contact dt .overview,
ul.contacts > li > div dl .overview,
div.contact dl .overview,
ul.contacts > li > div dd .overview,
div.contact dd .overview,
ul.contacts > li > div h2 .overview,
div.contact h2 .overview {
  margin: 0.5em 0;
}
ul.contacts > li > div dt .overview p,
div.contact dt .overview p,
ul.contacts > li > div dl .overview p,
div.contact dl .overview p,
ul.contacts > li > div dd .overview p,
div.contact dd .overview p,
ul.contacts > li > div h2 .overview p,
div.contact h2 .overview p {
  margin: 0px;
}
ul.contacts > li > div dd.email,
div.contact dd.email {
  padding: 0.5em 0 0.5em 2.5em;
  background-color: #F6F6F6;
  background-image: url(/_images/_template/icon-WhosWho-email.png);
  background-repeat: no-repeat;
  background-position: 0.5em 0.75em;
}
ul.contacts > li > div dd.tel,
div.contact dd.tel {
  padding: 0 0 0.5em 2.5em;
  background-image: url(/_images/_template/icon-WhosWho-tel.png);
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  background-position: 0.5em 0.25em;
}
ul.contacts > li > div dd.role,
div.contact dd.role {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  /* for items with a photo, position the photo in the top-left of the list item */
  .with-photo img.photo {
    display: block;
    width: 147px;
    margin: 5px auto;
  }
}
@media screen and (min-width: 601px) {
  ul.contacts > li > div,
  div.contact {
    /* we will position the image to the top-left of the contact card */
    position: relative;
    zoom: 1;
    overflow: hidden;
    /* leave a gap for the image, if there is one */
    padding: 10px 10px 10px 167px;
    /* for items with a photo, position the photo in the top-left of the list item */
  }
  ul.contacts > li > div IMG.contactIconEmil,
  div.contact IMG.contactIconEmil {
    float: left;
    margin: 0.75em 0.5em 0 0.5em;
  }
  ul.contacts > li > div IMG.contactIconTel,
  div.contact IMG.contactIconTel {
    float: left;
    margin: 0 0.5em;
  }
  ul.contacts > li > div.with-photo,
  div.contact.with-photo {
    /* if we have a photo, ensure that the box is large enough */
    min-height: 200px;
  }
  ul.contacts > li > div.with-photo img.photo,
  div.contact.with-photo img.photo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 147px;
    margin: 5px;
  }
}
/* deal with the side-bar "section contact" separately */
#sectionContactBox {
  /* don't display the telephone number type (included for the hCard/vCard functionality */
  /* respect line breaks in whitespace, but allow wrapping etc. */
}
#sectionContactBox .tel .type {
  display: none;
}
#sectionContactBox .overview {
  white-space: pre-line;
}

.vevent {
  /* Geo contains the latitude/longitude markup for rich snippets; hide */
}
.vevent .geo {
  display: none;
}
.vevent.hidden {
  display: none;
}
li.vevent.summary .dtstart {
  display: none;
}
.swatch {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0px 5px 0px 0px;
}
#innerNav > form {
  margin: 0px 20px;
}
#innerNav > form > div {
  margin-top: 10px;
}
#innerNav > form > div.dropdown label,
#innerNav > form > div.dropdown select {
  display: inline-block;
  width: 100%;
}
#innerNav > form label {
  cursor: pointer;
}
#innerNav > form .checkbox {
  margin: 4px 0;
}
#innerNav > form .button {
  margin: 10px 0 20px 0;
}
#innerNav > form .button input[type=submit] {
  color: #648398;
  font-size: 1.2em;
  padding: 5px 15px;
  border: none;
  background-color: #d8e4ec;
}
/* style the calendar in the left-hand section on the events page */
div#calendar {
  /* style the "previous month" button */
  /* style the "next month" button */
}
div#calendar table {
  width: 230px;
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
div#calendar table td,
div#calendar table th {
  text-align: center;
  width: 40px;
}
div#calendar table td.highlight,
div#calendar table th.highlight {
  background-color: #CCC;
}
div#calendar table td.highlight A,
div#calendar table th.highlight A {
  color: white;
}
div#calendar .ui-datepicker-prev {
  margin-left: 10px;
  padding: 5px 10px;
  display: inline-block;
  float: left;
  cursor: pointer;
  background-color: #d8e4ec;
}
div#calendar .ui-datepicker-prev:before {
  content: "\003c\00a0";
}
div#calendar .ui-datepicker-next {
  margin-right: 10px;
  padding: 5px 10px;
  display: inline-block;
  float: right;
  cursor: pointer;
  background-color: #d8e4ec;
}
div#calendar .ui-datepicker-next:after {
  content: "\00a0\003e";
}
div#calendar .ui-datepicker-title {
  clear: both;
  text-align: center;
  padding-top: 10px;
}
/*---------------------------------------------EVENTS-------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.Events #innerLeft #innerNav FORM h2 {
  padding: 0;
}
.Events #innerLeft #innerNav FORM h3 {
  margin-top: 10px;
}
.Events #innerLeft #innerNav FORM ul {
  margin: 0 0 0 20px;
  padding: 0 0 10px 0;
}
.Events #innerLeft #innerNav FORM ul li {
  list-style: disc;
  margin: 4px 0;
}
.Events dl {
  zoom: 1;
  overflow: hidden;
}
.Events dl dt,
.Events dl dd {
  float: left;
  margin: 3px 0;
}
.Events dl dt {
  clear: left;
  font-weight: bold;
  width: 150px;
}
.Events dl dd {
  margin-left: 0;
}
.Events a.button {
  display: inline-block;
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #d8e4ec;
}
.Events select {
  font-size: 1.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url("/_images/_template/select-arrow.png") no-repeat;
  background-position: 95% center;
  padding: .2em 2em .2em .5em;
  background-size: 11px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
  margin: .5em 0;
}
.Events select::-ms-expand {
  display: none;
}
.Events TABLE .location {
  font-size: 0.8em;
}



/*********************
Colors and Sizes
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
.title {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #648398;
  font-weight: normal;
}
.9 {
  font-size: 9px;
}
.10 {
  font-size: 10px;
}
.11 {
  font-size: 11px;
}
.12 {
  font-size: 12px;
}
.13 {
  font-size: 13px;
}
.14 {
  font-size: 14px;
}
.15 {
  font-size: 15px;
}
.16 {
  font-size: 16px;
}
.22 {
  font-size: 22px;
}
.24 {
  font-size: 24px;
}
.26 {
  font-size: 26px;
}
.30 {
  font-size: 30px;
}
.32 {
  font-size: 32px;
}
.textBlue {
  color: #648398;
}
.textBlue2 {
  color: #6c7b85;
}
.textGrey {
  color: #8e9395;
}
.textPositive {
  color: #849c24;
}
.textNegative {
  color: #ed4624;
}
.transition {
  transition: all ease .5s;
}
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.uppercase {
  text-transform: uppercase;
}
/* 	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.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
Borders & Boxes
*********************/
.boxBorder {
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
}
.boxes {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
}
/*********************
Misc
*********************/
.afterClear {
  content: '';
  display: block;
  clear: both;
}
.navSides {
  width: 1px;
  height: 100%;
  background-color: #d9e5ed;
  content: "";
  position: absolute;
  bottom: 0;
}
.topTickerArrows {
  background-position: 98% 50% ;
  background-repeat: no-repeat;
}
.priceTrendArrows {
  background-position: right .3em top 50%;
  background-repeat: no-repeat;
}
.clear {
  clear: both;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearImg {
  width: 100%;
  height: 100%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.tabMixin {
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabOn {
  color: #648398;
  background-color: #ffffff;
  background-image: none;
}
.tabOn .tabTitle {
  border-bottom: 1px solid #d8e4ec;
  padding: 0 0 .9em 0;
}
.tabOff {
  background-color: #e9e9e9;
  background-image: url(/css/_images/_template/tab_off1.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
  transition: opacity 0.5s ease-in-out;
}
.tabOff a {
  color: #8e9395;
}
.tabHover {
  opacity: .65;
}
.tabOff2 {
  background-color: #e0e0e0;
  background-image: url(/css/_images/_template/tab_off2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabLast {
  float: right!important;
}
.alertInners {
  position: relative;
  clear: both;
  padding: 1em 1.3em ;
  color: #686868;
}
img {
  border: 0;
}
/*-----H-Tags and Styles------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.333em;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #648398;
  font-weight: normal;
}
h2 {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #648398;
  font-weight: normal;
}
h3 {
  font-size: 1.5em;
  margin-top: 30px;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding: 0;
  margin: 0 0 10px 0 ;
  font-weight: lighter;
  color: #586c86;
  text-transform: uppercase;
}
p {
  padding: 0;
  margin: 0 0 10px 0;
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
}
p .quoteStyle1 {
  display: block;
  background-color: #d8e4ec;
  font-size: 1.4em;
  padding: 10px 15px;
  margin: 15px 0;
}
p .quoteStyle2 {
  display: block;
  border-left: 3px solid #4275ae;
  font-size: 1.4em;
  padding: 10px 15px;
  margin: 15px 0;
}
.xsmall {
  font-size: 13px;
}
.small {
  font-size: 14px;
}
.medium {
  font-size: 16px;
}
.large {
  font-size: 16px;
}
body.EU.Monthly.Pig.Meat.Production.Trends #innerRight article table th,
body.EU.Monthly.Pig.Meat.Production.Trends #innerRight article table td {
  font-size: 0.75em;
  padding: 0.5em;
}
/* alterations to the accordion expand/collapse icons */
.accordion .dropTitle {
  background-image: none;
  position: relative;
}
.acc_icon_expand {
  background: url("/_images/_template/accordion-arrow.png") no-repeat;
  top: 0px;
  width: 20px;
  height: 8px;
  right: 6px;
  position: absolute;
}
.accordion .acc_active .acc_icon_expand {
  transform: rotate(-180deg);
}

ul.list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.list > li {
  /* separate the items out a bit */
  margin: 0px;
  border-top: 3px solid #CCC;
  padding: 10px 0px 0px 0px;
}
ul.list > li:first-child {
  border-top: 0px;
}
ul.list.media {
  float: left;
}
ul.list.media > li {
  list-style: none;
  min-height: 40px;
  margin-bottom: 0.75em;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 0px center;
}
ul.list.media > li.pdf {
  background-image: url(/_images/_template/icon_pdf.png);
}
ul.list.media > li.doc,
ul.list.media > li.docx {
  background-image: url(/_images/_template/icon_word.png);
}
ul.list.media > li.xls,
ul.list.media > li.xlsx {
  background-image: url(/_images/_template/icon_excel.png);
}
ul.list.media > li.ppt,
ul.list.media > li.pptx {
  background-image: url(/_images/_template/icon_powerpoint.png);
}
div.print {
  clear: left;
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
	text-transform: uppercase;
  background: #fff;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }
  html.mm-opened .mm-page {
    box-sizing: border-box;
    position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative; }
  .mm-buttonbar:after {
    content: '';
    display: block;
    clear: both; }
  .mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-buttonbar > a {
    text-decoration: none; }
  .mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px; }
  .mm-buttonbar > input:checked + label {
    border-color: transparent  !important; }
  .mm-buttonbar > *:first-child,
  .mm-buttonbar > input:first-child + * {
    border-left: none; }
  .mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%; }
  .mm-buttonbar.mm-buttonbar-3 > * {
    width: 33.33%; }
  .mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%; }
  .mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%; }

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px; }

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px; }
  .mm-footer .mm-buttonbar > * {
    border-left: none; }

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px; }

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333; }
  .mm-menu .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0; }

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px; }

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title,
  .mm-header .mm-prev,
  .mm-header .mm-next {
    padding-top: 30px; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0; }
  .mm-header .mm-next {
    padding-left: 10px;
    padding-right: 20px;
    right: 0; }
  .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px; }
  .mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
    margin-left: 5px;
    margin-right: -2px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-title,
  .mm-menu.mm-hassearch .mm-header .mm-prev,
  .mm-menu.mm-hassearch .mm-header .mm-next {
    padding-top: 20px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px; }
  .mm-menu.mm-hasheader > .mm-panel.mm-list {
    padding-top: 60px; }
  .mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
  .mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
    padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header .mm-prev:before,
  .mm-menu .mm-header .mm-next:after {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0; }

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0; }

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0; }

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-search {
  padding: 10px; }
  .mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0; }
  .mm-menu .mm-noresultsmsg:after {
    border: none !important; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px; }
  .mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
    margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px; }
  .mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
    padding-top: 0; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 1; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

label.mm-toggle, label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px; }

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px; }

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px; }

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px; }

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px; }

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px; }

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px; }

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu label.mm-toggle:before {
    background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  transform: translateX(30%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  transform: translateY(30%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left; }
  html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%); }
    html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translateX(-30%);
      transform: scale(0.7, 0.7) translateX(-30%); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }



/*********************
Colors and Sizes
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
.title {
  font-family: "CenturyGothic-Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #648398;
  font-weight: normal;
}
.9 {
  font-size: 9px;
}
.10 {
  font-size: 10px;
}
.11 {
  font-size: 11px;
}
.12 {
  font-size: 12px;
}
.13 {
  font-size: 13px;
}
.14 {
  font-size: 14px;
}
.15 {
  font-size: 15px;
}
.16 {
  font-size: 16px;
}
.22 {
  font-size: 22px;
}
.24 {
  font-size: 24px;
}
.26 {
  font-size: 26px;
}
.30 {
  font-size: 30px;
}
.32 {
  font-size: 32px;
}
.textBlue {
  color: #648398;
}
.textBlue2 {
  color: #6c7b85;
}
.textGrey {
  color: #8e9395;
}
.textPositive {
  color: #849c24;
}
.textNegative {
  color: #ed4624;
}
.transition {
  transition: all ease .5s;
}
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.uppercase {
  text-transform: uppercase;
}
/* 	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.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
Borders & Boxes
*********************/
.boxBorder {
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
}
.boxes {
  background-color: #ffffff;
  border: solid 1px #d8e4ec;
  border-bottom: solid 6px #d8e4ec;
  padding: 18px;
}
/*********************
Misc
*********************/
.afterClear {
  content: '';
  display: block;
  clear: both;
}
.navSides {
  width: 1px;
  height: 100%;
  background-color: #d9e5ed;
  content: "";
  position: absolute;
  bottom: 0;
}
.topTickerArrows {
  background-position: 98% 50% ;
  background-repeat: no-repeat;
}
.priceTrendArrows {
  background-position: right .3em top 50%;
  background-repeat: no-repeat;
}
.clear {
  clear: both;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearImg {
  width: 100%;
  height: 100%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.tabMixin {
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabOn {
  color: #648398;
  background-color: #ffffff;
  background-image: none;
}
.tabOn .tabTitle {
  border-bottom: 1px solid #d8e4ec;
  padding: 0 0 .9em 0;
}
.tabOff {
  background-color: #e9e9e9;
  background-image: url(/css/_images/_template/tab_off1.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
  transition: opacity 0.5s ease-in-out;
}
.tabOff a {
  color: #8e9395;
}
.tabHover {
  opacity: .65;
}
.tabOff2 {
  background-color: #e0e0e0;
  background-image: url(/css/_images/_template/tab_off2.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #8f8f8f;
}
.tabLast {
  float: right!important;
}
.alertInners {
  position: relative;
  clear: both;
  padding: 1em 1.3em ;
  color: #686868;
}
/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow,
.cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 801px) {
  .cycle-slideshow {
    width: 1200px;
    height: 300px;
    margin: 0px auto;
    padding: 0;
    position: relative;
    padding: 0px ;
    z-index: 5;
  }
}
/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
  /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
}
/* in case script does not load */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 5;
}
/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 800;
}
.cycle-pager span {
  width: 9px;
  height: 9px;
  margin: 0 4px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  border: 1px #fff solid;
  transition: background-color 0.25s ease-in-out;
  border-radius: 10px;
}
.cycle-pager span:hover {
  opacity: 1;
  background: rgba(60, 50, 28, 0.58);
}
.cycle-pager span.cycle-pager-active {
  opacity: 1;
  background: #fff;
}
.cycle-pager > * {
  cursor: pointer;
}
/* caption */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700;
}
/* overlay */
@media screen and (min-width: 651px) {
  .cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    text-align: center;
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 651px) {
  .cycle-overlay {
    font-family: tahoma, arial;
    width: 100%;
    z-index: 600;
    text-align: center;
    margin: 0px 0px 0px 0px;
  }
}
.cycle-overlay h1 {
  margin: 5px 0px 5px 0px;
}
.cycle-overlay h1:before {
  content: open-quote;
}
.cycle-overlay h1:after {
  content: close-quote;
}
/* prev / next links */
.cycle-prev,
.cycle-next {
  position: absolute;
  top: 0px;
  width: 10%;
  opacity: .25;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.cycle-prev {
  left: 1%;
  top: 0;
  background: url(/_images/_template/banner_prev.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
.cycle-next {
  right: 1%;
  top: 0;
  background: url(/_images/_template/banner_next.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
@media screen and (min-width: 801px) {
  .cycle-prev,
  .cycle-next {
    position: absolute;
    top: 0;
    width: 80px;
    opacity: .25;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }
  .cycle-prev {
    left: 0;
    top: 0;
    background: url(/_images/_template/banner_prev.png) 50% 50% no-repeat;
  }
  .cycle-next {
    right: 0;
    top: 0;
    background: url(/_images/_template/banner_next.png) 50% 50% no-repeat;
  }
  .cycle-prev:hover,
  .cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70);
  }
}
.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}
/* display paused text on top of paused slideshow */
.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50);
}
/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/
/*-------------------------------------------------------gallery inner--------------------------------------------*/
#articleGallery .cycle-slideshow {
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 0;
  position: relative;
  padding: 0px ;
  z-index: 5;
  background-color: #bcced8;
}

fieldset {
  margin: 10px 0 20px 0;
  padding-top: 10px;
  border: none;
}
fieldset label {
  display: inline-block;
  margin-top: 0.5em;
}
fieldset select {
  display: inline-block;
  margin: .5em 0;
  padding: .2em 2em .2em .5em;
  font-size: 1.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url("/_images/_template/select-arrow.png") no-repeat;
  background-position: 95% center;
  background-size: 11px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
fieldset select::-ms-expand {
  display: none;
}
.chart {
  margin: 10px 10px 20px 10px;
}
table.chart td.numeric {
  text-align: right;
}
#innerRight article table.chart td {
  padding: 4px 6px;
}
table.chart > tbody > tr:hover {
  background-color: #CCC;
}
#innerRight article table.options {
  margin: 0;
}
#innerRight article table.options.checkboxlist tr > td {
  padding: 0.2em 1em;
}
#innerRight article table.options.checkboxlist tr > td:first-child {
  width: 20px;
}

/*
   Remove break
*/

.mainNav, .slicknav_nav a br
{
	display: none;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn 
{ 
	position: relative; 
	display: block; 
	vertical-align: middle; 
	float: right; 
	cursor: pointer;
	background-image: url(/_images/_template/responsive_button.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 35px;
}

a.slicknav_btn:link, a.slicknav_btn:visited
{ 
	margin: 10px 20px 10px 5px;
	padding: 0; 
}

.slicknav_menu  .slicknav_menutxt { display: none;}
.slicknav_menu .slicknav_icon { /*float: left; margin: 0.188em 0 0 0.438em; */}
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { /*display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);*/ }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
   /* margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;*/
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #8E9395;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  /*background-color: #fff;*/
}
.slicknav_menu {
    background:#fff;
    padding:0;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size: 1em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:7px 10px;
/*    margin:2px 5px;*/
}

.slicknav_nav li {
	margin: 0;
	border-bottom: 1px solid #D8D8D8;
}

.slicknav_nav li li{
	border-bottom: none;
} 
.slicknav_nav a{
    padding:7px 10px;
    text-decoration:none;
    color:#8E9395;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
   /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    background:#E3E3E3;
    color:#fff;
}
.slicknav_nav a:hover{
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;*/
    background:#E3E3E3;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

@-webkit-keyframes marketPricesTicker {
  0% {
    top: 090px;
  }
  100% {
    top: -530px;
  }
}
@keyframes marketPricesTicker {
  0% {
    top: 090px;
  }
  100% {
    top: -530px;
  }
}
@-webkit-keyframes marketPricesTickerLarger {
  0% {
    top: 090px;
  }
  100% {
    top: -310px;
  }
}
@keyframes marketPricesTickerLarger {
  0% {
    top: 090px;
  }
  100% {
    top: -310px;
  }
}
#frontTicker #frontTickerRight {
  position: relative;
  height: 90px;
  overflow: hidden;
}
#frontTicker #frontTickerRight > div {
  position: absolute;
  width: 100%;
  -webkit-animation: marketPricesTicker 10s linear 0s infinite normal;
  animation: marketPricesTicker 10s linear 0s infinite normal;
  top: 90px;
}
@media screen and (min-width: 801px) {
  #frontTicker #frontTickerRight > div {
    -webkit-animation: marketPricesTickerLarger 10s linear 0s infinite normal;
    animation: marketPricesTickerLarger 10s linear 0s infinite normal;
  }
}

H1 {
  display: block;
}
H2 {
  display: block;
}
H3 {
  display: block;
}

@media only print {
  .mainNav,
  #innerNav,
  #search,
  #footerLinks,
  #footerSocial,
  div.print,
  #sectionContact,
  #mobSearch,
  #subFooter > ul {
    display: none;
  }
  BODY {
    font-size: 0.6em;
  }
  #innerRight article {
    border: 0px;
  }
  #innerRight article .breadcrumb {
    margin-bottom: 0px;
  }
  #innerRight article p > img:only-child,
  #innerRight article p > strong > img:only-child {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  header {
    height: auto;
  }
  header #headerLogo img.logo {
    max-height: 30px;
  }
  footer h6,
  footer p {
    margin-bottom: 0px;
  }
  footer #subFooter {
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  ul.contacts > li > div.with-photo img.photo,
  div.contact.with-photo img.photo .contact .photo {
    max-width: 100%;
    width: 300px!important;
  }
}

.ezsearch-result h2 {
  margin: 0px;
  font-size: 1.2em;
}
.ezsearch-result p.path {
  color: #DDD;
  font-size: 0.8em;
}
fieldset.options {
  border-bottom: 1px dashed #686868;
}
fieldset.options div > label {
  display: inline-block;
  width: 150px;
}
fieldset.options div > input {
  font-size: 1.2em;
  padding: .2em 2em .2em .5em;
  margin: 0.5em 0px;
}
fieldset.options div.button input[type="submit"] {
  margin-left: 150px;
  padding-right: 0.5em;
}
@media screen and (max-width: 601px) {
  fieldset.publications div > label {
    display: block;
    width: 150px;
  }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

.imageLeft {
display: block; float: left;  margin: 0 15px  10px 0; 
}

.imageRight {
float: right; margin: 0 0 10px 15px;
}

.clearLeft {
clear: left; display: block;
}

.quoteStyle1 {

}

.quoteStyle2 {

}

