/* 
* Amazium V3.3.0
* Copyright 2013, Mike Ballan
* www.amazium.co.uk
*/
/***** Example us only - Delete when done..! *****/
.red1-bg {
  background-color: #990000;
}
.red2-bg {
  background-color: #CC0000;
}
.red3-bg {
  background-color: #981B1E !important;
}
.blue1-bg {
  background-color: #B3C4D4
}
.blue2-bg {
  background-color: #045072;
}
.blue3-bg {
  background-color: #034A68;
}
.blue4-bg {
  background-color: #052535;
}
.blue5-bg {
  background-color: #0d4051
}
.white-bg {
  background-color: #f8f8f8;
}
.green-bg {
  background-color: #1A7B24;
}
.black-bg {
  background-color: #000000;
}
.red1-tx {
  color: #990000;
}
.red2-tx {
  color: #CC0000;
}
.red3-tx {
  color: #981B1E;
}
.blue1-tx {
  color: #B3C4D4
}
.blue2-tx {
  color: #8099B3
}
.blue3-tx {
  color: #041E2B
}
.blue4-tx {
  color: #034A68
}
.white-tx {
  color: #FFFFFF;
}
.green-tx {
  color: #1A7B24;
}
.pad-b25 {
  padding-bottom: 25px;
}
.line-height: {
  line-height: 55px !important;
}
.dot-border {
  border-right: 1px dotted #687E99;
}
.dark-border {
  border-top: 10px solid #041E2B;
}
.dark-border-tb {
  border-top: 10px solid #045072;
  border-bottom: 10px solid #041E2B;
}
.dark-border-b {
  border-bottom: 10px solid #041E2B;
}
.dark-border-pic {
  border: 1px solid #041E2B;
}
.lightblue-border {
  border-top: 10px solid #034A68;
}
.large-tx {
  font-weight: 700;
}
.center {
  margin: 0 auto;
}
.btn-green {
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
.btn-green a {
  font-family: 'Bitter', serif;
  font-size: 16px;
  font-weight: 400;
  color: #F7F7F7;
  text-decoration: none;
  padding: 8px 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  border-radius: 2px 2px 2px 2px;
  background-color: #187522 !important;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #20972C 0%, #187522 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #20972C 0%, #187522 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #20972C 0%, #187522 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #20972C), color-stop(1, #187522));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #20972C 0%, #187522 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #20972C 0%, #187522 100%);
}
.btn-green :hover {
  -webkit-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
}
.buttons li {
  display: inline-block;
  margin-right: 26px;
}
.last-child {
  margin-right: 0px !important;
}
.d-line {
  background-image: url(../images/d_line.png);
  background-repeat: repeat;
  background-position: center center;
}
.box-wrap {
  width: 100%;
  height: auto;
}
.box {
  border: 1px solid #CDCED0;
  margin-bottom: 25px;
  padding: 20px;
}
.date-posted {
  font-family: 'Bitter', serif;
  font-size: 16px;
  font-weight: 400;
  float: right;
}
.box-clients {
  margin-bottom: 25px;
  padding: 20px;
  font-family: 'Bitter', serif;
  font-size: 40px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #042530;
}
.get-to-work {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 26px;
  font-size: 18px;
  color: #041E2B;
  text-align: center;
}
.get-to-work a {
  color: #041E2B;
  text-decoration: underline;
}
.get-to-work a:hover {
  color: #1A7B24;
  text-decoration: underline;
}
.content-box {
  border: 1px solid #CDCED0;
  margin-bottom: 25px;
  padding: 10px 20px 20px;
}
.content-box-title {
  color: #FFFFFF;
  font-family: 'Bitter', serif;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  padding: 10px 15px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}
body {
  margin: 0;
  background-color: #F1F1F1;
}
.grid-highlight {
  margin-bottom: 5px;
}
.grid-highlight [class^="grid_"] {
  line-height: 30px;
  text-align: center;
  background-color: #FFF;
}
/***** Screen 1200px+ *****/
header {
  padding-top: 25px;
  width: 100%;
  background-color: #f8f8f8;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
}
.top-head-1 {
	display: block;
}
.top-head-2 {
	display: none;
}
.mainnavwrap {
	width: 100%;
	height: auto;
	background: #034A68; /* Old browsers */
}
.topicons {
  position: relative;
  background-image: url(../images/icons/billpay.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 60px;
  height: 42px;
}
.topicons a {
  position: relative;
  background-image: url(../images/icons/billpay.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 60px;
  height: 42px;
}
.banner {
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-weight: 400;
}
.banner span {
  font-size: 37px;
  font-weight: 700;
  line-height: 36px;
}
.breakwater li {
  margin-bottom: 25px;
  list-style: outside;
  list-style-type: disc;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
  *zoom: 1
}
.grid-testimonials {
  border: 10px solid #046792;
  padding: 20px 20px 40px;
  position: relative;
  background-color: #f8f8f8;
  background: url(../images/paper.jpg);
  background-repeat: repeat;
  background-position: center center;
}
.grid-testimonials p {
  line-height: 28px;
  margin: 0
}
.grid-testimonials-citation {
  color: #1A7B24;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 45px;
  text-transform: uppercase;
  text-align: center
}
.grid-testimonials .quote-arrow {
  background: #042530;
  border-right: 10px solid #046792;
  border-bottom: 10px solid #046792;
  content: '';
  display: block;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*
##########################################
THIS IS THE MEAT OF THE EMPLOYEE GALLERY
##########################################

*/
.selectedMember > img {
  border-color: #981B1E;
}
.selectedMember a > img {
  border-color: #981B1E;
}
#staffDirectory ul li {
  opacity: 0.9;
}
#staffDirectory li:hover {
  opacity: 1;
}
.selectedMember {
  opacity: 1.0 !important;
}
.staffSelected {
  display: inherit;
}
#staffMember li:not(.staffSelected) {
  display: none;
}
#staffMember li {
  display: none;
}
#staffMember li.staffSelected {
  display: inherit;
}
.team li {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  margin-right: 8%;
  width: 28%;
  cursor: pointer;
}
.headshots {
  border: 5px solid #034A68;
}
.headshots:hover {
  border: 5px solid #981B1E;
}
.headshots:active {
  border: 5px solid #981B1E;
}
.headshots-red {
  border: 5px solid #981B1E;
  margin-bottom: 25px;
  height: auto;
  width: 98%;
}
.list-image li:nth-child(3) {
  margin-right: 0;
}
.list-image li:nth-child(6) {
  margin-right: 0;
}
.list-image li:nth-child(9) {
  margin-right: 0;
}
.list-image li:nth-child(12) {
  margin-right: 0;
}
.list-image li:nth-child(15) {
  margin-right: 0;
}
@media screen and (min-width: 50em) {
  .grid-testimonials li {
    margin-right: 5%;
    width: 30%
  }
  .grid-testimonials li:nth-child(3n) {
    margin-right: 0
  }
}
footer {
  background-image: url(../images/lakefooter_dark.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #041e2b;
  width: 100%;
  height: auto;
}
footer a {
  color: #FFFFFF;
  text-decoration: none !important;
}
footer a:hover {
  color: #990000;
  text-decoration: none !important;
}
.footerlogo {
  margin: 0 auto;
}
#footer {
  color: #ffffff;
}
/*#footer  a{
	color:#ffffff;
}*/
h6.foot {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 400;
}
h6.foot a {
  color: #FFFFFF;
}
h6.foot a:hover {
  color: #990000;
}
#footer p {
  color: #FFFFFF;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Bitter', sans-serif;
}
#footer p a {
  color: #FFFFFF;
}
#footer p a:hover {
  color: #FFF200;
}
#ggreen {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
}
#footer a:hover {
  /*	color:#75AB60;*/
}
#footer strong {
  /*	color:#d7d7d7;*/
}
.fdivider {
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: url(../images/link-list-footer.png) repeat-x bottom left;
}
.social {
  float: right;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.social li {
  display: inline-block;
  margin-right: 10px;
}
/* ---- footer contact --- */
ul.link-list li {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
}
ul.footer_contact {
  float: left;
  width: 100%;
  list-style: none;
}
ul.footer_contact li {
  margin: 0px !important;
  padding: 0px !important;
}
ul.footer-list li {
  background: url(../images/bluedivider.png) repeat-x bottom left;
}
.max-img-logo-header {
	width: 100%;
  	height: auto;
  	min-width: 300px;
  	max-width: 540px;
}

.max-img-logo {
  	width: 100%;
  	height: auto;
  	max-width: 540px;
  	/* max-width:180px; */
}

.max-img-logo-footer {
  	width: 100%;
  	height: auto;
  	max-width: 270px;
  	/* max-width:180px; */
}

.subfooter {
  width: 100%;
  background: #052535;
  border-top: 10px solid #041E2B;
  padding: 10px 0px 10px 0px;
}
.subfooter a {
  color: #FFFFFF;
  text-decoration: none !important;
}
.subfooter a:hover {
  color: #990000;
  text-decoration: none !important;
}
.copyright {
  color: #f8f8f8;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Bitter', sans-serif;
  line-height: 33px;
}
.copyright a {
  color: #f8f8f8;
  text-decoration: none;
}
.copyright a:hover {
  color: #fff200;
  text-decoration: none;
}
/***** Screen Smaller than 1199px *****/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .banner span {
    font-size: 28px;
  }
	
  .top-head-1 {
    display: block;
  }
	
  .top-head-2 {
	  display: none;
  }
	
  .team li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 8%;
    width: 28%;
  }
  .list-image li:nth-child(2) {
    margin-right: none;
  }
  .list-image li:nth-child(3) {
    margin-right: 0;
  }
  .list-image li:nth-child(4) {
    margin-right: none;
  }
  .list-image li:nth-child(5) {
    margin-right: none;
  }
  .list-image li:nth-child(6) {
    margin-right: 0;
  }
  .list-image li:nth-child(7) {
    margin-right: none;
  }
  .list-image li:nth-child(8) {
    margin-right: none;
  }
  .list-image li:nth-child(9) {
    margin-right: none;
  }
  .list-image li:nth-child(10) {
    margin-right: none;
  }
  .list-image li:nth-child(11) {
    margin-right: none;
  }
  .list-image li:nth-child(12) {
    margin-right: 0;
  }
  .list-image li:nth-child(13) {
    margin-right: none;
  }
  .list-image li:nth-child(14) {
    margin-right: none;
  }
  .list-image li:nth-child(15) {
    margin-right: 0;
  }
}
/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .banner span {
    font-size: 24px;
  }
	
  .top-head-1 {
	  display: none;
  }
  .top-head-2 {
	  display: block;
  }
  .team li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 8%;
    width: 46%;
  }
  .list-image li:nth-child(2) {
    margin-right: 0px;
  }
  .list-image li:nth-child(3) {
    margin-right: 8%;
  }
  .list-image li:nth-child(4) {
    margin-right: 0px;
  }
  .list-image li:nth-child(5) {
    margin-right: none;
  }
  .list-image li:nth-child(6) {
    margin-right: 0;
  }
  .list-image li:nth-child(7) {
    margin-right: none;
  }
  .list-image li:nth-child(8) {
    margin-right: 0;
  }
  .list-image li:nth-child(9) {
    margin-right: 8%;
  }
  .list-image li:nth-child(10) {
    margin-right: 0;
  }
  .list-image li:nth-child(11) {
    margin-right: none;
  }
  .list-image li:nth-child(12) {
    margin-right: 0;
  }
  .list-image li:nth-child(13) {
    margin-right: none;
  }
  .list-image li:nth-child(14) {
    margin-right: 0;
  }
  .list-image li:nth-child(15) {
    margin-right: none;
  }
}
/***** Mobile (portrait 300px) *****/
@media only screen and (max-width: 767px) {
  .top-head-1 {
	  display: none;
  }
  .top-head-2 {
	  display: block;
  }
  .social {
    float: none !important;
    text-align: center;
  }
  .dot-border {
    border-right: none !important
  }
}
.date-posted {
  font-family: 'Bitter', serif;
  font-size: 16px;
  font-weight: 400;
  float: right;
}
/***** Mobile (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .team li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 8%;
    width: 28%;
  }
  .list-image li:nth-child(2) {
    margin-right: none;
  }
  .list-image li:nth-child(3) {
    margin-right: 0px;
  }
  .list-image li:nth-child(4) {
    margin-right: none;
  }
  .list-image li:nth-child(5) {
    margin-right: none;
  }
  .list-image li:nth-child(6) {
    margin-right: 0;
  }
  .list-image li:nth-child(7) {
    margin-right: none;
  }
  .list-image li:nth-child(8) {
    margin-right: none;
  }
  .list-image li:nth-child(9) {
    margin-right: 0px;
  }
  .list-image li:nth-child(10) {
    margin-right: none;
  }
  .list-image li:nth-child(11) {
    margin-right: none;
  }
  .list-image li:nth-child(12) {
    margin-right: 0px;
  }
  .list-image li:nth-child(13) {
    margin-right: none;
  }
  .list-image li:nth-child(14) {
    margin-right: none;
  }
  .list-image li:nth-child(15) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .date-posted {
    font-family: 'Bitter', serif;
    font-size: 16px;
    font-weight: 400;
    float: none;
  }
  .team li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 8%;
    width: 46%;
  }
  .list-image li:nth-child(2) {
    margin-right: 0px;
  }
  .list-image li:nth-child(3) {
    margin-right: 8%;
  }
  .list-image li:nth-child(4) {
    margin-right: 0px;
  }
  .list-image li:nth-child(5) {
    margin-right: none;
  }
  .list-image li:nth-child(6) {
    margin-right: 0;
  }
  .list-image li:nth-child(7) {
    margin-right: none;
  }
  .list-image li:nth-child(8) {
    margin-right: 0;
  }
  .list-image li:nth-child(9) {
    margin-right: 8%;
  }
  .list-image li:nth-child(10) {
    margin-right: 0;
  }
  .list-image li:nth-child(11) {
    margin-right: none;
  }
  .list-image li:nth-child(12) {
    margin-right: 0;
  }
  .list-image li:nth-child(13) {
    margin-right: none;
  }
  .list-image li:nth-child(14) {
    margin-right: 0;
  }
  .list-image li:nth-child(15) {
    margin-right: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .banner span {
    font-size: 32px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  .box-clients {
    font-size: 28px;
  }
}