.glyphicon.link-https {
    display:none!important
}

nav.autotoc-nav a:before {
    content: "\f111";
    font-family: FontAwesome;
    padding-right:10px;
    font-size:.5em;
   
}

.portletWrapper {
    margin:0px;
    padding:0px;
}

img.fullWidthImage {
    width:100%!important;
    height:auto;
}

 div.photoAlbumEntry {
float:left;
margin:10px;
border:solid 1px;
padding:5px
}

div.photoAlbumEntry .photoAlbumEntryTitle {
  display:none
}

.portletContent p{
    padding:10px
}

.portlet {
    margin:0px;
    padding:0px;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.28);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.28);
}

.portlet ul{
    list-style-type:none;
    margin:0px;

}

.portlet header {
    padding:10px 15px;
    border-bottom:solid 1px #dfdfdf;
    color:#1585cf
    
}

.portlet ul li a {
    padding:10px 15px;
    border-bottom:solid 1px #dfdfdf;
    color:#005880;
    display:block;
    background-color:#eeeeee
    
}

.portlet ul li a:hover,
.portlet ul li a:hover:before{
    background-color:#28343b!important;
    color:white;
}

.portlet ul li a.state-private,
.portlet ul li a.state-private:before {
    color:#c9302c;
} 

.portlet ul li.navTreeCurrentNode a{
    background-color:transparent
}

.portlet ul ul li a{
    padding-left:40px;

   
}

.portlet ul li a:before {
    font-family:"FontAwesome";
    padding-right:10px;
    color:#005880;
    font-size:.8em;
}

.portlet ul li a.contenttype-plone-site:before {
    content: "\f015";
   
}

.portlet ul li a.contenttype-folder:before {
    content: "\f07c";

}

.portlet ul li a.contenttype-document:before {
    content: "\f15b";

}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4 {
    font-family: 'Oswald', sans-serif;
}

div.documentDescription {
    border-bottom:solid 1px lightgrey;
    margin-bottom:10px;
    padding-bottom:5px;
    color:grey;
}

.tabNavigation ul {
margin:0px 0px 20px 0px;
}

.catDesc {
padding:0px;
}

.catDesc div:first-child {
    border-left:solid 1px grey
}

.catDesc div {
    border-right:solid 1px grey;
    height:200px;
    padding-right:0px;
    padding-top:10px
}

.mainContent {
    margin-bottom:50px
}

.section-mainpagestuff .mainContent {
    margin-bottom:0px;
}

.mainHeader, .footer {
    background-color:#28343b;
    padding:10px 40px;
    color:white;
    margin-top:20px
}

.mainHeader h1 {
    color:white!important;
    font-size:4em;
    margin-bottom:0px;
    padding:0px!important;
    line-height:1;
}

.mainHeader a {
    color:white;
}

p.tagLine {
    margin-top:0px;
    margin-left:4px;
    margin-bottom:0px;
}

.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    padding-top:50px;
    margin-top:0px;
    border-bottom:double 3px white;
    border-top:double 3px white;

}

.catDesc a {
    color:black
}

.catDesc li{
    border:solid 1px black;
}

.catDesc h2 {
    color:#28343b;
}

.catDesc div:hover {
    background-color:#eeeeee;
}
  

.tabNavigation ul li {
    width:25%;
    margin:0px;
    padding:0px;
    text-align: center;
}

.tabNavigation ul li a {  
    margin:200px 20px 100px 20px;
    margin-bottom:100px;
    border:solid 4px white;
    color:white;
    font-weight: bold;
    padding:10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020101+0,020101+100&0.5+0,0.5+100 */
background: -moz-linear-gradient(top, rgba(2,1,1,0.5) 0%, rgba(2,1,1,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(2,1,1,0.5) 0%,rgba(2,1,1,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(2,1,1,0.5) 0%,rgba(2,1,1,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80020101', endColorstr='#80020101',GradientType=0 ); /* IE6-9 */
}

.tabNavigation ul li:nth-of-type(1){
    background-image:url(../img/nav02.jpg);
    background-size:cover;

}

.tabNavigation ul li:nth-of-type(2){
    background-image:url(../img/nav01.jpg);
    background-size:cover;

}

.tabNavigation ul li:nth-of-type(3){
    background-image:url(../img/nav03.jpg);
    background-size:cover;

}

.tabNavigation ul li:nth-of-type(4){
    background-image:url(../img/nav04.jpg);
    background-size:cover;
    background-position: bottom;
}

@media screen and (max-width: 1025px) {
    
.tabNavigation ul li a {
        margin:20px;
        border: 1px solid
    }

.tabNavigation ul li:nth-of-type(4){
    background-position:0% 30% 
}

.tabNavigation ul li:nth-of-type(3){
    background-position:0% 30% 
}
  
    .catDesc div {
        border:solid 1px;
        margin-bottom:10px;
        text-align:center;
        height:auto

        
    }
    .mainContent {
    margin-bottom:0px
}
    
    .catDesc div p {
    
    }
  
}