/* = DEFAULT STYLES = */
@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);
html, body {margin:0;font-size:14px;font-family: 'Arial', sans-serif;background-image:url(../images/background-img-repeat.png);}

/* = DEFAULT - LINKS = */
a {text-decoration:none;font-weight:bold;color:#3698d6;}
a:hover, a:focus, a:active {text-decoration:underline;color:#6f3996;}

/* = DEFAULT - TEXT ITEMS = */
p {margin:20px 0;line-height:1.75em;}

/* = DEFAULT - HEADINGS = */
h1 {font-family: 'Nunito',sans-serif;font-size:36px;margin:0;font-weight:bold;color:#3698d6;border-bottom:2px solid #6f3996;}
h2 {font-size:24px;margin:0;}
h3 {font-size:20px;margin:0;}
h4 {}
h5 {}
.jumbotron {background-color: transparent;}
.tagline {display:block;font-size: calc(28px + (72 - 28)*(100vw - 800px)/(1920 - 800));color:#fff;text-transform: uppercase;text-align:center;font-family: 'Nunito',sans-serif; text-shadow: 1px 1px 2px rgba(111,57,150,.8);-webkit-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;}
.animated {padding-top:30px; margin-bottom:0px; -webkit-animation-duration: 10s; animation-duration: 10s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

 @-webkit-keyframes fadeInDown {  0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInDown {  0% {
 opacity: 0;
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

.glow {

    -webkit-animation: glow 2s 9s infinite alternate backwards;
    -moz-animation: glow 2s 9s infinite alternate backwards;
    -o-animation: glow 2s 9s infinite alternate backwards;
    animation: glow 2s 9s infinite alternate backwards;
    
    }
    
    @-webkit-keyframes glow {
        from { text-shadow: 2px 2px 2px #6f3996; }
        to { text-shadow: 0 2px 0 rgba(41, 173, 228, 1),
               0 2px 0 rgba(41, 173, 228, .8),
               0 3px 0 rgba(41, 173, 228, .7),
               0 4px 0 rgba(41, 173, 228, .6),
               0 5px 0 rgba(41, 173, 228, .5),
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15); }
    }

/* = DEFAULT - Custom Bootstrap = */
.container {max-width:1000px;margin:0 auto;}

/* Buttons */
.btn {background:#333;color:#fff;}
.btn:hover, .btn:focus {background:#666;color:#fff;}

.btn2 {
    background: #6f3996;
    color: #fff;
}


/* = HEADER = */
header {font-family: 'Nunito',sans-serif;background-color:#FFFFFF;}
.header-inner {}
/* HEADER - LOGO */
.logo {}
.logo img{margin-top:30px;}
.logo img:hover  {opacity:.8;}

/* = CALL TO ACTION = */
.c2a {text-align:center;padding-top:40px;padding-bottom:40px;}
.callus{display:block;font-size:32px;font-weight:bold;color:#6f3996;text-transform:uppercase;}
.tel {display:block;}
.tel a {font-size:47px;font-weight:bold;color:#3698d6;}
.tel a:hover, .tel a:focus, .tel a:active {text-decoration:none;color:#6f3996;}
.email {display:block;}
.email a {font-size:22px;font-weight:bold;color:#3698d6;}
.email a:hover, .email a:focus, .email a:active {text-decoration:none;color:#6f3996;}
address {display:block;margin-bottom:0px;font-size:22px;font-weight:bold;color:#6f3996;}

/* = NAVIGATION = */
nav {font-family: 'Nunito',sans-serif;background-color:#6f3996;border-bottom:8px solid #3698d6;position:relative;z-index:10;}
.navbar-default {border-radius:0px;border:0;background:transparent;text-align:center;}
.navbar-default .navbar-nav > li > a {font-size:18px;font-weight:bold;color:#ffffff;text-transform:uppercase;padding-left:35px;padding-right:35px;}
.navbar-default .navbar-nav > li:last-child > a {}
.navbar-default .navbar-nav > li > a:hover {background-color:#3698d6;color:#FFFFFF;}
.nav li.active a {background-color:#3698d6;color:#FFFFFF;}
.dropdown-menu {margin-top:-2px;background:transparent;box-shadow:none;border:none;border-radius:0px;padding:0px;}
.dropdown:hover .dropdown-menu {display: block;background-color:#6f3996;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {}
.navbar-default .dropdown-menu > li > a {font-size:18px;font-weight:bold;color:#ffffff;text-transform:uppercase;padding-left:35px;padding-right:35px;}
.navbar-default .dropdown-menu > li > a:hover {background-color:#3698d6;color:#FFFFFF;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:#3698d6;color:#FFFFFF;}
.navbar-default .navbar-nav>li>a:focus {background-color:#3698d6;color:#FFFFFF;}
.navbar-toggle {border-color:#FFFFFF !important;background-color:#3698d6   !important;}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {border-color:#FFFFFF !important;background-color:#000000 !important;}
.navbar-default .navbar-toggle .icon-bar {background-color:#FFFFFF !important;}
/* Centering Nav */
.navbar .navbar-nav {display: inline-block;float: none;margin-bottom:-7px;}
.navbar .navbar-collapse {text-align: center;}

/* = BANNER = */
#banner {border-bottom:12px solid #3698d6;-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);position:relative;z-index:9;}
.banner-inner {}
.carousel-inner {border:none;box-shadow:none;}
.carousel.fade {opacity: 1;}
.carousel.fade .item {-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;left: 0 !important;opacity: 0;top:0;position:absolute;width: 100%;display:block !important;z-index:1;}
.carousel.fade .item:first-child {top:auto;position:relative;}
.carousel.fade .item.active {opacity: 1;-moz-transition: opacity ease-in-out .7s;-o-transition: opacity ease-in-out .7s;-webkit-transition: opacity ease-in-out .7s;transition: opacity ease-in-out .7s;z-index:2;}
.item img{width:100%;}

.sitemap-container {width:100%;max-height:346px;background: url(../images/interior-banner/sitemap-bg.jpg);}
.contact-us-container {width:100%;max-height:346px;background:url(../images/interior-banner/contact-us-bg.jpg);}
.gallery-container {width:100%;max-height:346px;background:url(../images/interior-banner/gallery-bg.jpg);}
.curtis-center-container {width:100%;max-height:346px;background:url(../images/interior-banner/curtis-center-banner.jpg);}
.wil-o-way-container {width:100%;max-height:346px;background:url(../images/interior-banner/grant-center-banner.jpg);}
.wisconsin-center-container {width:100%;max-height:346px;background:url(../images/interior-banner/wisconsin-center-banner.jpg);}
.riverview-center-container {width:100%;max-height:346px;background:url(../images/interior-banner/riverview-banner.jpg);}

/* = MAIN = */
main {text-align:left;color: #000;font-size: 14px;}
.main-inner {background-color:rgba(255,255,255,0.90);-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);padding-top:50px;}

/* = SECTION = */
section {padding-bottom:50px;}

/* = FLOATED IMAGES = */
img.pull-left {margin:20px 20px 20px 0px;box-shadow: 4px 4px 4px rgba(0,0,0, 0.2);border: 2px solid #3698d6;}
img.pull-right {margin:20px 0px 20px 20px;box-shadow: 4px 4px 4px rgba(0,0,0, 0.2);border: 2px solid #3698d6;}

/* = ASIDE = */
aside {text-align:left;}
.facebook-feeds{border:2px solid #3698d6;}
.facebook-feeds iframe{min-height:500px;}

/* CONTACT FORM */
.col-centered{float: none;margin: 0 auto;padding-top:5px;}
#contactus{font-family: 'Nunito',sans-serif;background-color:#3698d6;padding-top:20px;padding-bottom:20px;font-size:20px;font-weight:bold;color:#FFFFFF;}
#contactus h3{text-align:center;margin-bottom:20px;}
#contactus a {color:#FFFFFF;}
#contactus a:hover {color:#000; text-decoration: none;}
#contactform{background-color:#3698d6;}
hr.divider {border-top: 2px solid #6f3996; margin: 0;}
#contactform label {cursor:pointer;color: #333;}
#contactform button {width:100%;border-radius:0px;background: #6f3996;color:#FFFFFF;text-transform:uppercase;font-weight:bold;}
#contactform button:hover {background:#000;}
#contactform .alert {padding: 7px 25px;width:100%;}
#contactform input.alert {padding:0;}
#contactform .alert-danger {color:#a94442;}
.contactform-bg {min-height: 20px;padding: 19px;margin-bottom: 10%;background:#3698d6;border: none;border-radius: 0;font-family: 'Nunito',sans-serif;font-weight:bold;}
.contactform-bg input, .contactform-bg textarea {background: #ffffff; border: none;}
#contactform .form-control {border-radius: 0;color:#999999;border: none;}
#contactform label.contactpage-label {cursor:pointer;color: #333; font-weight: bold;}
textarea.form-control.message-area {}
.input-group-addon {color: #fff;background-color: #6f3996;border-radius: 0;}
.jumbotron-sm { padding: 24px 0;background:#3698d6;border-radius: 0 !important; font-weight: bold;border: 3px solid transparent; margin: 0 0 4% 0;}
.jumbotron-sm h2 {font-weight: bold;color: #fff; background: none;}
.jumbotron-sm h2 small {font-size: 18px;color: #fff;font-weight: bold;}
.location-container {background:#3698d6; padding: 1em; margin: 1em auto; font-weight: bold;border: 3px solid transparent; min-height: 176px;}
span.company-heading {font-size: 18px;color: #fff; text-align:center; display:block; width: 100%;}
span.company-address {font-size: 16px;text-align:center; display:block;color: #fff; width: 100%;}
span.company-address a {font-size: 16px;text-align:center; display:block;color: #fff;}
span.company-address a:hover {color:#6f3996; text-decoration: none;}
legend {font-size: 18px;color: #fff; text-align:center; display:block; border-bottom: 1px solid transparent;font-weight: bold; width: 100%; margin-bottom: 0;}
.location-info{padding-top:10px;padding-bottom:10px;}
.location-head{display:block;font-size:17px;font-weight:bold;color:#FFFFFF;text-transform:uppercase;text-align:center;margin-bottom:15px;}
.now-open{display:block;font-size:16px;font-weight:bold;color:#000000;text-align:center;}

/* -- GOOGLE MAP -- */
.googlemap-container { position: relative; padding-top: 48.5%; max-width: none; margin: 3% auto; }
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0 ; width: 100%; height: 100%; border: 3px solid transparent;}
legend.location-heading {font-size: 30px; margin: 30% 0 0 0; display: block;}
legend.location-heading.bump-up {margin: 20% 0 0 0;}
.location-address {font-size: 25px;color: #fff; text-align:center; display:block; width: 100%;}
.location-address a {font-size: 25px;color: #fff; text-align:center; display:block; width: 100%;}
.location-address a:hover {color:#6f3996; text-decoration: none;}

/*Glyphicon color*/
.white {color: #fff;}

/* = CONTACT INFO = */
#contact-info {font-family: 'Nunito',sans-serif;background:#3698d6;padding:10px 0px;text-align:center; border-top: 5px solid #6f3996;}
.contact-info-inner {font-size:14px;font-weight:bold;color:#FFFFFF;}
.contact-info{display:inline-block;}
#contact-info .spacer {display:inline-block;padding-left:5px;padding-right:5px;}
#contact-info a {font-size:14px;font-weight:bold;color:#FFFFFF;}
#contact-info a:hover, #contact-info a:focus, #contact-info a:active {color:#6f3996;text-decoration:none;}

/* = SOCIAL MEDIA LINKS = */
.social {float:right;margin-top: -10px !important;}
.social a {margin-left:3px !important;margin-right:3px !important;font-size:25px !important;color:#fff !important;}
.social a:hover, .social a:focus, .social a:active {color:#6f3996 !important;}


/* = FOOTER = */
footer {font-family: 'Nunito',sans-serif;text-align:center;}

.footsoc {font-size: 20px;}

#sitemap{background-color:#6f3996;}
.sitemap-inner{padding-top:20px;padding-bottom:10px;}
.sitemap-inner .list-inline {}

.list-inline li a{font-size:18px;font-weight:bold;color:#FFFFFF;text-transform:uppercase;padding-left:20px;padding-right:20px;}
.list-inline li a:hover, .list-inline li a:focus, .list-inline li a:active{text-decoration:none;color:#3698d6;}

#copyright{background-color:#FFFFFF;}
.copyright-inner{padding-top:20px;padding-bottom:20px;}
#copyright a{font-size:12px;font-weight:bold;color:#6f3996;}
#copyright a:hover, #copyright a:focus, #copyright a:active{text-decoration:none;color:#000000;}

/* = BACK TO TOP LINK = */
#top-link-block.affix-top {position: absolute; /* allows it to "slide" up into view */bottom: -82px; /* negative of the offset - height of link element */left: 10px; /* padding from the left side of the window */}
#top-link-block.affix {position: fixed; /* keeps it on the bottom once in view */bottom: 18px; /* height of link element */left: 10px; /* padding from the left side of the window */}
.back-to-top {color:#FFFFFF;background-color:#3698d6;}
.back-to-top:hover, .back-to-top:active,.back-to-top:focus {color:#FFFFFF; background-color:#6f3996;}

/* = SITEMAP PAGE = */
ul.sitemap-page {margin: 20px auto; display:block; max-width: 500px; float: none;}
ul.sitemap-page li { list-style: none;}
ul.sitemap-page li a { font-family: 'Nunito',sans-serif;font-weight: bold; text-decoration: none; color: #6f3996;  /* CSS3 Transition Effect */-webkit-transition: all 0.12s ease-out;-moz-transition: all 0.12s ease-out;-o-transition: all 0.12s ease-out; text-align: center; font-size: 36px; line-height: 55px; display: block;}
ul.sitemap-page li a:hover {color: #3698d6;text-transform: uppercase; text-decoration: none; /* CSS3 Transform Effect */-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2); text-shadow: 0px 3px 0px #6f3996,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);}

/* = LIST STYLE IP = */
ul.list-items {margin: 10px 0 10px 60px;}
ul.list-items li {color: #000; font-weight: bold; }
ul.list-items li  a {color: #000; font-weight: bold; }
ul.list-items li a:hover {color: #000; text-decoration: none;}

.programs-locations {background: #3698d6; color:#fff;font-family: 'Nunito',sans-serif;}

.btn2 {
    background: #6f3996;
    color: #fff;
}
.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px; border-style:solid; border-width:3px;border-color:#39F; text-decoration:none;}
	


.btn2.focus, .btn2:hover {
    color: #fff;
    text-decoration: none;
	background:#000000;
		text-decoration:none;
}

.btn2:visited {
    color: #fff!important;
	text-decoration:none!important;
}

.calendar {display: flex; justify-content: center;}
.calendar .btn {background:#6f3996; font-size: 20px;}
.calendar .btn:hover {background:#3698d6;}

.busof {color: #fff; display: block;}

.soc {font-size: 25px;}

/* = MEDIA QUERIES= */
@media screen and ( max-width: 1366px ) {}
@media screen and ( max-width: 1024px ) {}
@media screen and ( max-width: 991px ) {.tel a {font-size: 38px;}address{font-size: 16px;}.navbar-default .navbar-nav > li > a{padding-left: 20px;padding-right: 20px;}.location-head{font-size: 12px;}.now-open{font-size: 12px;}#contact-info .spacer {display:block;visibility:hidden;line-height:0px;}.list-inline li a{padding-left: 0px;padding-right: 0px;}}
@media screen and ( max-width: 966px ) {}
@media screen and ( max-width: 768px ) {legend.location-heading {margin: 10% 0 0 0;}}
@media screen and ( max-width: 767px ) {.navbar .navbar-nav {display:block;margin-bottom:0px;}.logo img{margin:0 auto;margin-top:20px;}img.pull-left {float:none !important;margin:4% auto;} img.pull-right {float:none !important;margin:4% auto;}.c2a {text-align:center;padding-top: 10px;padding-bottom: 10px;}.dropdown .dropdown-menu {position:relative;display:block;float:none !important;visibility:visible;width:100%;text-align:center;}.list-inline li a {font-size: 11px;}#copyright a {font-size: 11px;}}
@media screen and ( max-width: 741px ) {}
@media screen and ( max-width: 600px ) {.tagline {display: none;} #banner {display: none;}}
@media screen and ( max-width: 414px ) {.social{display:block !important;display: block !important;float: initial;margin-top: 10px !important;}.tel a {font-size: 30px;}address {font-size: 13px;}h1{font-size: 24px;}}
@media screen and ( max-width: 320px ) {}