/* FRONTEND CSS
*********************************************/

/* font-family: "jaf-bernina-sans",sans-serif;
font-family: "jaf-bernina-sans-condensed",sans-serif;

color:#02306b; (dk blue) 
color:#16262e; (charcoal)
color:#ccdbdc; (gray)
color:#0C7489; (muted bluegreen)
color:#69995D; (sagey)
color:#119DA4; (muted sea blue)*/

 


html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
	font-family: "jaf-bernina-sans";
	font-size:13pt;
	color:#16262e;

}

/* LAYOUT
*********************************************/

#pagewrap {
	width:100%;
	margin: 0 auto;
}

header {
	width:100%;
	height:229px;
	margin: 0 auto;
	background:#fff; 
	border-bottom: #02306b solid 25px;
}

#inside-header {
	width:85%;
	height:175px;
	margin: 0 auto;
	
}

#logo {
	width:25%;
	min-width:320px;
	height:175px;
	clear:left;
	float:left;
	margin: 15px 0 0 0;

	
}

#info {
	width:47%;
	margin:40px auto;
	height:auto;
	float:left;
}

#social {
	width:25%;
	clear:right;
	float:right;
	height:auto;
	margin: 10px 0 0 0;
	text-align:right;
}

#slider {
	width:100%;
	max-height:500px;
	background:#BFBFBF;
}

main {
	
	width:80%;
	margin: 1% auto 4% auto;
	clear:both;
	
}

#content {
	width:70%;
	clear:left;
	float:left;
	margin-bottom:50px;

}

.staff {
	margin-top: -80px;
}

.left-image {
	margin: 0 10px 10px 0;
	float:left;
}


.vac-table1 {
	width: 700px;
	margin: 35px auto;
	padding:30px;
	clear:both;
	text-align:center;
	background:#ccdbdc;
	
}

.vac-table2 {
	width: 600px;
	margin: 35px auto;
	padding:30px;
	clear:both;
	text-align:center;
	background:#ccdbdc;
	
}

.table-float { 
	display:inline-block;
}

.table-nofloat {
	clear:both;
	margin-right:auto;
	margin-left:auto;
}

#right {
	width: 23%;
	min-height:250px;
	margin:1%;
	padding: 0 2%;
	clear:right;
	float:right;
	background:#ccdbdc;
	
}

ul.category-module-right > li {
	list-style:none;
}

ul.category-module-right {
	list-style-type:none;
	padding:0;
	text-align:center;
}

#bottom {
	width:100%;
	background:#119DA4;
	text-align:center;
	clear:both;
	float:left;
}

#bottom-container-out {
	width:100%;
	margin:0 auto;
	margin-top:25px;
	background:#fff;
	float:left;
	text-align:center;
}

#bottom-container-in {
	width:80%;
	margin:0 auto;
	text-align:center;
}

#bottom-1 {
	width:28.5%;
	background: #fff;
	margin:0 1% 0 0;
	padding:2% 2% 2% 0;
	color:#16262e;
	position:relative;
	float:left;
	text-align:center;

}

#bottom-2 {
	width:28.5%;
	background: #fff;
	margin:0 1% 0 0;
	padding:2%;
	color:#16262e;
	position:relative;
	float:left;
	text-align:center;

}

#bottom-3 {
	width:28.5%;
	background: #fff;
	margin:0 0;
	padding:2% 0 2% 2%;
	color:#16262e;
	position:relative;
	float:left;
	text-align:center;

}

footer {
	width:100%;
	background:#02306b;
	clear:both;
	margin: 20px 0 0 0;
	padding:5px 0;
	text-align:center;
	color:#ccdbdc;
}

#notifications {
	width:100%;
	box-sizing: border-box;
	background: #FFDC1C;
	line-height: 1.6em;
	color:#1a1a1a;
	font-weight: 500;
	text-align: center;
	padding: 0 5%;
}

#notifications.x {
	width:100%;
	box-sizing: border-box;
	background: #D6001C;
	line-height: 1.6em;
	color:#fff;
	font-weight: 500;
	text-align: center;
	padding: 0 5%;
}

#notifications p {
	display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding: 15px 0;
	
}



/* MAIN NAVIGATION
*********************************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:50000;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	width:100%;
  font-family: "jaf-bernina-sans";
  background: #02306b;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.5);
  z-index:35000;

  
}
#cssmenu > ul > li {
  float: left;
  
  
}
#cssmenu.align-center > ul {
  font-size:1em;
  text-align: center;
  font-weight:300;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size:1em;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  
}
#cssmenu > ul > li:hover > a {
  color: #119DA4;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  color: #ffffff;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  color: #ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  background: #02306b; 
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #119DA4;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ffffff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 915px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
	height:100%;
  }
  #cssmenu ul {
    width: 100%;
	height:100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ffffff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #119DA4;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    text-transform:none;
    font-weight: 300;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 30px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #02306b;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* PAGE ELEMENTS
*********************************************/

.float-left {
	float:left;
}

.center {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

.clear {
	clear:both;
	
}

ol li {
	
list-style-position: inside;
	padding: 7px 0;
}

td {
	border-bottom: 1px solid #999;
	max-height:20px;
	line-height:15px;
	margin:0;
	padding: 0 25px;
}

tr {
	max-height:20px;
	line-height:15px;
	
}


h1 {
	font-family: "chaparral-pro";
	font-size:2.2em;
	font-weight:500;
	color:#02306b;
}

h2.phone {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}
	

h2 {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}

h2.staff {
	margin-top:-15px;
	padding-top:0;
}

	
h3 {
	color:#02306b;
	font-size:1.4em;
	font-weight:500;
}

h4 {
	color:#02306b;
	font-size:1.2em;
	font-weight:500;
}

a {
	text-decoration:none;
	color:#02306b;
}
a:visited {
	text-decoration:none;
	color:#02306b;
}

a:hover {
	color:#119DA4;
}

h2 a {
	text-decoration:none;
	color:#02306b;
}

h2 a:visted {
	text-decoration:none;
	color:#02306b;
}

h2 a:hover {
	color:#119DA4;
}

footer a {
	color:#ccdbdc;
}

footer a:visited {
	color:#ccdbdc;
}

footer a:hover {
	color:#119DA4;
}

p {
	margin: 10px 0;
	padding: 10px 0;
}

/* Joomla Pagination */

div.pagination ul {
	display: block;
}

div.pagination ul li {
	display: inline-block;
	padding:7px;
	margin:7px 0;
	background: #02306b;
	color: #fafafa;
	border: 1px solid #02306b;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

div.pagination ul li a,div.pagination ul li a:visited {
	color: #fafafa;
}

div.pagination ul li:hover {
	background: transparent!important;
	color: #02306b!important;
	border: 1px solid #02306b;
}

div.pagination ul li:hover a {
	color: #02306b!important;

}

li.pagination-start,li.pagination-end {
	display: none!important;
}

/* MEDIA QUERIES
*********************************************/

/* phones */
@media (max-width: 480px) {

/* LAYOUT
*********************************************/

#pagewrap {
	width:100%;
	max-width:480px;
	overflow:hidden;
	margin: 0 auto;
}

header {
	width:100%;
	max-width:480px;
	min-height:200px;
	height:auto;
	border-bottom: #02306b solid 25px;
}

#inside-header {
	width:85%;
	height:auto;
	min-height:175px;
	margin: 0 auto;
	
}

#logo {
	width:100%;
	min-width:320px;
	max-width:480px;
	height:auto;
	min-height:150px;
	clear:both;
	float:none;
	margin: 15px 0 15px -15px;

	
}

#info {
	width:100%;
	max-width:480px;
	margin:0 auto;
	height:auto;
	float:none;
	clear:both;
}

#social {
	width:100%;
	max-width:480px;
	clear:both;
	float:none;
	height:auto;
	margin: 10px 0 0 0;
	text-align:center;
}

#slider {
	width:100%;
	max-width:480px;
	max-height:500px;
	background:#BFBFBF;
}

main {
	
	width:100%;
	margin: 1% auto 4% auto;
	clear:both;
	
}

#content {
	width:97%;
	clear:both;
	float:none;
	margin:20px 1.5%;
	margin-bottom:20px;

}

.staff {
	margin-top:0;
	clear:both;
}

.left-image {
	margin: 0 10px 10px 0;
	float:none;
	clear:both;
}


.vac-table1 {
	width: 97%;
	max-width:480px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.vac-table2 {
	width: 97%;
	max-width:480px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.table-float { 
	display:block;
}

.table-nofloat {
	clear:both;
	margin-right:auto;
	margin-left:auto;
}


#right {
	width: 94%;
	max-width:480px;
	min-height:250px;
	margin:1%;
	padding:2%;
	clear:both;
	float:none;
	
}

ul.category-module-right > li {
	list-style:none;
}

ul.category-module-right {
	list-style-type:none;
	padding:0;
}

#bottom {
	width:100%;
	max-width:480px;
	background:#119DA4;
	text-align:center;
	clear:both;
	float:none;
}

#bottom-container-out {
	width:100%;
	max-width:480px;
	margin:0 auto;
	margin-top:25px;
	background:#fff;
	float:left;
	text-align:center;
	border-top:#119DA4 25px solid;
}

#bottom-container-in {
	width:100%;
	max-width:480px;
	margin:0 auto;
	text-align:center;
}

#bottom-1 {
	width:95%;
	max-width:480px;
	margin:1% 0;
	padding:2%;
	float:none;
	clear: both;


}

#bottom-2 {
	width:95%;
	max-width:480px;
	margin:1% 0;
	padding:2%;
	float:none;
	clear: both;


}

#bottom-3 {
	width:95%;
	max-width:480px;
	margin:1% 0;
	padding:2%;
	float:none;
	clear: both;


}

footer {
	width:100%;
	background:#02306b;
	clear:both;
	margin: 20px 0 0 0;
	padding:5px 0;
	text-align:center;
	color:#ccdbdc;
}

td {
	border-bottom: 1px solid #999;
	max-height:20px;
	line-height:15px;
	margin:0;
	padding: 0 25px;
}

tr {
	max-height:20px;
	line-height:15px;
	
}


h1 {
	font-family: "chaparral-pro";
	font-size:2.2em;
	font-weight:500;
	color:#02306b;
}

h2.phone {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}
	

h2 {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}

	
	
h3 {
	color:#02306b;
	font-size:1.4em;
	font-weight:500;

}

h4 {
	color:#02306b;
	font-size:1.2em;
	font-weight:500;
	line-height:1.3em;
}

a {
	text-decoration:none;
	color:#02306b;
}
a:visited {
	text-decoration:none;
	color:#02306b;
}

a:hover {
	color:#119DA4;
}

h2 a {
	text-decoration:none;
	color:#02306b;
}

h2 a:visted {
	text-decoration:none;
	color:#02306b;
}

h2 a:hover {
	color:#119DA4;
}

footer a {
	color:#ccdbdc;
}

footer a:visited {
	color:#ccdbdc;
}

footer a:hover {
	color:#119DA4;
}


img {background-size:100% 100%; clear:both; max-width:480px; overflow:hidden;}


}



/* Extra small devices (phones, less than 768px) */
@media (min-width: 480px) and (max-width: 767px) {

#pagewrap {
	width:100%;
	max-width:767px;
	overflow:hidden;
	margin: 0 auto;
}

header {
	width:100%;
	max-width:767px;
	min-height:200px;
	height:auto;
	border-bottom: #02306b solid 25px;
}

#inside-header {
	width:85%;
	height:auto;
	min-height:175px;
	margin: 0 auto;
	
}

#logo {
	width:320px;
	max-width:767px;
	height:auto;
	min-height:150px;
	clear:both;
	float:none;
	margin: 15px auto;

	
}

#info {
	width:100%;
	max-width:767px;
	margin:0 auto;
	height:auto;
	float:none;
	clear:both;
}

#social {
	width:100%;
	max-width:767px;
	clear:both;
	float:none;
	height:auto;
	margin: 10px 0 0 0;
	text-align:center;
}

#slider {
	width:100%;
	max-width:767px;
	max-height:500px;
	background:#BFBFBF;
}

main {
	
	width:100%;
	margin: 1% auto 4% auto;
	clear:both;
	
}

#content {
	width:97%;
	clear:both;
	float:none;
	margin:20px 1.5%;
	margin-bottom:20px;

}

.staff {
	margin-top:0;
	clear:both;
}

.left-image {
	margin: 0 10px 10px 0;
	float:none;
	clear:both;
}


.vac-table1 {
	width: 97%;
	max-width:767px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.vac-table2 {
	width: 97%;
	max-width:767px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.table-float { 
	display:inline-block;
}

.table-nofloat {
	clear:both;
	margin-right:auto;
	margin-left:auto;
}


#right {
	width: 94%;
	max-width:767px;
	min-height:250px;
	margin:1%;
	padding:2%;
	clear:both;
	float:none;
	
}

ul.category-module-right > li {
	list-style:none;
}

ul.category-module-right {
	list-style-type:none;
	padding:0;
}

#bottom {
	width:100%;
	max-width:767px;
	background:#119DA4;
	text-align:center;
	clear:both;
	float:none;
}

#bottom-container-out {
	width:100%;
	max-width:767px;
	margin:0 auto;
	margin-top:25px;
	background:#fff;
	float:left;
	text-align:center;
		border-top:#119DA4 25px solid;
}

#bottom-container-in {
	width:100%;
	max-width:767px;
	margin:0 auto;
	text-align:center;
}

#bottom-1 {
	width:95%;
	max-width:767px;
	margin:1% 0;
	padding:2%;
	float:none;
	clear: both;


}

#bottom-2 {
	width:95%;
	max-width:767px;
	margin:1% 0;
	padding:2%;
	float:none;
	clear: both;


}

#bottom-3 {
	width:95%;
	max-width:767px;
	margin:1% 0;
	padding:2%;
	float:none;
	clear: both;


}

footer {
	width:100%;
	background:#02306b;
	clear:both;
	margin: 20px 0 0 0;
	padding:5px 0;
	text-align:center;
	color:#ccdbdc;
}

td {
	border-bottom: 1px solid #999;
	max-height:20px;
	line-height:15px;
	margin:0;
	padding: 0 25px;
}

tr {
	max-height:20px;
	line-height:15px;
	
}


h1 {
	font-family: "chaparral-pro";
	font-size:2.2em;
	font-weight:500;
	color:#02306b;
}

h2.phone {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}
	

h2 {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}

	
	
h3 {
	color:#02306b;
	font-size:1.4em;
	font-weight:500;

}

h4 {
	color:#02306b;
	font-size:1.2em;
	font-weight:500;
	line-height:1.3em;
}

a {
	text-decoration:none;
	color:#02306b;
}
a:visited {
	text-decoration:none;
	color:#02306b;
}

a:hover {
	color:#119DA4;
}

h2 a {
	text-decoration:none;
	color:#02306b;
}

h2 a:visted {
	text-decoration:none;
	color:#02306b;
}

h2 a:hover {
	color:#119DA4;
}

footer a {
	color:#ccdbdc;
}

footer a:visited {
	color:#ccdbdc;
}

footer a:hover {
	color:#119DA4;
}


img {background-size:100% 100%; clear:both; max-width:767px; overflow:hidden;}


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	
	#pagewrap {
	width:100%;
	max-width:991px;
	overflow:hidden;
	margin: 0 auto;
}

header {
	width:100%;
	max-width:991px;
	min-height:200px;
	height:auto;
	float:left;
	border-bottom: #02306b solid 25px;
}

#inside-header {
	width:95%;
	height:auto;
	min-height:175px;
	margin: 0 auto;
	
}

#logo {
	width:320px;
	height:auto;
	min-height:100px;
	clear:left;
	float:left;
	margin: 15px auto;

	
}

#info {
	width:40%;
	margin:-50px auto 0 auto;
	height:auto;
	float:left;
	clear:left;
}

#social {
	width:50%;
	clear:right;
	float:right;
	height:auto;
	margin: -115px 0 0 0;
	text-align:right;
}

#slider {
	width:100%;
	max-width:991px;
	max-height:500px;
	background:#BFBFBF;
	clear:both;
	float:left;
}

main {
	
	width:100%;
	margin: 1% auto 4% auto;
	clear:both;
	
}

#content {
	width:65%;
	clear:left;
	float:left;
	margin:5px auto;
	padding:1%;
	margin-bottom:20px;

}

.staff {
	margin-top:0;
	clear:both;
}

.left-image {
	margin: 0 10px 10px 0;
	float:none;
	clear:both;
}


.vac-table1 {
	width: auto;
	max-width:700px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.vac-table2 {
	width: auto;
	max-width:550px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.table-float { 
	display:inline-block;
}

.table-nofloat {
	clear:both;
	margin-right:auto;
	margin-left:auto;
}


#right {
	width: 25%;
	min-height:250px;
	margin:4% 1% 2% 1%;
	padding:2%;
	clear:right;
	float:right;
	
}

ul.category-module-right > li {
	list-style:none;

}

ul.category-module-right {
	list-style-type:none;
	padding:0;
}

#bottom {
	width:100%;
	max-width:991px;
	background:#119DA4;
	text-align:center;
	clear:both;
	float:none;
}

#bottom-container-out {
	width:100%;
	max-width:991px;
	margin:0 auto;
	margin-top:25px;
	background:#fff;
	float:left;
	text-align:center;
	border-top:#119DA4 25px solid;
}

#bottom-container-in {
	width:100%;
	max-width:991px;
	margin:0 auto;
	text-align:center;
}

#bottom-1 {



}

#bottom-2 {



}

#bottom-3 {



}

footer {
	width:100%;
	background:#02306b;
	clear:both;
	margin: 20px 0 0 0;
	padding:5px 0;
	text-align:center;
	color:#ccdbdc;
}

td {
	border-bottom: 1px solid #999;
	max-height:20px;
	line-height:15px;
	margin:0;
	padding: 0 25px;
}

tr {
	max-height:20px;
	line-height:15px;
	
}


h1 {
	font-family: "chaparral-pro";
	font-size:2.2em;
	font-weight:500;
	color:#02306b;
}

h2.phone {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}
	

h2 {
	font-family: "chaparral-pro";
	color:#02306b;
	font-size:1.8em;
	font-weight:500;
	line-height:1em;
}

	
	
h3 {
	color:#02306b;
	font-size:1.4em;
	font-weight:500;

}

h4 {
	color:#02306b;
	font-size:1.2em;
	font-weight:500;
	line-height:1.3em;
}

a {
	text-decoration:none;
	color:#02306b;
}
a:visited {
	text-decoration:none;
	color:#02306b;
}

a:hover {
	color:#119DA4;
}

h2 a {
	text-decoration:none;
	color:#02306b;
}

h2 a:visted {
	text-decoration:none;
	color:#02306b;
}

h2 a:hover {
	color:#119DA4;
}

footer a {
	color:#ccdbdc;
}

footer a:visited {
	color:#ccdbdc;
}

footer a:hover {
	color:#119DA4;
}


img {background-size:100% 100%; clear:both; overflow:hidden;}


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
header {
	width:100%;
	min-height:275px;
	height:auto;
	float:none;
	clear:both;
	border-bottom: #02306b solid 25px;
}

#inside-header {
	width:95%;
	height:auto;
	min-height:175px;
	margin: 0 auto;
	
}

#logo {
	width:320px;
	height:auto;
	min-height:100px;
	clear:left;
	float:left;
	margin: 15px auto;

	
}

#info {
	width:40%;
	margin:-50px auto 0 auto;
	height:auto;
	float:left;
	clear:left;
}

#social {
	width:50%;
	clear:right;
	float:right;
	height:auto;
	margin: -115px 0 0 0;
	text-align:right;
}

main {
	
	width:100%;
	margin: 1% auto 4% auto;
	clear:both;
	
}

#content {
	width:65%;
	clear:left;
	float:left;
	margin:5px auto;
	padding:1%;
	margin-bottom:20px;

}

.vac-table1 {
	width: auto;
	max-width:700px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.vac-table2 {
	width: auto;
	max-width:550px;
	margin: 15px auto;
	padding:1.5%;
	clear:both;
	text-align:center;
	background:#ccdbdc; 
	
}

.table-float { 
	display:inline-block;
}

.table-nofloat {
	clear:both;
	margin-right:auto;
	margin-left:auto;
}

#right {
	width: 25%;
	min-height:250px;
	margin:4% 1% 2% 1%;
	padding:2%;
	clear:right;
	float:right;
	
}

h4 {
	line-height:1.4em;
}

#bottom {
	width:100%;
	max-width:1199px;
	background:#119DA4;
	text-align:center;
	clear:both;
	float:none;
}

#bottom-container-out {
	width:100%;
	border-top:#119DA4 25px solid;

}

#bottom-container-in {
	width:95%;
	margin: 0 auto;

}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1348px) {
	
	header {
	width:100%;
	min-height:229px;
	height:auto;
	float:none;
	clear:both;
	border-bottom: #02306b solid 25px;
}

#inside-header {
	width:95%;
	height:auto;
	min-height:175px;
	margin: 0 auto;
	
}

#logo {
	width:25%;
	min-width:320px;
	height:175px;
	clear:left;
	float:left;
	margin: 15px 0 0 0;

	
}

#info {
	width:43%;
	margin:40px auto;
	height:auto;
	float:left;
}

#social {
	width:25%;
	clear:right;
	float:right;
	height:auto;
	margin: 10px 0 0 0;
	text-align:right;
}

main {
	
	width:94%;
	margin: 1% auto 4% auto;
	padding:2%;
	clear:both;
	
}

#bottom {
	width:100%;
	max-width:1348px;
	background:#119DA4;
	text-align:center;
	clear:both;
	float:none;
}
#bottom-container-out {
	width:100%;
	border-top:#119DA4 25px solid;

}

#bottom-container-in {
	width:95%;
	margin: 0 auto;

}

}


@media (min-width: 1349px) {
	
	
	
}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}