@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700");
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------

:: GENERAL STYLES
:: LAYOUT & GRID STYLES
:: TYPOGRAPHY
:: HEADER STYLES
:: NAVIGATION STYLES
:: OFF CANVAS PUSH MENU
:: POSTS & CONTENT STYLE
:: PAGE NAVI STYLES
:: COMMENT STYLES
:: COMMENT FORM STYLES
:: PLUGIN STYLES
:: SIDEBARS & ASIDES
:: FOOTER STYLES
:: VISUAL EDITOR STYLES
:: PLUGIN STYLES
:: DEFAULT PAGE
:: PARTS
:: HOME PAGE
:: TIMELINE
:: CONTACT PAGE

:: MEDIA QUERIES IOS (max-width : 1024px)
:: MEDIA QUERIES - SMALL (max-width: 40.063em)
:: MEDIA QUERIES - MEDIUM (min-width: 40.063em) 
:: MEDIA QUERIES - LARGE (min-width: 64.063em)
*/
/*********************
GENERAL STYLES
*********************/
hr {
  border-bottom: 5px solid #dcecf9;
  margin-top: 3em;
  margin-left: 0;
  margin-right: 0;
  max-width: 90rem;
}
body {
  background-color: #f8f8f8;
}
/*********************
LAYOUT & GRID STYLES
*********************/
.grid-x, .top-bar {
  max-width: 79rem;
  margin-right: auto;
  margin-left: auto;
}
.content {
  margin-bottom: 3em;
}
/*********************
TYPOGRAPHY
*********************/
h1, h2, h3, h4, h5, p, li {
  color: #404040;
  /*font-family: 'Raleway', sans-serif;
    font-family: 'Open Sans', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
}
h1 {}
h2 {}
h3 {}
h4 {}
p {
  font-size: 15px;
  line-height: 1.8;
}
ul li, ul ol {
  font-size: 15px;
}
/*********************
HEADER STYLES
*********************/
.contact-bar {
  background-color: #495e67;
  text-align: right;
  color: #fff;
  padding: 5px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
}
ul.contact {
  margin-bottom: 5px;
}
ul.contact li {
  display: inline-block;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: #3a3858;
  border-radius: 4px;
}
ul.contact li a {
  color: #fff;
  font-size: 13px;
}
ul.contact li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.contact-icons {
  width: 27px;
  padding-right: 5px;
}
.logo {
  max-width: 270px;
}
/*********************
NAVIGATION STYLES
*********************/

#top-bar-menu {
    padding-left: 0;
    padding-right: 0;
    
}

.top-bar {
  padding-top: 2em;
  padding-bottom: 2em;
    
}
.top-bar, .top-bar ul {
  background-color: transparent;
}
.top-bar ul li a {
  border: 0.5px solid #cecece;
  margin-left: 10px;
  border-radius: 3px;
}
.top-bar, .top-bar ul li a {
  color: #404040;
  font-size: 12px;
  font-weight: bold;
}
.top-bar .top-bar-left {
  max-width: 30em;
}
.top-bar .top-bar-right {
  /*min-width: 50em;*/
}
.menu .active > a {
  background-color: #3a3858;
}
/*********************
OFF CANVAS PUSH MENU
*********************/
.top-bar .top-bar-left {
  max-width: 22em;
}
.off-canvas li a {
	    color:#f8f8f8;
  font-size: 17px;
}
.off-canvas {
    background-color: #495e67;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}
.byline {
  color: #999;
}
.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"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background-color: #14679e;
  color: #fefefe;
}
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}
/*********************
COMMENT STYLES
*********************/
/*********************
COMMENT FORM STYLES
*********************/
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
.sidebar img {
  padding-left: 0px;
  margin-bottom: 20px;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: -8px 0 7px;
}
/*********************
FOOTER STYLES
*********************/
.established {
  background-color: #5d7c8e;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 3px solid #dcecf9;
}
.established .logo-bg {
  max-width: 100px;
}
.established h3 {
  color: #FFF;
  font-size: 21px;
}
.established-graphic {
  max-width: 280px;
  float: right;
}
.footer {
  background-color: #495e67;
  clear: both;
  border-top: 0.5px solid #f8f8f8;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 0;
}
.footer .logo {
  width: 200px;
  margin-top: 10px;
}
.footer p {
  color: #f1f1f1;
  font-size: 13px;
}
.footer h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
}
.footer .quick-links {
  margin-left: 0;
}
.footer .quick-links ul li {
  display: block;
  width: 100%;
}
.footer .quick-links ul li a {
  font-size: 13px;
  color: #fff;
  padding: .4rem 0rem;
}
.footer .quick-links .menu .active > a {
  background: none;
}
ul.footer-list {
  margin-bottom: 0;
  margin-left: 0;
  /*text-align: right;*/
  float: left;
}
ul.footer-list li {
  /*display: inline-block;*/
  /*padding-bottom: 10px;*/
  list-style: none;
}
ul.footer-list li a {
  color: #FFF;
  font-size: 15px;
}
.footer-list-icons {
  width: 27px;
  padding-right: 5px;
}
.footer h4 {
  color: #fff;
  /*border-bottom: 1px solid #7d9297; */
}
.footer .quick-links ul {
  margin-left: 0;
    float: left;
}
.footer .quick-links li {
  color: #fff;
  list-style: none;
}
.creds hr {
  border-bottom: 1px solid #59737a;
  /*margin: 0rem auto;*/
}
p.copyright {
  color: #fff;
  /*text-align: center;*/
  /*margin-top: 30px;*/
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
/*********************
DEFAULT
*********************/
.hero {
  margin-bottom: 4em;
}
.page-id-6 .hero {
  margin-bottom: 0;
}
.hero .flexibleImg {
  width: 100%;
}
.hero-intro {
  margin-right: 0;
}
.hero-single-title {
  position: relative;
}
.hero-single-title {
  /*background-color: rgba(255, 255, 255, 0.9);*/
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
  background-image: url("../images/angle.png");
  background-repeat: no-repeat;
  background-position: right;
}
.hero-single-title h1 {
  color: #f8f8f8;
  font-size: 25px;
  font-weight: 400;
  margin: 7px;
}
.icon {
  width: 40px;
  height: 40px;
}
.padding-L {
  padding-left: 40px;
}
/*********************
PARTS
*********************/
.features2 {
  padding-top: 3em;
  padding-bottom: 2em;
  margin-bottom: 3em;
  background-color: #cccccc;
}
.features2 h1, .features2 h2 {
  /*color: #CCC;*/
  font-size: 18px;
  margin-bottom: 20px;
}
.features {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 3em;
  background-color: #495e67;
  border-top: 1px solid #58757f;
}
.features h1, .features h2 {
  color: #CCC;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #58757f;
}
.features p {
  color: #CCC;
  font-size: 14px;
}
.features img {
  margin-bottom: 20px;
}
/*********************
HOME PAGE
*********************/
.hero {
  position: relative;
}
/*.hero-intro {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hero-intro h2 {
  font-size: 31px;
  font-weight: 700;
  margin: 20px;
}
.home-intro {
  background-color: #32304c;
  padding: 2em;
}*/
.hero-intro {
  position: absolute;
  max-width: 580px;
  margin-top: -60px;
}
.hero-intro h1 {
  color: #ccc;
  font-size: 29px;
  font-weight: 400;
  /*background-color: #495e67;
    background: rgba(255,255,255,0.9);*/
  background-image: url("../images/angle.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}
.home-intro h3 {
  font-size: 19px;
  color: #cccccc;
}
.thumbnails h5 {
  font-size: 17px;
  background-color: #495e67;
  border-top: 1px solid #58757f;
  padding: 10px;
  margin-bottom: 20px;
}
.thumbnails h5 a {
  color: #FFF;
}
/*********************
TIMELINE
*********************/
.timeline {
  margin-top: 3em;
  margin-left: 0;
  max-width: 80%;
  font-size: 15px;
  /*font-family: 'Montserrat', sans-serif;*/
}
.timeline li, .timeline ol li {
  list-style: none;
}
.timeline ol, .timeline ol ol {
  margin: 0;
  padding: 0;
}
.timeline ol li {
  padding: 0 0 0 50px;
  margin: 0 0 0 50px;
}
.timeline li div.entry {
  padding: 20px;
  margin: 0;
  border-style: none;
}
.timeline ol li {
  background-image: url(../images/timeline.png);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.year {
  display: block;
  position: relative;
  width: 75px;
  font-size: 1.2em;
  right: 125px;
  top: 43px;
  color: #0C4EA2;
}
.timeline strong {
  display: block;
}
p:empty {
  display: none;
}
/*********************
CONTACT PAGE
*********************/
.contact-thumb {
  margin-bottom: 20px;
}
/*********************
MEDIA QUERIES
*********************/
/* Small only */
@media screen and (max-width: 39.9375em) {
  .contact span {
    display: none;
  }
    
    #top-bar-menu {
    padding-left: 8px;
    padding-right: 8px;
    
}
    .menu-button {float:right;}
  .logo {
    max-width: 220px;
  }
  .top-bar .top-bar-right {
    max-width: 21%
  }
  .hero {
    margin-bottom: 1em;
  }
  .cell .hero-intro {
    position: relative;
    background-color: #495e67;
    max-width: 100%;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0;
  }
  .hero-intro h1 {
    font-size: 18px;
    position: relative;
    background-color: #495e67;
    background-image: none;
  }
  .padding-L, .sidebar img {
    padding-left: 0;
  }
  .hero-page-title h1 {}
  h2 {
    font-size: 24px;
  }
  p, ul li {
    font-size: 13px;
  }
  .hero-single-title {
    text-align: center;
    left: 0%;
    top: 30%;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-image: none;
    padding-right: 0;
  }
  .hero-single-title h1 {
    font-size: 26px;
    background-color: rgba(73, 94, 103, 0.8);
    padding: 5px;
  }
  .established {
    text-align: center;
  }
  .established img {
    float: none;
  }
  .established h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .footer .quick-links {
    margin-left: 10px;
  }
  .timeline {
    font-size: 13px;
    max-width: 100%;
    margin-top: 0;
    margin-left: 10px;
  }
    .page-id-17 .hero-single-title {    
       margin-left: 25%;
        
    }
}
/* Medium and up */
@media screen and (min-width: 40em) {}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  
	   #top-bar-menu {
    padding-left: 8px;
    padding-right: 8px;
    
}
	.hero-single-title h1 {
    font-size: 19px;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}