/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/JX7MlXqjSJNjQvI4heMMGvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/vtwNVMP8y9C17vLvIBNZI_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/9kaD4V2pNPMMeUVBHayd7vY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/ATKpv8nLYAKUYexo8iqqrg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


.customSignup a:link,
.customSignup a:visited,
.customSignup a:active
{
background-color:#ce4f28;
color:#ffffff !important;
padding:6px 15px;
border-radius:5px;
}

@font-face
{
font-family:'myriad-light';
src:url("../fonts/MyriadPro-Light.eot");
src:url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/MyriadPro-Light.woff") format("woff"),
url("../fonts/MyriadPro-Light.ttf") format("truetype");
}

@font-face
{
font-family:'myriad-semi';
src:url('../fonts/MyriadPro-SemiExt.eot');
src:url('../fonts/MyriadPro-SemiExt.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-SemiExt.woff') format('woff'),
url('../fonts/MyriadPro-SemiExt.ttf') format('truetype');
}

@font-face
{
font-family:'gillsans-light';
src:url('../fonts/gillsans_light.eot');
src:url('../fonts/gillsans_light.eot?#iefix') format('embedded-opentype'),
url('../fonts/gillsans_light.woff') format('woff'),
url('../fonts/gillsans_light.ttf') format('truetype');
}

@font-face
{
font-family:'gillsans-light';
src:url('../fonts/gillsans_light.eot');
src:url('../fonts/gillsans_light.eot?#iefix') format('embedded-opentype'),
url('../fonts/gillsans_light.woff') format('woff'),
url('../fonts/gillsans_light.ttf') format('truetype');
}

@font-face
{
font-family:'Gill Sans MT';
src:url('../fonts/gillsans.eot');
src:url('../fonts/gillsans.eot?#iefix') format('embedded-opentype'),
url('../fonts/gillsans.woff') format('woff'),
url('../fonts/gillsans.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  line-height: 1.5em;
  /*font-family:"myriad-semi";*/
  font-family: "Gill Sans MT","PT Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #383a3e;
  background-color: #fff;
  background-image:url("../images/body_bg.jpg");
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
.field-name-field-audio-file
	{
	background-image:url("http://www.presidency.gov.za/sites/default/files/audio_player.png");
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:120px;
	border:1px solid #cccccc;
	margin-top:20px;	
	}
audio,
canvas,
progress,
video {
  display: inline-block;
	width:100%;
	margin-top:30px;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #000000;
}

a:active {
  color: #000000;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

.footer-one{width:20% !important;}
.footer-two{width:35% !important;}
.footer-three{width:19% !important;}
.footer-four{width:25% !important;}

.views-slideshow-pager-fields > div
	{
	padding-left:0px;
	display:inline-block;
	}


@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}


.view-rotating-banner ul.pager{margin-top:50px !important;}



pre,
code,
kbd,
samp,
var {
  font-family: "Gill Sans MT","PT Sans", sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
list-style-type:none;

}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  /*padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
  */
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: normal;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 5px;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  background-color:#ffffff;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    //padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  /*padding: 0 1em 0 0;*/
padding: 0 0 0 0;
}




[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: "Gill Sans MT","PT Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}
.breadcrumb{background-color:#ffffff;padding-left:0px !important;}
.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size:12px;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}
.view-recipient-list .view-content h3
{

margin-bottom:0px;
}

.view-recipient-list .view-content h3 .date-display-single
{
font-weight:bold;
font-size:14px;
}
.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0px;
  border: 1px solid #cccccc;
  /*
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  */
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.pager li a
	{
	border-radius:0px;
	}
.mini-day-on a:link,
.mini-day-on a:visited
	{
	color:#cc0000;	
	}
.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  /*text-shadow: #fff 0 1px 0;*/
  color: #ce4f28;
  background: #ffffff;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
  color:#ce4f28;
  text-decoration:none;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #ce4f28;
  text-shadow: none;
  color:#ffffff;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  /*margin: 1.5rem 0;*/
  margin-bottom:10px;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description,
.description
	{
	font-size: 0.875rem;
	}
.form-item-mail .description
	{
	display:none;
	}
.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}
.form-item-field-mobile-number-und-0-value label
	{
	display:none;
	}
.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

/*Custom Styles Start*/
.layout-center 
	{
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	max-width: 980px;
	}

.region-header, .header
	{
	max-width: 900px;
	margin-left:auto;
	margin-right:auto;
	}
.header
	{
	padding:20px 0px 0px 0px;
	background:url("../images/flag.png");
	background-position:right center;
	background-repeat:no-repeat;
	}
.main-nav-bg
	{
	background:url("../images/main_nav.png");
	height:22px;
	background-position:top center;
	background-repeat:no-repeat;
	}
.union-buildings-header
	{
	height:120px;
	background:url("../images/union_buildings.png");
	background-position:center;
	background-repeat:no-repeat;
	}
.rotating-banner-region{position:relative;}
.rotating-banner-region-shadows
	{
	background:url("../images/aaa.png");
	background-position:top center;
	background-repeat:no-repeat;
	}
.region-rotating-banner
	{
	background:url("../images/banner_shadow.png");
	background-position:bottom;
	background-repeat:no-repeat;
	height:328px;
	max-width: 900px;
	margin-left:auto;
	margin-right:auto;
	}
.skin-default
	{
	text-align:center;
	margin-left:auto !important;
	margin-right:auto!important;
	position:relative;
	}
.skin-default img
	{

	}
h2.block__title
	{	
	}
.col-first,.col-last
	{
	width:48%;
	padding:0px;
	vertical-align:text-top;
	}

.col-first
	{
	padding-right:20px;
	}	
	
.item-list ul
	{
	padding-left:0px;
	}
.view-rotating-banner .views-field-title, .view-rotating-banner .views-field-title:hover
	{
	position:absolute;
	right:10px;
	font-size:18px !important;
	font-weight:bold;
	top:130px; 
	width:430px;
	display:inline-block;
	text-align:left;
	z-index:300;
	color:#ffffff !important;
	font-size:16px;
	font-family: "Gill Sans MT","PT Sans", sans-serif;
	text-decoration:none !important;
	cursor:default !important;
	}

.view-rotating-banner .views-field-body
	{
	display:inline-block;
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
	color:#ffffff;
	width:450px;
	height:120px;
	position:absolute;
	bottom:10px;
	right:0px;
	text-align:left;
	padding:50px 10px 0px 10px;
	font-size:16px;
	font-family: "Gill Sans MT","PT Sans", sans-serif;
	overflow:hidden;	
	}
.view-rotating-banner .views-field-body:hover
	{
	cursor:default !important;
	}
.views-slideshow-pager-field-item
	{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:15px;
	border-radius:50%;
	background-color:#ce4f28;
	margin-right:5px;
	text-align:center;
	position:relative;
	top:3px;
	text-decoration:none;
	}

.views-slideshow-pager-field-item:hover
	{
	background-color:#84381b;
	text-decoration:none;
	}
.views-slideshow-pager-field-item a
	{
	display:block;		
	width:15px;
	height:15px;
	color:#cccccc;
	background-color:#cccccc;
	border-radius:50%;
	}
.views-slideshow-pager-field-item a:hover
	{
	color:#84381b;	
	background-color:#84381b;
	border-radius:50%;
	text-decoration:none;
	}
	
.views-slideshow-pager-field-item.active a
	{
	color:#c61b12;
	background-color:#c61b12;
	border-radius:50%;
	text-decoration:none;
	}

	
.views-slideshow-pager-fields
	{
	background-color:#f9eeda;
	border-top:15px solid #ce4f28;
	margin-top:-6px;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:10px;
	}
.layout-3col__full .views-slideshow-pager-field-item a	
	{
	color:#c8c8c8;
	background-color:#c8c8c8;
	border-radius:50%;
	}
.layout-3col__full .views-slideshow-pager-field-item a:hover
	{
	color:#c61b12;
	background-color:#c61b12;
	border-radius:50%;
	}
.layout-3col__full .views-slideshow-pager-fields
	{
	background-color:#000000;
	}	
	
.layout-3col__full .views-slideshow-pager-fields
	{
	background-color:#ffffff;
	border:none;
	margin-top:0px;
	text-align:center;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:10px;
	background-image:url("../images/symbols_mainBG_bottom.png");
	background-position:top center;
	background-repeat:no-repeat;
	}
	
.layout-3col__full .views-slideshow-pager-field-item.active a
	{
	color:#c61b12;
	background-color:#c61b12;
	}	
	
	
	
.layout-3col__full .vscc_controls_next
	{
	position:absolute;
	right:-40px;
	top:-300px;
	z-index:499;
	}
.layout-3col__full .vscc_controls_next img
	{
	width:30px;	
	}
.layout-3col__full .vscc_controls_previous
	{
	position:absolute;
	left:-40px;
	top:-300px;
	z-index:499;
	}
.layout-3col__full .vscc_controls_previous img
	{
	width:30px;	
	}
.field-item{
font-family:"PT Sans", sans-serif;
font-size:14px;
color:#666;
text-align:justify;
}

.views-field-title ,
.views-field-title a:link,
.views-field-title a:visited
	{
	text-align: left;
    font-size: 16px;
    font-family: "Gill Sans MT","PT Sans", sans-serif;
    line-height: 18px;
	margin-top:10px;
    color: #383a3e !important;
	text-decoration:none !important;
	display:inline-block;
	width:100%;
	font-weight:normal !important;
	}
.views-field-title:hover,
.views-field-title a:hover,
.views-field-title a:active
	{
	text-align: left;
    font-family: "Gill Sans MT","PT Sans", sans-serif;
	text-decoration:underline !important;
    color: #383a3e !important;
	}
.calender-event-link a:link,
.calender-event-link a:visited
	{
	color:#7b7b7b !important;
	font-size:12px !important;
	font-weight:normal !important;
	}
.calender-event-link a:hover,
.calender-event-link a:active
	{
	/*color:#ce4f28 !important;*/
	color:#3c3c3c !important;
	font-size:12px !important;
	font-weight:normal !important;
	}

.calender-event-date
	{
	font-size:10px !important;
	font-style:none !important;
	font-weight:bold;
	color:#000000;
	}
.calendar-page .pager
	{
	margin:0px;
	}
.calendar-calendar td.empty
	{
	color:#3c3c3c !important;
	}
.calendar-calendar td .inner div.day a
	{
	color:#3c3c3c !important;
	}
.calendar-calendar .month-view .full td.date-box.today
	{
	border-color:#3c3c3c !important;
	}
.calendar-calendar .month-view .full tr td.single-day.today
	{
	border-bottom:2px solid #3c3c3c !important;
	}
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full td.even td.today
	{
	border-left:2px solid #3c3c3c !important;
	border-right:2px solid #3c3c3c !important;
	}
.auth{
    z-index: 150;
    width: 100%;
    height: 20px;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.auth .or{
    opacity:0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    content: "Absol Internet";
    color: #a2a2a2;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    transition: all 0.8s ease;
}

.auth:hover .or{
    opacity:0.8;
    transition: all 0.4s ease;
}

.auth .or a:link,
.auth .or a:visited{
    color: #a2a2a2;
}
.auth .or a:hover,
.auth .or a:active{
    color: #ffffff;
    text-decoration:none;
}
.date-heading h3
	{
	border-bottom:2px solid #cc0000;
	display:inline-block;	
	}	
.vscc-controls
	{
	position:relative;
	}
.vscc_controls_next
	{
	position:absolute;
	right:-40px;
	top:-170px;
	z-index:499;
	}
.vscc_controls_next img
	{
	width:30px;	
	}
.vscc_controls_previous
	{
	position:absolute;
	left:-40px;
	top:-170px;
	z-index:499;
	}
.vscc_controls_previous img
	{
	width:30px;	
	}
.row.speeches 
	{
	padding-bottom:20px;
	}
.field-name-field-profile-image-reference
	{
	float:left;
	margin-right:15px;
	}
.field-name-field-profile-image-reference .field-label
	{
	display:none;
	}
.layout-3col__right-content .col-xs-12,
.layout-3col__right-content .col-lg-6
	{
	min-height:180px;
	position:relative;
	}
.layout-3col__right-content .views-field-body
	{
	color:#7b7b7b;
	font-size:12px;
	}
.layout-3col__right-content .views-field-field-content-date,
.date-display-single
	{
	display:inline-block;
	width:100%;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	font-family: "Gill Sans MT","PT Sans", sans-serif;
	}
.layout-3col__right-content .views-field-nothing
	{
	display:inline-block;
	width:90%;
	height:20px;
	border-bottom:1px solid #cccccc;
	position:absolute;
	bottom:0px;
	left:15px;
	margin-top:10px;
	margin-bottom:10px;
	}	
.right-column .views-field-nothing	
	{
	display:inline-block;
	width:90%;
	height:20px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;	
	}
.footer-image-region
	{
	min-height:500px;
	background-repeat:no-repeat;
	margin-top:100px;	
	}
.copyright-region
	{
	background-color:#84381b;
	text-align:right;	
	color:#d19c87;
	padding:5px 20px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	}
.copyright-region a:link,.copyright-region a:visited
	{
	color:#d19c87;
	text-decoration:none;	
	}
.print_mail img,
.print_html img
	{
	width:30px;
	height:30px;
	}

.print_html,
.print_mail,
.print_pdf,
.print_epub{
	margin-left:10px;
}

.links.inline
	{
	text-align:right;
	margin-top:15px;
	}

.region-social-media
	{
	position:fixed;
	right:0px;
	top:20%;
	}
.region-social-media h2.block__title
	{
	display:none;
	}
.region-social-media .on-the-web
	{
	float:left;
	clear:left;
	}
.layout-3col
	{
	border-top:6px solid #ce4f28;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	min-height:300px;
	background-color:#ffffff;
	}
.layout-3col-region-shadows
	{
	background:url("../images/main_content_shadows.png");
	background-position:top center;
	background-repeat:no-repeat; 
	}
	
.views-column
	{
	border-bottom:1px solid #adb1b7;
	}

.right-column
	{
	float:right;
	width:35%;
	padding:0px 15px;
	}
	
.layout-3col__right-content
	{
    float: right;
    width: 65%;
    margin-right: 35%;
    margin-left: -100%;
	}
.layout-3col__right-content a:link, .layout-3col__right-content a:visited{color:#000000;width:100%;}
.layout-3col__right-content a:hover, .layout-3col__right-content a:active{color:#ce4f28;}


.layout-3col__right-content .tabs a:link, .layout-3col__right-content .tabs a:visited{color:#ce4f28;width:100%;}
.layout-3col__right-content .tabs a:hover, .layout-3col__right-content .tabs a:active{color:#ce4f28;}

.layout-3col__right-content .is-active a:link, .layout-3col__right-content .is-active a:visited{color:#ffffff;}

.main-content-bottom-region
	{
		
	}
.region-rotating-banner .block-search {
    position: absolute;
    display: inline-block;
    width: 900px;
    bottom: 24px;
    height: 30px;
    padding-left: 10px;
}
.region-rotating-banner .block-search h2
	{
	display:none;
	}
.region-rotating-banner .block-search .form-item 
	{
	float:left;
	clear:none;
	margin:0px;
	}
.region-rotating-banner .block-search input
	{
	}
.region-rotating-banner .block-search .form-text
	{
	width:300px;
	padding-left:10px;
	border-top:1px solid #d1c4ad;
	border-right:0px solid #000000;
	border-bottom:1px solid #fbf5ea;
	border-left:1px solid #d1c4ad;
	font-style:italic;
	color:#a6967a;
	}
.form-submit
	{
	border-top:1px solid #d1c4ad;
	border-left:0px solid #000000;
	border-bottom:1px solid #fbf5ea;
	border-right:1px solid #d1c4ad;	
	}
#block-search-form
	{
	width:350px;
	}
.hotline
	{
	position:absolute;
	bottom:30px;
	left:50%;
	}
.hotline a:link,.hotline a:visited
	{
	color:#383a3e;
	}
.layout-center h1
	{
	margin-bottom:10px;
	margin-top:10px;
	font-family: "Gill Sans MT", sans-serif;
	color:#383a3e;
	font-size:20px;
	font-weight:300;
	line-height:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #adb1b7;	
	}

.layout-center h2
	{
	margin-bottom:20px;
	margin-top:10px;
	font-family: "Gill Sans MT", sans-serif;
	color:#383a3e;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #adb1b7;
	}
.main-footer-region h2
	{
	font-size:14px;
	margin:0px;
	margin-bottom:10px;
	padding-bottom:0px;
	border:0px;
	font-weight:normal;
	color:#000000;
	font-family:sans-serif;
	}
	
.layout-center h2 a:link, .layout-center h2 a:visited
	{
	text-decoration:none;
	color:#383a3e;
	}		
.main-footer-region	
	{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	border-top:4px solid #ce4f28;
	padding:30px 0px 0px 0px;
	background:url("../images/copyright_bg.png");
	background-position:bottom center;
	background-repeat:no-repeat;
	}
.main-footer-region	 .menu li
	{
	list-style:none;
	line-height:24px;
	}
.main-footer-region .menu li a:link,
.main-footer-region .menu li a:visited,
.footer .menu li a:visited
	{
	font-size:14px;
	text-decoration:none;
	color:#666;
	}
.main-footer-region .menu li a:hover,
.main-footer-region .menu li a:active,
.footer .menu li a:active
	{
	font-size:14px;
	text-decoration:underline;
	color:#666;
	}	

.breadcrumb-container
	{
	padding:5px 15px;
	border-bottom:1px dashed #f4f4f4;
	color:#a8acb2;	
	}
.breadcrumb-container a:link,
.breadcrumb-container a:visited,
.breadcrumb-container a:hover,
.breadcrumb-container a:active
	{
	font-weight:normal;
	font-size:12px;
	color:#a8acb2;
	}
/*Pagination*/
.layout-3col__right-content .pager
	{
	margin:0px !important;
	width:100%;
	text-align:right !important;
	}
.layout-3col__right-content .pager-current
	{
	display: inline-block;
    padding: 4px 8px;
    background-color: #cecece;
	border:1px solid #000000;
	border-radius:0px;
	font-size:10px;
	color:#000000;
	}
	
.layout-3col__right-content .pager-item
	{
	display: inline-block;	
	width:30px;	
	}
	
.layout-3col__right-content .pager-item a:link,
.layout-3col__right-content .pager-item a:visited
	{
	
    background-color: #F4F4F4;
	border:none;
	border-radius:0px;
	font-size:10px;
	color:#000000;
	width:30px;
	display:block;
	}
.layout-3col__right-content .pager-item a:hover,
.layout-3col__right-content .pager-item a:active
	{
    background-color: #cecece !important;
	color:#000000;
	}
.layout-3col__right-content .pager-next a:link,
.layout-3col__right-content .pager-next a:visited,
.layout-3col__right-content .pager-previous a:link,
.layout-3col__right-content .pager-previous a:visited
	{
	display: inline-block;
	border:0px !important;
	padding:0px !important;
	font-size:12px !important;
	color:#000000 !important;
	border-radius:0px;
	width:55px;
	}
.layout-3col__right-content .pager-next a:hover,
.layout-3col__right-content .pager-next a:active,
.layout-3col__right-content .pager-previous a:hover,
.layout-3col__right-content .pager-previous a:active
	{
	background-color:#ffffff !important;
	border:0px !important;
	}
.layout-3col__right-content .pager-last,
.layout-3col__right-content .pager-first
	{
	display:none !important;
	}

.field-name-field-content-date
	{
	display:inline-block;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	}

#user-login
	{
	margin-left:20px;
	margin-right:20px;
	}
#edit-field-content-date-value
	{
	float:left;
	}
.views-submit-button
	{

	}
.form-select
	{
	height:25px;
	line-height:25px;	
	}

.sf-depth-2,.sf-depth-3
	{
	max-width:210px !important;
	width:210px !important;
	font-size:12px !important;
	}
.sf-depth-2 a:link,
.sf-depth-3 a:visited
	{
	text-transform:lowercase !important;
	text-transform:capitalize !important;
	}
#edit-field-online
	{
	float:left;
	width:100%;
	}
#edit-field-online label
	{
	float:left;
	clear:none;
	display:inline-block;
	width:45%;
	}
#edit-field-online input
	{
	width:20px;
	}
#user-register-form,
#user-login,
#user-pass,
#user-profile-form
	{
	padding:20px;
	border:1px solid #cccccc;
	margin-top:10px;
	font-size:12px;
	}


	
.captcha legend
	{
	display:none;
	}

#block-menu-menu-profiles-right-hand-menu ul
	{
	padding-left:0px;	
	}
.right-column .menu__item,
.front-page .menu__item
	{
	list-style-image:none !important;
	list-style:none !important;
	}
.right-column a:link,
.right-column a:visited,
.right-column a:hover,
.right-column a:active
	{	
	color:#666;
	font-size:14px;
	letter-spacing:0px;
	}
blockquote
	{
    overflow: auto;
    padding: 0 10px;
    margin: 20px 30px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
	font-size:14px;
	}
blockquote ol
	{
	list-style-type: lower-alpha;
	}
#views_slideshow_cycle_main_national_symbols-page
	{
	height:500px;
	overflow-y: auto;
	overflow-x: hidden;
	}

.view-national-symbols
	{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	padding-top:34px;
	background-image:url("../images/symbols_mainBG_top.png");
	background-position:top center;
	background-repeat:no-repeat;
	}	
	
.views-field-field-national-symbol-image
	{
	float:left;
	width:310px;
	height:412px;
	}
.views-field-field-national-symbol-title,
.views-field-field-national-symbol-description,
.views-field-field-national-symbol-body
	{
	width:390px;
	float:left;
	text-align:left;
	margin-left:20px;
	}
.views-field-field-national-symbol-title
	{
	font-size:30px;
	color:#a9a9a9;
	margin-top:20px;
	}
.views-field-field-national-symbol-description
	{
	border-bottom:1px solid  #c91c13;
	font-size:20px;
	color:#a9a9a9;
	}
.views-field-field-national-symbol-body
	{
	color:#a9a9a9;
	margin-bottom:50px;
	}
#vscc_controls_next_national_symbols-page
	{
	display:block;
	}
.field-name-field-awarded-for	
	{
	overflow: auto;
    padding: 0 10px;
    margin: 20px 0px 20px 30px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
	font-style:italic;
	}
.field-name-order-name-before-color p,
.views-label-field-awarded-color
	{
	display:block;
	padding:0px;
	margin:0px;
	widows:auto;
	float:left;
	margin-right:5px;
	}
.field-name-field-recipient-image
	{
	margin-top:10px;
	margin-bottom:10px;
	}
.views-label-field-awarded-color .field-content
	{
	display:block;
	float:left;
	}
#block-views-national-orders-block-1 .block__title
	{
	/*margin-bottom:0px;*/
	}
.right-column .view-recipient-list .views-row
	{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e7e7e7;
	}
.documents-page .view-documents .views-row
	{
	margin-top:10px;
	}
.documents-page .view-documents a:link,
.documents-page .view-documents a:visited,
.views-field-field-document a:link,
.views-field-field-document a:visited
	{
	padding-left:20px;
	font-size:14px;
	background-image:url("../images/Red_Download.gif");
	background-repeat:no-repeat;
	background-position:top left;	
	}
.node-tenders a:link,
.node-tenders a:visited
	{
	padding-left:20px;
	font-size:14px;
	background-image:url("../images/Red_Download.gif");
	background-repeat:no-repeat;
	background-position:top left;
	}
.node-tenders .field-name-title a:link,
.node-tenders .field-name-title a:visited
	{
	padding-left:0px;
	font-size:14px;
	background-image:none;	
	}
.view-taxonomy-term .views-row
	{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f4f4f4;
	}
.documents-page .view-documents .menu__item
	{
	list-style:none;
	}
.documents-page .view-documents .menu__item a:link,
.documents-page .view-documents .menu__item a:visited
	{
	padding-left:0px;
	background-image:none;
	font-size:16px;
	font-family: "Gill Sans MT","PT Sans", sans-serif;
	}
	
.front-page .view-documents .views-row,
#block-views-documents-block .menu__item
	{
	padding-left:20px;
	background-image:url("../images/download.png");
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:5px;
	}
.front-page .view-documents a:link,
.front-page .view-documents a:visited
	{
	margin-left:10px;
	font-size:12px;	
	}	

.front-page .view-documents a:link,
.front-page .view-documents a:visited
	{
	padding-left:0px;
	font-size:12px;
	background-image:none;
	}	
.document-headings
	{
	font-size:14px;
	font-weight:bold;
	}
.node-report
	{
	border-bottom:1px solid #cccccc;
	margin-bottom:15px;
	padding-bottom:10px;
	}
.node-report a:link,	
.node-report a:visited
	{
	padding-left:20px;
	font-size:14px;
	background-image:url("../images/Red_Download.gif");
	background-repeat:no-repeat;
	background-position:top left;	
	}
.article-opinion-pieces .views-row,
.vacancies-page .views-row
	{
	border-bottom:1px solid #cccccc;
	}	
.webform-client-form input,
.webform-client-form .form-textarea-wrapper
	{
	width:315px;
	}

.webform-client-form .form-submit
	{
	border:none;
	width:200px;
	}
	
.layout-3col__full ::-webkit-scrollbar {
    width: 12px;
}
 
.layout-3col__full ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.layout-3col__full ::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background-color:#d8d9db;
}

#user-register-form .form-submit,
#user-login.form-submit,
#user-pass .form-submit,
#user-profile-form .form-submit
	{
	border:1px solid #cccccc;
	background-color:#ce4f28;
	color:#ffffff;
	width:140px;
	}

#user-register-form .form-submit:hover,
#user-login.form-submit:hover,
#user-pass .form-submit:hover,
#user-profile-form .form-submit:hover
	{
	background-color:#cccccc;
	color:#000000;
	}
	
	
.media-registration-form label
	{
	display:inline-block;
	width:45%;
	}
.media-registration-form input,
.media-registration-form select
	{
	display:inline-block;
	width:50%;

	}
.user-edit-profile-form .form-item-pass
	{
	border:1px solid #cccccc;
	background-color:#f4f4f4;
	padding:20px;
	}
.user-edit-profile-form label
	{
	display:inline-block;
	width:45%;

	}
.user-edit-profile-form input,
.user-edit-profile-form select
	{
	display:inline-block;
	width:50%;

	}
.user-edit-profile-form .password-strength
	{

	}
	
.user-edit-profile-form .password-suggestions
	{
	border:1px solid #cccccc !important;
	background-color:#ffffff;
	}
.user-edit-profile-form .password-suggestions ul
	{
	list-style:none;
	}
.user-edit-profile-form legend
	{
	font-size:14px;
	}
	
.user-edit-profile-form .description a:link
	{
	float:left;
	display-inline-block;
	width:100%;
	font-weight:bold;
	}
.user-profile-page .field-label
	{
	display:inline-block;
	width:45%;
	}
.user-profile-page .field-item
	{
	display:inline-block;
	width:50%;
	}
.user-profile-page h3
	{
	margin-bottom:0px;
	margin-top:10px;
	font-family: "Gill Sans MT","PT Sans", sans-serif;
	color:#383a3e;
	font-size:18px;
	font-weight:300;
	line-height:20px;
	padding-bottom:10px;
	border-bottom:solid 1px #adb1b7;
	}

.on-the-web img{
	width:34px;
	height:34px;
	margin-bottom:4px;
}

/*************************************************************** MOBILE *******************************************************/	
@media (max-width: 768px) {

	#block-superfish-1{margin-top:60px;}
	.layout-3col__right-content
	{
	float:right;
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
	}
	.right-column
	{
	float:right;
	clear:both;
	width:100%;
	padding:0px 15px;
	}
	.main-nav-bg
	{
	background:none;
	height:0px;
	top:50px;
	}
	.union-buildings-header
	{
	background:none;	
	}
	.sf-style-default
	{
	margin-top:30px;	
	}
	.rotating-banner-region-shadows{display:none;}
	.region-social-media
	{
	position:absolute;
	left:35%;
	top:155px;
	}
	.region-social-media .on-the-web
	{
	float:left;
	clear:none;
	}
	.layout-3col__right-content  .col-xs-12,
	.layout-3col__right-content  .col-lg-6
	{
	min-height:auto;
	position:relative;
	margin-bottom:20px;
	}
	.views-field-field-content-date
	{
	margin-bottom:10px;
	}
	
	.view-national-symbols
	{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:34px;
	background-image:url("../images/symbols_mainBG_top.png");
	background-position:top center;
	background-repeat:no-repeat;
	}	
	
	.views-field-field-national-symbol-image
	{
	float:left;
	width:100%;
	height:412px;
	}
	.views-field-field-national-symbol-title,
	.views-field-field-national-symbol-description,
	.views-field-field-national-symbol-body
	{
	width:100%;
	float:left;
	clear:left;
	text-align:left;
	}
	.views-field-field-national-symbol-title
	{
	font-size:30px;
	color:#a9a9a9;
	margin-top:20px;
	}
	.views-field-field-national-symbol-description
	{
	border-bottom:1px solid  #c91c13;
	font-size:20px;
	color:#a9a9a9;
	}
	.views-field-field-national-symbol-body
	{
	color:#a9a9a9;
	margin-bottom:0px;
	}
	.layout-3col__full .vscc_controls_next
	{
	position:absolute;
	right:0px;
	top:-1100px;
	z-index:499;
	}
	.layout-3col__full .vscc_controls_next img
	{
	width:30px;	
	}
	.layout-3col__full .vscc_controls_previous
	{
	position:absolute;
	left:0px;
	top:-1100px;
	z-index:499;
	}
	.layout-3col__full .vscc_controls_previous img
	{
	width:30px;	
	}
	#views_slideshow_cycle_main_national_symbols-page
	{
	height:100%;
	overflow:hidden;
	}
	.media-registration-form label
	{
	display:inline-block;
	width:100%;

	}
	.media-registration-form input,
	.media-registration-form select
	{
	display:inline-block;
	width:100%;

	}
}

.field-name-field-soundcloud-file
	{
	margin-top:25px;
	}
#block-views-national-orders-booklets-block {margin-top:25px;}
.views-field-field-booklet{margin-bottom:10px}

.view-item-diary_calendar
{
    margin-bottom: 10px;
    border-bottom: 1px dotted #dddddd;
}

.field.field-name-field-attachement.field-type-file.field-label-above {
margin-top:20px;
}

.homepage_notices_body
{
	padding: 35px 40px 20px 40px;
	background-image:url('http://www.presidency.gov.za/sites/all/modules/vscc/images/black_arrow_right.png');
	background-repeat:no-repeat;
	background-position:right center;
	font-size:18px;
}

.homepage_notices_body a:link,
.homepage_notices_body a:visited,
.homepage_notices_body a:hover,
.homepage_notices_body a:active
{
	color:##383a3e;
}


.view-id-rotating_banner .item-list
{
	display:none;
}

.homepage-notices
{
	padding: 0px 20px 15px 20px;
}

body.page-calendar-node-field-event-date ul.tabs
{
display:none;
}

.node-from-the-desk-of-the-president .date-display-single
{
font-size:18px;
font-style:normal;
text-align:right;
background-color:#f0f0f0;
padding:14px;
border-bottom:3px solid #9d8652;
margin-bottom:30px;
}

.view-from-the-desk-rhs .views-column
{
border-bottom:0px;
}

.FromTheDeskRHSDate .date-display-single
{
font-style:normal;
font-size:14px;
display:inline;

}

.views-field-field-small-image
{
/*margin-left:8px;*/

}

.views-field-field-small-image img
{
height:auto;
width:255px;
}

.FromTheDeskRHSDate
{
	padding-left:8px;
	margin-top:5px;
}

.page-chairship-of-the-african-union .view-filters {
    
    
}

.page-chairship-of-the-african-union .view-filters::before {
	display: inline-block;
    width: 200px;
    height: 72px;
    content: "";
    position: relative;
    left: 0px;
    top: 0px;
    background-image: url(/sites/default/files/default_images/AU%20logo_0.jpg?s142432d1584967657);
    background-size: contain;
    background-repeat: no-repeat;
}

.field-name-field-notice .field-item{
	text-align:left !important;
	margin-top:5px;
	margin-bottom:5px;
}



.node-tenders .field-name-field-notice a:link,
.node-tenders .field-name-field-notice a:visited {
    padding-left: 0px !important;
    /* font-size: 14px; */
    background-image: none  !important;
    /* background-repeat: no-repeat; */
    /* background-position: top left; */
    text-decoration: underline  !important;
}

body.page-node-76 main.layout-3col__right-content{
	width:100% !important;
	margin-right:0px !important;
}

body.page-node-76 main.layout-3col__right-content h4{
	margin-bottom:0px;
	margin-top:0px;
}



/* Survey Extension Start*/
.webform-client-form-12696 input,
.webform-client-form-12696 select {
    width: 100%;
    padding: 5px 10px;
    height: 35px;
}

.webform-client-form-12696 .form-radio {
    width: 50px !important;
    height: 15px !important;
}

.webform-client-form-12696 .form-type-radio label{

}

#ExitIntent_Wrapper{
	background: rgba(0,0,0,0.7);
	text-align: center;
	width: calc(100% + 20px);
	height:100%;
	top:0px;
	bottom:0px;
	right:0;
	left:0;
	z-index:10000;
	position: fixed;
	text-align:center;
}

#ExitIntent{
    background: #ffffff;
    text-align: center;
    top: 25%;
    z-index: 10001;
    position: relative;
    padding: 30px 40px;
    border: 4px solid #ae9e74;
    -webkit-box-shadow: 9px 7px 21px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 7px 21px -9px rgba(0,0,0,0.75);
    box-shadow: 9px 7px 21px -9px rgba(0,0,0,0.75);
    font-family: "Gill Sans MT","PT Sans", sans-serif;
    line-height: 30px;
    font-size: 24px;
    position: relative;
}
#ExitIntent .closeButton{
	width: 40px;
	height: 40px;
	background: #ae9e74;
	color: #ffffff;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: -4px;
	right: -4px;
	font-family: Arial;
	font-family: Arial, Helvetica, sans-serif;
}
#ExitIntent .closeButton:hover{
	cursor: pointer;
	background: #867a5b;
	border: 4px solid #ae9e74;
	line-height: 32px;
}
.surveyButton,
.surveyButton:visited,
.surveyButton:focus
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    background: #ae9e74;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
}
.surveyButton:hover,
.surveyButton:active{
	background:#867a5b;
	color:#ffffff;
}

.declineExit{
	font-size:14px;
}
.surveyIMG{
	text-align:center;
	margin-bottom:25px;
}

@media (max-width: 480px){
	.surveyButton {
		line-height: 60px;
		padding: 15px 45px;
	}
	#ExitIntent{
		top:20px;
	}
}
/* Survey Extension End*/



.section-sona-2021 .layout-3col__right-content .block-views {
    float: left;
    clear: both;
	margin-bottom:35px;
}

#block-views-sona-videos-block{
	/*margin-bottom:35px;*/
}

.fancybox{
	display:block;
	margin-bottom:12px;
}

.fancybox img{
border: 1px solid #e4e4e4;
    padding: 8px;
    border-radius: 5px;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
