@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/helvetica-neue-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/

/*********************
GENERAL STYLES
*********************/


html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}


body {
background: white;
font-family:Helvetica Neue, Arial, sans-serif;
}

header {
background: white;
padding: 2em 0;
}

footer {
background: #dddddd;
}


#logo {
	padding-left:1em;
}

/* <------ */

.tab-bar {
    background-image: url("../images/homeStripe.png") !important;
    background-position: right center;
	z-index:1;
}
/* <------ */
#introStripe{
	background:#00729c;
	height:auto;
}

#introp1 {
	font-size: 1.5em;
	line-height:1.5em;
	color:white;
	font-weight: bold;
	margin:2em 0;
}

#introp2 {
	font-size: 1em;
	line-height:1.5em;
	color:white;
	margin: 3.4em 0 1em 0;
}

.highheader {
	background-image: url("../images/topStripe.png");
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
	height: 3.75em;
}
.page-title {
	font-size:1.5em;
	font-family:Helvetica Neue Bold;
	color:white;
	margin-top: 12px;
	padding-left:0.6em;
}

.smallTitle {
	font-size:1em;
	font-family:Helvetica Neue Bold;
	color:#003152;
	margin: 12px 0;
}

.largeTitle {
	font-size:2.5em;
	font-family:Helvetica Neue Bold;
	color:#003152;
	margin: 25px 0 20px 0;
}

.newsTitle {
	font-size:2em;
	font-family:Helvetica Neue Bold;
	color:#003152;
	margin-top: -0.3em;
    width: 100%;
	float:left;
}

.newsPara {
	float:left;
	margin-top:1em;
	font-size: 0.8em;
}

.tbstripe {
	background: white;

}

#menu-main_menu {
	margin-top:1em;
	width:100%;
}

/*
.top-bar-section li.active a {
	color: #cf8b2d !important;
	border: 2px solid #cf8b2d;
	font-family:Helvetica Neue Bold;
	font-size: 1em;
}
*/


.top-bar-section li:not(.has-form) a:not(.button) {
	background: white !important;
}

.divider {
	background: transparent !important;
	width: 4px !important;
}

#menu-main_menu li a, #menu-main_menu-2 li a{
	color: #003152;
	font-family:Helvetica Neue Bold;
	font-size:1em;
	line-height:1.5em !important;
}

#menu-main_menu li a:hover, #menu-main_menu-2 li a:hover {
	color: #cf8b2d;
}

#menu-main_menu  li a {
	margin: 0 2px !important;
}

#menu-main_menu  li.active a {
	border: 2px solid #cf8b2d;
    border-radius: 3px;
    color: #cf8b2d !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
    margin-top: -2px !important;
    padding-right: 13px;
}

#menu-main_menu-2 {
	float:right;
	list-style-type:none;
	margin: 3em 0 !important;
}


.sub-nav li {
	margin: 0 -10px;
}

.sub-nav li a {
	font-size: 14px;
}

	
.top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
	background: #FFFFFF;
}

.servPara {
	font-size: 1em;
	margin:2em 0 1em 0;	
}
	
.servCapital {
	list-style-type:none;
}

.servCapital li {
	line-height:2em;
	margin-left:2em;
}

.aboutMenu {
	list-style-type: none;
	margin-left: 0;
    margin-top: 2.5em;
}

.aboutMenu li {
	border-top: 1px solid #e7e6e6;
	background-image: url("../images/arrowRblue.png");
	background-position: left 10px bottom -5px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:1em;
	height:2.5em;
	padding-top: 0.36em;
	-webkit-transition: background-position .3s; /* Safari */
    -webkit-transition-timing-function: ease-in-out; /* Safari */
    transition: background-position .3s;
    transition-timing-function: ease-in-out;
}

.aboutMenu li:hover {
	background-position: left 2% center;
}

.aboutMenu li:last-child {
		border-bottom: 1px solid #e7e6e6;
} 

.aboutMenu li a { 
	color: #00729c;
	font-family:Helvetica Neue Bold;
	font-size:1em;
}

.cont4 {
	padding-right:3em;
}

.cont8 {
	padding-left: 2em;
}

.contactP {
	font-size: 1em;
	margin:1.5em 0 3em 0;
	line-height:1.2em;
}


.copyright {
	font-size:12px;
	color: #363636;
	vertical-align:middle;
	margin:4.5em 0;
	padding-left:1em;
}

#newsSearchBtn {
	display:inline;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: black;
    left: 13em;
    top: -3.9em;
}

/*********************
homeSTyles
*********************/

.morePara {
	font-size:0.875em;
	line-height:1.5em;
	color:#363636;
	margin-top:12px;
	height:12em;
}

.conPara{
	margin:2.5em 0 1em 0;
	line-height:1.2em;
	font-size:1.5em;
}

/*********************
BREADCRUMBS
*********************/

#breadcrumbs{
    list-style:none;
    margin:1em 0.6em;
    overflow:hidden;
	float: right;
	background: none;
	color: white;
	border:none;
}

.breadcrumbs > * {
	font-size:12px;
} 
 
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right: -0.5em;
	color: white !important;
	border: none;
	text-transform: none !important;
}
  
.bread-home, .bread-home:hover{
	color:white !important;
	text-decoration:none !important;
}

#breadcrumbs .separator {
    color: #ccc;
    font-size: 12px;
    font-weight: 100;
    margin: 0 -16px 0 -9px;
}

.breadcrumbs > *::before {
	content: " " !important;
}


/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  /*
		This highlights links on iPhones/iPads.
		Similar to the :hover selector for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

  
.lblue {
	color: #00aeef;
}

.lblue2{
	color:#6dcff6;
}

.moreWhite{
	color:white;
	border:2px solid white;
	border-radius: 3px;
	padding: 0.2em 0.6em;
}

.moreWhite:hover{
	color:white;
	border:2px solid white;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.05);
	-webkit-transition: background .1s; /* Safari */
    -webkit-transition-timing-function: ease-in-out; /* Safari */
    transition: background .1s;
    transition-timing-function: ease-in-out;
}



.moreBlue {
	color:#00729c;
	border:2px solid #00729c;
	border-radius: 3px;
	padding: 0.2em 0.6em;
}

.moreBlue:hover{
	color:#00729c;
	border:2px solid #00729c;
	border-radius: 3px;
	background: rgba(116, 165, 188, 0.1);
	-webkit-transition: background .1s; /* Safari */
    -webkit-transition-timing-function: ease-in-out; /* Safari */
    transition: background .1s;
    transition-timing-function: ease-in-out;
}

.newsMore {
	background-image: url("../images/arrowRblue.png");
    background-position: right top 65%;
    background-repeat: no-repeat;
    float: right;
    padding-right: 1em;
	color:#00729c;
}

.catlink {
	border-bottom: 1px solid lightgray;
	background-image: url("../images/arrowRblue.png");
    background-position: left top 36%;
    background-repeat: no-repeat;
	margin-top: -1.4em;
    padding-bottom: 0.8em;
	padding-top:0.2em;
    padding-left: 1em;
	font-size:13px;
	color: #00729c;
	display:block;
	-webkit-transition: background-position .3s; /* Safari */
    -webkit-transition-timing-function: ease-in-out; /* Safari */
    transition: background-position .3s;
    transition-timing-function: ease-in-out;
}

.catlink:hover {
	background-position: left 2% top 36%;
}

.pagination li:first-child a {
	background-image: url("../images/arrowLblack.png");
    background-position: left top 60%;
    background-repeat: no-repeat;	
	padding-left: 1em;
	-webkit-transition: background-position .3s; /* Safari */
    -webkit-transition-timing-function: ease-in-out; /* Safari */
    transition: background-position .3s;
    transition-timing-function: ease-in-out;
}

.pagination li:last-child a {
	background-image: url("../images/arrowRblack.png");
    background-position: right top 60%;
    background-repeat: no-repeat;
	padding-right: 1em;
	-webkit-transition: background-position .3s; /* Safari */
    -webkit-transition-timing-function: ease-in-out; /* Safari */
    transition: background-position .3s;
    transition-timing-function: ease-in-out;
}

.pagination li:first-child a:hover{
	background:transparent;
	background-image: url("../images/arrowLblack.png");
	background-repeat: no-repeat;
	background-position: left -2% top 60%;
}

 .pagination li:last-child a:hover {
	background:transparent;
	background-image: url("../images/arrowRblack.png");
	background-repeat: no-repeat;
	background-position: right -2% top 60%;
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #575656;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  margin:1.2em 0;
  padding: 0.6em 0 0.9em;
  font-size:12px;
  }

.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Garamond", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #007095; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    color: #FFFFFF; }


/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }
.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }
.commentlist li.depth-3 {
  background: #dadada; }
.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }
.commentlist .comment-reply-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  float: right; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    background-color: #007095; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    color: #FFFFFF; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label, .respond-form form li small {
        display: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }
@media only screen and (min-width:40.0625em) {
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; } }

#sidebar-offcanvas .widgettitle {
  color: #fff; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }
  
  /*********************
IMAGE GALLERY STYLES
*********************/
[class*="gallery-columns-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="gallery-columns-"]:before, [class*="gallery-columns-"]:after {
    content: " ";
    display: table; }
  [class*="gallery-columns-"]:after {
    clear: both; }
  [class*="gallery-columns-"] > .gallery-item {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

.gallery-columns-1 > .gallery-item {
  width: 100%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-1 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-1 > .gallery-item:nth-of-type(1n+1) {
    clear: both; }

.gallery-columns-2 > .gallery-item {
  width: 50%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-2 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
    clear: both; }

.gallery-columns-3 > .gallery-item {
  width: 33.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-3 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
    clear: both; }

.gallery-columns-4 > .gallery-item {
  width: 25%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-4 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
    clear: both; }

.gallery-columns-5 > .gallery-item {
  width: 20%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-5 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
    clear: both; }

.gallery-columns-6 > .gallery-item {
  width: 16.66667%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-6 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
    clear: both; }

.gallery-columns-7 > .gallery-item {
  width: 14.28571%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-7 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-7 > .gallery-item:nth-of-type(7n+1) {
    clear: both; }

.gallery-columns-8 > .gallery-item {
  width: 12.5%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-8 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-8 > .gallery-item:nth-of-type(8n+1) {
    clear: both; }

.gallery-columns-9 > .gallery-item {
  width: 11.11111%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-9 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-9 > .gallery-item:nth-of-type(9n+1) {
    clear: both; }

.gallery-columns-10 > .gallery-item {
  width: 10%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-10 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-10 > .gallery-item:nth-of-type(10n+1) {
    clear: both; }

.gallery-columns-11 > .gallery-item {
  width: 9.09091%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-11 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-11 > .gallery-item:nth-of-type(11n+1) {
    clear: both; }

.gallery-columns-12 > .gallery-item {
  width: 8.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-12 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-12 > .gallery-item:nth-of-type(12n+1) {
    clear: both; }


/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*********************
PRINT STYLES
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }

/*********************
Screens
*********************/

@media screen and (max-width: 1024px) {
	
	.smallTitle {
	font-size:0.8em;
	margin-bottom:10px;	
	}
	.largeTitle {
	font-size:2em;
	margin-bottom:15px;
	}
	.aboutMenu li a {
	font-size:0.8em;
	}
	.morePara {
	font-size:0.7em;
    }
	
	.servCapital {
	font-size:0.8em;
	margin: 0 0 0 -1.5em;
	}
}



@media screen and (max-width: 640px) {
	#breadcrumbs {
	display:none;
	}
	
	.tab-bar {
	background-image:url("../images/homeStripe.png") !important;
	background-position:bottom 33% left 87%;
	}
	
	#introStripe{
	margin-top:-2em;
	}
	
	#introp1 {
	margin:3em 0 0 0;
	font-size: 1em;
	}
	
	#introp2 {
	margin-top:1em;
	font-size:0.8em;
	}
	
	header {
	padding: 0;
	}
	
	.smallTitle{
	font-size:0.6em;
	}
	
	.largeTitle {
	font-size:1.2em;
	}
	
	.sub-nav li a {
    font-size: 0.8em;
    color: #008CBA;
    text-decoration: none;
    list-style-type: none;
	}
	
	#menu-main_menu-3 {
	margin: 0.2em 1.2em;
	text-decoration: none;
    list-style-type: none;
	}
	
	#menu-main_menu-3 ul {
	list-style-type:none;
	}
	
    .morePara {
    height: 9em;
	font-size:0.6em;
    }
	.aboutMenu li a {
	font-size:0.6em;
	}
	
	.cont4 {
	padding-right: 0em;
	}
	
	.cont8 {
	padding-left: 1em;
	padding-right:2em;
	}
	
	.servCapital {
	font-size:0.6em;
	margin: 0 0 0 -1.5em;
	}
	
	.conPara {
	font-size: 1em;
	}
	
	.servPara, .aboutPara {
	font-size: 0.8em;	
	}
	
	.copyright {
	font-size:0.5em;
	margin: 2em;
    padding: 0 13em;
	}
}
	
}