
/*****************************************************
  * DH Interactive Ltd:
  * Duncan Hart
  * http://www.dhinteractive.co.uk
  *
  * Client: Crystal Amber Fund
  * Client: http://www.crystalamber.com
  *
  * Author: Duncan Hart
  * Author: http://www.dhinteractive.co.uk <support@dhinteractive.co.uk>
  *
  *Date 09/2013 - Created
  *
 *****************************************************
 */


/*****************************************************
* Global
/*****************************************************
*/

html, body {
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
  background: #FFFFFF;
  font-family: "Helvetica", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

body a:link, body a:visited {
  color: #000000;
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
}

body a:hover {
}

#wrapper {
  min-height: 99%;
}

.highlight {
  color: #f29100;
}

.lowlight {
  color: #999999;
}

.title {
  font-weight: bold;
}

/*****************************************************
* Header & footer
/*****************************************************
*/

#header {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
  width: 100%;
  height: 112px;
  background-color: #FFFFFF;
  z-index: 100;
}

#header .logo {
  position: relative;
  left: 50%;
  margin-left: -125px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 33px;
  width: 250px;
  background: url('/_library/_img/_global/logo.png') no-repeat;
  background-size: 250px 33px;
  background-color: #FFFFFF;
  overflow: hidden;
}

#header .date {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 5px;
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
  padding: 0px;
  border: none;
}

#header .share {
  display: none;
}

#footer {
  position: relative;
  margin-top: -80px; /* negative value of footer height */
  margin-left: 20px;
  margin-right: 20px;
  height: 70px;
  padding-top: 10px;
  border-top: 1px solid #f1f2f2;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #000;
  clear: both;
}

#footer .highlight {
  color: #f29100;
  font-weight: bold;
}


/* Desktop Override */
@media screen and (min-width: 960px) {

  #header {
    position: fixed;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    width: 100%;
    height: 112px;
    min-width: 940px;
    background-color: #FFFFFF;
    z-index: 100;
  }

  #header .logo {
    margin-top: 20px;
  }

  #header .date {
    position: absolute;
    top: 10px;
    text-align: left;
    min-width: 100px;
    width: auto;
    margin-top: 0px;
    margin-left: 50px;
    text-decoration: underline;
    padding-bottom: 2px;
    overflow: hidden;
  }

  #header .share {
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 10px;
    width: 200px;
    height: 50px;
    margin-right: 50px;
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 2px;
    text-align: right;
  }

  #footer {
    font-size: 12px;
  }

}

/*****************************************************
* Primary Navigation / Responsive Override
/*****************************************************
*/

.nav {
  display: hidden;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.nav ul {
  float: left;
  width: 100%;
  background: #aeacac;
  display: inline;
  list-style: none;
}

.nav ul li a {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #e0e2e2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav ul li.selected a {
  color: #FFFFFF;
}

.nav ul li ul {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.nav ul li ul li a {
  background: #eef1f1;
  color: #aeacac !important;
}

.nav ul li ul li a.selected {
  background: #f29100 !important;
  color: #FFFFFF !important;
}

.nav-toggle {
  position: absolute;
  display: block;
  background-image: url('/_library/_img/_global/hamburger.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 97% 10px;
  z-index: 1000;
  width: 100%;
  background-color: #f29100;
  overflow: hidden;
  right: 0px;
  height: 28px;
  color: #efeeec;
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

/* Desktop Override */
@media screen and (min-width: 960px) {

  .nav {
    float: none;
    position: relative;
    margin-top: 0px;
    height: 55px;
    background: #f29100;
  }

  .nav ul {
    float: none;
    text-align: center;
    display: inline;
    margin: 0;
    background: none;
  }

  .nav ul li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: -4px;
    height: 100%;
  }

  .nav ul li a {
    float: left;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #e0e2e2;
    /* font-weight: bold; */
    font-size: 14px;
    background-image: url("/_library/_img/_global/divid.png");
    background-size: 2px 30px;
    background-position: right 14px;
    background-repeat: no-repeat;
  }

  .nav ul li.first a {
  }

  .nav ul li.selected a {
    color: #FFFFFF;
  }

  .nav ul li.last a {
    background: none;
  }

  .nav ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
  }

  .nav ul li ul {
    padding: 0;
    position: absolute;
    top: 56px;
    left: 4px;
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .nav ul li ul li {
    float: left;
    /* width: 500px !important; */
    width: 320px !important;
    /* padding-top: 1px; */
    /* padding-bottom: 1px; */
  }

  .nav ul li ul li a {
    color: #e0e2e2 !important;
    padding-left: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    /* width: auto; */
    width: 100%;
    background: #aeacac;
    border-bottom: 1px solid #FFFFFF;
  }

  .nav ul li ul li a:hover {
    background: #f29100;
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  .nav ul li ul li a.selected {
    color: #FFFFFF !important;
    background: #f29100 !important;
  }

  .nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .nav-toggle {
    display: none;
  }

}


/*****************************************************
* Sub Navigation
/*****************************************************
*/

.sub_nav ul {
  margin: 0px;
}

.sub_nav ul li {
  float: left;
  width: 100%;
  height: 20px;
  background: #fcf9f9;
  margin-bottom: 8px;
  padding: 5px;
  padding-bottom: 0px;
  list-style: none;
  color: #999999;
  font-size: 14px;
}

.sub_nav ul li a {
  color: #999999;
}

.sub_nav ul li:hover, .sub_nav ul li a:hover {
  background: #CCCCCC;
  color: #FFFFFF;
}

.sub_nav ul li.selected {
  background: #f0ab45;
  color: #FFFFFF;
}

/* Desktop Override */
@media screen and (min-width: 960px) {
  
  

}




/*****************************************************
* Elements & General Stylings
/*****************************************************
*/

.banner_1, .banner_2 {
  float: left;
  width: 100%;
  height: 140px;
  background-image: url('/_library/_img/_global/bg.gif');
  background-position: left bottom;
  background-repeat: repeat-x;
  border-bottom: 4px solid #f29100;
}

.banner_2 {
  height: 70px;
}

.plant_1, .plant_2 {
  float: left;
  margin-left: 10%;
  width: 70px;
  height: 140px;
  /*
  background-image: url('../_img/_global/plant.png');
  background-position: 0px bottom;
  background-size: auto 50%;
  background-repeat: no-repeat;
  */
}

.plant_2 {
  height: 70px;
  background-size: auto 90%;
}

.slogan {
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.slogan p.bg, .slogan p.fg {
  position: absolute;
  left: 5%;
  top: 140px;
  width: 90%;
  min-height: 60px;
  height: auto;
  color: #000;
  text-align: center;
  font-size: 19px;
  font-family: "Times New Roman", Georgia, Serif;
  visibility: hidden;
}

.slogan p.bg {
  color: transparent;
  text-shadow: #FFFFFF 0 0 15px;
}

.slogan .hightlight {
  color: #a76b27;
}

.call_to_action {
  position: absolute;
  left: 30%;
  top: 215px;
  width: 40%;
  height: 40px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  visibility: hidden;
}

.call_to_action a {
  color: #333333 !important;
  border-bottom: 1px solid #333333;
}

.call_to_action a:hover {
  color: #000000 !important;
  border-bottom: 1px solid #000000;
}

.element_outer {
  float: left;
  position: relative;
  width: 100%;
  min-height: 100%;
}

.element_inner {
  margin: 0 auto;
  width: 90%;
  min-height: 400px;
  margin-bottom: 10px;
}

.element_txt_1, .element_txt_4, .element_full_width {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 19px;
}

.element_txt_1 a:link, .element_txt_1 a:visited {
  display: inline-block;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
}

.element_txt_1 a:hover {
  border-bottom: 1px solid #f29100;
  color: #f29100;
}

.element_title_1, .element_title_2, .element_title_3 {
   float: left;
   width: 100%;
   margin-bottom: 10px;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 14px;
   clear: both;
}

.element_title_2 {
  margin-bottom: 14px;
}

.element_title_3 {
  width: auto;
  margin-right: 10px;
}

.element_txt_2 {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 5px;
}

.element_txt_3 {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
}

.element_txt_4 {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
}

.element_full_width>iframe {
  width: 100%;
  border: none;
  overflow: auto;
} 

.element_full_width>.element_title_1 {
  padding-left: 8px;
}

/* Desktop Override */
@media screen and (min-width: 960px) {

  .banner_1, .banner_2 {
    float: left;
    width: 100%;
    height: 240px;
    margin-top: 120px;
    background-image: url('/_library/_img/_global/bg.gif');
    background-position: left bottom;
    background-repeat: repeat-x;
  }

  .banner_2 {
    height: 120px;
  }

  .feature {
    margin: 0 auto;
    max-width: 940px;
    height: 100%;
  }

  .plant_1, .plant_2 {
    float: left;
    height: 100%;
    width: 200px;
    background-position: left bottom;
    background-size: 85%;
    background-repeat: no-repeat; 
  }

  .plant_2 {
    background-size: 45%;
  }

  .slogan p.bg, .slogan p.fg {
    left: 50%;
    top: 220px;
    margin-left: -400px;
    width: 800px;
    min-height: 60px;
    height: auto;
    font-size: 24px;
    font-family: "Times New Roman", Georgia, Serif; 
  }

  .call_to_action {
    left: 50%;
    top: 300px;
    margin-left: -150px;
    width: 300px;
    height: 40px;
  }

  .element_inner {
    margin: 0 auto;
    width: 940px;
    min-height: 400px;
    margin-bottom: 10px;
  }

  .element_txt_1 {
    float: left;
    width: 55%;
    font-size: 14px;
  }

  .element_txt_2 {
    margin-left: 5%;
    width: 40%;
  }

  .element_txt_3 {
    float: left;
    width: 30%;
    font-size: 14px;
  }

  .element_txt_4 {
    margin-left: 5%;
    width: 65%;
  }

}


/*****************************************************
* Grid
/*****************************************************
*/

.grid_border {
  float: left;
  border: 1px solid #f1f1f1;
  padding: 5px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.grid_col_1, .grid_col_2, .grid_col_3, .grid_col_4, .grid_col_5 {
  float: left;
  width: 45%;
  padding-top: 5px;
  min-height: 20px; 
}

.grid_col_3 {
  width: 40%;
}

.grid_col_4 {
  width: 27%;
  margin-left: 1.5%;
  text-align: right;
}

.grid_col_3, .grid_col_4, .grid_col_5 {
  font-size: 11px;
}

.grid_col_5 {
  width: 100%;
  clear: both;
}

.grid_clear {
  float: left;
  width: 100%;
  height: 1px;
}




/*****************************************************
* News Modules
/*****************************************************
*/

.home_news_item {
  float: left;
  clear: both;
  padding: 5px;
  width: 97%;
  height: auto;
  background: #fcf9f9;
  margin-bottom: 8px;
}

.home_news_item .date, .home_news_item .url, .home_news_item .documents, .home_news_item .title {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
}

.home_news_item .date {
  color: #999999;
  font-size: 12px;
}

.home_news_item .title {
  font-weight: bold;
}

.home_news_item .url a:link, .home_news_item .url a:visited {
  border-bottom: 1px solid #f29100;
  color: #f29100;
}

.home_news_item .url a:hover{
  border-bottom: 1px solid #000;
  color: #000;
}

.home_news_item .documents a:link, .home_news_item .documents a:visited {
  border-bottom: none;
  color: #f29100;
}

.home_news_item .documents a:hover{
  border-bottom: none;
  color: #000;
}

.home_news_footer {
  float: left;
  padding-bottom: 8px;
  padding-top: 3px;
  font-size: 11px;
  color: #c1c2c4;
  margin-bottom: 5px;
}

.press_divid {
  float: left;
  width: 100%;
  height: 5px;
  border-top: 1px solid #f1f2f2;
  margin-bottom: 10px;
}

.press_panel_outer {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.press_panel_inner {
  float: left;
  width: 5000px;
}

.press_panel_item {
  float: left;
  height: auto;
  border: 1px solid #f1f2f2;
  margin-right: 20px;
}

.press_panel_item .image {
  float: left;
  width: 30%;
  height: auto;
  background: #fcf9f9;
  margin-top: 4px;
  margin-left: 4px;
}

.press_panel_item .image img {
  width: 100%;
  height: 100%;
}

.press_panel_item .description {
  float: left;
  width: 60%;
  height: 90px;
  margin-top: 10px;
  margin-left: 10px;
}

.press_panel_item .date {
  float: left;
  width: 100%;
  color: #999999;
  font-size: 12px;
  margin-bottom: 3px;
}

.press_panel_item .title {
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.press_panel_item .url {
  color: #999999;
  font-size: 12px;
}

.press_panel_item .url a {
  color: #f29100;
  border-bottom: 1px solid #f29100;
}

.press_panel_item .url a:hover {
  color: #000000;
}

/* Desktop Override */
@media screen and (min-width: 960px) {

  .home_news_item {
    width: 97%;
  }

}

/*****************************************************
* Form
/*****************************************************
*/

.form {
  float: left;
  margin-bottom: 5px;
  font-size: 14px;
}

.form.description {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.form.description p {
  width: 80%;
}

.form.title {
  float: left;
  width: 20%;
  margin-right: 5%;
  font-weight: 400;
}

.form.dropdown, .form.field, .form.textarea {
  float: left;
  width: 100%;
}

.form.dropdown select, .form.field input, .form.textarea textarea {
  float: left;
  width: 98%;
  height: 20px;
  border: 1px solid #CCCCCC;
}

.form.textarea textarea {
  height: 100px;
}

.form.submit a {
  float: left;
  width: 120px;
  height: 26px;
  background: #999999;
  text-align: center;
  padding-top: 5px;
  color: #FFFFFF;
}

.form.submit a:hover {
  background: #f29100;
}

/* Desktop Override */
@media screen and (min-width: 960px) {

  .form.dropdown, .form.field, .form.textarea {
    float: left;
    width: 75%;
  }

  .form.dropdown select, .form.field input, .form.textarea textarea {
    width: 70%;
  }

  .form.submit {
    margin-left: 25%;
  }

}


/*****************************************************
* Expanded Tables
/*****************************************************
*/

.expandable_tables {
  cursor: pointer;
  width: 98%;
  height: auto;
  min-height: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #fcf9f9;
  overflow: hidden;
  line-height: 20px;
}

.expandable_tables.disabled {
  cursor: default;
}

.expandable_tables>.date {
  color: #999999;
  font-size: 12px;
}

.content {
  padding-left: 10px;
  box-sizing: border-box;
}

/* Desktop Override */
@media screen and (min-width: 960px) {

  
}


/*****************************************************
* Overlay Styles
/*****************************************************
*/

.overlay {
  visibility: hidden;
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.overlay_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.85;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity:0.85;
  -khtml-opacity: 0.85;
}

.overlay_inner {
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -200px;
  width: 300px;
  height: 400px;
  background: #FFFFFF;
  padding: 5px;
  border: 1px solid #e0e2e2;
}

.overlay_header {
  float: left;
  width: 295px;
  height: 20px;
  padding-top: 5px;
  padding-left: 5px;
  background: #f29100;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.overlay_description_outer {
  margin-top: 5px;
  float: left;
  height: 230px;
  width: 295px;
  overflow: scroll;
}

.overlay_description_inner {
  font-size: 12px;
  padding: 5px;
  
}

.overlay_buttons {
  float: left;
  margin-top: 10px;
  font-size: 11px;
}

.overlay_buttons .terms {
  float: left;
  width: 295px;
  margin-top: 15px;
  color: #999999;
}

.overlay_buttons a {
  float: left;
  display: block;
  width: auto;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  background: #f29100;
  font-weight: bold;
  color: #FFFFFF !important;
}

.overlay_buttons a:hover {
  background: #f29100;
  color: #000000 !important;
}

.overlay_buttons a.decline {
  background: #CCCCCC;
  font-weight: regular;
  color: #999999;
}

.overlay_buttons a:hover.decline {
  background: #f29100;
  color: #000000;
}



/* Desktop Override */
@media screen and (min-width: 960px) {

  .overlay_inner {
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -250px;
    width: 600px;
    height: 500px;
  }

  .overlay_header {
    width: 595px;
  }
  
  .overlay_description_outer {
    height: 370px;
    width: 595px;
  }

  .overlay_buttons .terms {
    width: 595px;
  }
  
}


/*****************************************************
* Share Module Styles
/*****************************************************
*/

.share_title {
  color: #333333;
  font-size: 11px;
  text-decoration: none;
  width: 100%;
  height: 16px;
  font-weight: regular;
}

.share_price {
  width: 100%;
  font-size: 20px;
}

.share_date {
  margin-top: 2px;
  color: #333333;
  font-size: 10px;
  text-decoration: none;
  width: 100%;
  height: 16px;
  font-weight: regular;
}

.share_position {
  padding-right: 5px;
}

.share_position.increase {
  color: #f29100;
}

.share_position.nochange {
  
}

.share_position.decrease {
    color: #FF0000;
}


/*****************************************************
* Video Embedding Overrides
/*****************************************************
*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /* padding-top: 25px; */
  height: 0;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





