/* Start of CMSMS style sheet 'New Slider' */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:355px;
	overflow: hidden;
background:#d4e3e6;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;

	color:#fff;
	width:100%;
	z-index:8;
	padding: 0px 10px;

	overflow: hidden;
	display: none;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* .nivo-caption p {
	padding:5px;
	margin:0;
} */
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
        display:none;  
}

#constructioncaption {
z-index: 25;
position: absolute;
top: 8%;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.slider-wrapper { 
	width: 100%; 
	margin: 0px auto 8px;
position: relative;
}

#slider-content {
	max-width: 1100px;
	margin: 0px auto;
        margin-top : 0px;
text-align: right;
height: 355px;
       position: relative;
}

div#content #slider-content h2 {
        font-size: 36px;
        color: #ffffff;
        letter-spacing: 3px;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


div#content #slider-content h2.black {
        color: #000000;
}

#slider-content2 {
	max-width: 1100px;
	margin: 0px auto;
        margin-top : 0px;
text-align: right;
height: auto;
}

div#content #strapcontainer {
       position: absolute;
       bottom: 50px;
       right: 150px;
       text-align: center;
}

div#content #strapcontainer2 {
       position: absolute;
       top: 50px;
       left: 150px;
       text-align: center;
}

div#content #strapcontainer2 h2.school,
div#content #strapcontainer h2.office {
       color: #000000;
}

.theme-default .nivoSlider {
	position:relative;
	background: transparent;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	max-height: 355px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	display: none;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets-1.png)/*tpa=http://web.archive.org/web/20200228061629im_/http://www.drugasar.com/bullets.png*/ no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows-1.png)/*tpa=http://web.archive.org/web/20200228061629im_/http://www.drugasar.com/arrows.png*/ no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {

}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* End of 'New Slider' */


/*
     FILE ARCHIVED ON 06:16:29 Feb 28, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:15:59 Feb 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 512.69
  exclusion.robots: 0.078
  exclusion.robots.policy: 0.06
  cdx.remote: 0.057
  esindex: 0.006
  LoadShardBlock: 457.077 (3)
  PetaboxLoader3.datanode: 319.597 (5)
  PetaboxLoader3.resolve: 269.15 (4)
  load_resource: 237.569 (2)
*/