@charset "utf-8";
/* CSS Document */


@font-face {
	font-family:'Noto Sans', sans-serif;
	src:url('fonts/NOTOSANS-REGULAR_0.TTF');
}

@font-face{
	src:url('fonts/FONTIN-BOLD_0.OTF');
	font-family:Fontin, "Fontin Sans CR", "Fontin Sans CR SC", "Fontin Sans Rg", "Fontin Sans SC", "Fontin SmallCaps", "Footlight MT Light";
}


.welcome{
	font-family: 'Droid Sans', sans-serif;
}
body {
   font-family: 'Open Sans', sans-serif !important;
}
p{
	font-family: 'Open Sans', sans-serif !important;
}
.slogan{
	font-family:Fontin, "Fontin Sans CR", "Fontin Sans CR SC", "Fontin Sans Rg", "Fontin Sans SC", "Fontin SmallCaps", "Footlight MT Light";
	color:#154994;
}

.chevron-left{
	position: absolute;
    top: 50%;
    background-color: #154994;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px !important;
    line-height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    text-align: center;
    border-radius: 4px;

}
.chevron-right{
	position: absolute;
    top: 50%;
    background-color: #154994;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px !important;
    line-height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    text-align: center;
    border-radius: 4px;

}
.active{
	border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px #154994;
}


.navbar-default .navbar-nav>li>a{
	color:#FFF !important;
	text-align:center;
	font-size:13.5px !important;
}

.navbar-default{
	border:none !important;
	background-color:#154994 !important;
	border-radius:0px !important;
}
.welcome-title{
	font-size:28px !important;
	font-weight:bold !important;
}

.navbar{
	margin-bottom:-5px !important;
	border-top:solid 5px #05b5f6 !important;
}

.text-dark-blue{
	color:#154994 !important;
}

.top-line{
	height:10px !important;
	background-color:#05b5f6 !important;
}



.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #05b5f6;
}

.margin-30{
	margin-top:30px !important;
	margin-bottom:30px !important;
}

.map-bg {
	background-image:url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1920px;
	position:inherit !important;
}

.msg-bg {
	background-image:url(../images/message-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1920px;
	position:inherit !important;
}



.sea-bg{
	background-image:url(../images/sea-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1920px;
	position:inherit !important;
}

.sea-bg-1{
	background-image:url(../images/sea-bg1.png) !important;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1920px;
	position:inherit !important;
}

.margin-btm-5{
	margin-bottom:5px;
}

.margin-top-5{
	margin-top:5px;
}

.white-bg{
	background-color:#FFF !important;
}
.dark-blue-line{
	border-top: 5px #17488d solid;
	border-bottom: 5px #17488d solid;
}

.light-blue-line{
border-top: 5px solid #05B5F6 !important;
border-bottom: 5px solid #05B5F6 !important;
}

.light-blue{
	background-color:#05B5F6 !important;
}

.border-light-blue-top{
	border-top: 5px solid #05B5F6 !important;
}

.text-24{
	font-size:24px;
}
.dark-blue{
	background-color:#17488d !important;
}

.tab-margins{
	margin-left:30px;
	margin-right:30px;
}

.white-text{
	color:#FFF !important;
}
.margin-top-20{
	margin-top:20px;
}
.downloadables-link{
	margin-top:5px;
}
.downloadables-link:hover{
	color:#FFF !important;
	text-decoration:none !important;
}

.margin-top-10{
	margin-top:10px;
}
.light-blue-ocean{
	background-color:#c2ebff !important;
}
.bold{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:bold !important;
}

.inside-banner-bg{
	background-image:url(../images/banners/insidebanner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position:inherit !important;
	
}

.banner-white-border{
	border:3px solid #FFF;
	border-radius: 5px;
}
.blue-border-bottom{
	border-bottom: 5px solid #05B5F6 !important;
}

.text-white{
	color:#FFF !important;
}

.title{
	font-family:Fontin, "Fontin Sans CR", "Fontin Sans CR SC", "Fontin Sans Rg", "Fontin Sans SC", "Fontin SmallCaps", "Footlight MT Light";
}

.border-radius-5{
	border-radius:5px;
}

.net-char-margin-1{
	margin-top:5px !important;
}




.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  border-radius:5px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 178, 240, 1) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #00b2f0;
  opacity: 1;
}


.padding-top-20{
	padding-top:20px;
}

.white-bg-radius-10{
	background-color:#FFF;
	border-radius:5px;
}

.table-header{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border:none;
}
.text-12{
	font-size:12px;
}
.agenda-date{
	font-size:24px;
	line-height:18px;
}

.title2{
	font-size:18px;
}
.padding-all-20{
	padding:20px;
}

.padding-top-btm-15{
	padding-top:15px;
	padding-bottom:10px;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}




@media all and (max-width:600px){
	.text-24{
		font-size:18px;
		text-align:center;
	}
	.map-bg {
	background-image:none;
	background-color: #bfebfb !important;
	}
	
	.text-24{
		font-size:14px;
	}
}



@media all and (max-width:768px){
	.navbar-default .navbar-nav>li>a{
	color:#FFF !important;
	margin-left:0px;
	margin-right:0px;
	
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
	
	.map-bg {
	background-image:url(../images/header-backgroung.png);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1024px;
	min-width: 768px;
	position:inherit !important;
	}
	.slogan{
	font-size:18px !important;
}
h1{
	font-size:18px !important;
}
	
	
	}



@media all and (max-width:320px){
	.text-24{
		font-size:12px !important;
	}
}


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .slogan{
	font-size:18px !important;
	}
	h1{
		font-size:18px !important;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .slogan{
	font-size:18px !important;
	}
	h1{
		font-size:18px !important;
	}

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .slogan{
	font-size:18px !important;
	}
	h1{
		font-size:18px !important;
	}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .slogan{
	font-size:18px !important;
	}
	h1{
		font-size:18px !important;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .slogan{
	font-size:18px !important;
	}
	h1{
		font-size:18px !important;
	}

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .slogan{
	font-size:18px !important;
	}
	h1{
		font-size:18px !important;
	}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .slogan{
	font-size:18px !important;
	}
	h1{
		font-size:18px !important;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

.slogan{
	font-size:18px !important;
}
h1{
	font-size:18px !important;
}

}



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .collage{
		  display:none !important;
	  }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  .collage{
		  display:none !important;
	  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .collage{
		  display:none !important;
	  }

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  .collage{
		  display:none !important;
	  }

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	  .collage{
		  display:none !important;
	  }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  
	  .collage{
		  display:none !important;
	  }

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  
  .collage{
		  display:none !important;
	  }

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  
  .collage{
		  display:none !important;
	  }

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  
  .collage{
		  display:none !important;
	  }

}






/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  
  .collage{
		  display:none !important;
	  }

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  
  .collage{
		  display:none !important;
	  }

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

	.collage{
		  display:none !important;
	  }

}