/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 15 September 2026 05:37:07
*/


html {
  height: 100%;
  box-sizing: border-box;
}

.banner-all {display:none;
}
body {
  position: relative;
  margin: 0;

  min-height: 100%;
  font-family: sans-serif;

}

.main-section {
    background: #f7f5f5;
}

article.content-page {
    background: #ffffff;
}

.content {
    background:#ffffff!important;
    padding:0 1em!important;
}
.articleContent {
    min-height: 100vh;
}
p {
color:#373737;
}

a {
    color:#0000EE;
    text-decoration:underline;
}
a:hover {
    color:#0000EE;
    text-decoration:underline;
}

a:visited { 
    color: #551A8B; 
    }
    
.footer {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.footer a {
   color: #fff!important; 
   text-decoration: none;
}


.logo {
    border-left: 1px solid #fff;
    padding: 1rem 1rem 1rem 2rem;
    margin: 2rem 0;
    float:right;
}
.logo ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.title2 {
    float: left;
    margin-top: 1em;
    padding: 2.438rem 0;
    font-size: 2.6em;
    width: 40vw;
}

.title2 a{
    text-decoration: none;
    color: #ffffff;
}
.title2 a:hover {
    text-decoration: none;
    color: #ffffff;
}
.headlinks {
    background-color: #fefefe;
    float: right;
    margin: 1em 0;
}

.headlinks ul {
    margin: 0;
}

.headlinks li {
    float: left;
    list-style-type: none;
    margin: 0 0.5em 0 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.headlinks li a {
    color:#000;
    text-decoration: underline;
}

.breadcrumbs {
    padding: 0;
    position: relative;

}
.breadcrumbs ul li {
    position: relative;
    font-size: 1.1em;
    margin-left: 0;
    margin-top:14px;
}

.breadcrumbs ul a {
    display: block;
    font-style: normal;
    font-size: 1.1em;
    color: #004289;
    padding: .5rem 0;
}
.stick {
    position: fixed;
    top: 0;
    width: inherit;
    max-width: 350px;
    z-index: 10000;
}
.hlist {padding-left:0;}
.hlist li {display:inline-block; }


.fa {
    display: inline-block;
     
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
       
}



h1 {
    color: #005a96;
    font-weight:600;
    font-size:2.5em;
    padding-bottom:0.2em;
}

h2 {
    
    color: #444;

}

/* a.navbar-brand {
    margin-right: 4.5em;
}*/

@media (max-width: 767px){
a.navbar-brand {
     margin-right: 0.1em;
    
}
.content-page .container .row {
    flex-direction: column-reverse;
}
.stick {
    position: inherit;
    max-width: initial;
}

.logo img {
     width:15vw;
     min-width: 75px;
}
.title2 {
    font-size: 1.3em!important;
    font-weight: 700;
}



}





.container-fluid {
    padding-left: 0!important;
    padding-right:0!important;
    
}
.navbar-inverse .navbar-brand {
    color: #fff;
     text-decoration: none;
     background-color: #005a96;
}

.navbar-inverse .navbar-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    background-color: #005a96;
}
/*
.navbar-inverse .navbar-nav.active a, .navbar-inverse .navbar-nav.active a:focus, .navbar-inverse .navbar-nav.active a:hover {
    color: #fff;
    background-color: #005a96;
}

*/
.collapse ul.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    background-color: #4e4e4e;
}

.collapse .navbar-nav li.active>a {
    background-color: #005a96;
    color: #fff;
    background-image:none;
    box-shadow: none;
}


nav.navbar.navbar-inverse {
    background: #4e4e4e;
    border: none;
    border-radius: 0;
    color: #fff;
    margin:0;
}

.collapse .navbar-nav li>a:hover, .collapse .navbar-nav li.active>a:hover {
    background: #005a96;
}





.main-section ul li {
    list-style-type: square;
      padding-bottom: 0.5em;
}

.pull-right {
    margin: 0 0 1em 1em;
}

.pull-left {
    margin: 0 1em 1em 0;
}

.skip a {
    padding: 10px;
    position: absolute;
    top: -1143px;
    left: 0px;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
    font-size: 1.2em;
}

.row {
    margin-right: 0;
    margin-left: 0;
    display:flex;
}

.header {  background: #005a96; }

/*table*/

table {
    display: table;
    border-collapse: collapse;

    border-color: grey;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr:nth-of-type(odd) {
    background: #faf8f0;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td, th {
    padding: 0.5em;
    border: 1px solid #d5d5d5;
}

th {
    background: #5E7B88;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    padding: 0.5em!important;
}

/*Find out more about....*/

.more {
    background: none!important;
    background-image: none!important;
        box-shadow:none!important;
    text-align: left!important;
    border: solid 2px #2ACCB5;
    color: #fff;
}

.more h2 {
    color: #5E7B88;
    font-size: 1.4em;
    font-weight: 700;
    padding-bottom: 0.75em;
}

.more ul li a {
    color: #585482;
    font-size: 1.1em;
    font-weight: 400;
}

.more ul li {
    list-style-type: square;
      padding-bottom: 0.5em;
      color: #585482;
}

.more ul li a:hover {
    color: #A40FB3;
}

.more ul li a:active {
    color: #A40FB3;
}

.more:before {
    content: "\f129";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2.3em!important;
    margin: 4px 17px 0 0;
    float: left;
    color: #2ACCB5;
    /* transform: rotate(45deg); */
}



/* Sidebar */
#sidebar-wrapper {
    z-index: 1;
    position: absolute;
    width: 0;
    height: 100%;
    overflow-y: hidden;
    background: #2C3E50;

}

/* Always take up entire screen */
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    border: 5px solid blue;
}


/* Change with of sidebar from 0 to 250px */
#wrapper.menuDisplayed #sidebar-wrapper {
    width: 250px;
}

/* Since we added left padding, we need to shrink the width by 250px */
#wrapper.menuDisplayed #page-content-wrapper {
    padding-left: 250px;
}


/* Sidebar styling - the entire ul list */
.sidebar-nav {
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #ddd;
}

.sidebar-nav li a:hover {
    background: #16A085;
}

/* headlings - styles */
input {
    outline: none;
}
.headlinks input[type=text] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none; 
}


.headlinks input[type=text] {
    background: #ffffff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #fff;
    padding: 9px 0 9px 30px;
    width: 90px;
    color: #000;
    font-weight: bold;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.headlinks input[type=text]:focus {
    width: 180px;
    background-color: #fff;
    border-color: #179dac;
    
/*    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);*/
}
.col-md-2 {float:left;}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

input:-moz-placeholder {
    color: black;
    font-weight: bold;
}
input::-webkit-input-placeholder {
    color: #000000;
    font-weight: bold;
}

/* Demo 2 */
#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
#demo-2 input:-moz-placeholder {
    color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

#skip-links {
    position: fixed;
    top: -200px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
}