@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Barlow+Condensed:500,700');
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	line-height: 32px;
	color: #9a9a99;
	width: auto;
	height: auto;
}
a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration: none;
	font-weight: 600;
	color: #75b552;
}
a:hover {
	color:#000;
}
p {
	line-height: 32px;
}

h1 {
	color:#185e79;
	font-size:32px;
	font-weight:700;
  	margin-bottom:15px;
}
.mce-content-body h1 {
	color: #75b552;
}
.bg-lblue h1 {
	color: #fff;
}
h2 {
	color:#75b552;
	font-size:40px;
	font-weight:700;
  	margin-bottom:15px;
	line-height: 48px;
}
h3 {
	color:#75b552;
	font-size:22px;
	font-weight:700;
  	margin-bottom:15px;
	line-height: 28px;
}
h4 {
	color:#75b552;
	font-size:32px;
	font-weight:700;
  	margin-bottom:15px;
	padding-bottom: 10px;
	border-bottom:1px solid #888;
	text-transform: uppercase;
}
h5 {
	margin-bottom: 15px;
	font-size: 22px;
}
h6 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
main {
	background-size: cover;
}
/* SQUARE */
	#card-container {
		max-width: 400px;
	}
	.sq-card-component body {
		height: auto;
	}
	.sq-card-component body #form {
		max-width: 400px;
	}
	form.sq-show-field-labels {
	  height:64px
	}
	form.sq-show-field-labels input {
	  padding-top:22px !important
	}
	form.sq-show-field-labels input::placeholder {
	  color:rgba(0,0,0,0)
	}
	form.sq-show-field-labels .sq-background-text {
	  top:22px
	}
	form.sq-show-field-labels label {
	  visibility:visible
	}
	form.sq-show-field-labels .sq-input-wrapper {
	  height:64px
	}
	form.sq-show-field-labels .sq-input-wrapper input:focus+label {
	  top:8px;
	  font-size:14px;
	  font-weight:600;
	  height:22px;
	  color:#000
	}
	form.sq-show-field-labels .sq-input-wrapper input:not(:placeholder-shown)+label {
	  top:8px;
	  font-size:14px;
	  font-weight:600;
	  height:22px;
	  color:#000
	}
	label.xyz {
	  pointer-events:none;
	  position:absolute;
	  left:12px;
	  top:0;
	  bottom:0;
	  height:100%;
	  display:flex;
	  align-items:center;
	  color:rgba(0,0,0,.55);
	  -webkit-transition:top 150ms,font-size 150ms,font-weight 150ms,height 150ms;
	  transition:top 150ms,font-size 150ms,font-weight 150ms,height 150ms
	}
	.sq-background-text {
	  pointer-events:none;
	  position:absolute;
	  left:12px;
	  top:0;
	  bottom:0;
	  width:100%;
	  display:flex;
	  align-items:center
	}
	.sq-background-text.sq-autofill-suggestion-present {
	  display:none
	}
	.sq-background-text .sq-hidden-background-text {
	  color:rgba(0,0,0,0)
	}
	.sq-background-text .sq-visible-background-text {
	  white-space:pre;
	  color:rgba(0,0,0,.55)
	}
	.sq-input-wrapper {
	  height:48px;
	  position:relative;
	  width:100%
	}
	#card-number-wrapper {
	  margin:0;
	  padding:0;
	  height:100%;
	  width:100%;
	  position:relative
	}
	#card-number-wrapper label {
	  left:69px
	}
	#card-number-wrapper .sq-background-text {
	  left:69px
	}
	#card-number-wrapper #giftCardNumber,
	#card-number-wrapper #cardNumber {
	  box-sizing:border-box;
	  height:100%;
	  width:100%;
	  padding:0 12px 0 68px
	}
	#card-number-wrapper #sq-card-icon-container {
	  position:absolute;
	  width:36px;
	  top:0;
	  bottom:0;
	  left:16px;
	  right:unset
	}
	#card-data-wrapper {
	  display:flex;
	  justify-content:center;
	  position:relative
	}
	#card-data-wrapper .exp-input-wrapper {
	  flex-basis:78px;
	  flex-grow:2
	}
	#card-data-wrapper .cvv-input-wrapper {
	  flex-basis:56px;
	  flex-grow:2
	}
	#card-data-wrapper .postal-input-wrapper {
	  flex-basis:107px;
	  flex-grow:3;
	  opacity:0;
	  flex-basis:0px;
	  flex-grow:0
	}
	#card-data-wrapper .sq-input-wrapper input {
	  padding:0 0 0 12px
	}
	#card-data-wrapper .sq-input-wrapper:last-child input {
	  padding-right:16px
	}
	.sq-error {
	  color:#cc0023
	}
	.postal-code-hidden #card-data-wrapper .postal-input-wrapper {
	  flex-basis:0;
	  flex-grow:0;
	  opacity:0;
	  transition:all 400ms ease-in-out 300ms,opacity 300ms ease-in-out
	}
	.postal-code-shown #card-data-wrapper .postal-input-wrapper {
	  flex-grow:3;
	  flex-basis:107px;
	  opacity:1;
	  transition:all 400ms ease-in-out,opacity 300ms ease-in-out 400ms
	}
	#sq-card-icon-container {
	  display:flex;
	  height:100%;
	  width:100%;
	  align-items:center;
	  justify-content:center;
	  position:relative;
	  transform-style:preserve-3d
	}
	#sq-card-icon-container #sq-card-icon-front {
	  height:24px;
	  position:absolute;
	  line-height:100%;
	  width:36px;
	  backface-visibility:hidden;
	  -webkit-backface-visibility:hidden;
	  filter:drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08))
	}
	#sq-card-icon-container #sq-card-icon-back {
	  height:24px;
	  position:absolute;
	  line-height:100%;
	  width:36px;
	  backface-visibility:hidden;
	  -webkit-backface-visibility:hidden;
	  filter:drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
	  transform:rotateY(180deg)
	}
	#sq-card-icon-container.sq-transition {
	  -webkit-transition:transform .3s,opacity .4s,min-width .4s;
	  transition:transform .3s,opacity .4s,min-width .4s
	}
	#sq-card-icon-container.sq-flip {
	  transform:rotateY(180deg)
	}
	@media(max-width: 482px) {
	  #card-number-wrapper #giftCardNumber,
	  #card-number-wrapper #cardNumber {
		padding:0 16px 0 68px
	  }
	  #card-data-wrapper .sq-input-wrapper input {
		padding-left:12px
	  }
	  #card-data-wrapper .sq-input-wrapper:first-child label {
		left:16px
	  }
	  #card-data-wrapper .sq-input-wrapper:first-child .sq-background-text {
		left:16px
	  }
	  #card-data-wrapper .sq-input-wrapper:first-child input {
		padding-left:16px
	  }
	  #card-data-wrapper .sq-input-wrapper:last-child input {
		padding-right:16px
	  }
	}
/* ^ SQUARE */
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: #093f54;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 25px;
	font-size: 21px;
	font-weight: 600;
	margin: 0;
}
header .nav ul li:hover {
	background-color: #d7ebf2;
	color: #185e79;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .nav ul li:hover a {
	color: #185e79;
}
.mce-content-body [data-mce-selected="inline-boundary"] .button,
.button {
	font-weight: 600;
	background-color: #cb0606;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 15px 25px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}
.button:hover {
	background: #7d0000;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.subnav .heading {
  color: #75b552;
  font-size: 28px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.subnav ul {
	list-style: none;
	margin-left: 0;
}
.subnav ul li a {
	color: #666;
	font-weight: bold;
	font-size: 21px;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 0 0 20px 0;
	} 
	header #logo {
		width: 65%;
		float: left;
	}
	header #logo img {
		max-width: 300px;
	}
	header #login {
		position: absolute;
		top:0px;
		right:115px;
		background-color: #75b552;
		color:#fff;
		padding:10px;
		text-align:center;
		z-index:3;
		min-width:300px;
	}
	header #login #title {	
		font-size:22px;
		cursor: pointer;
	}
	header #login * {
		text-align:center;
	}
	header #login .icon {

	}
	header #login .form {  
		margin-top:30px; 
	}
	header #login #form {  
		position: absolute; 
		overflow:hidden;
		background-color: #75b552;
		left:0px;
		width:100%;
		padding-bottom:10px;
		display:none;
		box-shadow:0px 10px 10px rgba(0,0,0,.4);
	}
	header #login a {
		color:#fff;
		display:inline-block;
		padding:0px 15px;
		font-size:22px;
	}
	header #login p {
		margin: 0;
	}
	header #login p a {
		padding: 15px 0;
		font-size: 22px;
	}
	header #login a:hover {
		color:#000;
	}
	header #login a:not(:last-of-type) {
		border-right:1px solid #fff;
	}
	header #login input[type="password"],
	header #login input[type="text"]{
		border:0px;
		max-width: 200px;
		padding: 5px;
		font-size: 19px;
	}
	header #login input.button {
		padding: 10px 15px;
		max-width: 200px;
		font-size: 20px;
	}
	header #login #loginMessage {
		font-size: 18px;
		line-height: 20px;
		padding: 10px 30px;
	}
	header #links {
		width: 35%;
		float: left;
		color: #666;
	}
	header #links a {
		color: #666;
	}
	header #links .phone {
		float: right;
		margin-left: 15px;
		padding-left: 15px;
		border-left: 0px solid #666;
	}
	header #links #searchBox {
		margin-top: 90px;
	}
	header #links #searchBox form {
		display: flex;
		flex-wrap: wrap;
	}
	header #links #searchBox #search {
		width: 80%;
		padding: 5px;
		text-align: right;
	}
	header #links #searchBox #searchNow {
		width: 20%;
		padding: 5px;
		background: #093f54;
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		border: 0px;
		height: 43px;
	}
	header #links #social .social {
		font-size: 30px;
	}

/* ^ HEADER */
/* BLOCKS */
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #093f54;
		color: #fff;
		padding: 20px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 1px solid #fff;
	}
	
	#footer {
		color: #fff;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #fff;
	}
	#footer .col1 {
		width: 75%;
		margin-right: 5%;
	}
	#footer .col2 {
		width: 20%;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .title {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
		/* ^ FOOTER */
.logged-in #nav li[rel="12"] {
	display: none;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:1000px) {
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	header #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	main .right {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	header #logo {
		margin-top: 70px;
	}
	header #logo img {
		width: 100%;
		max-width: 500px;
	}
	header #login {
		right: 0;
		min-width: 100%;
		width: 100%;
	}
	header #links #searchBox {
		margin-top: 10px;
	}
}
