﻿html {height:100%; width: 100%; overflow-y:scroll; overflow: -moz-scrollbars-vertical;}
body {padding: 0; background-image:url("/Themes/Default/Content/images/background.gif");
background-color: white; margin: 0 auto;}
img{border:none;}
a {padding: 0; margin: 0;}

/* GLOBAL  
----------------------------------------------------------*/
.clear {clear: both;}
.clearfix {clear: both; height: 0;}
.clear5 {clear: both; height: 5px;}
.clear10 {clear: both; height: 10px;}
.clear15 {clear: both; height: 15px;}
.clear20 {clear: both; height: 20px;}
.clear25 {clear: both; height: 25px;}
.clear50 {clear: both; height: 50px;}
.clearbody {clear: both; height: 85px;}
 

 /* BASE CONTAINER & GRID WIDTH
----------------------------------------------------*/
#basecontainer {
    clear: both; 
    position: relative;
    font-size: 14px; 
    font-family:'Open Sans', Helvetica, Arial, sans-serif;
    }

.basegridwidth {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    /*box-shadow: 0 0 5px #666666;*/
    }
    
.contentwidth {
    position: relative;
    margin: 0 auto;
    }

/* HEADER 
----------------------------------------------------*/
.header {
    background-color: #F4F4F4;
    background-image:url("/Themes/Default/Content/images/placeholderheader.png");
    background-repeat:no-repeat;
    }
     
 
/* UTILITY NAV
---------------------------------------- */
.utilitynav {}
.utilitynav a {
    line-height: 11px;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-align: right;
    border-right: 1px solid #C61131;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }
    
.utilitynav a:hover {
    color: #999999;
    }

a.sociallinks {
    display: inline-block;
    padding: 0 3px !important;
    border-right: none !important;
}

.sociallinks img {
    width: 16px; 
    height: 16px;
    vertical-align: middle;
}


/* SEARCH FIELD IN HEADER
----------------------------------------*/
.headersearch {
    position: absolute; 
    right: 3px; 
    top: 45px;
    left: 662px;
}
.jq_watermark {}

#pubsearch input{
    border:solid 1px #cccccc; 
    background-color: #ffffff; 
    float:left; 
    margin:4px 0; 
    padding: 3px 0 4px 3px !important; 
    width: 200px; 
    color: #17627B; 
    font-family:'Open Sans', Helvetica, Arial, sans-serif; 
    font-size:12px; 
    line-height: 16px;
    font-weight: 400;

}
#pubsearch input:focus{
    outline: none; 
    background-color: #fff;

}
#pubsearch input{
    -webkit-background-clip: padding-box;

}


/* SEARCH RESULTS
----------------------------------------*/
.searchresults ul {margin: 10px 0 10px 10px; padding: 0 0 0 0; font-size: 16px;}
.searchresults ul li  {margin:8px 0 15px 22px; padding: 0 25px 0 2px;}

.searchgrouplabel {clear: both; color: #333333; font-size: 20px; font-weight: 300;}
.searchpagetitle {clear: both; color: #17627B; font-size: 16px; font-weight: 400;}
.searchpagedescrip {clear: both; font-size: 14px; line-height: 30px; color: #333333; font-weight: 400; line-height: 20px;}

.searchpagelink a {
    color: #0000EE;
    font-size: 14px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    
.searchpagelink a:hover {
    color: #1E7C9A;
    }
  
/* SUB PARENT TITLE
----------------------------------------*/
.pagetitle {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #9A9A9A;
    }

.pagetitle h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    color: #333333;
    padding: 0;
    margin: 0;
    }

/* CONTENT GRID - SUBPAGES  
----------------------------------------*/
.contentgrid {
    position: relative;
    padding: 17px 0 0 0;
    }
           
/* CONTENT AREA RIGHT 
----------------------------------------*/
.contentarea .pagetitle h2, .contentarea .pagetitle h3 {
    font-size: 30px;
    line-height: 30px; 
    font-weight: 300; 
    color: #333333;
    text-transform: uppercase; 
    margin: 0;
    padding: 0;
    }    

.contentblock { /* STYLE IS RESPONSIVE */ }
  
/* EVENTS 
----------------------------------------------------*/
.events {
    clear: both;
    padding: 15px 0 25px 0;
}

.events .label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-bottom: 1px;
}

.events .eventframe {
     padding: 12px; 
     border-radius: 3px; 
     border: 1px solid #999999; 
     width: 93%; 
     height: 450px; 
     overflow: auto; 
     box-shadow: 3px 3px 4px #cccccc;
 }

.events .eventframe .text {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    font-style:italic; 
    color: #000;
 }

.events .eventframe .eventlist {
    display: block;
    padding-top: 10px;
    font-weight: 400;
    color: #000;
   
 }

.events .eventframe .eventlist .event:last-child {
    padding-bottom: 20px;
}
 
.events .eventframe .eventlist .event .title a {
    display: block;
    padding-top: 16px;
    font-weight: 600;
    color: #0000EE;
    font-size: 14px;
 }

.events .eventframe .eventlist .event .title a:hover {
    color: #1E7C9A;
 }

.events .eventframe .eventlist .event .date {
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
 }

/* Sitemap
----------------------------------------------------*/
#sitemapblock {
    clear: both;
     width: 100%;
}

#sitemapblock a {
    color: #000;
    text-decoration: none;
}

#sitemapblock a:hover  {
    color:#6490b8;
}

#sitemapblock ul {
    margin: 0 0 0 0; 
    padding: 0 0 0 0; 
    font-size: 16px;
    list-style: none;
}

#sitemapblock li {
    width: 49%; 
    float: left; 
    margin: 0 0 0 0; 
    padding: 0 0 0 0;
}

#sitemapblock li a {
    display: block; 
    text-transform: uppercase; 
    margin: 0 0 0 0; 
    color: #000;  
    font-size: 12px;
    line-height: 20px;
}

#sitemapblock ul ul {
    clear: both;
    display: block;
    margin: 0 0 0 0; 
    padding: 0 25px 5px 2px;
}

#sitemapblock li li {
    display: block;
    clear: both;
    margin: 0;
    width: 100%;

}
    
#sitemapblock li li a {
    font-size: 12px; 
    padding: 2px 0 2px 15px; 
    margin: 0 0 0 12px; 
    border: none; 
    text-transform: none;
    color:#0000EE;

}

#sitemapblock li li a:hover  {
    color:#1E7C9A;

}

#sitemapblock ul ul ul ul {
    display: none;
}

#sitemapblock li li li a {
    display: none;

}


/* FOOTER GRID
----------------------------------------------------*/
#footergrid {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-color: #e9e7e3;
}

.footergridleft { /* STYLE IS RESPONSIVE */ }
.footergridright { /* STYLE IS RESPONSIVE */ }
.footergridmennu { /* STYLE IS RESPONSIVE */ }


.footeraddress {
    padding: 14px 18px;
}

.footeraddress .address {
    display: block;
    clear: both;
    font-size: 10px;
    color: #000000;
}

.footeraddress .address a {
    color: #333333;
}

.footeraddress .address a:hover {
    color: #C61131;
}


.footergridmennu a {
    line-height: 12px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: right;
    border-right: 1px solid #C61131;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    }
    
.footergridmennu a:hover {
    color: #999999;
    }

/* FOOTER 
----------------------------------------------------*/
#footer {
    position: relative;
    clear: both; 
    width: 100%; 
    color: #333333;
    z-index: 1;
    }

a.dficon:before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'df-icomoon';
    content: "\e6a9";
    color: #333333;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 5px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon {
    color: #333333;
    line-height: 0;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon:hover, a.dficon:hover:after {
    color: #000000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
     
.btnBlue {
    background-color:#2f4c72 !important; 
    color:white !important; 
}

.btnBlueCustom {
    background-color:#2f4c72 !important; 
    color:white !important; 
    margin: 4px 2px; 
    width:135px;
}

.btnBlueLeft {
    background-color: #2f4c72 !important;
    color: white !important;
    float: left;
    font-size: medium;
}

.btnBlueRight {
    background-color:#2f4c72; 
    color:white !important;
    float:right; 
    font-size:medium; 
    width:100%; 
    height:100%
}

.btnBlue:hover:hover {
    color:lightblue !important;
}

.btnBlueCustom:hover{
    color:lightblue !important;
}

.btnBlueLeft:hover {
    color:lightblue !important;
}

.btnBlueRight:hover { 
    color:lightblue !important;
}


.fullWidth {
    width:100%;
}

* {
  box-sizing: border-box;
}

#topBannerSearch input[type=text] {
      padding: 10px;
      font-size: 17px;
      border: 1px solid grey;
      float: left;
      width: 80%;
      background: #f1f1f1;
}

/* Style the submit button */
form.topBannerSearch button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.topBannerSearch button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.topBannerSearch::after {
  content: "";
  clear: both;
  display: table;
}

