/*  styles.css */

/* set the foundation row width */
.row {
  max-width: 1200px !important;
}

body {
  font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
  font-size: 16px;
  color: #111;
}
p {
  line-height: 1.4;
}
ul {
  margin-left: 2.5em;
}

.center {
  display: block;
  margin: 0 auto;
}

.spacer {
  margin-top: 20px;
}
.nomargin {
	margin 0;
}
.pad-bottom-medium {
  padding-bottom: 40px;
}

.indented {
  margin-left: 50px;
}

.shadow {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #CCCCCC;
  box-shadow: 4px 4px 4px rgba(9,9,9,0.3);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* any heading specific styles here */

h1 {
  color: #4A1914;
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h3.tagline {
  color: #BF5B1F;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h4 {
	font-size: 1.2em;
	margin-top: 1em;
	font-weight: bold;
}
h5 {
  font-size: 1.25em;
  font-weight: bold;
}

.values h3 {
  color: #BF5B1F;
}
.values {
  margin-left: 50px;
}

#newsletters td {
  vertical-align: top;
}

dl dt {
  font-weight: normal;
}
small {
  font-size: 90%;
}

.greenbg {
	color: #fff;
	background-color: #8A9B3B;
	padding: 0 0 5px 7px;
	margin: 0;
}
.orangebg {
	color: #fff;
	background-color: #BF5B1F;
	padding: 0 0 5px 7px;
	margin: 0 0 15px 0;
}
h3.greenbg, h3.orangebg {
  padding-top: 5px;
}
.gcibg {
/*	background:url(../images/webdesign/gci-logo-bg.jpg) 50% 50% no-repeat;   */
	background-size:contain;
	min-height:190px;
}

div#pdf-links {
	margin-top: 20px;
	font-size: 85%;
}

div#pdf-links ul {
	list-style-type: none;
	margin-left: 0;
}

div#pdf-links img {
	margin-right: 7px;
	margin-bottom: 7px;
}




.vwfade {
  position: relative;
}

.vwfade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#slideshow-wrapper {
	margin-bottom: 25px;
}

.service-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.service-row img {
  margin-top: 20px;
  margin-bottom: 10px;
}
.service-row p {
  font-size: 0.9em;
}
.service-row h3 {
  font-size: 1.2em;
}

div.news {
  margin-bottom: 50px;
}
div.news h3 {
  font-size: 1.3em;
}
div.news p {
  font-size: 0.95em;
}

.serviceslist {
	font-size: 125%;
}
.serviceslist-sm, .newsletterlist {
	font-size: 85%;
}
.serviceslist-sm ul, .newsletterlist ul {
	padding: 12px 0 12px 12px;
}
.serviceslist-sm ul {
	margin-left: 5px;
}

a, a:link, a:visited {
  color: #BF5B1F;
  text-decoration: none;
}
a:hover {
  color: #509DB7;
}
a {
   outline: none;
}
a.backtop {
  font-style: italic;
  color: #999;
}

img {
  border:none;
  outline:0;
}
.img100 {
  width: 100%;
}

.image-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.image-inline {
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-border {
  padding: 6px;
  border: 1px #ddd solid;
  box-shadow: 3px 3px 10px 0px rgba(3,3,3,0.2);
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header-wrapper {
  margin-bottom: 0px;
  background-color: #fff;
}
#header-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header-right {
  padding-top: 20px;
}

#mainmenu-wrapper {
  margin-bottom: 0px;
  background-color: #BF5B1F;
}
div.mainmenu {
	padding: 5px;
	font-size: 100%;
}
#p7PM3_1 {
  background-color: #BF5B1F;
}
.icon-down:before {
  content: "\25BE";
}

.info-top {
	display: block;
	float: right;
	margin-top: 10px;
}
.info-top li {
	float: left;
	list-style-type: none;
	margin-left: 1px;
	padding: 3px 8px;
	line-height: 35px;
}
.info-top li a {
	color:#008495;
	font-weight:bold;
}
.info-top li a:hover {
  color: #BF5B1F;
}
.info-top li img {
	float: left;
	margin-right: 10px;
  filter: saturate(5%);
}
.info-top li img:hover {
  filter: saturate(100%);
  filter: brightness(110%);
}

#main-content-row {
  padding-top: 25px;
  padding-bottom: 25px;
}
#feature-row {
  padding-bottom: 25px;
}

.contact-buttons p {
	padding: 0 0 10px 20px;
	margin: 0;
}

.mainbgcolor {
	background-color: #fff;
}

.bio {
  margin-bottom: 60px;
}
.bio h2 {
  font-size: 1.35em;
  line-height: normal;
  padding-top: 10px;
  margin-bottom: 5px;
}
.bio h3 {
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #777;
}
.bio p {
  font-size: 0.9em;
}

div.anniversary div.card p {
  padding: 10px 20px 40px 20px;
}

.leftcol {
  padding: 30px;
}
.rightcol {
  30px;
}

.padbottom {
  padding-bottom: 25px;
}

.readmore {
  text-align: right;
  color: #999999;
  font-size: 0.9em;
}

#addresses {
  margin-top: 40px;
  margin-left: 50px;
}

.careers {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 20%;
}
.career-section {
  margin-left: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.career-list h3 {
  padding-top: 20px;
}

.archive li {
  clear: both;
  list-style-type: none;
}

.archive li img {
  margin-bottom: 20px;
}


#footer-wrapper {
  clear: both;
  color: #fff;
  background-color: #8A9B3B;
}
#footer p {
  font-size: 95%;
}
#footer a, #footer a:link, #footer a:visited {
  color: #E0E0E0;
  text-decoration: none;
}
#footer a:hover {
  color: #FAE0C6;
  border-bottom: 1px dotted #999
}
.text-footer {
  padding-top: 20px;
}


/* scroll top */
#back-top span {
width: 50px;
height: 50px;
display: inline-block;
margin-bottom: 25px;
background: #dddddd url(up-arrow.png) no-repeat center center;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
position: fixed;
bottom: 0px;
right: 0px;
}


/* forms */
.jotform-form {
    padding: 15px 0 25px 0;
}


/* foundation */
.column-block {
  margin-bottom: 20px;
}

button.info, .button.info {
  font-size: 0.85em;
  font-weight: normal;
  padding: 0.5rem;
  color: #fff;
  background-color: #8A9B3B;
  border-color: #7F8137;
  border-radius: 5px;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #fff;
  background-color: #BF5B1F;
  border-color: #B37023;
}
.sticky {
  position: relative;
  top: 0;
}

.p7MBX-01.matting .mbx-description.description-bottom {
  font-size: .85em !important;
}

/*=========== media queries =========*/

/* Small only */
@media screen and (max-width: 39.9375em) {

/* switch to centered */
.image-left {
  float: none;
  display: block;
  margin: 0 auto 20px auto;
}
.service-row {
  display: block;
}

.service-row h3,
div.news h3 {
  text-align: center;
}

div.text-footer p {
  text-align: center;
}

}

@media screen and (max-width: 1024px){
div.mainmenu {
	padding: 3px;
	font-size: 90%;
}
}

@media screen and (max-width: 1010px){
.form-icon {
  margin-left: 0px;
}
}