

/* ---------- Overall Specifications ---------- */

@font-face {
  font-family: 'Gustan-Medium';

  src: url('../fonts/Gustan-Medium.eot');
  src: url('../fonts/Gustan-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gustan-Medium.woff') format('woff'),
       url('../fonts/Gustan-Medium.svg#artifikamedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gustan-Bold';

  src: url('../fonts/Gustan-Bold.eot');
  src: url('../fonts/Gustan-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gustan-Bold.woff') format('woff'),
       url('../fonts/Gustan-Bold.svg#artifikamedium') format('svg');
  font-weight: bold;
  font-style: normal;
}

body {
  line-height: 1.5;
  font-size: 12px;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Gustan-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 1.0em 0 0.5em;
  font-weight: inherit;
  margin: 0px;
}
h1 {
  font-size: 1.357em;
  color: #2d2d2d;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: 'Gustan-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}
strong {
  font-weight: normal;
  font-family: "Gustan-Bold";
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
  font-family: 'Gustan-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  font-family: 'Gustan-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
input,
textarea,
select,
a.button {
  font-family: 'Gustan-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #EDEDED;
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #2d2d2d;
  font-family: 'Gustan-Bold';
  font-size: 12px;
}
table tbody tr th {
  vertical-align: top;
}
tr td {
  padding: 0px 28px 0px 15px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}

#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {

}
tr,
tr.even {

}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

#main-wrapper .content table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}

#main-wrapper .content table tr th,
#main-wrapper .content table tr th a,
#main-wrapper .content table tr th a:hover {
  color: #2d2d2d;
  font-family: 'Gustan-Bold';
  font-size: 12px;
  padding: 15px 20px 10px 30px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#main-wrapper .content tr td {
  padding: 5px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  
}

#main-wrapper .content tr {
 border-left: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
}

table.no-border,
table.no-border thead,
table.no-border tbody,
table.no-border tr,
table.no-border th,
table.no-border td {
  border: none;
}

table.no-padding,
table.no-padding thead,
table.no-padding tbody,
table.no-padding tr,
table.no-padding th,
table.no-padding td {
  padding: 0;
}



/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  clear: right;
  float: right; /* LTR */
}
#name-and-slogan {
    background: url(../images/sasolnewlogo_0.jpg) no-repeat 0 center transparent;
    width: 236px;
    height: 95px;
    float: left;
    margin-top: 15px;
    margin-left: 16px;
}

#site-name {
    color: transparent!Important;
}
h1#site-name {
  margin: 0;
  text-indent:-5000px;
}
#site-name a {
  font-weight: normal;
  color: transparent!Important;
  text-indent:-500px;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0px;
  padding: 0;
}
.region-header .block .content {
  margin: 0;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  padding-top: 10px;
  float:right;
  font-size: 11px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

form#search-block-form {
padding-top: 10px;
margin-bottom: -10px;
}

/* --------------- Main Menu ------------ */

#main-menu {
  clear: both;
}
#main-menu-links {
  font-size: 0.929em;
  margin: 0;
  padding: 0 15px;
}
#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  padding: 0 1px;
  margin: 0 1px;
}
#main-menu-links a {
  color: #333;
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 0.8em;
  text-decoration: none;
  text-shadow: 0 1px #eee;
  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#main-menu-links a:hover,
#main-menu-links a:focus {
  background: #f6f6f2;
  background: rgba(255, 255, 255, 0.95);
}
#main-menu-links a:active {
  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
}
#main-menu-links li a.active {
  border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
  background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
  margin-bottom: 40px;
  width: 1002px;
}

/* ----------------- Featured ----------------- */

 .page-sasol-new-signatures-2015-finalists #featured{
        height: 75px;
}

.sf-menu.sf-style-default li:hover, .sf-menu.sf-style-default li.sfHover, .sf-menu.sf-style-default a:focus, .sf-menu.sf-style-default a:hover, .sf-menu.sf-style-default a:active, .sf-menu.sf-style-default span.nolink:hover {
     background: transparent!IMPORTANT;
    outline: 0;
}

#featured {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
/*  margin-top: -5px;*/
  background: #94acc1;
  height: 45px;
}
#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

/* --------------- Highlighted ---------------- */
 #highlighted .block ol, .block ul{
  padding: 0 0 0em 0em;
 }
/*
#highlighted {
    margin-left: auto;
    margin-right: auto;
    width: 1002px;
    .block ol, .block ul
}
*/
/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
  margin-top: 10px;
}


h1#page-title {
  display: inline-block;
  font-size: 24px;
  font-family: 'Gustan-Bold';
  line-height: 1;
  border-bottom: 5px solid #00B0EC;
  word-wrap: normal;
  padding-bottom: 5px;
  margin-bottom: -2px;
  padding-right: 5px;
  padding-top: 40px;
}

.title_border{
   border-bottom: 2px dotted #00B0EC;
}


#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}
.node .content {
  font-size: 12px;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}
.node-teaser h2 a {
  color: #181818;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.node-sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
  padding: 0 15px 15px;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #68696b;
  margin-bottom: -5px;
}
.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 10px;
}
.sidebar .block {
  border: 1px solid;
  padding: 15px 20px;
  margin: 0 0 20px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */
/* Modified 09 04 0215 - Mike V D M */

#triptych-wrapper {
  color:#575757;
  margin-top: 15px;
  /*
  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
  */
}
#triptych h2 {
  background-color: #003862;
  padding: 13px 0px 13px 12px;
  color: #fff;
  font-size: 1.714em;
  margin-bottom: 0.8em;
  /*text-shadow: 0 1px 0 #fff;*/
  text-align: left;
  line-height: 1;
}
#triptych .block {
  line-height: 1.3;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #ffffff;
  font-size: 11px;
}
#footer-wrapper a {
  color: #00B0EC;
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  text-decoration: underline;
}
#footer-wrapper .block {

}
#footer-columns .block-menu,
#footer .block {
  margin: 0;
  padding: 0;
  border: none;
}

#footer .block .content {
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}

#footer p {
  margin: 0px;
  padding: 18px 0px 0px;
  font-size: 12px;
}

#footer-columns h2 {
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  border-bottom: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 20px; /* LTR */
  text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  background-color: #1f1f21;
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
#footer {
    background-color: #fff;
    color: #2d2d2d;
}

#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */

.tabs {
  font-family: 'Gustan-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 20px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #2d2d2d;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: 'Gustan-Medium', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #2d2d2d;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 4px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.2em;
  margin-right: 5px;
  width: 6em;
}
/*
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: -5px;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}


#block-search-form .form-submit{
      background: url(../images/search.png) no-repeat center top #ffffff!important;
      border-top: #fff solid 3px;
      border-left: none!important;
      border-right: none!important;
      border-bottom: none!important;
      padding: 0px!important;
      height: 23px!important;

}*/

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #2d2d2d;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}

/*
#page #header {
background-color : #ffffff;
background-image : url(../images/top_bar.png);
background-repeat : repeat-x;
}

#header {
    height: 165px;
}*/

.section a {
background-position : 0% 0%;
}

div #logo {
background-position : 100% 0%;
padding-top: 23px;
}

a img {
padding-left : 0px;
}


/*** Slider ****/

#views_slideshow_cycle_teaser_section_test-block{
    height: 400px;
    width: 1002px;
}

#views_slideshow_cycle_main_test-block .views-slideshow-cycle-main-frame-row-item img{
    width: 100%!important;
}

#block-views-test-block .content {
    margin-top: 0px;
}


#views_slideshow_controls_text_test-block{
    padding-left: 897px;
    margin-bottom: -500px;
    margin-top: -215px;
    z-index: 50;
    position: relative;
}


#views_slideshow_controls_text_pause_test-block a{
    display: none;
}

#views_slideshow_controls_text_previous_test-block{
    text-decoration: none;
    padding-left: 16px;
}

#views_slideshow_controls_text_next_test-block{
    text-decoration: none;
}

#views_slideshow_controls_text_previous_test-block a,
#views_slideshow_controls_text_previous_test-block a:hover,
#views_slideshow_controls_text_previous_test-block a:active,
#views_slideshow_controls_text_previous_test-block a:focus{
    color: transparent;
    background: url(../images/prev_arrow.png) no-repeat right top;
    color: transparent!important;
    text-decoration: none;
    padding: 15px 0px 15px 37px;
    margin-right: -2px;
}

#views_slideshow_controls_text_next_test-block a,
#views_slideshow_controls_text_next_test-block a:hover,
#views_slideshow_controls_text_next_test-block a:active,
#views_slideshow_controls_text_next_test-block a:focus{
    color: transparent;
    text-decoration: none;
    padding: 15px 0px 15px 40px;
    background: url(../images/next_arrow.png) no-repeat left top;
}

.views-slideshow-pager-field-item{
    font-size: 5px;
    float:left;
    color: transparent;
    background-color: #D9D9D9;
    width: 25%;
    position: relative;
}

.views-slideshow-pager-fields .active{
    background-color: #00B0EC;
}

.views-slideshow-controls-bottom{
    padding-top: 1px;
    padding-bottom: 20px;
    width: 1002px;
}

/*** Artist corner***/

#block-views-artist-corner-block .content {
    width: 976px;
    font-size: 18px;
    color: #2D2D2D;
}

#artist_corner_content {
    padding-top: 30px;
    padding-left: 170px;
}

#artist_corner_content p{
    width: 790px;
}

#artist_corner_image img{
    padding-right: 15px;
}

#artist_corner_content .views-more-link{
    color: #00AFEB;
    float: right;
    margin-top: 25px;
}

/*** Footer ***/

#footer-wrapper .views-field-title {
    font-size: 24px;
    font-family: 'Gustan-Bold';
    height: 40px;
    margin-bottom: 16px;
    /* background: url(../images/footer_title_long.png) no-repeat left bottom; */
    border-bottom: 1px solid;
    width: 109%;
}

#footer-wrapper .views-field-body .line{
    border-bottom: 1px dotted #ffffff;
    height: 1px;
}

.views-field-field-news-date {
    padding-top: 10px;
    margin-bottom: -10px;
}

.view-id-footer .views-row .field-content{
    height: auto !important;
}

.view-id-footer .quick_links p{
    padding: 0px!important;
    margin: 0px!important;
}


/*** Social links***/

.view-social-links tr td{
    border: 0px;
    padding: 4px 5px;
}

.view-social-links .views-field-field-image img{

}


.view-social-links {
    clear: both;
    float: right;
    margin-top: -40px;
    width: 150px;
}

.view-social-links .views-field-body{
    float: left;
    padding-top: 10px;
    padding-right: 25px;
}

.view-social-links .views-field-field-image{
    float: left;
}

/*** Top Menu - Nice Menus***/

.sf-menu.sf-style-default li{
    padding: 0px;
    min-width: 0;
}

.sf-menu.sf-style-default li a{
    text-decoration: none;
    padding: 15px 15px 16px 20px;
}

.sf-menu.sf-style-default li span{
    text-decoration: none;
    padding: 15px 15px 16px 20px;
    line-height: 45px;
    cursor: pointer;
}

.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active{
    background: none repeat scroll 0 0 transparent;
    color: #ffffff;
    text-decoration: none;
}

.sf-menu.sf-style-default li li {
    background: none repeat scroll 0 0 transparent;
}

/***Views - News and Articles***/
.view-news-and-articles .views-field-field-news-date{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: 'Gustan-Bold';
}

.view-news-and-articles .view-filters {
    clear: both;
    margin-top:-15px;
    padding-bottom: 10px;
}

.view-news-and-articles .item-list  ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.view-news-and-articles .item-list {
    float: left;
    font-size: 18px;
}

.view-news-pager {
    float: left;
    font-size: 18px;
    padding-bottom: 25px;
}

.view-news-and-articles table a {
  color: #003359;
}

.view-news-and-articles h2.element-invisible{
    float:left;
    width:2px;
}

.view-news-and-articles .view-content {
    clear: both;
}

.view-news-and-articles .item-list .pager li.pager-item a{
    color: #2d2d2d;
    text-decoration: underline;
}

.view-news-and-articles .item-list .pager li.pager-current{
    color: #fff;
    background-color: #00B0EC;
    padding: 0px 6px;
    font-weight: normal;
}

.view-news-and-articles .item-list .pager li.pager-item {
    padding: 0px;
}

.view-news-and-articles .item-list .pager li.pager-first a,
.view-news-and-articles .item-list .pager li.pager-previous a,
.view-news-and-articles .item-list .pager li.pager-last a,
.view-news-and-articles .item-list .pager li.pager-next a{
    color: #2d2d2d;
}

.view-news-and-articles .view-content .views-row{
    border-bottom: 1px solid #F1F1F1;
    padding-top: 20px;
}

.view-news-and-articles #edit-submit-news-and-articles{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/search_submit.png") repeat-x scroll 0 0 #FFFFFF;
    border-color: #0174B8;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 26px;
    text-align: center;
}

.view-news-and-articles #edit-submit-news-and-articles:hover{
    color: #ccc;
}

.view-display-id-block_2 tr {
  background-color: #fff;
  border: none;
}

.view-display-id-block_2 tr.odd {
  background-color: #F1F1F1;
}

.view-display-id-block_2 .views-field-title {
  font-weight: normal;
  font-family: "Gustan-Bold";
}

.view-display-id-block_2 td {
  font-size: 11px;
}


/*** Subpage Banner***/
#block-views-subpage-banner-block .content {
    margin-top: 0px;
}


/*** Winners Circle***/

.winner_title_blue{
    color: #0161A9;
    font-size: 24px;
/*    padding: 40px 0px 20px 0px;*/
}

.winner_title_announced{
    font-size: 18px;
    padding-bottom: 18px;
}

.winner_title_downloadlink_section{
    background-color: #F1F1F1;
    width: 970px;
}

.winner_title_downloadlink {
    color:#FFF;
    background-color: #00B0EC;
    padding: 10px 5px 5px 10px;
    width: 360px;
    margin-left: 600px;
}

.winner_title_downloadlink a{
    color:#FFF;
    text-decoration: underline;
}

.winner_title_downloadlink a:hover{
    color:#FFF;
    text-decoration: none;
}

.winner_list_title{
    padding-top: 15px;
    font-size: 18px;
    padding-bottom: 10px;
}

.view-display-id-page .views-row:first-child {
    min-height: 100px;
    border-bottom: none;
}

.view-display-id-page .views-row {
    clear: both;
    min-height: 350px;
    border-bottom: #F1F1F1 solid 1px;
}

.view-winners-list .views-field-field-image{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
    padding-right: 12px;
    padding-bottom: 26px;
}
.view-winners-list .views-field-field-image img{
  max-width: 100%;
  height: auto;
}

.view-winners-list .views-row-first .views-field-field-image{
/*    height: 10px;*/
}

.view-winners-list .views-field-field-winner-name-surname{
    font-family: 'Gustan-Bold';
    font-size: 14px;
    width: 700px;
}

.view-winners-list .views-field-field-winner-art-description{
    font-size: 12px;
}

.view-winners-list .views-field-body{
    font-size: 12px;
    padding-top: 10px;
}

#views-exposed-form-winners-list-page #edit-submit-winners-list {
    background: url("../images/search_submit.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #0174B8;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 26px;
    text-align: center;
}

#views-exposed-form-winners-list-page #edit-submit-winners-list:hover {
    color: #CCCCCC;
}



/*** Front Page Block view Winners***/

#block-views-winners-list-block-1{
  /*  width: 976px;
    padding-left: 13px;*/
}

.view-display-id-block_1 .views-row .field-content:hover .info{
    display: none;
}

.view-display-id-block_1 .views-row .field-content .back_info{
    background: url("../images/mouse_over_frontpage_winners_cut.png") repeat-x scroll 0 0 #FFFFFF;
    display: block;
    height: 244px;
    overflow: hidden;
/*    width: 244px;    */
    padding: 0px 10px;
}
/*
.view-display-id-block_1 .views-row .field-content{
    display: block;
    height: 244px;
    overflow: hidden;
    width: 244px;
    float:left;
}*/

.winner_title_name_frontpage{
   /* height: 40px; */
    font-size: 13px;
    padding-top:0px;
    color: #2d2d2d;
}

.winner_des_frontpage {
    height: 68px;
    font-size: 11px;
    padding-top: 8px;
}

.winner_des_frontpage a{
    color:#003359;
}

.winner_des_frontpage:hover a{
    color:#003359;
}

.winner_readmore_frontpage{
    float:left;
    width: 100px;
    font-size: 14px;
    color: #fff;
}

.winner_readmore_frontpage a{
    font-size: 11px;
    color: #003862;
    text-transform: uppercase;
  /*padding: 5px;
    background-color: #66828A;*/
}

.winner_readmore_frontpage a:hover{
    color: #003862;
}

.node-winners .field-name-field-winner-name-surname{
    font-size: 14px;
    font-family: 'Gustan-Bold';
    padding-bottom: 20px;
}

.node-winners .field-name-field-winner-art-description{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
}

.block-views .more-link {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 17px;
}

.block-views .more-link a{
    color: #00AFEB;
    font-size: 18px;
}

.block-views .more-link a:hover{
    color: #00AFEB;
    text-decoration: underline;
}

/*** Page node ***/

#block-system-main .content .node{
    width: 976px;
    padding: 0 13px;
}

.webform-client-form .webform-component-textarea label,
.webform-client-form .webform-container-inline.webform-component-checkboxes > label,
.webform-client-form .webform-container-inline.webform-component-date label,
.webform-client-form .webform-container-inline.webform-component-select label,
.webform-client-form .webform-container-inline.webform-component-email label,
.webform-client-form .webform-container-inline.webform-component-textfield label {
  display: block;
  float: left;
  width: 190px;
  padding-top: 5px;
  margin-right: 10px;
}
.webform-client-form .webform-component {
  clear: both;
}
.webform-client-form .form-checkboxes {
  float: left;
  width: 760px;
}
.webform-client-form .form-checkboxes .form-item.form-type-checkbox {
  display: block;
}
.webform-client-form .webform-component-checkboxes .description {
  clear: both;
}


/* New Discription Blocks on front page*/
.description_block_image{
    float: left;
  /*height: 165px;
    width: 165px;*/
}
.description_block_info{
    overflow: hidden;
    float: right;
   /* padding-left: 15px;*/
    width: 59%;
}



.view-winners-list .views-view-grid tr,
.view-winners-list .views-view-grid tr td{
    border: none!important;
   /* height: 190px;*/
}

.view-winners-list .views-field-nid{
    float:right;
    padding-top: 50px;
}

/*
.view-winners-list .views-view-grid .row-1 .winner_readmore_frontpage{
    position: absolute;
    bottom: 220px;
}

.view-winners-list .views-view-grid .row-2 .winner_readmore_frontpage{
    position: absolute;
    bottom: 20px;
}*/
#edit-submit-e-catalogue, #edit-submit-e-catalogue a
{
    height:29px;
    background-color: #0173b7;
}

views-exposed-form-e-catalogue-page #edit-title
{
    height:29px;
}

.view-e-catalogue tr.odd
{
    background-color: #e9eff8;
}

.view-e-catalogue tr.even, .view-e-catalogue table tr th
{
    background-color: #fff;
}

.view-e-catalogue tr, .view-e-catalogue tr, .view-e-catalogue tr td, .view-e-catalogue thead th, .view-e-catalogue tbody
{
    border: 0px solid !important;
}

.view-e-catalogue th
{
    padding-left: 0px !important;
}

.view-e-catalogue label
{
    font-weight: normal;
    font-size: 12px;
    font-weight: Gustan-Medium;
}

.view-e-catalogue thead th
{
    color: #2d2d2d
}

.view-e-catalogue .views-field-title a
{
    color: #2d2d2d;
    font-size: 12px;
}

.views-field-field-pdf-catalogue a, .views-field-field-pdf-catalogue, .views-field-field-weblink
{
    font-size: 12px;
}

.views-field-field-pdf-catalogue.pager-top-cata
{
    float:left;
    width: 100px;
}

.views-field-field-pdf-catalogue .item-list, .views-field-field-pdf-catalogue .pager
{
    text-align: left !important;
}

.pager-top-cata
{
	position: absolute;
	padding-top: 1px;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 16px;

}

.view-e-catalogue .item-list .pager
{
	text-align: left;
  	padding-left: 46px
}

.view-e-catalogue .view-filters
{
	margin-bottom: 40px;
}

.view-e-catalogue .views-field-title, .view-e-catalogue .views-field-field-pdf-catalogue, .view-e-catalogue .views-field-field-weblink
{
	vertical-align: top;
	padding-top: 22px !important;
        padding-bottom: 18px !important;
}

.view-e-catalogue .views-field-field-catalogue-thumbnail
{
	padding:15px !important;
	padding-left: 25px !important;

}

.view-e-catalogue .pager li
{
	font-size: 12px;

}

.view-e-catalogue .pager-current
{
	background-color: #00b0ec;
	border: none !important;
        color: #fff;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 16px !important;
        padding: 0px 6px !important;
        font-weight: normal;
}

.view-e-catalogue .pager li a
{
	text-decoration: underline;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;

}

.view-e-catalogue .pager-next a, .view-e-catalogue .pager-last a, .view-e-catalogue .pager-first a, .view-e-catalogue .pager-previous a
{
	text-decoration: none !important;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;

}

.view-e-catalogue .pager-next a, .view-e-catalogue .pager-last a, .view-e-catalogue .pager-first a, .view-e-catalogue .pager-previous a
{
    border: 0px solid #000 !important;
}

.view-e-catalogue #edit-title {
    height: 22px ;
	position: relative;
	top: -2px !important;
}

#edit-submit-e-catalogue
{
	background: #0173b7;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
        font-family: gustan-medium;
	position: relative;
	top: -4px;
        height: 35px;
}

.page-e-catalogue .block-views
{
    padding-bottom: 45px;
}

.page-e-catalogue .tabs
{
	margin-bottom: 10px;
}

.page-e-catalogue option
{
	font-size: 12px;
}

.view-e-catalogue th
{
    font-size: 12px !important;
    font-family: gustan-medium;
}

.page-node-113 .tabs
{
    margin-bottom: 0px;
}

.logged-in.page-node-113 h1
{
    padding-top: 50px;
}

.group-finalists-block, .solo-finalists-block
{
    width: 200px !important;
    float: left;
    background-color: #33516d;
    font-size: 12px;
    padding: 10px;
    opacity: 0.7;
    color: #fff;
    margin-top: -370px;
    font-family: gustan-medium;
}

.group-finalists-block p, .solo-finalists-block p
{
    padding-bottom: 10px;
}

.solo-finalists-block
{
    margin-left: 500px;
}

.group-finalists-block
{
    margin-left: 270px;

}

.gallery-buttons a{
    color: #fff;
    display: block;
    text-decoration: none;
}

.gallery-buttons a:hover{
    color: #fff;
    text-decoration: none;
}

.gallery-buttons
{
    background: #458490;
    padding: 3px 8px;
    width: 52px;
    color: #fff;
    font-size: 11px;
    float: right;
    text-align: center;
}

.view-sasol-new-signatures-2014-finalists
{
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 1002px !important;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-item
{
	width: 252px;
        height: 325px;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-clip-horizontal
{
    width: 930px;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-item
{
    background-image: url(../images/framev1.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    padding-top: 147px;
    margin-right: 70px;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-clip-horizontal
{
    margin-left: 42px;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-container
{
    width: 1002px;
    height: 450px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../images/stripe.jpg);
    background-repeat: repeat-x;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-next
{
    background: url(../images/next.png);
    height: 42px;
    width: 42px;
    top: 288px;
    right: -22px;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-next:hover
{
    background-position: 0 center;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-prev
{
    background: url(../images/previous.png);
    height: 42px;
    width: 42px;
    top: 288px;
    left: -22px;
}

.view-sasol-new-signatures-2014-finalists .jcarousel-prev:hover
{
    background-position: 0 center;
}

.Reserved
{
    background: url(../images/reserved.png);
    position: relative;
    left: 50px;
    top: 10px;
    width: 109px;
    height: 109px;
    top: -164px;
    left: 124px;
}

.views-field-field-status .field-content
{
    position: absolute;
    z-index: 1;
}

.Sold
{
   background: url(../images/sold.png);
    position: relative;
    left: 50px;
    top: 10px;
    width: 109px;
    height: 109px;
    top: -164px;
    left: 124px;
}

.view-sasol-new-signatures-2014-finalists .views-field-title,
.view-sasol-new-signatures-2014-finalists .views-field-field-art-work-name,
.view-sasol-new-signatures-2014-finalists .views-field-field-ranking,
.view-sasol-new-signatures-2014-finalists .views-field-view-node
{
    text-align: left;
    padding-left: 28px;
    padding-right: 28px;
    font-family: gustan-medium;
}

.view-sasol-new-signatures-2014-finalists .views-field-field-ranking
{
    color: #66828a;
}

.view-sasol-new-signatures-2014-finalists .views-field-view-node
{
    text-align: right !important;
    color: #66828a;
    font-family: gustan-medium;
}

.view-sasol-new-signatures-2014-finalists .views-field-view-node a
{
    color: #66828a;
    font-family: gustan-medium;
    text-decoration: none;
}

.view-sasol-new-signatures-2014-finalists .views-field-view-node
{
    position: relative;
    top:0;
    z-index: 5;
}

.view-sasol-new-signatures-2014-finalists .views-field-field-buy-now,
.view-sasol-new-signatures-2014-finalists .views-field-field-price
{
    text-align: left;
}

.view-sasol-new-signatures-2014-finalists .views-field-colorbox
{
    padding-left: 28px;
    padding-right: 28px;
    text-align:right;
    position: relative;
    top:0;
    z-index: 5;
}

#cboxLoadedContent, #cboxLoadedContent p
{
    font-family: gustan-medium;
    line-height: 13px;
    margin: 0 0 12px;
}

.pop-up-buy-now a
{
    background: #33516d;
    border-radius: 1px;
    color: #fff;
    font-family: gustan-medium;
    padding: 6px 16px;
}

.runner-up-pop-up
{
    color: #66828a;
}

#colorbox-status
{
    position: absolute;
}

#cboxLoadedContent .Reserved
{
    top: 0;
    left: 691px;
    display: none;
}

#cboxLoadedContent .Sold
{
    top: 0;
    left: 691px;
    display: none;
}

.page-sasol-new-signatures-2014-finalists #cboxPrevious
{
    background: url(../images/previous.png);
    height: 42px;
    top: 50%;
    width: 42px;
}

.page-sasol-new-signatures-2014-finalists #cboxNext
{
    background: url(../images/next.png);
    height: 42px;
    left: auto;
    right: 0 !important;
    top: 50%;
    width: 42px;
}

#views-exposed-form-sasol-new-signatures-2014-finalists-page .views-exposed-form
{
    position: relative;
}

.page-sasol-new-signatures-2014-finalists #cboxCurrent
{
    display: none !important;
}

#cboxLoadedContent .buy-now-gray
{
    background:#dadada;
    border-radius: 1px;
    color: #fff;
    font-family: gustan-medium;
    padding: 6px 16px;
    width: 50px;
}

.view-sasol-new-signatures-2014-finalists .buy-now-gray
{
   background:#dadada;
    border-radius: 1px;
    color: #fff;
    font-family: gustan-medium;
    padding: 6px 16px;
    position: relative;
    top: -8px;
}

.view-sasol-new-signatures-2014-finalists .views-field-colorbox a
{
    color: #66828a;
}

.view-sasol-new-signatures-2014-finalists .views-field-colorbox a
{
    text-decoration: none;
}

.view-sasol-new-signatures-2014-finalists .views-field-field-price
{
    position: relative;
    left: 28px;
    font-family: gustan-medium;
    float: left;
    width: 110px;
    top: -20px;
    line-height: 10px;
    font-size: 10px;
}

.view-sasol-new-signatures-2014-finalists .views-field-field-buy-now
{
    float: right;
    position: relative;
    top:18px;
    right: 28px;
}

.views-field-field-buy-now a
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #33516d;
    font-family: gustan-medium;
    padding: 6px 16px;
    color: #fff;
}

.views-field-field-buy-now a:hover
{
    color: #fff;
    text-decoration: none;
}

.pop-up-two-bg
{
    background: #000;
    width: 100%;
    height: 430px;
}

#edit-submit-sasol-new-signatures-2014-finalists
{
    background: #00b0ec;
     -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #00b0ec;
    font-family: gustan-bold;
    color: #fff;
}

#views-exposed-form-sasol-new-signatures-2014-finalists-page label
{
   font-family: gustan-medium;
   font-size: 13px;
   font-weight: normal;
}

#views-exposed-form-sasol-new-signatures-2014-finalists-page
{
	padding-left:16px;
        padding-right: 16px;
        padding-bottom: 20px;
}

.views-field-field-video .colorbox-inline {
    height: 160px;
    position: absolute;
    width: 214px;
    z-index: 6;
}

.views-field-field-video .colorbox-inline a:active, .views-field-field-video .colorbox-inline a.active
{
    color: transparent;
}

.page-sasol-new-signatures-2014-finalists #cboxLoadedContent
{
    /*overflow: hidden !important;*/
}

.views-field-field-video a.colorbox-inline{
    background-image: url("../images/play.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.views-field-field-image-gallery .field-content
{
    text-align: center !important;
}

.views-field-field-image-gallery .online-gallery-icon a{
    background-image: url("../images/zoom.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 27px;
    height: 27px;
    z-index: 12;
    top: 70px;
    padding: 72px 108px;
    position: relative;
}

.views-field-field-image-gallery .online-gallery-icon
{
    width: 252px;
    height: 20px;
    position:absolute;
}

#webform-component-postal-address label, #webform-component-comments label
{
    float: none !important;
}

.page-sasol-new-signatures-2014-finalists .embedded-video
{
    text-align: center;
    background: #000;
}

.field-name-field-other-images .field-item
{
    float: left;
    padding-right: 10px;
}

.field-name-field-other-images .field-label
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.node-type-online-gallery .field-name-field-art-work-name
{
    clear: both;
}

.page-sasol-new-signatures-2014-finalists .item-list
{
    overflow: hidden;
}

.page-sasol-new-signatures-2014-finalists .item-list li
{
    float: left;
    display: inline;
}

.mypopup-wrapper
{
    padding-left: 60px;
    padding-right: 60px;
}

.title-clear
{
    clear: both;
}


.page-sasol-new-signatures-2014-finalists .views-field-counter
{
     clear: both;
     text-align: left;
     padding-left: 28px
}

.page-sasol-new-signatures-2014-finalists body {
	overflow: hidden;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999999999999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.category_year {
    font-size: 18px;
    color: #575757;
    margin-top: -6px;
    display:none;
}

.front .node-teaser h2 a
{
    display: inline-block;
    font-size: 24px;
    font-family: 'Gustan-Bold';
    line-height: 1;
    border-bottom: 5px solid #00B0EC;
    word-wrap: normal;
    padding-bottom: 5px;
    margin-bottom: -2px;
    padding-right: 5px;
    text-decoration: none;
}

.front .node-teaser h2
{
    border-bottom: 2px dotted #00B0EC;
    padding-bottom: 0px;
}

.front .link-wrapper
{
    display: none;
}

.front .node-teaser
{
    border: none;
    margin-bottom: 0 !important;
}

.front .field-name-body
{
    padding-left: 12px;
    padding-right: 12px;
}

.front .more-link
{
    padding-top: 0;
}

#block-system-main .content .node-promoted
{
    padding: 0;
    width: 1002px;
    margin-bottom: 0 !important;
}

#block-views-news-and-articles-block-1 .view-news-and-articles {
    width: 100%;
    padding: initial;
}

#cboxWrapper .media-gallery-detail-info
{
    display: none;
}

#cboxWrapper #cboxTopLeft,
#cboxWrapper #cboxTopCenter,
#cboxWrapper #cboxTopRight,
#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxMiddleRight,
#cboxWrapper #cboxBottomLeft,
#cboxWrapper #cboxBottomCenter,
#cboxWrapper #cboxBottomRight
{
    background: transparent;
}

.media-gallery-media-item-thumbnail .meta-wrapper
{
    padding: 0 !important;
}

.page-video-gallery .content tr, .page-video-gallery .content td
{
    border-left: 0px solid #cccccc !important;
    border-right: 0px solid #cccccc !important;
    border-top: 0px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
}

.page-video-gallery .content tr td
{
    padding-bottom: 18px !important;
    padding-top: 18px !important;
}


div#block-block-4 h2{
    color: #00AFEB;  font-size: 18px;
    padding: 0px 13px;
}

/*Competition Entry Accordion*/


.ui-corner-all {
-moz-border-radius: 0px/*{cornerRadius}*/;
-webkit-border-radius: 0px/*{cornerRadius}*/;
border-radius: 0px/*{cornerRadius}*/;
border: 0px solid #d3d3d3/*{borderColorDefault}*/;
border-top:1px solid #00B0EC;
background: #ffffff!IMPORTANT;
font-weight: normal/*{fwDefault}*/;
color: #555555/*{fcDefault}*/;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 0px solid #aaaaaa/*{borderColorActive}*/;
border-top:1px solid #00B0EC;
background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
}

.ui-widget-content {
border: 0px solid #aaaaaa/*{borderColorContent}*/;
background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
color: #222222/*{fcContent}*/;
}

.ui-corner-top {
-moz-border-radius-topleft: 0px/*{cornerRadius}*/;
-webkit-border-top-left-radius: 0px/*{cornerRadius}*/;
border-top-left-radius: 0px/*{cornerRadius}*/;
-moz-border-radius-topright: 0px/*{cornerRadius}*/;
-webkit-border-top-right-radius: 0px/*{cornerRadius}*/;
border-top-right-radius: 0px/*{cornerRadius}*/;
}

.ui-icon.ui-icon-triangle-1-e {

background-image: url(/sites/signature/themes/sasol_signature/images/collapsible_arrows.png)!important;
width:100%;
background-position: -39px -6px;
}


.ui-icon {
background-image: url(/sites/signature/themes/sasol_signature/images/collapsible_arrows.png)!important;
}

.ui-icon-triangle-1-s {
background-position: -7px -5px;
}

.ui-state-default a{
color: #00B0EC!important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
color: #00B0EC!important;
}

.ui-accordion-content {
   min-height: 100px!important;
   height:100%!important;
   max-height:100%!important;

}

/* Social Stream Wall - Overight*/
.dcsns-toolbar {
    width: 170px;
    margin: 0px auto 15px;
    clear: both;
}

.dcsns-toolbar .filter li a{
    background: #003359 none repeat scroll 0% 0%;
}

.stream li.dcsns-twitter .section-intro,
.stream li.dcsns-instagram .section-intro,
.stream li.dcsns-pinterest .section-intro{
    background-color: #003359;
}
/* Social Stream - end*/




/*JUDGES*/

#block-views-judges-block h3{
color: #003863;
font-size: 18px;
border-bottom: 2px solid #003863;
}


#block-views-judges-block h2{

color: #0161A9;
font-size: 24px;

}

#block-views-judges-block tr{

border-left: 2px solid white!IMPORTANT;
border-right: 2px solid white!IMPORTANT;

}

#block-views-judges-block tr td{

border-top: 1px solid white!IMPORTANT;
border-bottom: 1px solid white!IMPORTANT;
}

/*VIEW TO FIX GALLERIES - Photography*/
.new-photography-view{
  position: relative;
}

.new-photography-view a{
  position: absolute;
  left: 17px;
  top: 17px;
}

.new-photography-view-title {
text-align: center;
}

.view-photography tr td {
padding: 5px;
border: 1px solid #fff!IMPORTANT;
text-align: left;
border-top: 1px solid #fff!IMPORTANT;
border-bottom: 1px solid #fff!IMPORTANT;
}

.view-photography tr {
border-left: 2px solid #fff!IMPORTANT;
border-right: 2px solid #fff!IMPORTANT;
}


/*UPDATES FOR RESKIN*/
.flexslider {
    margin: 0 0 0 0;
    background: transparent;
    border: 0px solid #fff; */
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    box-shadow: 0 0px 0px rgba(0,0,0,.2);
    zoom: 1;
}


#block-search-form input {
    border: 1px solid white;
    border: 1px solid #003862;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #003862;
    padding: 6px 32px;
    text-align: right;
}


#block-search-form #edit-actions {
    display: none;
}

#footer-wrapper .clearfix:after {
    content: ".";
    display: block;
    height: initial!IMPORTANT;
    clear: both;
    visibility: hidden;
}

.region-footer-firstcolumn {
    padding: 0 23px 0px 10px;
    width: 40%;
    min-height: 300px;
}

.region-footer-secondcolumn {
    padding: 0 23px 0px 10px;
    width: 50%;
    min-height: 300px;
}

#footer-wrapper strong {
    color: #00B0EC;
}

#block-block-8, #block-block-9 {
    float: right;
    clear: both;
}

.search-container {
    float: right;
    margin-bottom: 20px;
}

#baseline_footer {
    background-color: #f2f2f2;
    margin-top: -10px;
}

#block-views-sponsors-block {
    width: 1002px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 24px;
}

#block-views-sponsors-block .views-row {
    display: inline-block;
    border-right: 2px solid #c4ced6;
    padding: 0px 60px 0px 60px;
}


#block-views-sponsors-block .views-row-first {
    border-right: 2px solid #c4ced6;
    padding: 0px 62px 0px 10px;
}

#block-views-sponsors-block .views-row-last {
    border-right: 0px solid #c4ced6;
}

#block-quicktabs-front-tabs {
    clear: both;
    margin-top: 50px;
}

#block-block-9 a:hover {
    color: #00B0EC!IMPORTANT;
}

#block-quicktabs-front-tabs .ui-corner-all {
    -moz-border-radius: 0px/*{cornerRadius}*/;
    -webkit-border-radius: 0px/*{cornerRadius}*/;
    border-radius: 0px/*{cornerRadius}*/;
    border: 0px solid #d3d3d3/*{borderColorDefault}*/;
    border-top: 0px solid #00B0EC;
    background: #ffffff!IMPORTANT;
    font-weight: normal/*{fwDefault}*/;
    color: #555555/*{fcDefault}*/;
}



#block-quicktabs-front-tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-top: 0px solid #00B0EC;
    background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
}

#block-quicktabs-front-tabs .ui-tabs .ui-tabs-nav li{
    margin: 0px 7.2em 1px -3px;
}

#block-quicktabs-front-tabs .ui-tabs .ui-tabs-nav li.ui-state-active {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    border-bottom: 4px solid #00B0EC!IMPORTANT;
    padding: 0;
    white-space: nowrap;
}


#block-quicktabs-front-tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #d3d3d3/*{borderColorDefault}*/;
    background: transparent!IMPORTANT;
}

#block-quicktabs-front-tabs ul {
    border-bottom: 1px solid #d3d3d3!IMPORTANT;
}


#block-quicktabs-front-tabs .view-header {
    display: none;
}

#block-quicktabs-front-tabs .ui-state-default a {
    color: #003862!important;
    text-transform: uppercase;
}

#block-quicktabs-front-tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #003862!important;
    text-transform: uppercase;
}

#block-quicktabs-front-tabs .ui-tabs .ui-tabs-nav li a{
  padding-left: 0em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  font-size: 18px;
}


#block-quicktabs-front-tabs .views-field.views-field-field-news-image {
    float: left;
    margin-right: 20px;

}

#block-quicktabs-front-tabs .view-news-and-articles .view-content .views-row .views-row-last {
    border-bottom: 0px solid #bfbfbf!IMPORTANT;

}

#block-quicktabs-front-tabs .view-news-and-articles .view-content .views-row {
    padding-top: 20px;
    clear: both;
    height: auto;
    height: 150px;
}

#block-quicktabs-front-tabs .ui-widget-content {
  color:#003862;
}

#block-quicktabs-front-tabs .ui-widget-content a {
    color: #003862/*{fcContent}*/;

}

#block-quicktabs-front-tabs .ui-widget-content a:hover, a:active, a:focus {
    text-decoration: none;
}

#block-quicktabs-front-tabs span {
    color: #003862;
    border-bottom: 1px solid #92a4b5;
}

#block-quicktabs-front-tabs span:hover {
    color: #003862;
    border-bottom: 1px solid #003862;
}



#block-quicktabs-front-tabs  tr td {
    border-top: 0px solid #CCCCCC!IMPORTANT;
    border-bottom: 0px solid #CCCCCC!IMPORTANT;
    border-left: 0px solid #CCCCCC!IMPORTANT;
    border-right: 0px solid #CCCCCC!IMPORTANT;
    padding-bottom: 33px!IMPORTANT;

}

#main-wrapper #block-quicktabs-front-tabs tr{
    border-top: 0px solid #CCCCCC!IMPORTANT;
    border-bottom: 0px solid #CCCCCC!IMPORTANT;
    border-left: 0px solid #CCCCCC!IMPORTANT;
    border-right: 0px solid #CCCCCC!IMPORTANT;
}

#block-views-video-gallery-block-1 span{
  border: transparent!IMPORTANT;
}

#block-views-video-gallery-block-1 .outer-pop {
    position: relative;
}

#block-views-video-gallery-block-1 .inner-pop {
    position: absolute;
}

.view-photo-gallery-block h2 a{
    display: inline-block;
    font-size: 14px!IMPORTANT;
    font-family: 'Gustan-Bold';
    line-height: 1;
    border-bottom: 3px solid #00B0EC;
    word-wrap: normal;
    padding-bottom: 5px;
    margin-bottom: -2px;
    padding-right: 5px;
    text-decoration: none;
}

.view-photo-gallery-block .views-row {
    display: inline-block;
    width: 24%;
}


.front .view-photo-gallery-block .node-teaser h2 {
    border-bottom: 0px dotted #00B0EC!IMPORTANT;
    padding-bottom: 0px;
    padding: 9%;
}



/*
.flexslider .slides img {
    width: inherit;
}
*/
#main-wrapper .content .view-blog tr td {
  border: none !important;
  padding-right: 78px;
  padding-bottom: 30px;
  
}

#main-wrapper .content .view-blog tr {
  border: none !important;
}
.region.region-partners {
    background: #f2f2f2;
}

#content #block-views-updates-block h2 {
    
    display: inline-block;
    font-size: 24px;
    font-family: 'Gustan-Bold';
    line-height: 1;
    border-bottom: 5px solid #00B0EC;
    word-wrap: normal;
    padding-bottom: 5px;
    margin-bottom: -2px;
    padding-right: 5px;
    padding-top: 40px;
}

.section .views-field-field-update-link a {
padding: 20px;
    background: #00B0EC;
    color: #fff;   
}

.views-field.views-field-field-update-link {
    margin-top: 40px;
}

#block-views-updates-block .content {
    margin-top: 0px;
    border-top: 2px dotted #00B0EC;
}

#block-views-updates-block .view-content {
    margin-top: 20px;
}

/* Blog pager 

.views-field-field-pdf-catalogue.pager-top-cata
{
    float:left;
    width: 100px;
}

.views-field-field-pdf-catalogue .item-list, .views-field-field-pdf-catalogue .pager
{
    text-align: left !important;
}
*/

.pager-top-cata
{
  position: absolute;
  padding-top: 1px;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 16px;

}

.view-blog .item-list .pager
{
  text-align: left;
    padding-left: 46px;
    margin-top: -20px;
}

.view-blog .view-filters
{
  margin-bottom: 40px;
}

.view-blog  .pager-current {
    background-color: #00b0ec;
    border: none !important;
    color: #fff;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px !important;
    padding: 0px 6px !important;
    font-weight: normal;
}

.view-blog  .pager li {
    font-size: 12px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.view-blog h3 {
    
    font-weight: inherit;
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #003359;
    padding-left: 20px;
    height: 100px;
}

span.share-link.share-gplus {
    display: none !important;
}


span.share-link.share-email a{
    background: url(../images/envelope.png) no-repeat;
    color: transparent;
}

span.share-link.share-facebook a {
  background: url(../images/facebook.png) no-repeat;
  color: transparent;

}

span.share-link.share-twitter a {
  background: url(../images/twitter.png) no-repeat;
  color: transparent;
}

span.share-link.share-linkedin a {
  background: url(../images/linkedin.png) no-repeat;
  color: transparent;
}



span.share-link.share-email a:hover {
    background: url(../images/envelop-rollover.png) no-repeat;
}

span.share-link.share-facebook a:hover {
  background: url(../images/facebook-rollover.png) no-repeat;

}

span.share-link.share-twitter a:hover {
  background: url(../images/twitter-rollover.png) no-repeat;
}

span.share-link.share-linkedin a:hover {
  background: url(../images/linkedin-rollover.png) no-repeat;
}

.social-share-links .share-link a {
    padding: 0px;
}
.region.region-baseline-footer {
    margin-top: -12px;
    height: auto;
    background-color: #003359;
    background-size: 50%;
    background: -webkit-linear-gradient(left, #003359, #003862 42%, #f2f2f2 30%, #f2f2f2);
}

#block-webform-client-block-460 .webform-client-form .webform-component {
    /*clear: both;
    float: left;
    width: 62%;
    background: #003359;
    margin-top: 0px;
    background-image: url(../images/button-newsletter.png);
        background-repeat: no-repeat;
    background-position-x: 39%;
    background-position-y: 43%;
	*/
	
	clear: both;
     float: left; 
    
    
    margin-top: 0px;
    background-image: url(/sites/sasol_signature_live/themes/sasol_signature/images/button-newsletter.png);
    background-repeat: no-repeat;
    background-position-x: 39%;
    background-position-y: 43%;
  
}

    

#webform-client-form-460  label {
   /* font-size: 16px !important;
    margin-left: 42%;
    width:22.8%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 4px;
    background: #014a75;
    color:#fff;
    margin-top: -1px;
    margin-right: 0px;*/
	/*
	    font-size: 16px !important;
    margin-left: 30%;
    width: 34.8%;
    padding-top: 10px;
    padding-left: 10px;
 
    background: #014a75;
    color: #fff;
    margin-top: -1px;
    margin-right: 0px;
    height: 33px;
		*/
		
		    font-size: 16px !important;
       margin-left: 50px;
    width: 31.8%;
    padding-top: 10px;
    padding-left: 10px;
    background: #014a75;
    color: #fff;
    /* margin-top: -1px; */
    margin-right: 0px;
    height: 36px;
}

form#webform-client-form-460 {
  /* height: 76px; 
   background: url(../images/button-newsletter.png) no-repeat;
   */
	height: 76px;
    background: url(/sites/sasol_signature_live/themes/sasol_signature/images/button-newsletter.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 959px;
	background-position-y: 25%;
    background-position-x: 0%;
}

#webform-client-form-460 input.form-text {
    border: none;
    background-color: #f2f2f2;
    height: 38px;
   /* width: 32.85%; */
       width: 50%;
    color: #003359;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (min-device-width: 1920px)
{
	
  #webform-client-form-460 input.form-text {
    border: none;
    background-color: #f2f2f2;
    height: 38px;
  /*  width: 33.3%; */
      width: 50.3%;
    color: #003359;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
 }
}

#webform-client-form-460 input.form-submit{
    color: #fff;
    background: #003359 !important;
    font-size: 14px;
    margin: 0px;
    margin-top: -12px;
    padding: 14px 30px;
}

.region.region-baseline-footer {
    margin-top: -12px;
}

/**Start New Subscribers ***/
/*

.region.region-baseline-footer {
    margin-top: -12px;
    height: auto;
    background-color: #003359;
    background-size: 50%;
    background: -webkit-linear-gradient(left, #003359, #003862 42%, #f2f2f2 30%, #f2f2f2);
}

form#webform-client-form-460 {
    height: 73px;
    background: url(/sites/sasol_signature_live/themes/sasol_signature/images/button-newsletter.png) no-repeat;
    width: 800px;
    
    margin-left: auto;
    margin-right: auto;
}
#block-webform-client-block-460 .webform-client-form .webform-component {
    clear: both;
    float: left;
    width: 85%;
    
    margin-top: 0px;
    background-image: url(/sites/sasol_signature_live/themes/sasol_signature/images/button-newsletter.png);
    background-repeat: no-repeat;
    background-position-x: 39%;
    background-position-y: 43%;
}
#webform-client-form-460 label {
    font-size: 16px !important;
  
    width: 34.8%;
    padding-top: 10px;
    padding-left: 10px;
    background: #014a75;
    color: #fff;
    margin-top: -1px;
    margin-right: 0px;
    height: 33px;
}

/**End New Subscribers ***/


.view-blog .views-field-view-node a {
    color: black;
    padding: 20px;
    padding: 15px 160px 15px 20px;
}

.view-blog .views-field-view-node a:hover {
    color: #fff;
    background: #003359;
}

.view-blog .views-field-body {
    margin-bottom: 30px;
    padding-left: 20px;
}

.social-share-links.inline .share-link {
  
    margin-right: 0px;
    width: 30px;
}

#content .social-share-links.inline h2 {
    width: 50px;
    float: left;
    margin-top: -22px;
    margin-right: 10px;
}

#webform-client-form-460 .form-required{
  display: none;
}

.flex-active-slide .views-field.views-field-field-image img {
    height: auto;
}

.view-blog .item-list .pager li.pager-item a{
    color: #2d2d2d;
    text-decoration: underline;
}

h3 {
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-top: -20px;
}

#block-block-12 {
    margin-top: 40px;
}

#block-block-12 h2{

    display: inline-block;
    font-size: 28px !important;
    font-family: 'Gustan-Bold';
    padding-top: 40px;
    margin-bottom: -20px;
}
#block-block-11 h3{
  margin-bottom: -10px;
}

#block-block-11 {
    margin-top: 30px;
}

.view-footer {
    margin-top: 40px;
}

.region-content .field-name-field-header-image img
{
	width : 100%;
	height : auto;
}


