/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 
Book  "freight-text-pro"  400 normal  
Book  "freight-sans-pro"  400 normal  
Semibold  "freight-sans-pro"  600 normal
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #838383;
  -webkit-font-smoothing: antialiased; }

h1, h2 {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #484848;
  font-weight: 400; }

h3 {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #484848;
  font-weight: 400; }

p, ul, ol {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 400; }

strong, b {
  font-weight: 600; }

blockquote {
  width: 50%;
  float: right;
  padding: 0 0 0 50px; }
  blockquote p {
    font-size: 24px;
    color: #585858; }

a {
  color: #1296ae;
  text-decoration: none; }

img {
  max-width: 100%; }

label {
  line-height: 1.3;
  font-size: 19px;
  margin-bottom: 5px;
  display: block; }

input, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #333;
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 300; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
    outline: none; }
  input[type="text"].field-inverse, input[type="email"].field-inverse, input[type="password"].field-inverse, input[type="tel"].field-inverse, textarea.field-inverse {
    color: rgba(255, 255, 255, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.71);
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.13), inset 0 0 0 1px rgba(34, 30, 31, 0.16); }

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none; }

.cf:before, .policies:before, .faqs:before, .contact:before, .about:before, .h-nav:before, .site-header:before, .banner:before, .features:before, .reach:before, .contact-form:before, .partners:before, .site-footer:before, .blog-post:before, .blog-author-bio:before,
.cf:after,
.policies:after,
.faqs:after,
.contact:after,
.about:after,
.h-nav:after,
.site-header:after,
.banner:after,
.features:after,
.reach:after,
.contact-form:after,
.partners:after,
.site-footer:after,
.blog-post:after,
.blog-author-bio:after {
  content: " ";
  display: table; }

.cf:after, .policies:after, .faqs:after, .contact:after, .about:after, .h-nav:after, .site-header:after, .banner:after, .features:after, .reach:after, .contact-form:after, .partners:after, .site-footer:after, .blog-post:after, .blog-author-bio:after {
  clear: both; }

.policies, .faqs, .contact, .about {
  width: 72%;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .policies, .faqs, .contact, .about {
      width: 100%; } }

.grid-wide, .grid-half, .policy, .grid-wide-half, .grid-small-half, .banner-form, .grid-fourth, .grid-third {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 5%; }
  .grid-half:first-child, .policy:first-child, .grid-wide-half:first-child, .grid-small-half:first-child, .banner-form:first-child, .grid-fourth:first-child, .grid-third:first-child {
    margin-left: 0; }

.grid-wide, .grid-wide-half, .grid-small-half, .banner-form {
  margin-left: 0; }

.grid-half, .policy {
  width: 49%;
  margin-left: 2%; }

@media screen and (max-width: 768px) {
	.grid-half {
		width: 100%; } }

.grid-wide-half {
  width: 55%; }

.grid-small-half, .banner-form {
  width: 45%; }

.grid-fourth {
  width: 21.25%; }

.grid-third {
  width: 30%; }

/*-- @module HORIZONTAL NAV --*/
.h-nav ul {
  padding: 0;
  margin-bottom: 0; }
@media (min-width: 769px) {
	.h-nav ul {
		padding: 45px 0; } }
.h-nav li {
  display: inline-block;
  margin-left: 25px; }

/*-- @module MENU --*/
.menu a {
  color: #838383;
  font-size: 20px; }
  .menu a:hover {
    color: #1296ae;
    text-decoration: none; }
.menu .current-menu-item a {
  color: #1296ae; }

/*-- @module BUTTON --*/
.btn-primary, .site-header-nav .quote a, .contact-form input[type="submit"], .btn-secondary {
  padding: 13px 20px;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  position: relative; }
  .btn-primary:active, .site-header-nav .quote a:active, .contact-form input[type="submit"]:active, .btn-secondary:active {
    top: 1px; }

.btn-primary, .site-header-nav .quote a, .contact-form input[type="submit"] {
  background: #1296ae;
  box-shadow: none;
  color: #fff; }
  .btn-primary:hover, .site-header-nav .quote a:hover, .contact-form input[type="submit"]:hover {
    background: #333 !important;
    box-shadow: none; }
  .btn-primary:active, .site-header-nav .quote a:active, .contact-form input[type="submit"]:active {
    background-color: #83709f;
    box-shadow: inset 0 2px 0 1px rgba(34, 30, 31, 0.11); }

.btn-secondary {
  background: #fff;
  box-shadow: 0 2px 0 #7D7986; }
  .btn-secondary:active {
    box-shadow: inset 0 2px 0 1px rgba(34, 30, 31, 0.2); }

.btn-block, .contact-form input[type="submit"] {
  display: block;
  width: 100%;
  text-align: center; }

/*-- @module ICONS --*/
.icon-time {
  position: relative; }
  .icon-time:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/clock.png") no-repeat left top;
    display: inline-block;
    padding-right: 10px;
    position: absolute;
    top: 5px;
    left: -23px; }

/*-- @module LEAD PARAGRAPH --*/
.lead {
  font-size: 22px;
  font-weight: 400; }

h2 + .lead {
  margin-top: -15px; }

.notes {
  text-align: left; }

/*-- @module SECTION --*/
.section, .section-alt {
  padding: 75px 0;
  text-align: center; }

.section-alt {
  background: #fbfbfb;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

/*-- @module BOX --*/
.policy, .faq, .blog-post, .blog-author-bio, .blog-aside {
  border: 1px solid #e0e0e0;
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  text-align: left; }
  .policy h3, .faq h3, .blog-post h3, .blog-author-bio h3, .blog-aside h3 {
    font-size: 24px;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    color: #494949;
    margin-bottom: 20px; }
  .policy p, .faq p, .blog-post p, .blog-author-bio p, .blog-aside p {
    margin-bottom: 0; }

/*-- @module ACCORDION --*/
.accordion-toggle {
  cursor: pointer;
  margin-bottom: 0;
  padding: 15px 45px 15px 15px;
  position: relative;
  margin-top: 0; }

.accordion-content {
  display: none;
  padding: 15px; }

/* partner registration form */
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label { margin: 0 !important; padding-left: 20px; font-size: 19px !important; letter-spacing: 0 !important; }
.gform_wrapper select { height: 31px; }
#field_1_4 .gfield_label, #field_1_6 .gfield_label, #field_1_2 .gfield_label { display: none; }
#field_1_4 input, #field_1_6 input, #field_1_2 input { margin-top: -28px; }
#field_1_6 .address_line_1, #field_1_6 .address_line_2 { display: block; }
#field_1_7 { margin-top: -12px; }
#field_1_9 label, #field_1_12 label { padding-left: 0; }
#input_1_6_4 { margin-top: -28px; }

/*-- @module INLINE FORM --*/
.banner-form label, .wpcf7-form label, .gform_wrapper .gfield_label {
  z-index: 2;
  position: relative;
  padding-left: 20px; }
.banner-form label.no-indent, .wpcf7-form label.no-indent, .gform_wrapper .gfield_label.no-indent {
  margin-bottom: 6px;
  padding-left: 0; }
.wpcf7-form div .grid-half:first-child { margin-left: 0; }
.banner-form input:not([type=submit]), .wpcf7-form input:not([type=submit]), .gform_wrapper input:not([type=submit]), .banner-form textarea, .wpcf7-form textarea, .gform_wrapper textarea, .wpcf7-form select.label-under {
  display: block;
  background: transparent;
  z-index: 3;
  margin-top: -40px;
  margin-bottom: 27px;
  position: relative; }
  .gform_wrapper input[type=file], .wpcf7-form input[type=file] { margin-top: 0; }
  .banner-form input:not([type=submit]):focus, .wpcf7-form input:not([type=submit]):focus, .gform_wrapper input:not([type=submit]):focus, .banner-form input:not([type=submit]).filled, .wpcf7-form input:not([type=submit]).filled, .gform_wrapper input:not([type=submit]).filled, .banner-form textarea:focus, .wpcf7-form textarea:focus, .gform_wrapper textarea:focus, .banner-form textarea.filled, .wpcf7-form textarea.filled, .gform_wrapper textarea.filled, .wpcf7-form select.filled {
    background: #fff; }
.wpcf7-form input[type=checkbox] {
	display: inline-block;
	margin-top: -4px;
	margin-bottom: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	margin: -14px 0 20px;
}
.wpcf7-form .wpcf7-checkbox label {
	padding-left: 18px;
	text-indent: -18px;
}
.banner-form textarea, .wpcf7-form textarea, .gform_wrapper textarea {
  padding-bottom: 0;
  margin-bottom: 18px; }
.wpcf7-form input {
  font-size: 19px;
}
 .wpcf7-form select {
  margin-bottom: 27px !important;
  padding: 0 20px;
  height: 45px;
  font-size: 19px; }

.well-summary .well-summary-content {
  text-align: center; }

/*-- @component SITE HEADER --*/
.site-header {
  padding: 5px 0;
  position: relative;
  color: white;
  background-color: transparent; }
  @media (min-width: 769px) {
    .site-header {
      padding: 15px 0; padding: 5px 0; } }

.logo {
  float: left;
  display: block;
  text-indent: -9999px;
  margin-top: 4px;
  background: url("../images/GemShield-logo.png") no-repeat top left;
  width: 237px;
  width: 221px;
  height: 112px;
  background-size: 237px 30px;
  background-size: 221px 112px; }
  @media (min-width: 768px) {
    .logo {
      margin-top: 0; } }

.no-svg .logo {
  background: url("../images/logo.png") no-repeat top left; }

.site-header-nav {
  float: right;
  display: block; }
  .site-header-nav .quote a {
    padding: 10px 20px; }

.nav-trigger {
  display: none; }

/*-- @component BANNER --*/
.banner {
  color: #fff;
  padding: 80px 0;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .banner .container {
    position: relative;
    z-index: 4; }
  .banner h1, .banner h2 {
    color: #fff; }
  .banner .btn-primary, .banner .site-header-nav .quote a, .site-header-nav .quote .banner a, .banner .contact-form input[type="submit"], .contact-form .banner input[type="submit"] {
    margin-top: 35px; }
  .banner li {
    padding-left: 30px;
    margin-bottom: 20px;
    background: url(../images/check.png) no-repeat left center;
    list-style: none; }

.banner-bgs {
  background: #443f54;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-template-home-page-php .banner {
  padding: 130px 0 !important; }

.banner-text {
  padding-right: 90px; }

.banner-form {
  padding-left: 90px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  position: relative; }
  .banner-form input:not([type=submit]).filled, .banner-form input:not([type=submit]):focus {
    background: #443f54; }
  .banner-form label {
    color: rgba(255, 255, 255, 0.28); }
  .banner-form p {
    text-align: left;
    position: relative;
    margin-left: 4em; }
  .banner-form .quote-error {
    position: absolute;
    bottom: -4em; }

.quote-error {
  color: #ff300d; }

/*-- @component FEATUTRES --*/
.feature img {
  margin-bottom: 60px; }

.steps-list {
  margin-top: 60px; }
  .steps-list:before {
    border-top: 3px solid #eaeaea;
    content: "";
    display: block;
    position: relative;
    top: 25px;
    z-index: 0;
    width: 66%;
    margin: 0 auto;
    text-align: center; }

.step {
  position: relative;
  list-style: none; }

/*-- @component CTA --*/
.cta {
  text-align: center; }

/*-- @component QUOTE FORM --*/
.quote-form {
  position: relative; }
  .quote-form input[name="zip"] {
    padding: 13px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333; }
  .quote-form .quote-error {
    padding-top: 30px;
    margin-top: 30px; }

/*-- @component PAGE NAV --*/
.page-nav {
  background-color: #fff;
  text-align: center; }
  .page-nav a {
    display: inline-block !important;
    padding: 25px !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #b6b6b6;
    text-align: center;
    border-left: 1px solid #f3f3f3;
    font-family: "freight-text-pro", Georgia, serif; }
  .page-nav li {
    margin-left: 0;
    display: inline !important; }
    .page-nav li:first-child a {
      border-left: none; }
    .page-nav li.active a {
      color: #1296ae; }
  @media (max-width: 481px) {
    .page-nav li {
      width: 100%;
      display: block; }
      .page-nav li a {
        display: block;
        padding: 5px !important; } }
  @media (max-width: 890px) and (min-width: 482px) {
    .page-nav li {
      width: 33%;
      display: block;
      float: left; }
      .page-nav li a {
        display: block; } }

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100; }

.admin-bar .fixed-top {
  top: 28px; }

.scroll.offset {
  padding-top: 73px; }

/*-- @component POLICIES --*/
.policies {
  padding: 50px 0 0 0; }

.policy {
  min-height: 292px; }
  .policy:nth-child(3) {
    margin-left: 0; }

/*-- @component FAQs --*/
.faqs {
  list-style: none;
  padding: 60px 0; }

.faq {
  margin-bottom: 20px;
  padding: 0; }
  .faq h3 {
    margin-bottom: 0; }
    .faq h3:after {
      width: 18px;
      height: 18px;
      content: "";
      position: absolute;
      top: 23px;
      right: 15px;
      background: url(../images/arrow-left.png) no-repeat right center; }
  .faq h3 a {
    color: #787878; }
  .faq.open h3 {
    border-bottom: 3px solid #e0e0e0; }
    .faq.open h3:after {
      background: url(../images/arrow-down.png) no-repeat right center; }
  .faq ul {
    list-style: none;
    margin-bottom: 0; }
    .faq ul li {
      padding: 5px 0; }
    .faq ul a {
      text-decoration: underline;
      color: #494949; }

.faq-single p, .faq-single ul, .faq-single ol, .faq-single blockquote {
  text-align: left; }
.faq-single ul, .faq-single ol {
  margin-left: 3em;
  margin-bottom: 1em; }
  .faq-single ul ul, .faq-single ul ol, .faq-single ol ul, .faq-single ol ol {
    margin-top: 1em; }
.faq-single li {
  margin-bottom: .5em; }
   /*RFS FAQ Styles */
 .aligncenter {display:block; margin:0 auto;}
 .faqs.vendor {list-style: none; padding: 0; margin:0 auto; }
 	.faqs.vendor h2 {padding:20px 10px; background:#eee;}


/*-- @component COMPARISON TABLE --*/
.compare-table {
  width: 100%;
  margin: 30px 0 0 0;
  border-collapse: separate; }
  .compare-table p {
    font-size: 24px;
    margin-bottom: 0;
    background: #F8F8F8;
    border-radius: 5px 0 0 0;
    border-left: 1px solid #d1d1d6;
    border-right: 1px solid #d1d1d6;
    border-top: 1px solid #d1d1d6; }
  .compare-table th, .compare-table td {
    text-align: left;
    border-bottom: 1px solid #d1d1d6; }
  .compare-table th {
    font-weight: 500;
    font-size: 18px; }
  .compare-table th[scope="row"] {
    width: 25%;
    line-height: 1.4;
    padding: 25px 25px 25px 0;
    border-right: 1px solid #d1d1d6;
    vertical-align: middle; }
  .compare-table th[scope="col"] {
    padding: 10px 12px 15px 12px;
    text-align: center;
    border: 1px solid #d1d1d6;
    border-bottom: none;
    border-left: none;
    position: relative;
    width: 18.75%; }
    .compare-table th[scope="col"]:first-child {
      border-bottom: none !important;
      border-top: none !important; }
    .compare-table th[scope="col"]:last-child {
      border-radius: 0 5px 0 0; }
  .compare-table td {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #d1d1d6;
    line-height: 1.3;
    font-size: 14px; }
  .compare-table .check, .compare-table .partial, .compare-table .ex {
    padding-top: 62px;
    padding-bottom: 10px; }
  .compare-table .check-small, .compare-table .ex-small, .compare-table .partial-small {
    padding-top: 50px; }
  .compare-table .check-small {
    background: url(../images/circle-check-small.png) no-repeat center 17px; }
  .compare-table .ex-small {
    background: #f8f8f8 url(../images/circle-x-small.png) no-repeat center 17px; }
  .compare-table .partial-small {
    background: #f8f8f8 url(../images/circle-partial-small.png) no-repeat center 17px; }
  .compare-table .partial {
    background: #f8f8f8 url(../images/circle-partial.png) no-repeat center 17px; }
  .compare-table .check {
    background: url(../images/circle-check.png) no-repeat center 17px; }
  .compare-table .ex {
    background: #f8f8f8 url(../images/circle-x.png) no-repeat center 17px; }
  .compare-table .na {
    background: #f8f8f8; }
  .compare-table sup {
    vertical-align: super;
    font-size: 12px; }

.table-subhead {
  padding: 30px 0 10px 0; }

.table-section-header h3 {
  padding: 15px 0; }

.footnotes {
  padding: 25px 0; }

.footnote {
  font-size: 14px;
  text-align: left; }

#footnote-about {
  text-align: center; }

/*-- @component CONTACT --*/
.reach {
  text-align: left; }
  .reach p {
    margin-bottom: 0; }

.contact-form {
  text-align: left;
  padding-top: 40px;
  margin-bottom: 50px; }
  .contact-form .grid-half, .contact-form .policy {
    width: 47.5%;
    margin-left: 5%; }
  .contact-form .grid-half:nth-child(2), .contact-form .policy:nth-child(2) {
    margin-left: 0; }
  .contact-form br {
    display: none; }
.contact-form h2 {
	margin: 24px 0 28px;
	padding-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
}

/*-- @component ABOUT --*/
.about-body {
  text-align: left; }

.partners {
  padding-top: 25px; }
  .partners h3 {
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    color: #818181;
    font-size: 19px;
    margin-bottom: 20px; }

.simple-page ul, .simple-page ol, .simple-page p {
  text-align: left; }
.simple-page li {
  margin-bottom: 1em; }
.simple-page table {
  width: 100%;
  background: #fff; }
  .simple-page table th {
    background: #1296ae;
    color: #fff; }
  .simple-page table td, .simple-page table th {
    text-align: left;
    padding: 10px;
    border: 1px solid #eeeeee; }
.simple-page.section, .simple-page.section-alt, .simple-page.section-alt {
  text-align: left; }
  .simple-page.section h1, .simple-page.section-alt h1, .simple-page.section h2, .simple-page.section-alt h2, .simple-page.section h3, .simple-page.section-alt h3, .simple-page.section h4, .simple-page.section-alt h4, .simple-page.section-alt h1, .simple-page.section-alt h2, .simple-page.section-alt h3, .simple-page.section-alt h4 {
    text-align: center; }

/*-- @component SITE FOOTER --*/
.photo-credit {
  font-size: 10px;
  text-align: center;
  margin-bottom: 15px; }

.site-footer {
  border-top: 1px solid #e7e7e7;
  background: #f9f9f9;
  padding: 30px 0; }

.site-footer-nav {
  float: left; }
  .site-footer-nav a {
    font-size: 14px; }
  .site-footer-nav li {
    margin-left: 0;
    margin-right: 20px; }

.copyright {
  font-size: 14px;
  margin-top: 10px;
  float: right;
  clear: right; }

.footer-address {
  clear: left;
  float: left;
  padding-top: 10px; }
  .footer-address p {
    font-size: 14px;
    margin-bottom: 0; }

.footer-social {
  float: right;
  margin-bottom: 15px;
  margin-top: 5px; }

[class*="social-link"] {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 15px;
  font-size: 22px; }

.social-link-facebook {
  background-position: -10px -5px; }
  .social-link-facebook:hover {
    background-position: -38px -5px; }

.social-link-gplus {
  background-position: -61px -5px; }
  .social-link-gplus:hover {
    background-position: -5px -33px; }

.social-link-twitter {
  background-position: -61px -62px; }
  .social-link-twitter:hover {
    background-position: -89px -6px; }

.social-link-pinterest {
  background-position: -7px -61px; }
  .social-link-pinterest:hover {
    background-position: -35px -61px; }

.social-link-linkedin {
  background-position: -34px -34px; }
  .social-link-linkedin:hover {
    background-position: -62px -34px; }

/*-- @component BLOG -- */
.blog {
  text-align: left; }
  .blog.section-alt {
    padding-top: 55px; }

.blog-post {
  background: #fff; }
  .blog-post .meta {
    font-style: italic; }
  .blog-post p {
    margin-bottom: 20px; }
  .blog-post h2 {
    font-size: 27px;
    margin-bottom: 20px; }
    .blog-post h2 a {
      color: #484848; }
  .blog-post .blog-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    text-align: left; }

.single .blog-post-thumb {
  width: auto;
  padding: 0 20px 10px 0; }
  .single .blog-post-thumb img {
    display: block;
    max-width: 200px; }

.blog-header {
  padding-bottom: 20px;
  text-align: center; }
  .blog-header h1 {
    margin-bottom: 15px; }
  .blog-header img {
    margin-bottom: 20px; }

.blog-post-share {
  padding: 20px 0;
  overflow: hidden; }
  .blog-post-share h3 {
    font-size: 18px;
    color: #1296ae;
    font-weight: bold;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    float: left; }

.blog-author-bio {
  background: #fff; }
  .blog-author-bio p {
    margin-bottom: 20px; }

.blog-author-bio-thumb {
  width: 15%;
  float: left; }
  .blog-author-bio-thumb img {
    border-radius: 50%; }

.blog-author-bio-content {
  width: 85%;
  padding-left: 20px;
  float: left; }

.blog-aside {
  padding: 0;
  background: #fff; }

.blog-widgets {
  list-style: none;
  margin-bottom: 0; }
  .blog-widgets .widget {
    padding: 30px 20px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.05); }
    .blog-widgets .widget:last-child {
      border-bottom: 0; }
    .blog-widgets .widget:first-child {
      box-shadow: none;
      border-bottom: 0;
      padding-bottom: 10px;
      text-align: center; }
    .blog-widgets .widget h2 {
      font-size: 27px;
      text-align: center;
      margin-bottom: 23px; }
    .blog-widgets .widget ul {
      list-style: none;
      margin-bottom: 0; }
    .blog-widgets .widget.widget_categories {
      padding-bottom: 15px; }
      .blog-widgets .widget.widget_categories li {
        display: inline-block; }
      .blog-widgets .widget.widget_categories a {
        display: inline-block;
        background: #e2e2e2;
        color: #838383;
        padding: 6px 20px;
        border-radius: 20px;
        font-size: 16px;
        margin-bottom: 10px; }
        .blog-widgets .widget.widget_categories a:hover {
          background: #d5d5d5; }
    .blog-widgets .widget.widget_cta {
      box-shadow: none; }
  .blog-widgets .cta {
    padding: 0; }
    .blog-widgets .cta p {
      padding-bottom: 40px; }
    .blog-widgets .cta label {
      padding-left: 0; }
    .blog-widgets .cta .grid-half, .blog-widgets .cta .policy {
      width: 100%;
      margin-left: 0;
      float: none; }
  .blog-widgets .quote-form {
    width: 100%; }
    .blog-widgets .quote-form .quote-error {
      padding: 0; }

.breadcrumb {
  margin-bottom: 20px;
  padding: 0; }

#disqus_thread {
  padding-top: 40px; }

.seo-paragraph {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center; }

/*-- @component Progress Bar --*/
.progress-bar {
  background-color: #443F55; }

@media screen and (max-width: 980px) {
  /*-- @component SITE HEADER --*/
  .site-header-nav li {
    margin-left: 9px; }
  .site-header-nav a {
    font-size: 15px; }

  /*-- @component FEATURES --*/
  .feature.grid-fourth {
    width: 47.5%; }
    .feature.grid-fourth:nth-child(3) {
      margin-left: 0;
      clear: left; }

  .step {
    background-size: contain; }

  /*-- @component PAGE NAV --*/
  .fixed-top {
    position: fixed;
    top: auto;
    left: auto; }

  .scroll.offset {
    padding-top: 0; } }
@media screen and (max-width: 800px) {
  /*-- @section LAYOUT --*/
  .grid-wide-half, .grid-small-half, .banner-form {
    float: none;
    width: 100%; }

  /*-- @component SITE HEADER --*/
  .site-header {
    position: relative; }

  .logo {
    width: 200px;
    height: 27px;
		height: 101px;
    background-size: 200px 27px;
    background-size: 200px 101px; }

  .site-header-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    text-align: center;
    z-index: 10; }
    .site-header-nav li {
      display: block;
      margin-left: 0; }
    .site-header-nav a {
      display: block;
      padding: 15px;
      border-bottom: 1px solid #fff;
      color: #333; }
    .site-header-nav .quote a {
      padding: 15px;
      display: block;
      box-shadow: none;
      border-radius: 0;
      background: #1296ae;
      color: #fff; }

  .nav-trigger {
    display: block;
    float: right; }

  /*-- @component BANNER --*/
  .banner, .page-template-home-page-php .banner {
    padding: 50px 0; }

  .banner-text {
    padding-right: 0;
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-right: none; }

  .banner-form {
    padding-left: 0;
    text-align: left;
    border-left: none; }
    .banner-form:before {
      display: none; }

  /*-- @component PAGE NAV --*/
  .page-nav {
    display: block; }

  /*-- @component FEATURES --*/
  .features {
    padding: 40px 0; }

  /*-- @component SITE FOOTER --*/
  .site-footer-nav, .copyright {
    float: none; }

  .site-footer-nav {
    margin-bottom: 15px; }
    .site-footer-nav li {
      margin-right: 30px; }

  /*-- @module NARROW --*/
  .quote-form, .policies {
    width: 100%; }

  /*-- @component COMPARISON TABLE --*/
  /*-- @component Misc service & about --*/
  .policy,
  .contact-form .grid-half,
  .contact-form .policy,
  .partners .grid-half,
  .partners .policy,
  .quote-form .grid-half,
  .quote-form .policy,
  .reach .grid-half,
  .reach .policy {
    width: 100%;
    float: none;
    margin-left: 0; }

  .reach .grid-half:first-child, .reach .policy:first-child {
    margin-bottom: 20px; } }
@media screen and (max-width: 640px) {
  .steps-list {
    padding-top: 0px; }
    .steps-list:after {
      display: none; }

  .feature.grid-fourth, .step {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 3px solid #eaeaea; }
    .feature.grid-fourth:before, .step:before {
      top: -35px; }

  .feature.grid-fourth {
    padding-top: 0; } }
.wpcf7-form span.wpcf7-not-valid-tip {
  position: static;
  margin-top: -15px;
  margin-bottom: 30px;
  border: none;
  color: #ce604e;
  font-size: 19px;
  display: block;
  text-align: center;
  width: 100%; }

.wpcf7-form-control-wrap select {
  margin-bottom: 44px; }

.wpcf7-not-valid, .wpcf7-validation-errors {
  color: #ce604e !important; }

.wpcf7-form div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  clear: both;
  border: none;
  font-size: 19px; }

.wpcf7-form.sent input[type="submit"] {
  background-image: url("../images/button-check.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px; }

.dropdown .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 45px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #333;
  background: #fffefd;
  margin-bottom: 30px; }

.dropdown .wpcf7-form-control-wrap:before, .dropdown .wpcf7-form-control-wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none; }

.dropdown .wpcf7-form-control-wrap:before {
  border-bottom-style: solid;
  border-top: none; }

.dropdown .wpcf7-form-control-wrap:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none; }

.wpcf7-form input:not([type=submit]).wpcf7-email {
  margin-bottom: 20px; }

.wpcf7-form textarea {
  height: 178px; }

.dropdown .wpcf7-form-control-wrap select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 12px 8px 3px 20px;
  height: 31px;
  line-height: 14px;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 1px white;
  background: #f2f2f2;
  /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important;
  /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }

.dropdown .wpcf7-form-control-wrap select:focus {
  z-index: 3;
  width: 100%;
  outline: none; }

.dropdown .wpcf7-form-control-wrap select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
  color: #8E8E8E; }

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown .wpcf7-form-control-wrap {
  z-index: 1; }

.lt-ie9 .dropdown .wpcf7-form-control-wrap .wpcf7-form-control-wrap select {
  z-index: -1; }

.lt-ie9 .dropdown .wpcf7-form-control-wrap .wpcf7-form-control-wrap select:focus {
  z-index: 3; }

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px; } }

/* Hacks for dragonflyware stuff */
#application-form > iframe {
  margin-top: 10px;
  width: 100%;
  min-height: 550px;
  background-color: #FFFFFF; }
  #application-form > iframe .btn-primary, #application-form > iframe .site-header-nav .quote a, .site-header-nav .quote #application-form > iframe a, #application-form > iframe .contact-form input[type="submit"], .contact-form #application-form > iframe input[type="submit"] {
    background: purple !important; }

.container-application {
  margin: 0 auto;
  /*background: url("../images/bgimg.gif") repeat-x;*/
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0f0f0 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0f0f0 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0f0f0 0%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

/*---- Nick code -----------*/
.page_block {
  margin: 0;
  text-align: center;
  height: auto;
  max-width: 600px;
  opacity: 0.8; }

.takes_under_minute {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  margin: 0 0 0 0; }

.saved_quote {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  font-weight: 400;
  color: #187f91;
  margin: 10px 0 10px 0;
  padding: 0; }

.saved_quote2 {
  font-style: normal; }

input.button_1.btn-secondary {
  margin: 0px 10px 0 10px;
  /*float: left;*/
  width: 150px;
  border: 1px solid #d7dada;
  font-size: 14px;
  font-family: georgia, serif;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
  display: inline-block;
  background-color: #f4f5f5; }

.button_2, input[type="text"].field-inverse {
  /*float: right;*/
  width: 150px;
  margin: -10px 0px 20px 0px;
  border: 1px solid #5b506f;
  font-size: 14px;
  font-family: georgia, serif;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff; }

.banner-form {
  padding: 0;
  margin-top: 200px !important; }

.banner-text {
  padding: 0;
  margin: 0; }

.container.banner-text {
  margin: 0 auto; }

.label {
  line-height: 1.3;
  font-size: 19px;
  margin-bottom: 5px; }

.banner {
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6); }

.banner .container {
  position: relative;
  z-index: 4; }

.banner h1, .banner h2 {
  color: #fff; }

.banner .btn-primary, .banner .site-header-nav .quote a, .site-header-nav .quote .banner a, .banner .contact-form input[type="submit"], .contact-form .banner input[type="submit"], .banner .site-header-nav .quote a, .site-header-nav .quote .banner a, .banner .contact-form input[type="submit"], .contact-form .banner input[type="submit"] {
  margin-top: 35px; }

.banner li {
  padding-left: 30px;
  margin-bottom: 20px;
  background: url(../images/check.png) no-repeat left center;
  list-style: none; }

.banner-bgs {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

/*nick*/
/*input, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
  padding: 10px 20px;
  border-radius: 6px;
  border: 2px solid #979796;
  background:#fffefd;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1;
  &:focus {
    outline: none;
  }
  &.field-inverse {
    color: rgba(255,255,255,0.5);
    border: 3px solid rgba(255,255,255,.71);
    background-color: rgba(255,255,255,.04);
    box-shadow: 0 1px 0 rgba(255,255,255,.13), inset 0 0 0 1px rgba(34,30,31,.16);
  }
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}*/
h1.headline-new {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
  margin-top: 15px;
  z-index: 3600;
  padding: 10px 80px; }

h1.headline-new2 {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #333333 !important;
  margin-bottom: 0;
  margin-top: 15px;
  z-index: 3600;
  padding: 8px 10px; }

h1.headline-new3 {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #333333 !important;
  margin-bottom: 0;
  margin-top: 15px;
  z-index: 3600;
  padding: 10px 30px; }

/*
* get a quote box
* by NP
* 5-nov2014
*/
.get-a-quote .page_block {
  max-width: 100%;
  opacity: 0.6; }

.get-a-quote h1.headline-new {
  color: #323232;
  padding: 10px 80px;
  font-size: 30px; }

.get-a-quote h1.headline-new2 {
  color: #323232;
  padding: 10px 20px;
  font-size: 30px; }

.get-a-quote h1.headline-new3 {
  color: #323232;
  padding: 0px 20px;
  font-size: 30px; }

.get-a-quote .takes_under_minute {
  color: #157E91;
  font-size: 17px; }

.get-a-quote .saved_quote {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 1em;
  font-style: italic; }

.container .get-a-quote input.btn-secondary.button_1, .container .quickquote input.btn-secondary.button_1 {
  padding: 10px;
  box-shadow: none;
  font-size: 17px;
  border: 1px solid #010101;
  background: none;
  margin: 0;
  text-align: center;
  width: 100%; }

input.placeholder, .container .get-a-quote input.btn-secondary.button_1.placeholder {
  text-align: center; }

.get-a-quote .btn-primary, .quickquote .btn-primary, .get-a-quote .site-header-nav .quote a, .site-header-nav .quote .get-a-quote a, .get-a-quote .contact-form input[type="submit"], .contact-form .get-a-quote input[type="submit"] {
  margin-top: 1.1em;
  padding: .5em 0;
  box-shadow: none;
  font-size: 17px;
  border: 1px solid #83709f; }

.quickquote .btn-primary {
  border: 0 none; }

.btn-secondary:active {
  top: 0; }

h1.headline-new {
  font-family: "freight-text-pro", Georgia, serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
  margin-top: 15px;
  z-index: 3600;
  padding: 10px 80px; }

@media screen and (max-width: 800px) {
  .banner {
    padding-bottom: 1em !important; }

  .banner-bg {
    background-size: 100%; }

  .container .get-a-quote input.btn-secondary.button_1 {
    margin-top: 1em;
    margin-bottom: 15px;
    margin-right: 0; }

  .get-a-quote .btn-primary, .get-a-quote .site-header-nav .quote a, .site-header-nav .quote .get-a-quote a, .get-a-quote .contact-form input[type="submit"], .contact-form .get-a-quote input[type="submit"] {
    width: 80%;
    margin-left: 0; }

  .get-a-quote h1.headline-new {
    color: #323232;
    padding: 10px 50px;
    font-size: 24px;
    line-height: 30px; }

  .get-a-quote h1.headline-new2 {
    color: #323232;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 26px; }

  .get-a-quote h1.headline-new3 {
    color: #323232;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 26px; }

  .site-header-nav a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    color: #333;
    background: white; } }
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 2em !important; }

  .compare-table td {
    line-height: 1;
    font-size: 12px;
    padding: 2px; }

  .get-a-quote h1.headline-new,
  .home .get-a-quote h1.headline-new {
    color: #323232;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1em; }

  .get-a-quote h1.headline-new2 {
    color: #323232;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px; }

  .get-a-quote h1.headline-new3 {
    color: #323232;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px; }

  .section, .section-alt, .section-alt {
    padding: 0px 0px;
    text-align: center; }

  feature.grid-fourth, .step {
    border-top: none; }

  .feature img {
    margin-bottom: 20px; }

  .site-header-nav a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    color: #333;
    background: white; }

  .banner-bg {
    background-size: 100%; }

  .features, .cta {
    padding: 0px; }

  /*
  * END get a quote box
  */ }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "freight-text-pro", Georgia, serif !important; }

#videoBanner {
  position: relative;
  overflow: hidden;
  background-color: #000;
  max-height: 750px; }

.hero-home {
  min-height: 500px;
  overflow: hidden;
  background: #000;
/*  height: calc(100vh - 339px); */
  z-index: 0; }

.hero-home .containerCentered {
  height: 100%; }

.hero-home img {
  display: block;
  height: 100%;
  min-height: 500px;
  width: auto;
/*  position: absolute;
  top: 0;
  left: -1px; */
  z-index: 0;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.3s ease;
	overflow: hidden;	}

.page-template-home-page-php .banner {
  padding: 50px 0; }

.vertical-centered {
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 80px 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6); }

.banner,
.banner-text {
  z-index: 5;
  position: relative;
  background-color: transparent;
  color: white; }
  .banner h1,
  .banner-text h1 {
    font-family: "freight-text-pro", Georgia, serif; }

.banner1 {
  z-index: 5;
  position: absolute;
	top: 35%;
	width: 100%;
  background-color: transparent;
  color: white; }
  .banner1 h1,
  .banner-text1 h1 {
    font-family: "freight-text-pro", Georgia, serif; }

.home .get-a-quote h1.headline-new {
  color: white;
  font-size: 34px;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 767px) {
    .home .get-a-quote h1.headline-new {
      font-size: 45px;
      padding-top: 30px; } }

.progress {
  margin-top: 10px;
  margin-bottom: 10px !important; }

.get-a-quote .page_block {
  opacity: 1.0; }

.get-a-quote .takes_under_minute {
  font-size: 22px;
  color: #ccc;
  line-height: 1.3em;
  margin-bottom: 15px; }
  @media (min-width: 767px) {
    .get-a-quote .takes_under_minute,
    .features .takes_under_minute {
      font-size: 26px;
      margin-bottom: 30px; } }

.get-a-quote .btn-primary, .get-a-quote .site-header-nav .quote a, .site-header-nav .quote .get-a-quote a, .get-a-quote .contact-form input[type="submit"], .contact-form .get-a-quote input[type="submit"] {
  margin-top: 15px;
  border-color: #1296ae; }

.container .get-a-quote input.btn-secondary.button_1 {
  border-color: white;
  margin-top: 15px;
  margin-bottom: 15px; }

.container .quickquote input.btn-secondary.button_1 {
  margin-top: 1.2em;
	padding: 0.6em;
  border-color: #333;	}

.saved_quote a {
  color: #ccc; }
  .saved_quote a:hover {
    color: white;
    text-decoration: none; }

section.full-width {
  position: relative; }

h2 + .lead {
  margin-top: 0; }

.compare-table p {
  margin: 0;
  padding: 10px 0 10px 5px;
}

#service-banner {
  height: 210px; }
  @media (min-width: 769px) {
    #service-banner {
      height: 350px; } }
  #service-banner h1 {
    font-size: 26px;
    line-height: 1.2em; }
    @media (min-width: 769px) {
      #service-banner h1 {
        font-size: 58px; } }
  #service-banner h2 {
    font-size: 34px;
    line-height: 1.2em; }
    @media (min-width: 769px) {
      #service-banner h2 {
        font-size: 58px; } }
  #service-banner p {
    font-size: 12px; }
@media (min-width: 769px) {
  #service-banner p {
    font-size: 24px; } }

.step-number {
  background-color: #44bed4;
  color: white;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 60px; }

.banner-bgs {
  background: rgba(0, 0, 0, 0.4); }

.photo-banner-headline {
  color: white;
  font-size: 28px;
  line-height: 1.1em; }
  @media (min-width: 767px) {
    .photo-banner-headline {
      font-size: 46px; } }

.navbar-toggle {
  margin-top: 15% !important;
  margin-right: 0 !important;
	border-color: #fff !important;	}
  .navbar-toggle .icon-bar {
    background-color: #333;
    background-color: #fff; }

.service-option {
  border: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  .service-option i {
    font-size: 18px; }
  .service-option p {
    font-size: 16px; }

.contact-form input[type="submit"], .btn-primary {
  background-color: #1296ae; }

.photo-credit,
.seo-paragraph {
  display: none; }

.well-summary .well-summary-content {
  text-align: center; }

@media (max-width: 768px) {
  .navbar-toggle {
    display: block !important; } }
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /* padding-left: 50%; */
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 25px;
    left: 15px;
    width: auto;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 16px;
  }

  /*
  Label the data*/

  td:nth-of-type(1):before {
    content: "GemShield"; }

  td:nth-of-type(2):before {
    content: "Renter's Policy"; }

  td:nth-of-type(3):before {
    content: "Homeowner's Policy"; }

  td:nth-of-type(4):before {
    content: "Jewelry Warranty"; } }
@media (max-width: 760px) {
  .compare-table th[scope="row"] {
    width: 100%;
    font-size: 16px;
    text-align: center; }

  .compare-table .ex,
  .compare-table .check,
  .compare-table .partial,
  .compare-table .check-small,
  .compare-table .ex-small,
  .compare-table .partial-small {
    background-position: 90% 15px;
    text-align: right; } }
.logocontainer {}
.logocontainer {
  position: relative; }
  .bg-container {
  background-size:cover;
  }
.bg-container .contentcontainer {
	height: 100%;
	min-height: 600px;
	position: relative;
	bottom: 0;
}

.cta h1 {
  text-align: center;
  color: white;
  font-size: 26px;
  line-height: 1.1em;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .cta h1 {
      font-size: 40px; } }

.lplogo {
  position:relative;
  left:5%;
  width:220px;
  }
.lplogo img {
	max-width: 215px;
	display: block;
	margin: 0 auto;
	padding: 0 10px 10px;
	padding: 10px;
}
/* .lplogo.boxed { background:rgba(0,0,0,.45); } */
.partner-logo {
  position: absolute;
  top: 0;
  right: 5%;
  width: 220px;
}
.partner-logo img {
  display: block;
  margin: 0 auto;
  padding: 10px;
  max-width: 215px;
}
  @media (max-width: 767px) {
  .lplogo {
  position:initial;
  display:block;
  width:100%;
  }
  .lplogo.boxed {
  background:none;
  }

  .lplogo img {
  display:block;
  margin:0 auto;
  }
  .contentcontainer.partner-landing {
	background:rgba(0,0,0,.45);
	padding: 25px 0 0;
  }
  .bg-container .contentcontainer {
	height: 100%;
	min-height: 475px;
  }
  .bg-container .contentcontainer.taller {
	height: 100%;
	min-height: 550px;
  }
  .partner-landing-content-img { display: block; margin: 0 auto;}
  }
.one-off-logo {
  margin-bottom: 10px;
  width: 100px;
  }
  @media (min-width: 960px) {
    .one-off-logo {
      margin-top: -20px;
      float: left; } }

.lpoutercontainer {
  overflow: hidden; }

.lpoutercontainer .contentcontainer .formbar {
	background: rgba(0,0,0,0.55);
	position: absolute;
	width: 100%;
	bottom: 0;
}
  @media (max-width: 767px) {
 .lpoutercontainer .contentcontainer .formbar {
	  background:none;
  }
  }
.lpform {
  text-align: center; }
  .lpform .contentcol {
    text-align: center;
    margin-bottom: 15px;
    padding-left: 0; }

.lpform .contentcol h1 {
  display: none; }

.lpform .contentcol .row1 {
	font-size: 2.25em;
	line-height: 1em;
	color: rgba(68, 190, 215, 0.95);
}

.lpform .contentcol .row2 {
  font-size: 18px;
  font-weight: 100;
  margin-top: 4px;
  color: #eee;
  }

.lpform .formcol .quote-form {
  margin: 0;
  width: 100%; }

.lpform .formcol label {
  display: none; }

.lpcontentlower .lowerleft {
  padding-top: 20px; }

.lpcontentlower .lowerleft h2 {
  font-size: 26px;
  margin-bottom: 10px; }

.lpcontentlower .lowerleft p {
  font-size: 14px;
  line-height: 26px;
  font-family: Helvetica;
  color: #333333; }

.lpcontentlower .lowerimg img {
  padding: 15px; }
.lpfooter {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 1080px;
}
.lpfooter p {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  font-family: Helvetica;
  color: #443f55;
  display: inline-block; }

.lpfooter
.lpfooter p.copyright {
  float: right; }

.quote-form .quote-error {
  margin: 12px 0 0 30px; }

.quote-form input:not([type=submit]) {
  margin-top: 0;
  text-align: center; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="submit"],
textarea {
  padding: 12px 20px;
  margin-bottom: 15px; }

  @media (min-width: 768px) {
  .page-template-landing-page-be-php .lplogo img {
	width: 30%;
	max-width: 200px;
	display: block;
	}
 .page-template-landing-page-be-php .logocontainer {
      height: 600px !important; }
.page-template-landing-page-be-php .contentcontainer .cta {
  z-index: 1;
  position: relative;
  margin: 40px 0 0;
}
  .page-template-landing-page-be-php .contentcontainer .cta h1 {
    font-size: 3em; }
.page-template-landing-page-be-php .contentcol {
  margin-bottom: 0; }
.page-template-landing-page-be-php .row2,
.page-template-landing-page-be-php h4.switch-tab {
  color: #eee;
  text-align: center;
  margin: 0; }
}
  @media (max-width: 767px) {
.page-template-landing-page-be-php .contentcontainer .cta {
  font-size:1.5em;
  }
.page-template-landing-page-be-php .row2, .page-template-landing-page-be-php h4.switch-tab {
  color: #ccc;
  text-align: center;
  margin: 0; }
}
@media (min-width: 768px) {
  .logocontainer {
    height: 550px !important; }
  .lpcontentlower {
    margin-top: 60px; } }
@media screen and (max-width: 980px) {
  .lpoutercontainer {
    background-size: 980px 368px; }

  .lpform .contentcol h1 {
    display: none; }

  .lpfooter p {
    margin-right: 10px; } }
@media screen and (max-width: 800px) {
  .lpoutercontainer {
    background-size: 800px 340px; }

  .lpform .contentcol h1 {
    display: none; }

  .lpcontentlower {
    background: none; } }
@media screen and (max-width: 640px) {
  .lpoutercontainer {
    background-size: 640px 240px; }

  .lpform .contentcol h1 {
    display: inline;
    color: #fff;
    font-size: 38px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center; }

  .quote-form .quote-error {
    margin: 20px 0 0 10px; }

  .lpfooter p {
    margin: 10px 5px 5px 0; } }

body, .policy h3, .faq h3, .blog-post h3, .blog-author-bio h3, .blog-aside h3, .partners h3, .blog-post-share h3, .takes_under_minute, .saved_quote { font-family: 'Open Sans', sans-serif !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .page-nav a, input.button_1.btn-secondary, .button_2, input[type="text"].field-inverse, h1.headline-new, h1.headline-new2, h1.headline-new3, h1.headline-new, .banner-text h1 { font-family: 'Minion Pro', serif !important; }

.site-header { background: #000; padding: 0; border-bottom: 10px solid #000; }
.site-header:after { display: block; content: ""; width: 100%; height: 10px; background: #008793; }
.menu a { text-transform: uppercase; font-size: 16px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-variant: small-caps; }
ul li { margin-left: 25px; }
.features ul { padding-left: 25px; text-indent: -25px }
.features ul li { text-indent: 0; }

.section-alt { background: #ededed; }
.step-number { background-color: #008793; }

.section-quote { background: #008793; color: #fff; }
.section-quote h2 { color: #fff !important; }
.quote-form input[name="zip"] { border-color: #fff; background: transparent; }
.quote-form input[name="zip"]::-webkit-input-placeholder { color: #fff; }
.quote-form input[name="zip"]::-moz-placeholder { color: #fff; }
.quote-form input[name="zip"]:-ms-input-placeholder { color: #fff; }
.quote-form input[name="zip"]:-moz-placeholder { color: #fff; }
.quote-form .btn-primary { margin: 0 0 15px; padding: 14px 20px; background-color: #303030 !important; border-color: #333 !important; font-size: 18px;  }

#menu-footer-menu a { font-size: 13px; }
footer .h-nav ul { padding: 20px 0; }
.footer-address p { font-size: 13px !important; }
footer .fa { color: #a5a5a5; }

.wpcf7-form input[type=date]:not([type=submit]) { background: #ededed; padding: 12px 20px; border: 1px solid #333; border-radius: 6px; line-height: 1; font-weight: 300; }
.wpcf7-form input.filled[type=date]:not([type=submit]) { background: #fff; }
.wpcf7-form label[for=date] { float: left; padding-right: 10px; padding-left: 0; }
.wpcf7-form input[type=radio]:not([type=submit]) { margin: 12px 12px 16px; display: inline-block; }

span.ex, span.ex-small, span.partial, span.partial-small, span.check, span.check-small { display: block; background: none !important; padding-top: 0 !important; }
span.check, span.check-small, span.partial, span.partial-small { color: #008793; font-weight: bold; }
span.partial, span.partial-small { opacity: .5; text-shadow: 0px 0px 1px #000; }
span.ex, span.ex-small { color: #999; font-weight: bold; }

.h-nav ul ul { background-color: #000; padding-bottom: 5px; border-bottom: 1px solid #333; box-shadow: 4px 4px 6px #666; }
.h-nav ul ul li { border-bottom: 1px solid #333; display: block; }

