@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
/*
Theme Name: Harter's
Author: Coulee Creative
Author URI: http://couleecreative.com
Version: 1.0.0
*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  border-top: 6px solid #db0000;
  position: relative;
  z-index: 1;
}
/* ==== HEADER ============================================= */
header.site.desktop {
  position: relative;
  z-index: 1;
  background: url(images/header-bg.png) no-repeat center top;
}
header.site.desktop .logo {
  text-align: center;
  padding: 20px 0 15px;
  white-space: nowrap;
}

header.site.desktop .logo a {
  display: inline-block;
}


header.site.desktop nav {
  font-family: 'brandon-grotesque';
  background: #002d57;
  box-shadow: 0 1px 3px #555;
  position: relative;
  z-index: 100000;
}
header.site.desktop nav .container {
  position: relative;
}
header.site.desktop nav .sister-site-link {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 1em 15px 1.5em;
}
header.site.desktop nav .menu {
  width: 100%;
  display: table;
}
header.site.desktop nav .menu > .tb-td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
header.site.desktop nav .menu > .tb-td.va-top {
  vertical-align: top;
}
header.site.desktop nav .menu > .tb-td.va-bottom {
  vertical-align: bottom;
}
header.site.desktop nav .menu a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
header.site.desktop nav .menu a:hover {
  text-decoration: none;
}
header.site.desktop nav .menu > li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
  height: 76px;
  padding: 18px 0;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
header.site.desktop nav .menu > li.va-top {
  vertical-align: top;
}
header.site.desktop nav .menu > li.va-bottom {
  vertical-align: bottom;
}
header.site.desktop nav .menu > li > a {
  display: inline-block;
  padding: 12px 15px;
  height: 44px;
  border-right: 1px solid #001f3f;
  text-align: center;
  line-height: 20px;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
header.site.desktop nav .menu > li:first-child > a {
  border-left: 1px solid #001f3f;
}
header.site.desktop nav .menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  display: none;
  background: #001f3f;
  box-shadow: 2px 2px 4px rgba(55, 55, 55, 0.5);
  z-index: 100;
  margin-top: 0;
}
header.site.desktop nav .menu > li > .sub-menu > li {
  border-top: 1px solid #002d57;
}
header.site.desktop nav .menu > li > .sub-menu > li:first-child {
  border: none;
}
header.site.desktop nav .menu > li > .sub-menu > li > a {
  height: 60px;
  padding: 20px 25px;
  line-height: 20px;
  white-space: nowrap;
  font-size: 14px;
}
header.site.desktop nav .menu > li > .sub-menu > li > a:hover {
  background: #002d57;
}
header.site.desktop nav .menu > li.current-menu-item,
header.site.desktop nav .menu > li.current-menu-ancestor {
  background: #001f3f;
}
header.site.desktop nav .menu > li.current-menu-item:hover,
header.site.desktop nav .menu > li.current-menu-ancestor:hover {
  background: #001f3f;
}
header.site.desktop nav .menu > li.current-menu-item:after,
header.site.desktop nav .menu > li.current-menu-ancestor:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -11px;
  border-top: 4px solid #db0000;
  border-left: 11px solid #db0000;
  border-right: 11px solid #db0000;
  border-bottom: 11px solid transparent;
  z-index: 0;
}
header.site.desktop nav .menu > li:hover {
  background: #001f3f;
}
header.site.desktop nav .menu > li:hover > .sub-menu {
  margin-top: 0;
  height: auto;
}
header.site.desktop nav .menu > li:hover > .sub-menu > li {
  left: 0;
}
header.site.desktop.nav-is-fixed nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
header.site.mobile {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 9px #555;
}
header.site.mobile .logo {
  background: #002d57;
  padding: 20px 160px 20px 20px;
  text-align: left;
}
header.site.mobile .logo > a {
  float: left;
}
header.site.mobile nav {
  font-family: 'brandon-grotesque';
  width: 100%;
  position: absolute;
  top: 100%;
  background: #001f3f;
}
header.site.mobile nav .mobile-menu-button {
  cursor: pointer;
  width: 140px;
  padding: 30px 20px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 100%;
  right: 0;
  height: 78px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  background: #043761;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header.site.mobile nav .mobile-menu-button .close {
  display: none;
}
header.site.mobile nav .mobile-menu-button:hover {
  text-decoration: none;
  background: #001f3f;
}
header.site.mobile nav.open .mobile-menu-button {
  background: #001f3f;
}
header.site.mobile nav.open .mobile-menu-button .close {
  display: block;
}
header.site.mobile nav.open .mobile-menu-button .open {
  display: none;
}
header.site.mobile nav .menu {
  display: none;
  background: #001f3f;
}
header.site.mobile nav .menu > li {
  border-top: 1px solid #002d57;
}
header.site.mobile nav .menu > li:first-child {
  border: none;
}
header.site.mobile nav .menu > li > a {
  height: 60px;
  padding: 20px 25px;
  line-height: 20px;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header.site.mobile nav .menu > li > a:hover {
  background: #003971;
  text-decoration: none;
}
header.site.mobile nav .menu > li > .sub-menu {
  display: none;
}
/* ==== CONTENT ============================================= */
#content {
  background: url(images/bg-stripes.jpg);
  position: relative;
}
#content .container {
  padding-top: 15px;
  padding-bottom: 32px;
}
#content .post-title {
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: .875em;
  margin-top: 0;
  padding-top: 0.875em;
  text-align: center;
  color: #004181;
}
#content article {
  position: relative;
}
#content article .row > div {
  text-align: center;
}
#content article.type-post {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-bottom: 100px;
  position: relative;
}
#content article.type-post .post-title {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: normal;
  line-height: 1.2em;
}
#content article.type-post .post-title a {
  color: #333333;
}
#content article.type-post .post-title a:hover {
  text-decoration: none;
}
#content article.type-post.has-featured-image .post-title {
  border: none;
  margin: 0;
}
#content article.type-post .featured-image {
  background: #00122b;
}
#content article.type-post .featured-image img {
  margin: 0 auto;
  display: block;
}
#content article.type-post .post-content {
  padding: 30px;
  text-align: left;
}
#content article.type-post .post-content .date {
  color: #004181;
  font-weight: bold;
  font-size: 18px;
}
#content article.type-post .post-content p {
  line-height: 1.2em;
}
#content article.type-post .read-more {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -51px;
  width: 105px;
  background: url(images/ribbon-down-red.png ) no-repeat bottom center;
  height: 69px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-right: 3px;
  padding-top: 3px;
}
#content article.type-post .read-more:hover {
  height: 80px;
  padding-top: 10px;
  text-decoration: none;
}
.single-post #content {
  padding-top: 50px;
}
.blog #content .post-title,
.search #content .post-title,
.archive #content .post-title {
  margin-bottom: 0;
}
.blog #content .post-title .search-term,
.search #content .post-title .search-term,
.archive #content .post-title .search-term {
  display: block;
  font-size: .875em;
  font-weight: 300;
}
.blog #content .post-title .search-term:before,
.search #content .post-title .search-term:before,
.archive #content .post-title .search-term:before,
.blog #content .post-title .search-term:after,
.search #content .post-title .search-term:after,
.archive #content .post-title .search-term:after {
  content: '"';
}
.blog #content .posts-container,
.search #content .posts-container,
.archive #content .posts-container {
  padding-top: 0;
}
.blog .filters,
.search .filters,
.archive .filters {
  padding: 30px 0;
}
.blog .filters .categories,
.search .filters .categories,
.archive .filters .categories {
  padding-bottom: 15px;
}
.blog .filters .categories .chosen-container,
.search .filters .categories .chosen-container,
.archive .filters .categories .chosen-container {
  max-width: 274px;
}
.blog .filters .search.field input:focus,
.search .filters .search.field input:focus,
.archive .filters .search.field input:focus {
  background: #fff;
  color: #666666;
  border-color: #BCC3C7;
  box-shadow: 0 0 10px rgba(55, 55, 55, 0.5);
}
/* ==== WIDGETS ============================================= */
.widget .title {
  font-size: 22px;
  padding-bottom: 1em;
  border-bottom: 2px solid #00122b;
}
.widget p {
  font-size: 14px;
}
/* ==== FOOTER ============================================= */
footer.site {
  background: #042E59;
  position: relative;
}
footer.site .widgets {
  margin: 0 -15px;
  padding-bottom: 25px;
  color: #fff;
  width: 100%;
}
footer.site .widgets > li.widget {
  padding: 15px;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 300;
}
footer.site .widgets > li.widget h6 {
  font-weight: normal;
  font-family: 'brandon-grotesque';
  font-size: 14px;
}
footer.site .logo-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
footer.site .logo-container .logo {
  padding-top: 20px;
  width: 230px;
  background: #042E59;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
footer.site .logo-container .logo > img {
  display: inline-block;
}
footer.site .logo-container .bbb-link {
  position: absolute;
  top: 100%;
  margin-top: 2em;
  text-align: center;
  width: 100%;
  z-index: 3;
}
footer.site .logo-container .logo:after {
  content: ' ';
  height: 0px;
  width: 0;
  border-top: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-left: 115px solid #042e59;
  border-right: 115px solid #042e59;
  border-bottom: 95px solid transparent;
}
#bottombar {
  padding-bottom: 20px;
  background: #00122b;
}
#bottombar a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#bottombar a:hover {
  color: #fff;
  text-decoration: none;
}
#bottombar .menu {
  padding-top: 250px;
  text-align: center;
}
#bottombar .menu > li {
  display: inline-block;
  border-left: 1px solid #c2e2fb;
  padding: 0 4px 0 10px;
  height: 15px;
}
#bottombar .menu > li:first-child {
  border: 0;
}
#bottombar .menu > li > a {
  color: #c2e2fb;
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  line-height: 1em;
  display: block;
}
#bottombar .menu > li > a:hover {
  color: #fff;
}
#bottombar .menu > li .sub-menu {
  display: none;
}
#bottombar .copyright-text {
  font-size: 10px;
  color: #c2e2fb;
  text-align: center;
  padding-top: 7px;
  text-transform: uppercase;
}
#bottombar .copyright-text > a {
  color: inherit;
}
#bottombar .copyright-text > a:hover {
  color: #fff;
}
/* ==== SLIDESHOWS ============================================= */
.slideshow-section {
  position: relative;
  z-index: 0;
}
article.no-title .slideshow {
  padding-top: 80px;
}
.slideshow {
  padding: 0 0 90px;
  width: 100%;
  z-index: 0;
}
.slideshow.number-slides-1 {
  padding-bottom: 40px;
}
.slideshow .slide-title {
  font-size: 20px;
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  padding: 0 30px;
}
.slideshow .slide-title strong {
  font-size: 1.33em;
}
.slideshow .slide-text {
  text-align: center;
  padding-bottom: 20px;
}
.slideshow .slide-text .blurb {
  padding-bottom: 20px;
}
.slideshow .slide-image {
  display: none;
}
.slideshow .animate-me {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshow .rsArrow {
  display: none !important;
  position: absolute;
  top: 0;
  height: 100%;
  width: 43px;
  cursor: pointer;
  background: url(images/slideshow-arrows.png) no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshow .rsArrow.rsArrowDisabled {
  opacity: 0;
  cursor: default;
}
.slideshow .rsArrow .rsArrowIcn {
  height: 100%;
  background: url(images/slideshow-arrows-active.png) no-repeat;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshow .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.slideshow .rsArrow.rsArrowLeft {
  left: 0;
  background-position: left center;
}
.slideshow .rsArrow.rsArrowLeft .rsArrowIcn {
  background-position: left center;
}
.slideshow .rsArrow.rsArrowRight {
  right: 0;
  background-position: right center;
}
.slideshow .rsArrow.rsArrowRight .rsArrowIcn {
  background-position: right center;
}
.slideshow .rsBullets {
  text-align: center;
  padding: 30px 0 0;
  margin-bottom: -42px;
  clear: both;
}
.slideshow .rsBullets .rsBullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 3px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshow .rsBullets .rsBullet.rsNavSelected {
  border-color: #004181;
  background: #004181;
}
/* ==== COMPONENTS ============================================= */
.featured-boxes {
  text-align: center;
  padding: 0 10px;
}
.featured-boxes > .row {
}
.featured-boxes .row > div {
  padding: 0 5px;
}
.featured-boxes .featured-box {
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 15px 10px 40px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.featured-boxes .featured-box .box-title {
  font-family: 'brandon-grotesque';
}
.featured-boxes .featured-box .box-blurb {
  margin-bottom: 20px;
}
.featured-boxes .featured-box .box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
.featured-boxes .featured-box:hover {
  box-shadow: 0 0 25px rgba(55, 55, 55, 0.3);
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.home .featured-boxes .featured-box {
  margin-bottom: 50px;
}
.home .featured-boxes .featured-box:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  width: 51px;
  height: 35px;
  background: url(images/ribbon-blue-red.png) no-repeat center bottom;
}
.call-to-action {
  padding: 15px 40px;
  height: 130px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  margin: 50px -15px 30px;
  padding: 0 0;
}
.call-to-action .inner-container {
  display: table;
  background: #00122b;
  position: relative;
  width: 100%;
  height: 100%;
}
.call-to-action .inner-container > .tb-td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
.call-to-action .inner-container > .tb-td.va-top {
  vertical-align: top;
}
.call-to-action .inner-container > .tb-td.va-bottom {
  vertical-align: bottom;
}
.call-to-action .inner-container > h3 {
  padding: 0 10px;
  margin: 0;
  line-height: 1.25em;
  font-size: 26px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
  font-weight: 300;
}
.call-to-action .inner-container > h3.va-top {
  vertical-align: top;
}
.call-to-action .inner-container > h3.va-bottom {
  vertical-align: bottom;
}
.call-to-action .inner-container > h3 > * {
  display: inline-block;
}
/* ==== FORMS ============================================= */
form {
  text-align: left;
}
form .field {
  position: relative;
}
form .field > label ,
form .ginput_container > label {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: .25em;
}
form .field input,
form .ginput_container input,
form .field textarea ,
form .ginput_container textarea {
  border: 2px solid #BCC3C7;
  border-radius: 5px;
  color: #666666;
  width: 100%;
  padding: 12px 20px;
  line-height: 21px;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form .field input.wpcf7-not-valid,
form .ginput_container input.wpcf7-not-valid,
form .field textarea.wpcf7-not-valid ,
form .ginput_container textarea.wpcf7-not-valid {
  border-color: #db0000;
}
form .field input ,
form .ginput_container input {
  height: 45px;
}
form .field input + .add-on ,
form .ginput_container input + .add-on {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background: #fff;
  border-left: 2px solid #BCC3C7;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #BCC3C7;
  font-size: 14px;
}
form .field input + .add-on:focus,
form .ginput_container input + .add-on:focus,
form .field input + .add-on:hover ,
form .ginput_container input + .add-on:hover {
  color: #666;
  background: #fff;
}
form .field input:focus ,
form .ginput_container input:focus {
  background: #004181;
  border-color: #004181;
  color: #fff;
}
form .field .wpcf7-form-control-wrap ,
form .ginput_container .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
form .field .wpcf7-not-valid-tip ,
form .ginput_container .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  height: 45px;
  padding: 15px 20px;
  color: #db0000;
  font-weight: bold;
  font-size: 14px;
  font-family: 'proxima-nova';
}
form .field ::-webkit-input-placeholder ,
form .ginput_container ::-webkit-input-placeholder {
  color: #666666;
}
form .field :-moz-placeholder ,
form .ginput_container :-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
form .field ::-moz-placeholder ,
form .ginput_container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
form .field :-ms-input-placeholder ,
form .ginput_container :-ms-input-placeholder {
  color: #666666;
}
form .field :focus::-webkit-input-placeholder ,
form .ginput_container :focus::-webkit-input-placeholder {
  color: #d7d7d7;
}
form .field :focus:-moz-placeholder ,
form .ginput_container :focus:-moz-placeholder {
  /* Firefox 18- */
  color: #d7d7d7;
}
form .field :focus::-moz-placeholder ,
form .ginput_container :focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #d7d7d7;
}
form .field :focus:-ms-input-placeholder ,
form .ginput_container :focus:-ms-input-placeholder {
  color: #d7d7d7;
}
form .chosen-container {
  width: 100% !important;
}
form .chosen-container .chosen-single,
form .chosen-container .chosen-choices {
  border: 2px solid #BCC3C7 !important;
  background: #fff;
  height: 45px;
  padding: 12px 20px;
  line-height: 21px;
  font-size: 18px;
  font-weight: 300;
  box-shadow: none;
}
form .chosen-container .chosen-single > div,
form .chosen-container .chosen-choices > div {
  border-left: 2px solid #BCC3C7;
  width: 60px;
  background: none;
}
form .chosen-container .chosen-single > div:before,
form .chosen-container .chosen-choices > div:before {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "\f078";
  color: #BCC3C7;
  padding-top: 10px;
  font-family: 'FontAwesome';
}
form .chosen-container .chosen-single > div:hover:before,
form .chosen-container .chosen-choices > div:hover:before,
form .chosen-container .chosen-single > div:focus:before,
form .chosen-container .chosen-choices > div:focus:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #666;
}
form .chosen-container .chosen-single > div > b,
form .chosen-container .chosen-choices > div > b {
  display: none;
}
form .chosen-container .chosen-choices {
  padding-left: 15px;
  padding-right: 20px;
}
form .chosen-container .chosen-choices .search-field:before {
  content: '';
}
form .chosen-container .chosen-choices .search-choice {
  background: #004181;
  color: #fff;
  border: 2px solid #004181;
  font-size: 16px;
  box-shadow: none;
}
form .chosen-container .chosen-choices .search-choice:before {
  content: '';
}
form .chosen-container .chosen-choices .search-choice .search-choice-close {
  background: none;
}
form .chosen-container .chosen-choices .search-choice .search-choice-close:before {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 11px;
  content: "\f00d";
  color: #fff;
  font-family: 'FontAwesome';
}
form .chosen-container .chosen-choices input {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 16px !important;
  height: 28px !important;
  line-height: 28px;
  line-height: 20px;
}
form .chosen-container.chosen-container-active .chosen-single > div {
  border-left: 2px solid #BCC3C7;
}
form .chosen-container.chosen-container-active .chosen-single > div:before {
  color: #666;
}
form .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}
form .chosen-container .chosen-drop .chosen-results li {
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  line-height: 18px;
  padding: 6px 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
form .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #004181;
  color: #fff;
}
form .wpcf7-response-output {
  border: none;
  font-family: 'proxima-nova';
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #00920E;
  margin-top: 0;
}
form .wpcf7-response-output.wpcf7-validation-errors {
  color: #db0000;
}
form .submit {
  margin: 2em 0;
  padding: 0 50px;
  position: relative;
}
form .submit .ajax-loader {
  position: absolute;
  top: 30px;
  right: 0 ;
}
form .button {
  border-width: 2px;
  font-weight: 500;
  display: block;
  float: none;
  width: 100%;
}
/* ==== MISC ============================================= */
.blue {
  color: #004181;
}
.red {
  color: #db0000;
}
.ribbon:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -22px;
  height: 0;
  border-top: 10px solid #db0000;
  border-left: 22px solid #db0000;
  border-right: 22px solid #db0000;
  border-bottom: 17px solid transparent;
}
.ribbon:before {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  height: 0;
  border-top: 13px solid #004181;
  border-left: 25px solid #004181;
  border-right: 25px solid #004181;
  border-bottom: 20px solid transparent;
}
.button {
  display: inline-block;
  padding: 14px 30px 13px;
  min-height: 45px;
  font-size: 18px;
  line-height: 18px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  font-family: 'brandon-grotesque';
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover {
  background: #00122b;
  color: #fff;
  text-decoration: none;
  border-color: #00122b;
}
.button.gform_button,
.button.button-blue {
  border-color: #004181;
  color: #004181;
}
.button.gform_button:hover,
.button.button-blue:hover {
  background: #004181;
  color: #fff;
}
.button.button-red {
  border-color: #DB0000;
  color: #DB0000;
}
.button.button-red:hover {
  background: #DB0000;
  color: #fff;
}
.button.type-pennant {
  position: relative;
  border: 2px solid #db0000;
  color: #db0000;
}
.button.type-pennant:hover {
  background: #db0000;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(55, 55, 55, 0.5);
}
.button.type-pennant:after {
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  box-shadow: 0 0 5px #000;
}
.three-d-link {
  line-height: 34px;
  height: 34px;
  display: block;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.three-d-link > span {
  position: relative;
  display: inline-block;
  padding: 0 14px;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  text-transform: uppercase;
  background: #f1f1f1;
  color: #a5a4a4;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.three-d-link > span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 34px;
  height: 34px;
  padding: 0 14px;
  background: #dedede;
  color: #002D57;
  font-family: 'brandon-grotesque';
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.three-d-link > span:hover {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


.gform_wrapper form .top_label input.medium,
.gform_wrapper form .top_label select.medium {
  width: 100%;
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit] {
  font-size: 18px;
}

.gform_wrapper form .ginput_complex .ginput_cardinfo_left {
  width: 100%;
}


.gform_wrapper form .ginput_complex .ginput_card_expiration_container select,
.gform_wrapper form .ginput_complex .ginput_card_expiration_container .chosen-container {
  width: 50% !important;
  float: left;
  padding-right: 1%;
  font-size: 18px;
}
.gform_wrapper form .ginput_complex .ginput_card_expiration_container label {
  clear: both;
}

.gform_wrapper form .chosen-container-single .chosen-single {
  height: auto;
  padding: .313em 0;
  letter-spacing: normal;
  text-indent: .25em;
}

.gform_wrapper form .ginput_complex span.ginput_cardextras,
.gform_wrapper form .ginput_complex.ginput_container {
  overflow: visible;
}

.gform_wrapper form .chosen-container-single .chosen-single div::before {
  display: none;
}

.gform_wrapper form .chosen-container-single .chosen-single div b {
  background-position: 3px 8px;
}
.gform_wrapper form .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -14px 6px;
}
.gform_wrapper form .field_sublabel_above .ginput_complex label {
  width: 100%;
  clear: both;
  float: left;
}

.gform_wrapper form .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper form .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper form .gfield_error .ginput_complex .ginput_left input[type=password],
.gform_wrapper form .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper form .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper form .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper form .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper form .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper form .gfield_error .ginput_complex .ginput_right input[type=password],
.gform_wrapper form .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper form .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper form .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper form .ginput_complex input[type=email],
.gform_wrapper form .ginput_complex input[type=number],
.gform_wrapper form .ginput_complex input[type=password],
.gform_wrapper form .ginput_complex input[type=tel],
.gform_wrapper form .ginput_complex input[type=text],
.gform_wrapper form .ginput_complex input[type=url],
.gform_wrapper form .ginput_complex .ginput_full input[type=email],
.gform_wrapper form .ginput_complex .ginput_full input[type=number],
.gform_wrapper form .ginput_complex .ginput_full input[type=password],
.gform_wrapper form .ginput_complex .ginput_full input[type=tel],
.gform_wrapper form .ginput_complex .ginput_full input[type=text],
.gform_wrapper form .ginput_complex .ginput_full input[type=url] {
  width: 100% !important;
}
