/* Start of CMSMS style sheet 'responsive-nav' */
@charset "utf-8";
/* CSS Document */

- Toggle class & menu anchor tags in list items have box-sizing: border-box
style property to allow padding inside the container without conflicting with layout.
*/
/*--------------------------------
Functional Styles (Required)
---------------------------------*/
/* Tim Pietrusky advanced checkbox hack (Android <= 4.1.2) */
body{ -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }
.rsnav-header { position: relative; }
#toggle, .rsnav-toggle { display: none; }
.clearfix > li { list-style: none; display: inline-block; }
/* Nicolas Gallagher micro clearfix */
.rsnav-clearfix:before, .rsnav-clearfix:after { display: table; content: ""; }
.rsnav-clearfix:after { clear: both; }
@media only screen and (max-width: 768px){
.clearfix { display: none; opacity: 0; width: 100%; right: 0; }
.clearfix > li { display: block; width: 100%; margin: 0; }
.clearfix > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.rsnav-toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
#toggle:checked ~ .clearfix { display: block; opacity: 1;}
}
/*--------------------------------
Presentation Styles (Editable)
---------------------------------*/
.rsnav-header{
min-height: 100px;
height: 100%;
padding: 0 20px;
background: #FFFFFF;
}
.rsnav-header > h1 {
float: left;
padding: 30px 0 0;
font-style: italic;
font-family: Georgia;
font-size: 28px;
color: #DFDFDF;
}
.rsnav-nav{
display: block;
float: right;
}
.clearfix {
/*background-color: #0e76bc;*/
margin-bottom: 0;
/*position: absolute;
bottom: 0;*/
width: 100%;
text-align: center;
}
.clearfix > li { /* Make the li element relative so the sub menu will appear below them using absolute positioning */
position: relative;
}
.clearfix li {
margin: 0;
border-right: 2px solid #AEB4B7;
margin-right: 10px;
padding: 5px 15px 5px 0;
}
.clearfix > li:first-child > a { /* Remove the divider from the first element in the first tier */
background: transparent;
}
.clearfix > li > a,
.clearfix > li > a:visited,
.clearfix ul > li > a,
.clearfix ul > li > a:visited {
display: block;
text-decoration: none;
font-weight: bold;
font-size: 14px;
line-height: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color 0.25s ease;
-moz-transition: color 0.25s ease;
-o-transition: color 0.25s ease;
transition: color 0.25s ease;
color: #231F20;
}
.clearfix li a:hover,
.clearfix li a:focus,
.clearfix li ul li a:hover,
.clearfix li ul li a:focus{
color: #23AAE1;
text-decoration: none;
}
.rsnav-toggle{
z-index: 2;
}
/* Second Tier */
.clearfix li:hover ul {
display: block;
}
.clearfix ul {
display: none;
margin: 0;
padding: 0;
left: 0;
position: absolute;
top: 25px;
}
/* Second Tier */
.clearfix li ul {
min-width: 100%;
text-align: left;
}
.clearfix li li a,
.clearfix li li a:visited {
background: #98c3dd;
color: #005f99;
white-space:nowrap;
font-size: 15px;
line-height: 20px;
height: 30px;
}
.clearfix li li a:hover {
color: #005f99;
background: #acd2e9;
}
@media only screen and (max-width: 960px) {
.clearfix > li > a,
.clearfix > li > a:visited,
.clearfix ul > li > a,
.clearfix ul > li > a:visited {
/*font-size: 16px;*/
}
}
@media only screen and (max-width: 768px){
.clearfix{
background: #FFFFFF;
padding-top:10px;
text-align: left;
}
.clearfix, .clearfix li, .clearfix li a, .clearfix li ul li, .clearfix li ul li a {
height: auto;
}
ul.clearfix {
background-color: #dadada;
margin-bottom: 0;
margin-left:10px;
position: static;
}
.clearfix li {
border-bottom:2px solid #231f20;
border-right:0;
padding:0;
}
.clearfix li a {
padding: 7px 15px;
font-size: 14px;
-webkit-transition: padding 0.25s ease, color 0.25s ease;
-moz-transition: padding 0.25s ease, color 0.25s ease;
-o-transition: padding 0.25s ease, color 0.25s ease;
transition: padding 0.25s ease, color 0.25s ease;
}
.clearfix > li > a { /* Remove the background image from the first tier */
background: transparent;
}
.clearfix > li a:hover, .clearfix > li a:focus{
/*box-shadow: inset 5px 0px #51C1F1;*/
padding: 15px 15px 15px 25px;
-webkit-transition: padding 0.25s ease, color 0.25s ease;
-moz-transition: padding 0.25s ease, color 0.25s ease;
-o-transition: padding 0.25s ease, color 0.25s ease;
transition: padding 0.25s ease, color 0.25s ease;
}
.clearfix > li ul li a {
padding: 15px 15px 15px 25px;
}
.clearfix > li ul li a:hover {
padding: 15px 15px 15px 35px;
}
.rsnav-toggle:after {
content: 'Main Menu';
display: block;
text-align: center; width: 100%;
margin: 0 0 0 10px;
padding: 7px 50px;
background: #23aae1;
text-align: center;
font-size: 14px;
color: #FFFFFF;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* End of 'responsive-nav' */

