/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
    #Site Styles
    #Page Styles
    #Media Queries
    #Font-Face */


/* #Typography (baseline corrections)
================================================== */

h1 { line-height: 49px; margin-bottom: 14px;}
h2 { line-height: 42px; margin-bottom: 7px; }
h3 { line-height: 35px; margin-bottom: 14px; }
h4 { line-height: 28px; margin-bottom: 7px; }
h5 { line-height: 21px; }

p { margin: 0 0 21px 0; }
p.lead { line-height: 28px; }


/*  Blockquotes  */
blockquote, blockquote p { line-height: 21px;}
blockquote { margin: 0 0 21px; padding: 7px 20px 0 19px; }

hr { margin: 14px 0 28px;}

/* #Lists (baseline corrections)
================================================== */
ul, ol { margin-bottom: 21px; }
ul ul, ul ol,
ol ol, ol ul { margin: 7px 0 21px 30px; font-size: 100%; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 7px; }
li { line-height: 21px; margin-bottom: 14px; }

/* Other corrections
================================================== */

input[type="text"], input[type="password"], input[type="email"], textarea, select {
margin: 0 0 21px;
}


/* #Site Styles
================================================== */

.gradient-bg {
/* fallback/image non-cover color */
background-color: #4B87AB;
}   

body {
/*background-color: #f0f0f0;*/
/*background: url("../images/backgrounds/square_bg.png") repeat scroll center top transparent;*/
font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
padding-bottom: 40px;
margin:0;
padding:0;
}

a {
color: #2B7BB9;
text-decoration: none;
/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

sup {
font-size: 10px;
line-height: 1px;
vertical-align: super;
}

.footnotes {
font-size: 12px;
}

.clearfix {
clear: both;
}

a:hover, a:focus {
color: #2B7BB9;
}

#gifLoader {
display: none;
}

li.selected a {
color: #444444;
}

.italic-emphasis-1 {
font-family: serif;
font-style: italic;
padding-left: 10px;
}

.italic-emphasis-2 {
font-family: serif;
font-style: italic;
}

.italic-emphasis-3 {
font-style: italic;
}

.red-emphasis {
color: #E57C30;
font-weight: bold;
}

/** Back to top button **/

#back-top {
position: fixed;
bottom: 0;
right: 28px;
}

#back-top a {
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #000;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}

/* arrow icon (span tag) */
#back-top span {
height: 26px;
line-height: 26px;
display: block;
background-color: #ddd;
border: 1px solid #CCCCCC;
padding-left: 5px;
padding-right: 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}

#back-top a:hover span {
background-color: #fff;
}

/** /Back to top button **/

.slide_link { /*ie fix*/
color: #41B7D8;
font-weight: bold;
line-height: 21px;
margin-bottom: 14px;
}

.slide_link:hover { 
text-decoration: underline;
}

.lightgray, .category-info  {
color: #888888;
}

.left-float {
float: left;
}

.right-float {
float: right;
}

.top-header-info-bar {
    background: #0A9194;
    border: 1px solid #ffffff;
    margin: 5px 0 10px;
    padding: 10px 0;
    color: white;
}

.top-header-info-bar a {
  font-weight: bold;
  color: wheat;
}

.top-header-info-bar a:hover {
  color: wheat;
}

.warning-info {
background: url("../images/bg_important.gif") no-repeat scroll 1% center #F2DEDE;
border: 1px solid #EED3D7;
margin: 5px 0 10px;
padding: 10px 30px;
color: #B94A48;
}

.success-info {
background: url("../images/tick_2.png") no-repeat scroll 1% center #DFF0D8;
border: 1px solid #D6E9C6;
margin: 5px 0 10px;
padding: 10px 30px;
color: #468847;
}

/*.info {
background: url("../images/info_16.jpg") no-repeat 1% 13px transparent;
background-color: #F8F8F8;
border: 1px solid #D4D4D4;
margin: 5px 0 21px;
padding: 10px 30px;
}*/

.info {
background: no-repeat 1% center #f9edbe;
border: 1px solid #f0c36d;
margin: 5px 0 10px;
padding: 10px;
color: #444;
font-weight: bold;
}

label span {
color: #888888;
font-weight: normal;
}

.no-margin-1 {
margin: 0;
}

.bottom-margin-1 {
margin-bottom: 7px;
}

.bottom-margin-2 {
margin-bottom: 28px;
}

.bottom-margin-3 {
margin-bottom: 21px;
}

.bottom-margin-4 {
margin-bottom: 14px;
}

.bottom-margin-5 {
margin-bottom: 28px;
}

.top-margin-1 {
margin-top: 8px;
}

ul.Links-1, ol.Links-1 {
border-width: 0 1px 1px;
border-style: solid;
border-color: #ddd;
margin-bottom: 0;
padding-top: 7px;
}

.Links-1 a:hover {
text-decoration: underline;
}

.Links-1 li {
font-size: 13px;
line-height: 18px;
margin-bottom: 7px;
padding-left: 5px;
}

.Links-1 li a.pdf {
background: url("../images/file-pdf.png") no-repeat scroll left top transparent;
padding-bottom: 3px;
padding-left: 20px;
}

.Links-1 li a.email {
background: url("../images/file-email.png") no-repeat scroll left top transparent;
padding-bottom: 2px;
padding-left: 20px;
}

.Links-1 li a.submit {
background: url("../images/submit.png") no-repeat scroll left top transparent;
padding-left: 20px;
}

.no-type-table a {
background-position: left top;
padding-left: 20px;
}

/*.Links-2 li {
background: url("../images/morearrow.png") no-repeat center right transparent;
}*/

.Links-2 a:hover {
text-decoration: underline;
}

.header h1.main-logo {
/*  margin: 27px 10px;*/
font: 0/0 a;
text-shadow: none;
color: transparent;
}

.header .site-wide-banner-1 {
  height: 90px;
  overflow: hidden;
  /*padding-top: 17px;*/
}

.main {
margin-bottom: 27px;
padding-top: 27px;
}

.outer-shadow {
background-color: #ffffff;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.20);
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.20)";
zoom: 1;*/

margin-bottom: 21px;
}

.outer-container {
background-color: #ffffff;
}

.breadcrumbs {
margin-top: 0;
}

.breadcrumbs li {
float: left;
margin-right: 7px;
margin-top: 3px;
}

.breadcrumbs li a:hover {
text-decoration: underline;
}

.breadcrumb .separator {
color: #41B7D8;
}
#footer .separator {
padding: 0 9px 0 6px;
}

/*.home .band.navigation {
margin-bottom: 0;
}*/

.outer-navigation {
background-color: #ffffff;
border-top: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
overflow: auto;
/*margin-bottom: 4px;*/
/*border-top: 4px solid #0A9194;*/
/*padding-bottom: 1px;*/
/*padding-top: 4px;*/
}

/*.home .outer-navigation {
margin-bottom: 42px;
}*/

/*.infobar{
background-color: #F1F1F1;
border-bottom: 1px solid #DDDDDD;
height: 28px;
margin-bottom: 7px;
}*/

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
background: none no-repeat scroll center top #0A9194;
border: 1px solid transparent;
color: #ffffff;
margin-top: 7px;
text-shadow: none;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
background: none no-repeat scroll center top #1C6E70;
border: 1px solid transparent;
color: #ffffff;
text-shadow: none;
}

.file-icon {
height: 16px;
display: inline-block;
text-indent: -9999px;
width: 16px;
padding-right: 10px;
}

.enlarge {
background: url("../images/enlarge-icon.png") no-repeat scroll center top #ffffff;
}

.page {
background: url("../images/file-page.png") no-repeat scroll center top #ffffff;
}

.pdf {
background: url("../images/file-pdf.png") no-repeat scroll center top #ffffff;
}

.doc {
background: url("../images/file-doc.png") no-repeat scroll center top #ffffff;
}

.xlsx {
background: url("../images/file-sheet.png") no-repeat scroll center top #ffffff;
}

.zip {
background: url("../images/file-zip.png") no-repeat scroll center top #ffffff;
}

.info-warning-1 {
  background: url("../images/icon-warning-16-v2.png") no-repeat scroll center top #ffffff;
}

/*#nav {
margin-bottom: 7px;
background-color: #ddd;
background: url("../images/backgrounds/noise-grey.jpg") repeat-x scroll left top #343434; 
color: #E0E0E0;
}


#nav ul, #nav ol {
margin: 0;
padding: 7px 18px;
}

#nav ul li {
display: inline;
font-weight: bold;

}

#nav span.divider {
padding: 2px 10px;
text-align: center;
}

#nav a {
text-decoration: none;
border-bottom: 0;
color: #ebebeb;
padding: 10px;
}

#nav a:hover {
background: none repeat scroll 0 0 #424242;
text-decoration: none;
}*/

/*navigation*/
.outer-navigation ul,
.outer-navigation ul li {
margin: 0px;
}

.outer-navigation select {
display: none;
width:  100%;
height: 28px;
margin: 21px 0;
}

.outer-navigation ul li {
display: inline;
float: left;
position: relative;
}

/*.outer-navigation ul li.NavLast {
background: url("../images/backgrounds/bg_dark.png") repeat left 2px;
border-right: 0 none;
display: inline-block;
line-height: 42px;
padding:  0;
color: #ebebeb;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
}

.outer-navigation ul li.NavFirst {
background: url("../images/backgrounds/bg_dark.png") repeat left 2px;
border-left: 0 none;
display: inline-block;
line-height: 42px;
padding:  0;
color: #ebebeb;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
}*/

.outer-navigation ul li.NavFirst {
border-left: 0 none;
}

.outer-navigation ul li.NavLast {
border-right: 0 none;
}

.outer-navigation ul li a {
/*background: url("../images/backgrounds/bg_dark.png") repeat left 2px;*/
display: inline-block;
font-size: 12px;
line-height: 49px;
padding: 0 10px;
color: #444;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
/*letter-spacing: 0.8px;*/
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}

.home .outer-navigation {
border-bottom: none;
}

.outer-navigation ul li a.red-emphasis {
color: #E57C30;
}

.outer-navigation ul li a:hover {
cursor: pointer;
}

/*sub menu*/
.outer-navigation ul ul {
opacity: 0; 
filter: alpha(opacity=0); 

position: absolute;
top:100%;
left: 0;
z-index: 999;
height: 0px;
overflow: hidden;

width: 100%;

-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
-ms-transition: opacity 0.4s ease-out;
transition: opacity 0.4s ease-out;

-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); 
}

.outer-navigation ul li span {
display: none;
}

.outer-navigation ul li:hover ul {
opacity: 10; 
filter: alpha(opacity=100); 

height: auto;
overflow: auto;
}

.outer-navigation ul ul li {
float: none;
display: list-item;
border-bottom: 1px solid #383737;
}

.outer-navigation ul ul li a {
display: block;
line-height: 35px;
text-transform: none;
white-space: nowrap;
}

.outer-navigation ul li:hover > a {
/*background: #0A9194;*/
color: #0A9194;
box-shadow: inset 0 -5px 0 0 #0A9194;
}

.outer-navigation ul li a.selected_nav {
/*background: #0A9194;*/
/*color: #ffffff;*/
box-shadow: inset 0 -5px 0 0 #0A9194;
}

ul.dashed {
list-style-type: none;
}
ul.dashed > li {
margin-bottom: 0px;
text-indent: -5px;
}
ul.dashed > li:before {
content: "— ";
padding-right: 5px;
}

@keyframes highlight {
0% {
    background: #f0c36d;
}
100% {
    background: none;
}
}

#all-page-updates-history:target {
animation: highlight 8s;
}

.openSection:before {
content: "- ";
}

.closedSection:before {
content: "+ ";
}

ul.no-list-margin > li, ol.no-list-margin > li {
margin-bottom: 0;
}

ul.list-margin-1 > li, ol.list-margin-1 > li {
margin-bottom: 3px;
}

.list-box-1 {
margin-left: 20px;
}

.list-box-1 li {
list-style: disc;
}

.list-box-1 ul li {
list-style: circle;
}

.list-box-1 li {
margin-bottom: 3px;
}

.list-box-2 li {
margin-bottom: 0;
margin-left: 10px;
}

.list-box-3 ol {
list-style: lower-alpha;
}

.list-box-3 li {
margin-bottom: 3px;
}

.header h1{
margin-bottom: 0;
}

#headerImage img {
margin-bottom: 49px;
max-width: 100%;
height: auto;
}

#headerImage .banner-info {
color: #FFFFFF;
margin-left: 40px;
position: absolute;
top: 420px;
width: 60%;
}

#headerImage .banner-info h2 {
color: #FFFFFF;
}

.PageHeaderImage img {
margin: 28px 0;
max-width: 100%;
height: auto;
}

.container .profileContainer .twelve.columns {
margin-left: 0;
}

.profileContainer {
margin-top: 35px;
}

.profileMiniContainer {
margin-bottom: 14px;
padding-right: 10px;
}

.profileMiniContainer img {
height: 220px;
width: 160px;
}

.profileMiniName {
margin-bottom: 0;
}

.profileMiniPosition {
font-size: 12px;
}

ul.profileMiniPosition {
margin-left: 0;
}

ul.profileMiniPosition  li {
margin-bottom: 0;
}

.profileMiniBio {
display: none;
}

header h2 {
font-size: 28px;
line-height: 35px;
margin-bottom: 21px;
}

#footer {
background-color: #FAFAFA;
border-top: 1px solid #D9D9D9;
color: #444444;
font-size: 12px;
padding: 14px 0;
}

.footer-divider {
border-top: 1px solid #EEEEEE;
margin: 0 0 20px;
}

#footer p {
margin-bottom: 0px;
}

#footer-info li{
float: left;
margin-bottom: 0;
}

#footer-info li a{
color: #444444;
padding-right:15px;
}

#footer ul, #footer ol {
margin-bottom: 0;
}

.footer-nav-container li {
margin-bottom: 2px;
}

#welcome {
margin-bottom: 0;
background-image: url(../images/south-african-port.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
background-color: rgb(255, 255, 255);
color: #fff;
margin-left: 0;
margin-right: 0;
width: 100%;
}

#welcome h2 {
color: #fff;
text-align: left;;
font-size: 35px;
line-height: 45px;
padding-bottom: 21px;
}

#welcome h4 {
color: #fff;
text-align: left;
font-size: 28px;
line-height: 35px;
padding-bottom: 14px;
}

#welcome h5 {
color: #fff;
margin-bottom: 20px;
font-size: 21px;
line-height: 28px;
}

.container .columns .welcome_intro {
float: right;
margin-top: 3%;
margin-right: 5%;
margin-bottom: 40px;
}

.welcome-content {
padding: 8%;
position: relative;
min-height: 238px;
}

.welcome_intro p {
font-size: 16px;
line-height: 1.6;
}

.welcome_intro a {
border-bottom: 1px solid;
color: #fff;
font-size: 16px;
position: absolute;
bottom: 20px;
}

/********** welcome intro carousel **********/

/*** .welcome-intro-carousel .item {
background-color: #0A9194;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%230a9194' width='11' height='11'/%3E%3Crect fill='%230a9295' x='10' width='11' height='11'/%3E%3Crect fill='%230a9396' y='10' width='11' height='11'/%3E%3Crect fill='%230a9497' x='20' width='11' height='11'/%3E%3Crect fill='%230a9598' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%230a979a' y='20' width='11' height='11'/%3E%3Crect fill='%230a989b' x='30' width='11' height='11'/%3E%3Crect fill='%230a999c' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%230b9a9d' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%230b9b9e' y='30' width='11' height='11'/%3E%3Crect fill='%230b9c9f' x='40' width='11' height='11'/%3E%3Crect fill='%230b9da0' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%230b9ea1' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%230b9fa3' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%230ba0a4' y='40' width='11' height='11'/%3E%3Crect fill='%230ba2a5' x='50' width='11' height='11'/%3E%3Crect fill='%230ba3a6' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%230ba4a7' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%230ba5a8' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%230ba6a9' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%230ba7aa' y='50' width='11' height='11'/%3E%3Crect fill='%230ba8ab' x='60' width='11' height='11'/%3E%3Crect fill='%230ba9ad' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%230caaae' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%230cabaf' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%230cadb0' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%230caeb1' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%230cafb2' x='70' width='11' height='11'/%3E%3Crect fill='%230cb0b3' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%230cb1b4' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%230cb2b6' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%230cb3b7' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%230cb4b8' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%230cb5b9' x='80' width='11' height='11'/%3E%3Crect fill='%230cb6ba' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%230cb8bb' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%230cb9bc' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%230dbabd' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%230dbbbf' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%230dbcc0' x='90' width='11' height='11'/%3E%3Crect fill='%230dbdc1' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%230dbec2' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%230dbfc3' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%230dc0c4' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%230dc1c5' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%230dc3c6' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%230dc4c7' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%230dc5c9' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%230dc6ca' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%230dc7cb' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%230dc8cc' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%230dc9cd' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%230ecace' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%230ecbcf' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%230eccd0' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%230eced2' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%230ecfd3' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%230ed0d4' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%230ed1d5' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%230ed2d6' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed; dont use IE issues
background-size: cover;} **/

.welcome-intro-carousel .item {
    background-color: #0a9194;
    background-image: url("../images/carousel-background.png");
    background-repeat: repeat;
    background-size: cover;
}

.welcome-intro-carousel .owl-nav::before {
border-right: 1px solid #0A9194;
content: "";
top: 0;
bottom: 0;
position: absolute;
left: 50%;
width: 1px;
/* background: linear-gradient(180deg,#fff,#d4d7e2 50%,
#fff); */
}

.welcome-intro-carousel .owl-nav {
background-color: white;
position: absolute;
bottom: 0.2%;
right: 0.1%;
}

.welcome-intro-carousel.owl-carousel .owl-nav .owl-prev, .welcome-intro-carousel.owl-carousel .owl-nav .owl-next {
margin: 0;
color: black;
}

.welcome-intro-carousel.owl-carousel .owl-nav i {
margin-left: 0;
padding: 20px;
}

.welcome-intro-carousel .owl-next.disabled, .welcome-intro-carousel .owl-prev.disabled {
pointer-events: none;
opacity: 0.3;
}

.item.eleven.columns {
margin-left: 0;
margin-right: 0;
}

.item.twelve.columns {
margin-left: 0;
margin-right: 0;
}

/**************************************/


/********** text info carousel **********/

.text-info-carousel-1 {
background-color: #f9edbe;
border: 1px solid #f0c36d;
margin: 10px auto 15px;
}

.carousel-1 {
width: 90%;
display: table;
margin: 0 auto;
padding: 10px 40px 15px 10px;
}

/*.carousel-1 a {
color: #444;
font-weight: bold;
}*/

.text-info-tag {
float: left;
margin: 0 20px 0 0;
background-color: #010381;
color: #fff;
padding: 0 7px;
font-weight: bold;
border-radius: 10px;

}

.text-info-carousel-1 .owl-nav {
position: absolute;
top: -15%;
right: 0;
}

.text-info-carousel-1 .owl-prev, .text-info-carousel .owl-next {
margin: 20px;
}

.text-info-carousel-1 .owl-next.disabled, .text-info-carousel-1 .owl-prev.disabled {
pointer-events: none;
opacity: 0.3;
}

/*** end text info carousel ***/

#page-header {
margin-bottom: 21px;
margin-top: 28px;
min-height: 550px;
}

.general-highlights {
margin-top: 28px;
}

.highlight-division-1 {
float:left;
width: 50%;
}

.general-highlights span {
display: inline-block;
width: 82%;
}

.highlight {
/* background-color: #F6F6FF;
border: 1px solid #DDDDDD;*/
margin-bottom: 21px;
padding: 10px;
}

.contact .highlight {
/*margin-left: 20px;*/
}

.highlight h4 {
display: inline-block;
margin-bottom: 14px;
}

.highlight a {
border: none;
}

.highlight a:hover {
text-decoration: underline;
}

.article-section-header-1 {
font-size: 18px;
font-weight: bold;
}

article {
margin-bottom: 28px;
}

article header {
margin-bottom: 14px;
}

article header h4 a {
color: #444444;
}

.article-summary, .category-info {
display: inline-block;
}

.category-info {
display: block;
margin-bottom: 7px;
}

/*.feature h3 {
background-color: #F4F4F4;
border: 1px solid #D1D1D1;
text-align: center;
}*/

.feature img {
float: right;
margin-bottom: 40px;
max-width: 100%;
height: auto;
}

.feature-2 img {
float: left;
margin-bottom: 28px;
margin-right: 20px;
max-width: 100%;
height: auto;
}

.feature-2 a {
text-decoration: underline;
}

.feature-2:hover img {
margin-left: -2px;
}

.feature-3 {
background: none repeat scroll left top #777777;
color: #FFFFFF;
margin: 30px 0;
padding: 10px 0;
}

.feature-4 img, .feature-5 img {
height: auto;
width: 100%;
}

.feature-5 {
text-align: center;
}

.content-data-1 {
margin-bottom: 28px;
}

/*.content-data-2 {
margin-bottom: 21px;
}*/

.content-data-1 .title, .content-data-2 .title {
margin-bottom: 0;
}

span.plus {
display: block;
float: left;
margin-left: -10px;
text-align: center;
width: 15px;
}

.sub-table-menu-item {
margin-left: 10px;
}

.content-data-1 p {
margin-bottom: 7px;
}

.content-data-2 .toggledrop-link {
font-weight: bold;
}

.accordion-a:before {
  content: "+ ";
  /*padding-right: 5px;*/
}

.accordion-a.active:before {
  content: "- ";
}

.panel-a {
  display: none;
}

.table-1, .table-2, .table-3 {
margin-bottom: 21px;
}

.table-2 td, .table-2 th, .table-3 td, .table-3 th {
border: 1px solid #ddd;
}

.table-2 thead tr, .table-3 thead tr {
border: 1px solid #ddd;
}

.table-3 td, .table-3 th {
width: 50%;
}

table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}

.table thead th {
vertical-align: bottom;
}

.table th {
font-weight: bold;
}

.table th, .table td {
border-top: 1px solid #DDDDDD;
line-height: 20px;
padding: 8px;
text-align: left;
vertical-align: top;
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
border-top: 0 none;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
background-color: #f5f5f5;
}

.table-hover tbody tr.table-sub-head:hover td,
.table-hover tbody tr.table-sub-head:hover th {
background-color: transparent;
}

.table-hover tbody tr:hover td span {
    background-color: #f5f5f5;
}

.table td.no-border, .table td.no-border {
border-top: 0 none;
}

#documents-table_length {
display: none;
}


/*.dataTables_filter, .dataTables_length {
float: left;
}
*/

.middle-forms input[type="text"], 
.middle-forms input[type="password"], 
.middle-forms input[type="email"], 
.middle-forms textarea, 
.middle-forms select {
/*background-color: #F8F8F8;*/
width: 95%;
}

.other {
display: none;
}

.checkbox-cont {
margin-bottom: 56px;
}

.checkbox-cont label {
float:left;
margin-right: 10px;
}

.checkbox-cont input[type="checkbox"] {
margin-left: 10px;
margin-top: 4px;
}

label, legend {
font-size: 14px;
font-weight: normal;
margin-bottom: 7px;
}


/** front grid **/

.grid-1.grid-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.grid-highlight {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px;
    margin-bottom: 49px;
    padding: 40px 10px 21px;
    border: 1px solid #cccccc;
    border-bottom: 5px solid #e57c30;
    min-height: 240px;
   /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    position: relative;
}

.home-tag {
    position: absolute;
    top: -13px;
    padding: 2px 10px;
    background-color: #010381;
    color: #ffffff;
    border-radius: 12px;
}


.grid-highlight::after {
    content: '';
    display: block;
    /*width: 100%;*/
    width: 40%;
    /*max-width: 100px;*/
    height: 5px;
    background: #0A9194;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.grid-highlight__text h4 {
    font-size: 18px;
    margin-top: 21px;
}

.grid-highlight__text h4 a {
    color: #181818;
    margin-top: 21px;
}

.grid-highlight__text h4 a:hover {
    color: #41b7d8;
    text-decoration: underline;
}

.highlight-header {
    margin: 10px;
    margin-bottom: 42px;
}

.highlight-header h3 {
    color: #e57c30;
    /*font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;*/
    font-size: 35px;
}

/** front grid **/


.highlight-box {
margin: 0 20px 49px 0;
}

.highlight-box h3 {
color: #E57C30;
font-size: 35px;
line-height: 42px;
padding-left: 25px;
}

.highlight-box h4 {
margin-bottom: 14px;
}

.highlight-box .tag {
text-transform: uppercase;
margin-bottom: 7px;
font-size: 12px;
}

.highlight-box p {
margin-bottom: 14px;
font-size: 16px;
line-height: 1.6;
}

.highlight-box-view-all {
border-bottom: 1px solid #2B7BB9;
}

.highlight-box-article-header {
color: #181818;
}

.highlight-box-article-header:hover, .highlight-box-article-header:focus {
text-decoration: underline;
}

/* Section Accordian */

.dropMenu {
margin-bottom: 14px;
}

.env_list {
margin-bottom: 21px;
cursor: pointer;
}

.env_list h4 {
text-transform: uppercase;
}

.article-share-inline span:first-child {
display: inline-block;
margin-right: 5px;
}

.article-share-inline > .fa {
padding: 7px;
font-size: 16px;
width: 16px;
text-align: center;
text-decoration: none;
border-radius: 50%;
margin-right: 2px;
background: #969a9b;
color: #fff;
}

.article-share-inline > a.fa:hover {
text-decoration: none;
}

.fa-facebook:hover {
background: #3B5998;
}

.fa-twitter:hover {
background: #55ACEE;
}

.fa-linkedin:hover {
background: #007bb5;
}

.fa-envelope:hover {
background: #49575a;
}

.arrow {
padding-right: 10px;
position: relative;
top: -1px;
}

.fa.arrow {
font-size: 18px;
}

.detail {
display: none;
/*margin-left: 20px;*/
}

.thumbnail {
margin: 0 20px 20px 0;
}

.thumbnail h4 {
font-family: Georgia, Serif;
font-size: 18px;
margin-bottom: 7px;
}

.thumbnail .tag {
text-transform: uppercase;
margin-bottom: 0;
font-size: 10px;
}

.thumbnail p {
margin: 0 0 14px 0;
}

.thumbnail-anchor {
float: left;
margin: 0 20px 20px 0;
}

.meta-data-footer + .article-share-inline {
margin-top: 50px;
}

.meta-data-footer ul ul,.meta-data-footer ul ol {
margin-left: 0;
margin-top: 24px;
}

.meta-data-footer ul ol li {
list-style: none;
}

/* #Page Styles
================================================== */

#department-highlights {
margin-top: 27px;
}

#department-highlights h4 {
background-color: #0A9194;
border: 1px solid #1C6E70;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 1px 0 1px 7px;
}

.section-highlight {
/*border: 1px solid #DDDDDD;*/
margin-bottom: 21px;
}

.page-padding-1 {
padding-left: 20px;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .outer-navigation ul li a {
    font-size: 11px;
    padding:  0 8px;
    }
    
    .grid-highlight {
        -webkit-box-flex: 1;
        -ms-flex: 1 42%;
        flex: 1 42%;
    }
    
    .profileMiniContainer {
        padding-right: 0;
    }

    .profileMiniContainer img {
        height: 184px;
        width: 124px;
    }

    .profileMiniName, .profileMiniBio, .profileMiniBioShow {
        font-size: 12px;
    }

    .highlight-box h3 {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) {
  #department-highlights {
    position: sticky;
    top: 20px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    .welcome-content {
        min-height: 290px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    .header .site-wide-banner-1 {
          display: none;
        }

    .welcome-content {
        min-height: 370px;
    }
    
    .grid-1.grid-home {
        display: block;
    }
    
    .grid-highlight {
        min-height: auto;
    }
    
    .grid-highlight__text h4 {
        margin: 21px 0;
    }

    .carousel-1 {
        padding: 10px 20px 10px 10px;
    }

    .outer-navigation {
        background: none;
        margin-bottom: 0;
    }

    /*#headerImage {
        display: none;
    }*/

    .outer-navigation select {
        display: block;
        margin: 0;
    }
    
    .outer-navigation ul, .breadcrumbs.sixteen.columns {
        display: none;
    }

    #department-highlights {
        margin-top: 27px;
    }

    .container .columns .welcome_intro {
        margin-top: 0;
        margin-right: 0;
    }

    .highlight-box {
        margin: 0 20px 40px 20px;
    }

    .highlight-box h3 {
        padding: 0;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    
    #welcome {
        background: none;
    }

    .welcome-content {
        min-height: 500px;
    }

    #welcome h2 {
        color: #fff;
        text-align: left;
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 21px;
    }
}

/* #Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file
    Just create a "fonts" folder at the root,
    copy your FontName into code below and remove
    comment brackets */

/*  @font-face {
    font-family: 'FontName';
    src: url('../fonts/FontName.eot');
    src: url('../fonts/FontName.eot?iefix') format('eot'),
         url('../fonts/FontName.woff') format('woff'),
         url('../fonts/FontName.ttf') format('truetype'),
         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal; }
