/*
	Theme Name: ISPA 2.1
	Theme URI: http://dfdy.co.za/
	Author: dfdy_
	Author URI: http://dfdy.co.za/
	Description: Responsive theme for ISPA. V 2.1
	Version: 2.1
	License: Go Away.
	Tags: responsive
	Text Domain: dfdy
*/

.spacing {
/*  padding: 20px; */
}

.btn {
  border: 1px solid #1b71b3;
  border-radius: 10px;
  padding: 0 4px 0 6px;
  color: white;
}
.center-span {
    display: table;
    margin: 0 auto;
}

@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

.alignright {
  float: right;
}

.gform_wrapper 
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) 
{
    font-size: 80% !important;
}

#sp-ea-6131.sp-easy-accordion>.sp-ea-single {
    background: #eeedff;
}

.flex-container {
    display: flex;
    background: #fff;
    color: #555;
    width: 100%;
    border-radius: 10px;
    font-size: larger;
    font-weight: 600;
}

.column {
    flex: 33%;
    padding: 1px;
    background: white;
    border: 0;
    border-radius: 8px;
    margin: 2px;
}

/* Some of my own */
/* Normalize */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Widths */
@media screen {
  /* All */
  .container:before, .container .main:before,
  .container .main_top:before,
  .container .main_full:before,
  .container .full:before,
  .container .mobi:before,
  .container .tablet-search:before,
  .container .sidebar:before,
  .container:after,
  .container .main:after,
  .container .main_top:after,
  .container .main_full:after,
  .container .full:after,
  .container .mobi:after,
  .container .tablet-search:after,
  .container .sidebar:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0; }
  
  .container:after,
  .container .main:after,
  .container .main_top:after,
  .container .main_full:after,
  .container .full:after,
  .container .mobi:after,
  .container .tablet-search:after,
  .container .sidebar:after {
    clear: both; }
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 10px;
    padding-right: 10px; }
  .container .main,
  .container .main_top,
  .container .main_full,
  .container .full,
  .container .mobi,
  .container .tablet-search,
  .container .sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px; }
  /* Desktop */ }

@media screen and (min-width: 1025px) {
  .sidebar {
    float: left;
    width: 30%; }
  .half {
    float: left;
    width: 50%; }
  .main, .main_top, .main_full {
    float: left;
    width: 70%; }
  .main {
    padding-top: 270px;
    margin-bottom: -1000px !important;
    padding-bottom: 1250px !important; }
  .main_top {
    padding-top: 270px;
    padding-bottom: 10px; }
  .sidebar {
    padding-top: 270px; }
  .mobi {
    display: none; }
  .tablet {
    display: none; }
  .tablet-search {
    display: none; }
  @supports (perspective: 1px) {
    /*	body { // fix for Edge, makes parallax work, but it's fuckin slow so nope
		transform: translateZ(0px);
	}*/
    .parallax {
      perspective: 1px;
      height: 100vh;
      width: 100vw;
      overflow-x: hidden;
      overflow-y: auto;
      scroll-behavior: smooth;
      perspective-origin-x: 100%;
      perspective-origin: 0 0; }
    .parallax__layer {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin-x: 100%;
      width: 100%;
      transform-origin: 0 0; }
    .pl3 {
      transform: translateZ(-3px) scale(4); }
    .pl2 {
      transform: translateZ(-0.7px) scale(1.7); }
    .pl1 {
      transform: translateZ(-0.01px) scale(1.01); }
    .pl_main {
      transform: translateZ(0); }
      @supports (background-image: linear-gradient(black, white)) {
        .pl_main #side_menu {
          background-image: linear-gradient(to bottom, #ddd, #ddd 185px, #fafafa 260px); }
        .pl_main #main_content {
          background-image: linear-gradient(to bottom, #eee, #eee 185px, #fff 260px); }
        .pl_main #tablet-search {
          background-image: linear-gradient(to bottom, #ccc, #ccc 185px, #ddd 260px); }
        .pl_main #profilehead {
          background-image: linear-gradient(to bottom, #07429a, #07429a 185px, #1b71b3 260px); } }
    .pl0 {
      pointer-events: none;
      transform: translateZ(0.3px) scale(0.7); } }
  /* parallax backgrounds */
  .pbg3 {
    width: 100%;
    height: 420.692212608px;
    background-color: #1b71b3;
    opacity: 0.1; }
  .pbg2 {
    width: 100%;
    height: 321.376877251px;
    background-color: #1b71b3;
    opacity: 0.15; }
  .pbg1 {
    width: 100%;
    height: 283.443084142px;
    background-color: #1b71b3;
    opacity: 0.3; }
  /* Needs this to work... */
  @supports not (perspective: 1px) {
    .pl0,
    .pl1,
    .pl2,
    .pl3 {
      display: none; } }
  /*The below is to disable these for IE and Edge */
  @supports (-ms-ime-align: auto) {
    .pl0,
    .pl1,
    .pl2,
    .pl3 {
      transform: translateZ(0); } }
  .pl1,
  .pl2,
  .pl3,
  :root .pl0,
  _:-ms-fullscreen {
    display: none; }
  #container-head {
    background: radial-gradient(at 50% 100%, #1b71b3 0, #1b71b3 56%, #07429a 100%); }
  #container-head-small {
    background: radial-gradient(circle farthest-corner, #1b71b3 0, #1b71b3 56%, #07429a 100%); }
  /* Large header */
  #container-head {
    width: 100%;
    height: 310px;
    margin-top: -50px;
    background-color: #1b71b3;
    overflow: hidden; }
  #container-head .full {
    margin-top: 149.307787392px;
    height: 160.692212608px;
    border-bottom: 10px solid #bbb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.025); }
  #container-head .full {
    pointer-events: auto; }
  #container-head a {
    font-weight: normal; }
  #container-head .contact {
    position: absolute;
    right: 30px;
    top: 78px;
    width: 300px;
    height: 60px;
    text-align: right; }
  #container-head .search {
    position: absolute;
    right: 30px;
    top: 52px;
    width: 300px;
    height: 36px;
    text-align: right; }
  #container-head .search input {
    border: none !important;
    width: 210px; }
  #container-head .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  /* Small header */
  #container-head-small {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #1b71b3;
    display: none;
    z-index: 10;
    border-bottom: 3px solid #fff;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.025); }
  #container-head-small img {
    margin-top: 10px;
    height: 40px; }
  #container-head-small .full {
    position: relative; }
  .admin-bar #container-head-small {
    margin-top: 32px; }
  #container-head-small .search2 {
    position: absolute;
    top: 12px;
    right: 0;
    width: 300px;
    height: 30px;
    padding: 0;
    text-align: right; }
  #container-head-small .search2 input {
    border: none !important;
    width: 210px; }
  #container-head-small .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  /* Tablet search */
  #tablet-search .search2 {
    padding-bottom: 10px;
    text-align: right; }
  #tablet-search .search2 input {
    border: none !important;
    width: 100%; }
  #tablet-search .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  #tablet-search .search_table {
    display: table;
    width: 100%; }
  #tablet-search .search_row {
    display: table-row;
    width: 100%; }
  #tablet-search .search_input {
    display: table-cell;
    vertical-align: middle; }
  #tablet-search .search_button {
    display: table-cell;
    width: 55px;
    vertical-align: middle; } }

@media screen {
  /* Tablet */ }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar {
    float: left;
    width: 35%; }
  .half {
    float: left;
    width: 50%; }
  .main, .main_full, .main_top, .tablet-search {
    float: left;
    width: 65%; }
  .main_top {
    padding-bottom: 10px; }
  #main_content {
    background-image: none !important; }
  .tablet-search {
    padding-top: 270px; }
  .sidebar {
    padding-top: 270px; }
  .mobi {
    display: none; }
  .desktop-wide {
    display: none; }
  @supports (perspective: 1px) {
    /*	body { // fix for Edge, makes parallax work, but it's fuckin slow so nope
		transform: translateZ(0px);
	}*/
    .parallax {
      perspective: 1px;
      height: 100vh;
      width: 100vw;
      overflow-x: hidden;
      overflow-y: auto;
      scroll-behavior: smooth;
      perspective-origin-x: 100%;
      perspective-origin: 0 0; }
    .parallax__layer {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin-x: 100%;
      width: 100%;
      transform-origin: 0 0; }
    .pl3 {
      transform: translateZ(-3px) scale(4); }
    .pl2 {
      transform: translateZ(-0.7px) scale(1.7); }
    .pl1 {
      transform: translateZ(-0.01px) scale(1.01); }
    .pl_main {
      transform: translateZ(0); }
      @supports (background-image: linear-gradient(black, white)) {
        .pl_main #side_menu {
          background-image: linear-gradient(to bottom, #ddd, #ddd 185px, #fafafa 260px); }
        .pl_main #main_content {
          background-image: linear-gradient(to bottom, #eee, #eee 185px, #fff 260px); }
        .pl_main #tablet-search {
          background-image: linear-gradient(to bottom, #ccc, #ccc 185px, #ddd 260px); }
        .pl_main #profilehead {
          background-image: linear-gradient(to bottom, #07429a, #07429a 185px, #1b71b3 260px); } }
    .pl0 {
      pointer-events: none;
      transform: translateZ(0.3px) scale(0.7); } }
  /* parallax backgrounds */
  .pbg3 {
    width: 100%;
    height: 420.692212608px;
    background-color: #1b71b3;
    opacity: 0.1; }
  .pbg2 {
    width: 100%;
    height: 321.376877251px;
    background-color: #1b71b3;
    opacity: 0.15; }
  .pbg1 {
    width: 100%;
    height: 283.443084142px;
    background-color: #1b71b3;
    opacity: 0.3; }
  /* Needs this to work... */
  @supports not (perspective: 1px) {
    .pl0,
    .pl1,
    .pl2,
    .pl3 {
      display: none; } }
  /*The below is to disable these for IE and Edge */
  @supports (-ms-ime-align: auto) {
    .pl0,
    .pl1,
    .pl2,
    .pl3 {
      transform: translateZ(0); } }
  .pl1,
  .pl2,
  .pl3,
  :root .pl0,
  _:-ms-fullscreen {
    display: none; }
  #container-head {
    background: radial-gradient(at 50% 100%, #1b71b3 0, #1b71b3 56%, #07429a 100%); }
  #container-head-small {
    background: radial-gradient(circle farthest-corner, #1b71b3 0, #1b71b3 56%, #07429a 100%); }
  /* Large header */
  #container-head {
    width: 100%;
    height: 310px;
    margin-top: -50px;
    background-color: #1b71b3;
    overflow: hidden; }
  #container-head .full {
    margin-top: 149.307787392px;
    height: 160.692212608px;
    border-bottom: 10px solid #bbb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.025); }
  #container-head .full {
    pointer-events: auto; }
  #container-head a {
    font-weight: normal; }
  #container-head .contact {
    position: absolute;
    right: 30px;
    top: 78px;
    width: 300px;
    height: 60px;
    text-align: right; }
  #container-head .search {
    position: absolute;
    right: 30px;
    top: 52px;
    width: 300px;
    height: 36px;
    text-align: right; }
  #container-head .search input {
    border: none !important;
    width: 210px; }
  #container-head .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  /* Small header */
  #container-head-small {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #1b71b3;
    display: none;
    z-index: 10;
    border-bottom: 3px solid #fff;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.025); }
  #container-head-small img {
    margin-top: 10px;
    height: 40px; }
  #container-head-small .full {
    position: relative; }
  .admin-bar #container-head-small {
    margin-top: 32px; }
  #container-head-small .search2 {
    position: absolute;
    top: 12px;
    right: 0;
    width: 300px;
    height: 30px;
    padding: 0;
    text-align: right; }
  #container-head-small .search2 input {
    border: none !important;
    width: 210px; }
  #container-head-small .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  /* Tablet search */
  #tablet-search .search2 {
    padding-bottom: 10px;
    text-align: right; }
  #tablet-search .search2 input {
    border: none !important;
    width: 100%; }
  #tablet-search .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  #tablet-search .search_table {
    display: table;
    width: 100%; }
  #tablet-search .search_row {
    display: table-row;
    width: 100%; }
  #tablet-search .search_input {
    display: table-cell;
    vertical-align: middle; }
  #tablet-search .search_button {
    display: table-cell;
    width: 55px;
    vertical-align: middle; } }

@media screen {
  /* Mobile */ }

@media screen and (max-width: 767px) {
  .main, .main_full, .main_top, .half,
  .mobi, .tablet-search {
    clear: both;
    width: 100%; }
  .sidebar {
    display: none; }
  .desktop {
    display: none; }
  .tablet {
    display: none; }
  .desktop-wide {
    display: none; }
  /* Mobile header */
  #container-head-mobile {
    background-color: #1b71b3;
    width: 100%; }
  #container-head-mobile a {
    display: block;
    line-height: 0; }
  #container-head-mobile img {
    width: 90%;
    margin: 10px; }
  #mobi_menu {
    padding: 10px; }
  #mobi_menu select {
    width: 100%;
    background-color: #8db3d1;
    color: #333;
    border-color: #1b71b3;
    height: 36px; }
  /* Tablet search */
  .tablet-search {
    padding: 10px 10px 0 10px !important; }
  #tablet-search .search2 {
    text-align: right; }
  #tablet-search .search2 input {
    border: 1px solid #ccc !important;
    width: 100%; }
  #tablet-search .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  #tablet-search .search_table {
    display: table;
    width: 100%; }
  #tablet-search .search_row {
    display: table-row;
    width: 100%; }
  #tablet-search .search_input {
    display: table-cell;
    vertical-align: middle; }
  #tablet-search .search_button {
    display: table-cell;
    width: 60px;
    vertical-align: middle; } }

@media screen {
  /* All */
  body {
    background-color: #eee;
    color: #000;
    font-family: "Verdana", helvetica, arial, sans-serif;
    font-size: 0.85em;
    letter-spacing: 0.035em;
    line-height: 1.953125em;
    background-image: url("images/topgradient.png");
    background-repeat: repeat-x; }
  /* Heading */
  h1 {
    font-size: 3.0517578125em;
    line-height: 1em;
    margin: 0.8333333333em 0 0.4166666667em 0;
    color: #333;
    font-weight: normal; }
  h2 {
    font-size: 2.44140625em;
    line-height: 1em;
    margin: 0.6666666667em 0 0.3333333333em 0;
    color: #333;
    font-weight: normal; }
  h3 {
    font-size: 1.953125em;
    line-height: 1em;
    margin: 0.5em 0 0.25em 0;
    color: #333;
    font-weight: normal; }
  h4 {
    font-size: 1.5625em;
    line-height: 1em;
    margin: 0.3333333333em 0 0.1666666667em 0;
    color: #333;
    font-weight: normal; }
  h5 {
    font-size: 1.25em;
    line-height: 1em;
    margin: 0.1666666667em 0 0.0833333333em 0;
    color: #333;
    font-weight: normal; }
  h6 {
    font-size: 1em;
    line-height: 1em;
    margin: 0em 0 0em 0;
    color: #333;
    font-weight: normal; }
  h1 {
    margin-top: 0.4em; }
  /* Links */
  a {
    color: #1b71b3;
    text-decoration: none; }
  a:hover {
    color: #000000; }
  hr {
    border-collapse: collapse;
    border: none;
    border-top: 1px solid #ccc;
    margin-bottom: 30px; }
  input,
  select,
  textarea {
    border-radius: 10px;
    border-collapse: collapse;
    border: 1px solid #bbb;
    font-family: "Verdana", helvetica, arial, sans-serif;
    font-size: 12pt !important;
    letter-spacing: 0.035em !important;
    padding: 0.5em !important;
    color: #999;
    box-shadow: none !important; }
  /* Colours */
  .red {
    background-color: #caa; }
  .green {
    background-color: #aca; }
  .blue {
    background-color: #cde3ef; }
  .yellow {
    background-color: #cca; }
  /* Content */
  #content {
    background-color: #fafafa;
    border-bottom: 10px solid #bbb;
    overflow: auto;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,.025);
    overflow: hidden; }
  #main_content, #main_content_news {
    background-color: #fff; }
  #main_content_news {
    background-color: #fff;
    padding-top: 10px; }
  #main_content:last-child, #main_content_news:last-child {
    padding-bottom: 250px; }
  /* Side Menu */
  #side_menu {
    text-align: left; }
  #side_menu ul {
    padding: 0px; }
  #side_menu li {
    list-style-type: none;
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #eee; }
  #side_menu ul ul li:last-child {
    border-bottom: 1px solid #1b71b3; }
  #side_menu .current_page_item.menu-item-has-children {
    border-bottom: 1px solid #1b71b3; }
  #side_menu li ul {
    margin-top: 0.5em;
    padding-bottom: 0em;
    display: none; }
  #side_menu li.current-menu-item ul, #side_menu li.current-menu-ancestor ul {
    margin-top: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0em;
    display: block;
    border-top: 1px solid #1b71b3; }
  #side_menu li.current-menu-item ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  #side_menu li.current-menu-parent {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  #side_menu li.current-menu-item ul a, #side_menu li.current-menu-ancestor ul a {
    color: #999; }
  #side_menu li.current-menu-item a:first-child {
    color: #000;
    font-weight: bold; }
  #side_menu li.current-menu-item .sub-menu a {
    color: #999;
    font-weight: normal; }
  .side-menu {
    margin-top: 2em; }
  .side-menu li {
    list-style-position: inside;
    list-style-type: none; }
  /* Hide Side Menu Items */
/* #menu-item-5131 {display: none!important; } */

  /* Quick Links */
  #quicklinks {
    background-color: #1b71b3;
    margin-right: -30px;
    padding-right: 30px;
    color: #fff; }
  #quicklinks_light {
    background-color: #8db3d1;
    color: #fff; }
  #quicklinks a, #quicklinks_light a {
    color: #fff; }
  #quicklinks_light a {
    color: #1b71b3; }
  #quicklinks a:hover, #quicklinks_light a:hover {
    color: #000; }
  #quicklinks section, #quicklinks_light section {
    margin-top: 30px;
    margin-bottom: 30px; }
  #quicklinks ol,
  #quicklinks ul {
    padding: 0 0 0 5px;
    margin-bottom: 0; }
  #quicklinks li {
    list-style-position: inside;
    margin-bottom: 0; }
  #quicklinks h2, #quicklinks_light h2 {
    margin-top: 0;
    color: #fff; }
  /* Side Info */
  .side_info {
    border-top: 5px solid #1b71b3;
    text-align: left;
    margin-top: 40px; }
  .side_info_social {
    border-top: 5px solid #1b71b3;
    text-align: left; }
  .side_info_iweek {
    border-top: 5px solid #e01f27;
    text-align: left; }
  .side_info_iweek a {
    color: #e01f27; }
  #footer {
    margin-top: 30px;
    margin-bottom: 100px; }
  #footer p {
    text-align: center; }
  /* TABLES GENERAL */
  table {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #f3f3f3;
    margin: 0.5em 0 1em;
    border: 1px solid #dadada;
    border-radius: 0.5em;
    border-color: #1b71b3;
    width: 100%; }
  table th {
    font-weight: bold; }
  table tr {
    border: none; }
  table td,
  table th {
    padding: 5px 10px;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada; }
  table tr:last-child td {
    border-bottom: none; }
  table tr td:last-child,
  table tr th:last-child {
    border-right: none; }
  table th {
    background-color: #1b71b3 !important; }
  table tr th:first-child {
    border-top-left-radius: 0.4em; }
  table tr th:last-child {
    border-top-right-radius: 0.4em; }
  table tr th {
    border-color: #1b71b3;
    color: #fff; }
  /* Profile Head*/
  #profilehead a {
    color: #fff; }
  #profilehead a:hover {
    color: #000; }
  #profilehead {
    background-color: #1b71b3;
    margin-right: -30px;
    padding-right: 30px;
    color: #fff;
    padding-top: 270px; }
  #profilehead section {
    margin-top: 30px;
    margin-bottom: 30px; }
  #profilehead ol,
  #profilehead ul {
    padding: 0 0 0 10px; }
  #profilehead li {
    list-style-position: inside;
    margin-bottom: 0; }
  #profilehead h2 {
    margin-top: 0;
    color: #fff; }
  #ob_profile {
    background-color: #1b71b3;
    margin-right: -30px;
    margin-top: -13px;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2em; }
  #profilehead h1 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0; }
  #profilehead h3 {
    color: #fff;
    margin-top: 0px;
    padding-top: 0px; }
  #profilehead .frame {
    background-color: #fff;
    border: 1px solid #666;
    width: 140px;
    height: 140px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 30px;
    float: left; }
  #profilehead img {
    margin: 10px; }
  .lefthalf {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 15px; }
  .righthalf {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 0px; }
  .righthalf h2 {
    mmargin-top: 5px; }
  .searchbox .search_input input {
    width: 100%; }
  .searchbox .searchbutton {
    padding: 0 !important;
    width: 34px !important;
    vertical-align: top;
    border: none !important; }
  .searchbox .search_table {
    display: table;
    width: 100%; }
  .searchbox .search_row {
    display: table-row;
    width: 100%; }
  .searchbox .search_input {
    display: table-cell;
    vertical-align: middle; }
  .searchbox .search_button {
    display: table-cell;
    width: 55px;
    vertical-align: middle;
    text-align: right; }
  .gform_wrapper .gsection .gfield_label,
  .gform_wrapper h2.gsection_title,
  .gform_wrapper h3.gform_title {
    font-size: 2em !important;
    font-weight: normal; }
  .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 2em !important;
    font-weight: normal; }
  .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
  .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
  .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
  .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    color: #555; }
  .gform_wrapper .description,
  .gform_wrapper .gfield_description,
  .gform_wrapper .gsection_description,
  .gform_wrapper .instruction {
    color: #555; }
  .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important; }
  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
  .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-bottom: 3px; }
  .pressrelease ul {
    padding-left: 0px;
    list-style-type: none; }
  .main .size-large {
    width: 100%;
    height: auto; }
  .main .size-medium {
    width: 50%;
    height: auto; }
  .main .size-thumbnail {
    max-width: 50%;
    height: auto; }
  .stretch {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.provisional {
    border: 1px solid #1b71b3;
    border-radius: 0 0 0.5em;
    line-height: 2.5em;
    background: #f3f3f3;
    padding-left: 1em;
    margin-top: -1.2em;
}

.shutdown {
  display: none; 
  width: 50%;
  border: 1px solid #1b71b3;
  border-radius: 8px;
  position: absolute;
  top: 190px;
  z-index: 1000;
  color: #1b71b3;
  padding: 6px;
  font-size: 0.85em;
}

.shutdown-pages {
  display: none; 	
  width: 93%;
  border: 1px solid #1b71b3;
  border-radius: 8px;
  z-index: 1000;
  color: #1b71b3;
  padding: 6px;
}

/*# sourceMappingURL=style.css.map */
