/* Styles for the CoverPop.js plugin */


html,
body {
    overflow: auto;
}



.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}

#CoverPop-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}

    .CoverPop-open #CoverPop-cover {
        display: block;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
/*
* Custom Styles
*/

    .splash {
        background-color: rgb(47,99,135);
        background-color: rgba(0,0,0,.6);
    }

        .splash-center {
            text-align: center;
            width: 30%;
            padding: 20px;
            background: #fff;
            margin: 10% auto 0;
			-webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }
		.splash-center p {
			text-align:left;
		}

.carousel-inner>div.item {
    -webkit-transition: .2s ease-in-out left !important;
    transition: .2s ease-in-out left !important;
}

.nav-tabs>li {
	width: 25%  !important;
        text-align: center  !important;
}

.nav-tabs>li>a {
      font-family: 'Cabin Sketch', "cursive";
	color: #395B9A !important;
  	  font-size: 1.7rem;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #f2a43f !important;
	border: none !important;
}

 .img-responsive {
width: 100%
}

.item > .row > .col-sm-6 > a {
 pointer-events: none;
}

div.bx-wrapper {
display: none !important;
}

div.header-home {
display: none !important;
}

div.home-content {
padding: 0;
}

div.tagline {
background-color: #0088b0 !important;
}

a.linkForNewsletter {
  font-family: 'Cabin Sketch', "cursive";
color:#697D3E;
margin-top: 50px;
}

h1 {
margin: 0 !important;
}