/*
* Author: Vasterad
* Template: Centum
* URL: https://themeforest.net/user/Vasterad/
*/

/* =================================================================== */
/* Import Section
====================================================================== */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("fancybox.css");			/* FancyBox Styles */ 
.Q_offset{
	margin-left: -16px;	}
.Q_p_offset{margin-left: 16px;}

#welcome-msg {
    width: auto;
    height: auto;
    background-color: #FFF;
    padding: 25px;
    position: relative;
}
    
#welcome-msg h1 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

#welcome-msg p {
    font-size: 14px;
}

#welcome-msg .btn-link {
    margin-right:10px;
	margin-bottom:10px;
}

.call_bold_ital{
	font-style:italic;
	
	
	}
    
    


.stop-go-check  {
	float:left;
	width: 40px;
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}




/* =================================================================== */
/* Header
====================================================================== */
#header { min-height: 65px; }

#hbtitle {
	color:#002C77; 
	font-size:25px; 
	font-weight:lighter;
	line-height:27px;
	margin-top:8px;
	text-align:right;
}

#hbtitle h3 {
	color:#00a5df;
	font-size:25px;
	font-weight:lighter;
	line-height:27px;
	text-align:right; 
	
}

#hbtitle h3 span {
	color:#00afdb;
	font-size:15px;
	font-weight:lighter;
	text-align:right
}

.oedate {
	color:#00afdb;
	font-size:15px;
	font-weight:lighter;
	text-align:right;
}

/* custom font style
====================================================================== */
@font-face {
	font-family: 'Angelina';
	src: url('../fonts/fonts/Angelina.eot');
	src: local('Angelina'), url('../fonts/fonts/Angelina.woff') format('woff'), 
		url('../fonts/fonts/Angelina.ttf') format('truetype'),
		url('../fonts/fonts/Angelina.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Logo / Tagline
====================================*/
#logo { margin: 10px 0 10px 0; }

#logo a img { float: left; }

#tagline {
	border-left: 1px solid #e9e9e9;
	color: #888;
	float: left;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 20px;
}

#right_tagline h3 {
	color:#7cc04a; 
	font-size:25px; 
	font-weight:lighter;
	line-height:27px;
	margin-bottom:10px;
	margin-top:15px;
	text-align:right; 
}

.disclaimer {
	font-size: 90%;
	font-style: italic;
}

.legal {float:right;
 padding-right: 31px;	
}


/* Contact Details
====================================*/
#contact-details {
	display: block;
/*	float: right;
*/	margin-bottom:15px;
	margin-top: 0;
	text-align:right;
}

#contact-details ul {
	margin:0;
}
#contact-details li {
	/*border-left: 1px solid #e9e9e9;*/
	display: inline;
	font-size:13px;
	color:#6A747C;
	float:right;
}


#contact-details i {
	margin-right: 4px;
	width: 500px;
}
#contact-details a {color: #6A747C;}
#contact-details a:hover {color: #6A747C;}


/* Search Form
====================================*/
.search-form .search-text-box {
	background-color: #303030;
	background: url("../images/search-ico.png") 5% 50% no-repeat;
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 12px;
	padding: 18px 0;
	position: absolute;
	right:10px;
	width: 54px;
	transition: 0.4s width ease;
	transition-duration: 0.4s;
	transition-property: width;
	transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-property: width;
	transition-timing-function: ease;
			box-shadow:  none;
}

.search-form .search-text-box:focus {
	background-color: #303030;
	border: none;
	color: #fff;
	cursor: text;
	font-size: 12px;
	padding: 18px 18px 18px 58px;
	width: 150px;
}


/* Main Navigation
====================================*/
.selectnav {
	cursor: pointer;
	display: none;
	float: left;
	font-size: 14px;
	height: 37px;
	margin: 15px 0 20px 0;
	padding: 8px;
	width: 100%;
}

.navigation {
	background: #00a5df;
	display: block;
	float: left;
	margin: 0 0 15px 0;
	max-height: 60px;
	width: 100%;
}

. navigation navigation3 {
	background: #fdb022; 
	
}

.navigation ul,
.navigation li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

.navigation ul li {
	float:left;
	position:relative;
}

.navigation ul li a { 
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 14px 22px;
	text-decoration: none;
	line-height: 16px;
text-align: left;
height:30px;
}

.search-form {
	float: right; 
	margin-top:-143px;
}

.search-button {
	margin-top: 46px !important;
	display:inline-block;
	float:right;
	margin-left:5px;
}

.search-box {
	float: right; 
	display:inline-block;
}

.navigation ul li a:hover {
	background: #42c2e9;
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
    	-ms-transition: all 0.1s ease-in-out; 
	        transition: all 0.1s ease-in-out;
}
.navigation ul ul {
	background: #00a5df;
	color:#fff;
	display: none;
	left: 0;
	position: absolute;
	top: 51px;
	z-index: 999 !important;
}
.navigation ul ul li a { color: #fff; }

.navigation ul ul li a:hover { color: #fff; }

.navigation ul ul li a {
	background: none;
	border-bottom: 1px solid #b1dfee;
	display: block;
	font: normal 12px Arial, sans-serif;
	margin: 0;
	padding: 9px 10px;
	width: 182px;
	z-index:999;
}

.navigation ul ul ul {
	left:100%;
	position: absolute;
	top:0px;
	z-index: 999;
}
.navigation ul ul ul li a {
	background: none;
	border-bottom: 1px solid #404040 !important;
	border-top: 1px solid transparent;
	z-index:999;
}

.navigation ul ul li:last-child a,
.navigation ul ul li:last-child a:hover {
	border-bottom: 1px solid transparent
}
.navigation ul ul ul li:last-child a {
	border-bottom: 1px solid transparent !important
}
.navigation ul li:hover>ul {
	left:0;
	opacity: 1;
	position:absolute;
	top:99%;
}
.navigation ul ul li:hover>ul {
	left:100%;
	opacity: 1;
	position:absolute;
	top:0;
	z-index:497;
}
.navigation ul li:hover > a {	background: #636466; }
.navigation ul ul li:hover > a { color: #fff; }


/*LOA Button*/
a.btn-loa {
	display:inline-block;
	background:#00a5df;
	color:#fff;
	padding:1em;
	text-decoration:none;
	margin-top:.5em;
	margin-bottom:1em;
	
}
	


/* =================================================================== */
/* Flexslider
====================================================================== */

/* Browser Resets
====================================*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


/* Necessary Styles
====================================*/
.flexslider {margin: 0; padding: 0;}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {position: relative;  zoom: 1; z-index: 50;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Default Styles
====================================*/
.flexslider {
	background: #fff;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Direction Nav
====================================*/

.flex-direction-nav a {
	background-color: #000;
	background-color: #222;
	background: rgba(0, 0, 0, 0.65);
	bottom: 20px;
	cursor: pointer;
	display: block;
	float: none;
	height: 35px;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	width: 35px;
	*bottom: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

.flex-direction-nav .flex-next { background: url(../images/slider-control-right.png) no-repeat 52% 50%; }

.flex-direction-nav .flex-prev {
	margin-right: 36px;
	background: url(../images/slider-control-left.png) no-repeat 48% 50% ;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	background-color:#72b626;
	opacity: 1;
}

.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}


/* Control Nav
====================================*/
.flex-control-nav {
	bottom: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
}
	
.flex-control-nav li {
	display: inline-block;
	margin: 0 3px 0 0;
	zoom: 1;
	*display: inline;
}
	
.flex-control-paging li a {
	background: #c8c8c8;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}
	
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active { background: #505050; }
	
.flex-control-paging li a.flex-active { 	cursor: default; }


/* =================================================================== */
/* Icon Boxes
====================================================================== */
.icon-box-container {margin: 35px 0 15px 0; float:left;}
.icon-boxes-container {margin: 10px 0 -5px 0; float:left;}
.icon-box p, .icon-box h3 {margin-left: 45px;}
.icon-box h3 {line-height: 34px;}

.icon-box i {
	float: left;
	margin: -2px 0 50px 0;
}

/* =================================================================== */
/* Miscellaneous Styles
====================================================================== */
.ie-dropdown-fix { position: relative; z-index: 55;}


/* Images Overlay
====================================*/
.picture { position: relative; }
.picture img {width: 100%; height:auto }

.image-overlay-link,
.image-overlay-zoom {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #222;
	background: rgba(0, 0, 0, 0.7);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

.image-overlay-link { background-image: url(../images/overlay-icon-01.png); }

.image-overlay-zoom { background-image: url(../images/overlay-icon-02.png); }

/* Headline
====================================*/
.headline {
	background: url(../images/headline-bg.png) 0 50% repeat-x;
	display: block;
	margin: 30px 0 8px 0;
}

.no-margin {margin-top: 0;}
.low-margin {margin-top: 15px;}

.headline h3, .headline h4 {
	background-color: #fff;
	display: inline;
	padding: 0 10px 0 0;
}

/* Page Title
====================================*/
#page-title {
	display: block;
	margin: 0;
}

#page-title h2 {
	color: #00a5df;
font-size: 24px;
 padding: 0 0 15px 0px;
}

#page-title h5 {
font-size: 16px;
color: #00A5DF;
font-weight: bold;
}

#page-title p {margin-left: 0;}



#bolded-line {
	background: #72b626;
	display: block;
	height: 3px;
	margin-bottom: -2px;
	text-indent: -9999px;
	width: 100px;
}


/* =================================================================== */
/* Portfolio
====================================================================== */
.portfolio-item { margin: 5px 0 15px 0; }

/* Callouts 
====================================*/
.item-description {
	background-color:none;
	height:auto;
	margin-bottom: 10px;
	padding:0 15px 15px 15px;
}

.item-description.alt {
	background-color: none;
	height: 140px;
	margin-bottom:0;
} 
#alt2 {
	height:auto;
	padding-left:3px;
}

.item-description.alt img{
	padding: 10px 0 5px 0;
	width:100%;
}

.item-description.related {margin-bottom:0;}

.item-description h5 {
	color:#00a5df;
	font: lighter 16px/20px Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 4px 0;
	padding: 15px 0 4px 0;

}


.item-description h5 span {
	color: #888;
	display: block;
	font-weight: normal;
	margin-top: 3px;
}

.item-description a {
	text-decoration: none;
}

.item-description a:hover { color:##434343; }

.item-description p {
	color: #434343;
	margin-bottom: 0;
}

.item-description li { color: #434343; }

.item-description img { padding: 0 0 5px 0; }

.item-description-tools {
	background-color:none;
	height:auto;
	margin-bottom: 10px;
	padding:0 4px 10px 4px;
}

.item-description-tools h5 {
	color:#F7984E;
	font: lighter 16px/20px Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 4px 0;
	padding: 15px 0 4px 0;
	text-transform: uppercase;
}


/* Callouts 
====================================*/
.item-description-pink  {
	height: auto;
	margin: 0px 0 10px 0;
	padding:0 15px 15px 15px;

}

/* Callouts h5
====================================*/
.item-description-pink h5 {
	font:lighter 16px/20px Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 4px 0;
	padding: 15px 0 4px 0;
	text-transform: uppercase;
}


/* Callouts Spans
====================================*/
.item-description-pink h5 span {
	color: #888;
	display: block; 
	font-weight: normal;
	margin-top: 3px;
}





/* Home Page Callouts
====================================*/

.home-callout 	{
	padding: 10px 15px 15px 15px;
	height: 180px;
}

/* background and font color schemes*/

.title{
	color:#576064;
	font-size:20px;
}

.ltblue {background-color:#b1dfee;}
.ltgreen {background-color: #d4e3db;}
.olive {background-color: #e3e5d2; }
.brown {background-color: #efe7d0;}
.orange{background-color: #fdbd49;}


/* Filters
====================================*/
#filters {
	position: absolute;
	text-align: right;
	right: 0;
	display: block;
	margin: -55px 2px 0 0;
}

#filters ul li { display: inline; }

#filters a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	color: #888;
	background-color: #fff;
	margin: 0 5px 10px 0;
	box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}


/* Isotope Filtering
====================================*/

.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	   -moz-transition-duration: 0.8s;
	    -ms-transition-duration: 0.8s;
	        transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
       -moz-transition-property: height, width;
	    -ms-transition-property: height, width;
	        transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property:    -moz-transform, opacity;
	    -ms-transition-property:     -ms-transform, opacity;
	        transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	   -moz-transition-duration: 0s;
	    -ms-transition-duration: 0s;
	        transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	        transition: none;
}

/* =================================================================== */
/* Footer
====================================================================== */

#footer {
		background: #fff;
		width: 960px;
		color: #6a747c;
		margin: 0 auto 0;
	    padding: 5px 15px 0;	
	}


#footer a {
		color: #6a747c;
	 	text-decoration:underline;
	}

#footer a:hover {color: #6a747c;}

/* Footer Bottom
====================================*/
#footer-bottom {
	margin-top: 25px;
	margin-left:0;
	padding: 0 15px 10px 0;
}

#footer-bottom a {
	border-right: 1px solid #6A747C; padding-right:5px; padding-left:5px; font-size:12px;
}
#footer-bottom a:last-of-type {
	border-right:none;
}
#footer-bottom p {
	font-size:12px; padding-left:5px;
}



/* Back To Top
====================================*/
#scroll-top-top {
	position: absolute;
	right: 0;
	bottom: 25px;
}

#scroll-top-top a {
	background-color: #72b626;
	background: url(../images/scroll-top-top.png) 50% no-repeat;
	display: block;
	height: 35px;
	width: 35px;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

#scroll-top-top a:hover {background-color: #aaa;}


/* =================================================================== */
/* Contact
====================================================================== */


/* Contact Details
====================================*/
.contact-details li {
	margin: 0 0 15px 0;
}

.contact-details p {
	margin: -5px 0 0 20px;
	line-height: 18px;
}

.contact-details li i {
	float: left;
	margin: 2px 0 0 0;
}

/* Pagination
====================================*/
.pagination { margin-bottom: -10px; }

.pagination li {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	*float: left;
	background: #fff;
	color: #888;
	margin-right: 1px;
	box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	    -ms-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

.ie7 .pagination li {margin-right: 5px;}

li.current {
	background: #72b626;
	border: 1px solid #72b626;
	color: #fff;
}

/* Buttons
====================================*/
.mainpage-button { float:right; }
.learnmore-button {padding:0 20px 0 0;}


.btn-link {
   width:auto;
   dispay:inline-block;
   padding: 5px 15px 5px 15px;
   border-radius: 10px;
	}
   
.btn-link-text,
.btn-link-text:hover,
.btn-link-text:active,
.btn-link-text:focus,
.btn-link-text:visited{
	color: white;
   font:bold 14px/28px arial, helvetica, sans-serif;
   letter-spacing: 0;
   text-decoration: none;
   transition:none;
   vertical-align: middle;
}

.btn-link-text > span{
	font-size:110%;
}
/* Button Colors 
====================================*/

.blue-btn {background-color: #00a9cc}
.green-btn {background-color: #70a489}
.olive-btn {background-color: #a3a86b}
.brwn-btn {background-color: #cbb778}

.yellow-btn {
	background:#FDBD49;
	color:#333;
}

.buttons {float:right; margin-top:24px;}

/* Accordion
====================================*/
.acc-trigger {
	background: #f9fafb;
	border: 1px solid #9fa5ab;
	color: #6a747c;
	cursor: pointer;
	display: block;
	font:  normal 12px Arial, sans-serif;
	margin: 0px 0 10px 0;
	outline: none;
	width: 960px !important;
   box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
}


.acc-trigger a {
	background: url(../images/accordion-plus.png) no-repeat right 55%;
	color: #6a747c;
	display: block;
	font:  normal 16px Arial, sans-serif;
	outline: none;
	padding: 12px 40px 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.acc-trigger.active a {
	background: url(../images/accordion-minus.png) no-repeat right;
	cursor: default;
}

.acc-trigger a:hover,
.acc-trigger.active a {	
	color: #6a747c;
}

.acc-container .content {padding: 2px 10px 5px 10px;}

.acc-container { width:100%; }


.fake-acc{
color: #6a747c; 
padding: 12px 15px;
text-decoration: none;
text-transform: uppercase;
font: normal 16px Arial, sans-serif;
background: #f9fafb;
border: 1px solid #9fa5ab;
display: block;
margin-bottom: 10px;
}

a.fake-acc:link, a.fake-acc:visited, a.fake-acc:hover, a.fake-acc:active{
	text-decoration: none;
 color: #6a747c;
}


.content p {
	margin-bottom: 15px;
}
 .level-5{
	font-size:14px;
 	color:#00a5df; 
	 }
/*specific header and paragraph levels within accordions*/
 h2.level-2,
 h2.level-3 {
 	font-size: 16px;
color: #00A5DF;
font-weight: bold;
 }

h2.level-4 {
 	font-size:14px;
 	color:#333;
 }
 
 .level-2{
 	font-size: 16px;
	color: #00A5DF;
	font-weight: bold;
 }
 
 .bodyblue {
	 color: #00A5DF;
	font-weight: bold;
 }

 p.level-2,
 p.level-3 {

 }
 
 .cards {display:inline; padding-right:10px;}

 /* END specific header and paragraph levels within accordions*/


/* Tabs
====================================*/
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 34px;
	margin: 0 0 -1px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.tabs-nav li a {
	background-color: #fafafa;
	border-right: none;
	border: 1px solid #ddd;
	color: #888;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
}

.ie7 .tabs-nav li a {height: 35px;}

.tabs-nav li:first-child a {border-left: 1px solid #ddd;}
.tabs-nav li:last-child a {border-right: 1px solid #ddd;}

.tabs-nav li.active a {	color: #404040; font-weight: bold;}
.tabs-nav li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs-nav li i {opacity: 0.5; filter: alpha(opacity=50);}
				
.tabs-nav li a:hover  {background: #fff;}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
}
.tabs-container {
	border: 1px solid #ddd;
	line-height: 19px;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
    box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.tab-content {padding: 20px;}


/* Alert Boxes
====================================*/
.notification {
	font: normal 12px Arial, sans-serif;
	line-height: 18px;
	margin-bottom: 15px;
	padding: 14px 40px 14px 18px;
	position: relative;
    box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.notification p {margin: 0;}
.notification span {font-weight: bold;}

.notification.success {
	background-color: #EBF6E0;
	border: 1px solid #b3dc82;
	color: #5f9025;
}

.notification.error {
	background-color: #ffe9e9;
	border: 1px solid #fbc4c4;
	color: #de5959;
}

.notification.warning {
	background-color: #FBFADD;
	border: 1px solid #ded58a;
	color: #8f872e;
}

.notification.notice {
	background-color: #E9F7FE;
	border: 1px solid #b6d7e8;
	color: #5091b2;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
	display: block;
	height: 8px;
	padding: 0px 14px;
	position: absolute;
	right: 0;
	top: 20px;
	width: 8px;
}

.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}


/* Blockquote
====================================*/
blockquote {
	border-left: 4px solid #e7e7e7;
	color: #888;
	line-height: 20px;
	margin: 5px 0 20px 0;
	padding-left: 20px;
}

/* Social Icons
====================================*/

/* Header Icons */
.social-icons {
	margin: 0;
	float: left;
}

.social-icons.about {
	float: left;
	margin: 0 0 0 -5px;
}

.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
		
.social-icons li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 28px;
}
.social-icons_b li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.social-icons_b li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 56px;
}
.social-icons_b li:hover {background-position: 0 -38px;}

.social-icons li:hover {background-position: 0 -38px;}

/* Social Widget Icons */
#social a {
	background-position: 0 -38px;
	display: block;
	float: left;
	height: 28px;
	margin: 0 6px 6px 0;
	text-indent: -9999px;
	width: 28px;
}

#social a img {	border: none; }



/* Table
====================================*/
.center{
	
text-align:center;!important
	}
	
table.standard-table,
table.contacts-eap {
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	margin-bottom: 15px;
	width:100%;
    box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

table.standard-table th {
	background-color: #fdbd49;
	border-right: none;
	border: 1px solid #fff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
}



table.standard-table td:last-child { border-right: 1px solid #fff; }
table.standard-table th:last-child { border-right: 1px solid #fff; }

table.standard-table td {
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	border: #fff 1px solid;
	padding: 10px 15px;
	background:#ffe3bd;
}

table.standard-table tr.alt td {
background-color: #fdcf91;
}

table.standard-table td.blue { background:#004B8D; color:#fff; font-weight:bold;}


table.contacts-eap th {
	border-right: none;
	border: 1px solid #fff;
	color: #333;
	font-size: 14px;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
}

table.contacts-eap td {
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	border: #fff 1px solid;
	padding: 10px 0;
	vertical-align: top;
}

table.standard-table td.callout{
	padding:.75rem; 
	background-color:#42c2e9; 
	color:#fff;"
}




/* ============================ */

table.hapchart{
/*	border: 2px solid #666666;
*/	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}

table.hapchart tr{
}

table.hapchart td{
}

.tableheader1, .tableheader2{

	font-weight: bold;
	color: #fff;
}

.tableheader1{
	background-color: #00B3F0;
=	padding: 40px;
}

.tableheader2{

	background-color: #004b8d;
}

.tablebody1{
	background-color: #6DCFF6;
	color: #fff;
}

.tablebody2{
	border:1px solid #999;
}


.tablecontent{
	padding:25px 12px;
}

.vertspacer{
	padding: 0px;
	width: 10px;
}

.horizspacer{
	padding: 0px;
	height: 10px;
}

.circleblue1{
	background-image: url(../images/bluecircle1.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;

}

.circleblue2{
	background-image: url(../images/bluecircle2.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;

}

.circleblue3{
	background-image: url(../images/bluecircle3.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;

}

.twobluecolumns{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	width: 100%;
}

.twobluecolumns h2{

	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 20px;
}

.bluecolumns{
	padding:1rem;
	background-color: #b1dfee;
	width: 49%

}

/* ============================ */

/* Notice
====================================
.large-notice {
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 32px;
    box-shadow:  0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.large-notice h2 { margin-bottom: 10px; }

.large-notice p {
	font-size: 14px;
	color: #777;
}*/


/* List Styles
====================================*/
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
	line-height:20px;
	list-style: none;
	margin: 10px 0;
}
.bw { line-height:24px;}
.check_list li {background: url(../images/icons/list/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(../images/icons/list/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(../images/icons/list/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.arrow_list  li {background: url(../images/icons/list/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url(../images/icons/list/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url(../images/icons/list/list_circle.png) no-repeat 0% 9px; padding: 0 0 0 10px;line-height:24px;}


/* Glyphicons
====================================*/
.the-icons li {
	margin: 0 0 -15px -20px;
	padding: 0;
	line-height: 0;
}

.the-icons b {
	margin-top: 24px;
	position: absolute;
}


[class^="ico-"],
[class*="ico-"] {
	display: inline-block;
	width: 48px;
	height: 48px;
	*margin-right: .3em;
	line-height: 48px;
	vertical-align: text-top;
	background: url("../images/icons/glyphicons.png") 48px 48px no-repeat;
}

[class^="ico-"]:last-child,
[class*="ico-"]:last-child { *margin-left: 0; }

.ico-white {
	background-image: url("../images/icons/glyphicons-white.png");
	opacity: 1;
}

.share {background: url(../images/icons/social/email.png) no-repeat;}
.print {background: url(../images/icons/social/print.png) no-repeat;}
.printpage {background: url(../images/icons/social/printpage.png) no-repeat;}
.printsite {background: url(../images/icons/social/printsite.png) no-repeat;}

/* Glyphicons Mini
====================================*/
[class^="mini-ico-"],
[class*=" mini-ico-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background: url("../images/icons/glyphicons-mini.png") 14px 14px no-repeat;
  opacity: 1;
}

[class^="mini-ico-"]:last-child,
[class*=" mini-ico-"]:last-child { *margin-left: 0; }

.mini-white {
  background-image: url("../images/icons/glyphicons-mini-white.png");
  opacity: 1;
}




/* Tooltip
====================================*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #444;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #444;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #444;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
   border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 2px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
	 -moz-transition: opacity 0.15s linear;
	  -ms-transition: opacity 0.15s linear;
	   -o-transition: opacity 0.15s linear;
		  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* =================================================================== */
/* Media Queries
====================================================================== */

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) {

	.flexslider.home {min-height: 400px;}
	.mobile-search { display:none; visibility:hidden;}
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	.content p {width:auto;}

	.client-list img {
		width: 148px;
		height: auto;
	}
	
	#contact-details {
		float: right;
		text-align:right;
	}
	
/*	.comment-des { width:87%; }
*/	

	#footer { padding: 10px 0 0 0; 	}
	
	h3 {padding-top:20px;}
			
	.mobile-search { display:none; visibility:hidden;}
	
	
	#header {
    min-height: 145px;
}

	.navigation ul li a { padding: 14px 9px; }
	
/*	ol li ol.childlist .comment-des { width:86%; }
*/	
	#page-title {width: 100%;}
		
	#siteFeature.right #tabContainer {right:192px !important;}
	#siteFeature{ position: static !important;}
	
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

	.js #nav,
	.slide-caption,
	.search-form,
	#tagline,
	.social-icons,
	#scroll-top-top {
		 display: none;
	}


	#contact-details {
		float: right;
		text-align:right;
	}

	#footer {
		margin: 0 auto;
		padding: 15px 0 0 0;
		width: 100% !important;
	}

	h3 {padding-top:20px;}

	.js .selectnav { display: block; }
			
	.icon-box i { margin-left: -10px !important; }
	
	.item-description.related { margin-bottom: 30px; }
		
	.mobile-search { visibility:visible; display:block;}

	.navigation { float: none;
	background:none;}
	
	.social-icons.about {
		display: block;
		margin-bottom: 30px;
	}
	
	#page-title {width: 100%;}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.royalSlider,
	#siteFeature,
	table.standard-table {
		 display:none;
	}

	#contact-details {
		float: right;
		text-align:right;
	}	

/*	.comment-des { width:83%; }
*/	
	.client-list img {
		width: 139px;
		height: auto;
	}

	#footer-bottom {
		margin-top: -40px;
		padding: 0 21px 0 9px;
		font-size:11px;
	}
	
	h3 {padding-top:20px;}
		
/*	ol li ol.childlist .comment-des { width:77%; }
*/	
	ol, ul, li {width:300px;}
	
	#page-title {width: 100%;}
	
	table.standard-table td.blue { background:#004B8D; color:#fff; font-weight:bold;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {

	.royalSlider,
	#siteFeature,
	 table.standard-table{
		 display:none;
	}
		
	
	.acc-trigger { width:auto !important; }
	
	.acc-trigger a { 
		font-size: 13px; 
		padding:12px 21px 12px 15px;
	}
	
	.buttons {
		float:right; 
		margin-top:10px;
	}
	
	.circle_list li {
		list-style: none;
		margin: 5px 0;
		margin-left:-20px;
		width:285px;
	}

	#contact-details {
		float: left;
		text-align:left;
		margin-bottom: 0px;
	}

	#contact-details li {display: block;}
	
	.content p {width:300px;}


/*	.comment-des { width:78%; }
*/	
	#footer-bottom {
		margin-top: -8px;
		padding:20px 15px 0 15px;
		font-size:11px;
		text-align:left;
	}
	
	#header h3, span { text-align:left;}
	
	h3 { padding-top:20px;}
	
	#hbtitle {
		font-size:100%;
		text-align:left;
	}
	
	#iolite{ height: 170px;}
	
	.item-description {
		margin-bottom: 20px;
		padding:0 10px 10px 10px;
		background-color:#fff;
		margin-top:10px;
	}

	#logo {
		 margin-top: 12px;
		 margin-bottom: 0; }
		
	.mobile-search { display:none; visibility:hidden;}
	
	.oedate { 
		font-size:100%;
		line-height:15px;
		text-align:left;
	}
	
/*	ol li ol.childlist .comment-des { width:50%; }
*/

	#page-title {width: 100%;}

	#page-title h2 {
		font-weight: normal;
		padding: 0 0 8px 0;
		padding-left:0 !important;
		color: #00AFDB;
		font-size:20px !important; 
	}
	 h2.level-3 {
 	font-size:14px;
 	color:#00a5df;
	
	#page-title h6 {
		font-weight: normal;
		padding: 0 0 8px 0;
		padding-left:0 !important;
		color: #00AFDB!important; 
		font-size:15px !important; 
	}
	
	#page-title p { margin-left: 0px;}
	ol, ul, li { width:260px;}
	
	.respimg { width:300px;}
	
	
	#right_tagline h3 {
		color:#7cc04a; 
		font-weight:lighter;
		font-size:22px; 
		text-align:left; 
		line-height:27px;
		margin-top:0;
		padding-left:12px;
	}

	
	/*table.standard-table td.blue {
		background:#004B8D;
		color:#fff;
		font-weight:bold;
	}*/
	
	#twothirds_mobile { margin-left:0 !important;}
	
	ul.circle { margin-left:15px;}
		
	#welcome-msg img {
		width:278px;
		height:auto;
	}

	.home-callout.ltblue {
    	margin-bottom: 10px;
	}

	.home-callout.ltgreen {
    	height: 180px;
    	margin-bottom: 10px;
	}

	.home-callout.olive {
    	height: 260px;
    	margin-bottom: 10px;
	}

	.home-callout.ltpink {
    	height: 160px;
    	margin-bottom: 10px;
	}

	.ltpink img { margin-top:-25px;}


	.home-callout.ltaqua {
    	height: 160px;
    	margin-bottom: 10px;
	}

	.home-callout.ltorange {
    	height: 160px;
    	margin-bottom: 10px;
	}
	.btn-link-text,
.btn-link-text:hover,
.btn-link-text:active,
.btn-link-text:focus,
.btn-link-text:visited{
	color: white;
   font:bold 13px/28px arial, helvetica, sans-serif;
   letter-spacing: 0;
   text-decoration: none;
   transition:none;
   vertical-align: middle;
}
}
