/*
Theme Name: Titan
Theme URI: http://underscores.me/
Author: Titan Web Marketing Solutions, Inc.
Author URI: http://underscores.me/
Description: Description
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titan
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Titan is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Google Fonts
# Typography
# Elements
# Forms
# Links
# Accessibility
# Images
# Galleries
# Custom Helper Classes
# Hover
# Footer
# Margins
# Header
	## Desktop
	## Mobile
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
.box-shadow, body .middle-form-wrapper {
  box-shadow: 0px 0px 20.44px rgba(0, 0, 0, 0.35);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color="#000000");
}

.thirty {
  font-size: 30px;
}

.home-middle-box {
  pointer-events: none;
}

a.button-primary,
a:visited.button-primary {
  color: #015488;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 35px;
  display: inline-block;
  border: solid 2px #015488;
  text-align: center;
}
a.button-primary:hover,
a:visited.button-primary:hover {
  color: #fff;
  background: #015488;
  border: solid 2px #015488;
  background: -ms-linear-gradient(0deg, #015488 0%, #231f20 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1DEDF2', endColorstr='#1DB9F2' ,GradientType=0)";
  background: linear-gradient(90deg, #015488 0%, #231f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1DEDF2",endColorstr="#1DB9F2" , GradientType=1);
  text-decoration: none;
}

a.button-secondary, a.button-third,
a:visited.button-secondary {
  color: #015488;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 35px;
  display: inline-block;
  border: solid 2px #015488;
  text-align: center;
}
a.button-secondary:hover, a.button-third:hover,
a:visited.button-secondary:hover {
  color: #fff;
  background: transparent;
  border: solid 2px #015488;
  background: #015488;
  text-decoration: none;
}

a.button-three,
a:visited.button-three {
  color: #fff;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 35px;
  display: inline-block;
  border: solid 2px #fff;
  text-align: center;
}
a.button-three:hover,
a:visited.button-three:hover {
  color: #000;
  background: #fff !important;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 2rem;
  display: inline-block;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

p {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 4rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 4.2rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #015488;
}

h3 {
  font-size: 2.3rem;
  font-weight: 900;
  color: #7c7c7c;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #015488;
  font-family: "Lato", sans-serif;
}

.primary {
  color: #015488;
}

.list ul {
  margin-left: 0;
  text-align: left;
}

nav ul li {
  font-size: inherit;
}
nav ul li.dropdown.open ul.dropdown-menu {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Custom Post Author
--------------------------------------------------------------*/
.postauthor {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 2px dashed #dddddd;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

.postauthor img {
  border: 3px solid #dddddd;
  float: left;
  margin-right: 15px;
}

.postauthor h4 {
  color: #666666;
  font-size: 20px;
  margin-bottom: 5px;
}

.postauthor p {
  color: #515151;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

ul,
ol {
  margin: 0 0 1.5rem 3rem;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 0px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Chrome Width Issue */
.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important;
}

/* Required Color */
.gform_wrapper .gfield_required {
  color: #e20d15 !important;
  margin-left: 4px;
}

/* Validation Error Messages */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0px !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #e20d15 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0 !important;
}

.gform_wrapper div.validation_error {
  color: #e20d15 !important;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #e20d15 !important;
  border-bottom: 2px solid #e20d15 !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100% !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #e20d15 !important;
}

/* Style border, background color, and fonts */
.gform_wrapper textarea,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #fff;
  border: 0px;
  font-size: 1.4rem !important;
  color: #000 !important;
}

/* Placeholder Color */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/* Submit Button Styles */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  font-size: 2.4rem !important;
  /*
  color: ;
  background-color: ;
  */
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  display: inline-block;
  padding: 1rem 2rem;
  vertical-align: middle;
  cursor: pointer;
}

/* Submit Button Hover & Focus Styles */
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  text-decoration: none;
  /*
  color: ;
  background-color: ;
  */
}

/* Submit Button on Mobile */
@media (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.4rem !important;
  }
}
/* Remove Ajax Spinner -- It sometimes takes up the full-width and looks broken */
body img.gform_ajax_spinner {
  display: none !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: none !important;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  height: auto; /* Make sure images are scaled correctly. */
  width: 100%; /* Adhere to container width. */
}

img.attachment-thumbnail,
img.attachment-medium,
img.attachment-large,
img.attachment-full {
  height: auto;
  width: auto;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 0.5rem 0 0.5rem;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  box-shadow: none;
  background: none;
  display: inline-block;
}

.gallery-item a img {
  display: block;
  transition: filter 0.2s ease-in;
  backface-visibility: hidden;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery Columns */
.gallery-item {
  max-width: 25%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    max-width: 33%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 33%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
# Custom Helper Classes
--------------------------------------------------------------*/
.white {
  color: #ffffff;
}

.gray {
  color: #6d6e71;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.graybg {
  background-color: #ececec;
}

.primary-bg {
  background-color: #015488;
}

.pt0 {
  padding-top: 0rem;
}

.pb0 {
  padding-bottom: 0rem;
}

.pt1 {
  padding-top: 1rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.mt0 {
  margin-top: 0rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.mt1 {
  margin-top: 1rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.nopad {
  padding-left: 0px;
  padding-right: 0px;
}

/*--------------------------------------------------------------
## Hover
--------------------------------------------------------------*/
/* Pop */
@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.shiftnav-loading {
  display: none !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-text {
  font-size: 12px !important;
}

/*--------------------------------------------------------------
## Margins
--------------------------------------------------------------*/
.row {
  margin-left: 0;
  margin-right: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.navbar {
  margin-bottom: 0;
  padding-top: 1.5rem;
  position: fixed;
  z-index: 9;
  width: 100%;
  background: transparent;
}

/*safari 4.0 - 8.0*/
/*standard syntax*/
@keyframes slideleft {
  from {
    transform: translateX(1200px);
  }
  to {
    transform: translateX(0px);
  }
}
body .header-hero-row {
  background-image: url("/wp-content/themes/titan/images/hero-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  min-height: 530px;
  position: relative;
  z-index: 3;
  padding-top: 25rem;
  padding-bottom: 4rem;
  margin-bottom: 8rem;
}
body .header-hero-row .header-hero-wrapper {
  z-index: 5;
  position: relative;
  color: #fff;
}
body .header-hero-row .header-hero-wrapper p {
  font-size: 18px;
  color: #fff;
}
body .header-hero-row .header-hero-wrapper p.intro-title {
  line-height: 60px;
  margin-bottom: 2.1rem;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
}
body .header-hero-row .header-hero-wrapper p.intro-title span {
  display: inline-block;
}
body .header-hero-row .header-hero-wrapper p.intro-description {
  margin-bottom: 33px;
}
body .header-hero-row .header-hero-wrapper .button-primary {
  color: #fff;
  border: solid 2px #fff;
}
body .header-hero-row:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body .header-hero-row.home-box {
  background-image: url("/wp-content/themes/titan/images/home-hero.png");
  background-position: bottom center;
  padding-bottom: 30rem;
}
body .header-hero-row.home-box:before {
  background: rgba(11, 42, 127, 0);
}
body .header-hero-row.home-box .middle-form-wrapper {
  position: absolute;
  bottom: 0;
}
body .header-hero-row.default-hero-box {
  background-image: url("/wp-content/themes/titan/images/driver.jpg");
  background-position: top center;
}
body .header-hero-row.default-hero-box h4 {
  color: #fff;
}
body .header-hero-row.default-hero-box.blog-hero-box {
  background-image: url("/wp-content/uploads/Van-Driving-Through-Mountains.jpg");
  min-height: 260px;
  margin-bottom: 4rem;
  background-position: center center;
}
body .header-hero-row .middle-form-wrapper.quote-form {
  position: relative;
}
body .header-hero-row .middle-form-wrapper.quote-form h2 {
  color: #fff;
  padding-top: 3rem;
}
body .header-hero-row.default-hero-box {
  background-position: top center;
}
body .header-hero-row.default-hero-box.bg-businessgeneral-hero {
  background-image: url("/wp-content/themes/titan/images/General_Liability_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-personal-hero {
  background-image: url("/wp-content/themes/titan/images/family.jpg");
  background-position: center;
}
body .header-hero-row.default-hero-box.bg-business-hero {
  background-image: url("/wp-content/themes/titan/images/Business_Insurance_Landing_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-bop-hero {
  background-image: url("/wp-content/themes/titan/images/Business_Owners_Package_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-shed-hero {
  background-image: url("/wp-content/themes/titan/images/Commerical_Shed_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-com-auto-hero {
  background-image: url("/wp-content/themes/titan/images/Commercial_Auto_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-contractors-hero {
  background-image: url("/wp-content/themes/titan/images/Contractors_Insurance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.worker-comp-building-large {
  background-image: url("/wp-content/themes/titan/images/Commercial_Building_Property_1600x550.jpg");
}
body .header-hero-row.default-hero-box.worker-comp-umbrella {
  background-image: url("/wp-content/themes/titan/images/Commercial_Umbrella_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-excess-hero {
  background-image: url("/wp-content/themes/titan/images/Excess_Liability_Coverage_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-directors-hero {
  background-image: url("/wp-content/themes/titan/images/Directors_Officers_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-errors-hero {
  background-image: url("/wp-content/themes/titan/images/Errors_Omissions_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-equiment-hero {
  background-image: url("/wp-content/themes/titan/images/Equipment_Breakdown_Insurance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-grouphealth-hero {
  background-image: url("/wp-content/themes/titan/images/Group_Health_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-grouplife-hero {
  background-image: url("/wp-content/themes/titan/images/Group_Life_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-com-termlife-hero {
  background-image: url("/wp-content/themes/titan/images/Commercial_Term_Life_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-groupdisability-hero {
  background-image: url("/wp-content/themes/titan/images/Group_Disability_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-manufacturer-hero {
  background-image: url("/wp-content/themes/titan/images/Manufacturers_Inusrance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-surety-hero {
  background-image: url("/wp-content/themes/titan/images/Surety_Bonds_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-bus-workers-hero {
  background-image: url("/wp-content/themes/titan/images/Workers_Compensation_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-employmentprac-hero {
  background-image: url("/wp-content/themes/titan/images/Employment_Practices_Liability_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-trucking-ins-hero {
  background-image: url("/wp-content/themes/titan/images/Trucking_Insurance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-trucking-liability-hero {
  background-image: url("/wp-content/themes/titan/images/Trucking_Liability_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-trucking-damage-hero {
  background-image: url("/wp-content/themes/titan/images/Physical_Damage_1600x550.jpg");
}
body .header-hero-row.default-hero-box.our-team-hero {
  background-image: url("/wp-content/themes/titan/images/Our_Team.jpg");
  margin-bottom: 0rem !important;
  background-position: left bottom;
}
body .header-hero-row.default-hero-box.bg-company-hero {
  background-image: url("/wp-content/themes/titan/images/Our_Company.jpg");
}
body .header-hero-row.default-hero-box.blog-hero-box {
  background-image: url("/wp-content/themes/titan/images/Blog.jpg");
  background-position: center top;
}
body .header-hero-row.default-hero-box.bg-carriers {
  background-image: url("/wp-content/themes/titan/images/Insurance_Carrier.jpg");
}
body .header-hero-row.default-hero-box.bg-quick-quote {
  background-image: url("/wp-content/themes/titan/images/Quick_Quote.jpg");
}
body .header-hero-row.default-hero-box.bg-home-quote {
  background-image: url("/wp-content/themes/titan/images/Home_Quote.jpg");
}
body .header-hero-row.default-hero-box.bg-health-quote {
  background-image: url("/wp-content/themes/titan/images/Health_Quote.jpg");
}
body .header-hero-row.default-hero-box.bg-life-quote {
  background-image: url("/wp-content/themes/titan/images/Life_Quote.jpg");
}
body .header-hero-row.default-hero-box.bg-auto-quote {
  background-image: url("/wp-content/themes/titan/images/Auto_Quote.jpg");
}
body .header-hero-row.default-hero-box.bg-recreation-quote {
  background-image: url("/wp-content/themes/titan/images/Recreational.jpg");
}
body .header-hero-row.default-hero-box.bg-business-quote {
  background-image: url("/wp-content/themes/titan/images/Business_Quote.jpg");
}
body .header-hero-row.default-hero-box.bg-make-payment {
  background-image: url("/wp-content/themes/titan/images/Make_a_Payment.jpg");
}
body .header-hero-row.default-hero-box.bg-report-claim {
  background-image: url("/wp-content/themes/titan/images/Report_a_Claim.jpg");
}
body .header-hero-row.default-hero-box.bg-update-contact {
  background-image: url("/wp-content/themes/titan/images/Update_Contact_Info.jpg");
}
body .header-hero-row.default-hero-box.bg-policy-change {
  background-image: url("/wp-content/themes/titan/images/Policy_Change.jpg");
}
body .header-hero-row.default-hero-box.bg-proof-insurance {
  background-image: url("/wp-content/themes/titan/images/Proof_of_Insurnace.jpg");
}
body .header-hero-row.default-hero-box.bg-contact-us {
  background-image: url("/wp-content/themes/titan/images/Contact_Us_1600x550.jpg");
  margin-bottom: 0rem;
}
body .header-hero-row.default-hero-box.bg-contact-carrier {
  background-image: url("/wp-content/themes/titan/images/Contact_Carriers.jpg");
}
body .header-hero-row.default-hero-box.bg-free-consultation {
  background-image: url("/wp-content/themes/titan/images/Free_Consultation_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-homeowners {
  background-image: url("/wp-content/themes/titan/images/Homeowners.jpg");
}
body .header-hero-row.default-hero-box.bg-mobile-home {
  background-image: url("/wp-content/themes/titan/images/MobileHome_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-condo {
  background-image: url("/wp-content/themes/titan/images/Condo_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-landlord {
  background-image: url("/wp-content/themes/titan/images/Landlord_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-renters {
  background-image: url("/wp-content/themes/titan/images/Renters_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-flood {
  background-image: url("/wp-content/themes/titan/images/Flood_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-earthquake {
  background-image: url("/wp-content/themes/titan/images/Earthquake_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-farm {
  background-image: url("/wp-content/themes/titan/images/FarmandRanch_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-valuable {
  background-image: url("/wp-content/themes/titan/images/ValuableItems_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-dwelling {
  background-image: url("/wp-content/themes/titan/images/Dwellin gfire_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-umbrella {
  background-image: url("/wp-content/themes/titan/images/UmbrellaInsurance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-identity {
  background-image: url("/wp-content/themes/titan/images/IdentityTheftRecoveryCoverage_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-builder-risk {
  background-image: url("/wp-content/themes/titan/images/BuildersRiskInsurance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-life {
  background-image: url("/wp-content/themes/titan/images/Life.jpg");
}
body .header-hero-row.default-hero-box.bg-disability {
  background-image: url("/wp-content/themes/titan/images/Disabilty.jpg");
}
body .header-hero-row.default-hero-box.bg-long-term {
  background-image: url("/wp-content/themes/titan/images/Long_Term.jpg");
}
body .header-hero-row.default-hero-box.bg-short-term {
  background-image: url("/wp-content/themes/titan/images/Short_Termcare.jpg");
}
body .header-hero-row.default-hero-box.bg-uli {
  background-image: url("/wp-content/themes/titan/images/Universal_Life_Insurance.jpg");
}
body .header-hero-row.default-hero-box.bg-term-life {
  background-image: url("/wp-content/themes/titan/images/Term_Life.jpg");
}
body .header-hero-row.default-hero-box.bg-whole-life {
  background-image: url("/wp-content/themes/titan/images/Whole_Life.jpg");
}
body .header-hero-row.default-hero-box.bg-final-expense {
  background-image: url("/wp-content/themes/titan/images/Final_Expense.jpg");
}
body .header-hero-row.default-hero-box.bg-children-life {
  background-image: url("/wp-content/themes/titan/images/Childrens_Life.jpg");
}
body .header-hero-row.default-hero-box.bg-health {
  background-image: url("/wp-content/themes/titan/images/Health_1600_550.jpg");
}
body .header-hero-row.default-hero-box.bg-vision {
  background-image: url("/wp-content/themes/titan/images/Vision_Ins_1600_550.jpg");
}
body .header-hero-row.default-hero-box.bg-dental {
  background-image: url("/wp-content/themes/titan/images/Dental_Coverage_1600_550.jpg");
}
body .header-hero-row.default-hero-box.bg-medical {
  background-image: url("/wp-content/themes/titan/images/Medicare_Supplemental_1600_550.jpg");
}
body .header-hero-row.default-hero-box.bg-auto {
  background-image: url("/wp-content/themes/titan/images/AutoInsurance.jpg");
}
body .header-hero-row.default-hero-box.bg-motorcycle {
  background-image: url("/wp-content/themes/titan/images/Motorcycle.jpg");
}
body .header-hero-row.default-hero-box.bg-classic {
  background-image: url("/wp-content/themes/titan/images/Antique_ClassicCar.jpg");
}
body .header-hero-row.default-hero-box.bg-hobby {
  background-image: url("/wp-content/themes/titan/images/HobbyCar.jpg");
}
body .header-hero-row.default-hero-box.bg-atv {
  background-image: url("/wp-content/themes/titan/images/ATV.jpg");
}
body .header-hero-row.default-hero-box.bg-rv {
  background-image: url("/wp-content/themes/titan/images/RV.jpg");
}
body .header-hero-row.default-hero-box.bg-boating {
  background-image: url("/wp-content/themes/titan/images/Boating.jpg");
}
body .header-hero-row.default-hero-box.bg-testominials {
  background-image: url("/wp-content/themes/titan/images/Business_Insurance_Landing_1600x550.jpg");
  margin-bottom: 0rem;
}
body .header-hero-row.default-hero-box.bg-pet {
  background-image: url("/wp-content/themes/titan/images/PetInsurance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-vacant {
  background-image: url("/wp-content/themes/titan/images/Vacant-property.jpg");
}
body .header-hero-row.default-hero-box.bg-annuity {
  background-image: url("/wp-content/themes/titan/images/Annuity.jpg");
}
body .header-hero-row.default-hero-box.bg-retirement {
  background-image: url("/wp-content/themes/titan/images/Retirement.jpg");
}
body .header-hero-row.default-hero-box.bg-recreational {
  background-image: url("/wp-content/themes/titan/images/Recreational_Quote.jpg");
  background-position: center bottom;
}
body .header-hero-row.default-hero-box.search-results-hero {
  background-image: url("/wp-content/themes/titan/images/bg-search.jpg");
  background-position: center top;
  min-height: 320px;
  margin-bottom: 0;
}
body .header-hero-row.default-hero-box.bg-crop {
  background-image: url("/wp-content/themes/titan/images/crop.jpg");
}
body .header-hero-row.default-hero-box.bg-aflac {
  background-image: url("/wp-content/themes/titan/images/bg-aflac.jpg");
}
body .header-hero-row.default-hero-box.bg-hospital-expense {
  background-image: url("/wp-content/themes/titan/images/bg-hospital-expense.jpg");
}
body .header-hero-row.default-hero-box.bg-travel {
  background-image: url("/wp-content/themes/titan/images/bg-travel.jpg");
}
body .header-hero-row.default-hero-box.bg-agribus {
  background-image: url("/wp-content/themes/titan/images/Agribusiness_Insurance_1600x550.jpg");
}
body .header-hero-row.default-hero-box.bg-trucking-motor-hero {
  background-image: url("/wp-content/themes/titan/images/trucking-cargo.jpg");
}
body .header-hero-row.default-hero-box.bg-marine-hero {
  background-image: url("/wp-content/themes/titan/images/inland-marine.jpg");
}
body .header-hero-row.default-hero-box.bg-contractors-hero {
  background-image: url("/wp-content/themes/titan/images/Contractors_Insurance_1600x550.jpg");
}

body .header-hero-row.default-hero-box.our-team-hero {
  margin-bottom: 7rem;
}

.page-id-181 .post-password-form {
  padding-top: 140px;
  padding-bottom: 100px;
  text-align: center;
}
.page-id-181 .navbar {
  background: #0f2b6c;
}

body .middle-form-wrapper {
  position: absolute;
  right: 0;
  bottom: -120px;
  background: rgba(1, 84, 136, 0.7);
  z-index: 5;
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 3.1rem;
}
body .middle-form-wrapper.video-box {
  padding: 0;
  bottom: -50px;
  margin: 0;
  background: #000;
}
body .middle-form-wrapper.video-box iframe {
  width: 100%;
  height: 380px;
}
body .middle-form-wrapper .gform_wrapper .top_label li.gfield.gf_left_half,
body .middle-form-wrapper .gform_wrapper .top_label li.gfield.gf_right_half {
  margin-bottom: 7px;
}
body .middle-form-wrapper .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
body .middle-form-wrapper .gform_wrapper .gform_footer {
  margin: 3px 0 0;
}
body .middle-form-wrapper .gform_wrapper .gform_body {
  margin-top: 0;
  padding-top: 12px;
}
body .middle-form-wrapper .gform_wrapper label.gfield_label {
  font-size: 14px;
  font-weight: 700;
}
body .middle-form-wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body .middle-form-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  color: #fff !important;
  border-bottom: solid 1px #fff;
  padding: 3px 4px;
}
body .middle-form-wrapper .gform_wrapper select {
  height: 23px;
  background: transparent;
  border: none;
  font-size: 11px;
  padding-left: 0 !important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
body .middle-form-wrapper .gform_wrapper select option {
  color: #000;
}
body .middle-form-wrapper .gform_wrapper .gfield_required {
  display: none;
}
body .middle-form-wrapper .gform_wrapper .gform_footer input.button,
body .middle-form-wrapper .gform_wrapper .gform_footer input[type=submit],
body .middle-form-wrapper .gform_wrapper .gform_page_footer input.button,
body .middle-form-wrapper .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  font-size: 1.4rem !important;
  font-weight: 700;
  border-radius: 0;
  padding: 1rem 1.3rem;
  background: white;
  border: 2px solid transparent;
  color: #015488;
  text-transform: uppercase;
}
body .middle-form-wrapper .gform_wrapper textarea.large {
  height: 52px;
  width: 100%;
  background: transparent;
  border-bottom: solid 1px #fff;
}

.middle-hero-row.middle-home-row {
  background-image: url("/wp-content/themes/titan/images/home-middle.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -370px;
}
.middle-hero-row.middle-home-row:before {
  background: rgba(225, 225, 225, 0.6);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.middle-hero-row.middle-home-row .middle-hero-wrapper {
  position: relative;
  z-index: 3;
  padding-top: 33rem;
  padding-bottom: 11rem;
  text-align: center;
}
.middle-hero-row.middle-home-row .middle-hero-wrapper img {
  width: 46px;
  margin-top: 55px;
}

.home-services-single-box {
  text-align: center;
  border-right: solid 1px #c1c1c1;
  border-bottom: solid 1px #c1c1c1;
  min-height: 190px;
  padding-top: 55px;
  padding-bottom: 35px;
}
.home-services-single-box h3 {
  color: #000;
}
.home-services-single-box img {
  max-height: 50px;
  text-align: center;
  padding-bottom: 15px;
}
.home-services-single-box i {
  font-size: 35px;
  color: #015488;
}

.home-providers-left {
  text-align: center;
}
.home-providers-left h3 {
  padding-top: 2.4rem;
  color: #015488;
}

.home-providers-right #rev_slider_2_1 .uranus.tparrows:before {
  color: #7c7c7c;
}

.home-providers-row {
  display: inherit;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

.home-testimonial-row {
  background: url("/wp-content/themes/titan/images/family-farm.jpg");
  clear: both;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, center top;
  background-size: cover;
}
.home-testimonial-row .testimonial-hero-wrapper {
  padding-top: 4rem;
  padding-bottom: 120px;
}
.home-testimonial-row .testimonial-hero-wrapper a,
.home-testimonial-row .testimonial-hero-wrapper a:visited {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #015488;
  text-decoration: underline;
}
.home-testimonial-row .testimonial-hero-wrapper h4 {
  padding-top: 4rem;
  margin-bottom: 0;
}
.home-testimonial-row .testimonial-hero-wrapper p {
  color: #015488;
}
@media (max-width: 767px) {
  .home-testimonial-row .testimonial-hero-wrapper {
    padding-bottom: 0rem;
  }
}
.home-testimonial-row .testimonial-hero-wrapper-bottom h2 {
  padding-bottom: 2rem;
}
.home-testimonial-row .testimonial-hero-wrapper-bottom a,
.home-testimonial-row .testimonial-hero-wrapper-bottom a:visited {
  border: solid 1px #015488;
  color: #015488;
  background: transparent;
  margin-top: 3rem;
  margin-bottom: 6.5rem;
}

.testmonial-wrap h3 {
  color: #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 17px solid #fff;
}
.arrow-down.top-mid {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.get-to-know h2 {
  color: #fff;
}

.about-middle-wrapper {
  text-align: center;
  padding-bottom: 6rem;
}
.about-middle-wrapper h2 {
  padding-bottom: 1rem;
}

.about-employee-wrapper .employee-wrapper-box {
  margin-bottom: 4rem;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 20.44px rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color="#000000");
}

.about-employee-row {
  padding-bottom: 5rem;
}
.about-employee-row h4 {
  margin-bottom: 0;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.about-employee-row p {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  color: #015488;
  padding-bottom: 1rem;
}

.about-content-row {
  padding-bottom: 7rem;
}

.about-content-wrapper-right {
  padding-top: 4.2rem;
}

.about-content-wrapper-left {
  padding-bottom: 3rem;
}
.about-content-wrapper-left p {
  font-size: 19px;
  color: #015488;
}
.about-content-wrapper-left a,
.about-content-wrapper-left a:visited {
  color: #015488;
  font-size: 14px;
  font-style: italic;
}

.about-slider-bottom {
  padding-bottom: 5rem;
}

.contact-middle-map {
  line-height: 0;
}

.service-content-bottom-right .button-secondary, .service-content-bottom-right a.button-third {
  margin-top: 4rem;
}

.testimonial-box {
  padding-bottom: 5.5rem;
  margin-bottom: 8rem;
}
.testimonial-box .test-single {
  position: relative;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.testimonial-box .test-single .fa.fa-quote-left {
  font-size: 40px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 22px;
}
.testimonial-box .test-single i.fa.fa-star {
  font-size: 16px;
  padding-bottom: 1.5rem;
}
.testimonial-box .test-single p {
  margin-bottom: 0;
}
.testimonial-box .test-single p.author-reviewer {
  font-weight: 600;
  color: #015488;
}
.testimonial-box .test-single ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.testimonial-box .test-single ul li {
  display: inline-block;
}
.testimonial-box .test-single:nth-child(odd) {
  background: #dde4e8;
}
.testimonial-box .test-single:nth-child(even) {
  background: #fff;
  color: #000;
}
.testimonial-box .test-single:nth-child(even) i.fa.fa-star {
  color: #1dedf2;
}
.testimonial-box .test-single:nth-child(even) .fa.fa-quote-left {
  color: #1dedf2;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  padding-top: 4px;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
  padding-top: 7px;
  padding-left: 3px;
}

footer {
  background: url("/wp-content/themes/titan/images/footer.jpg");
  background-size: cover;
  background-position: center;
}
footer .footer-company-box {
  background: #000;
  float: left;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
footer .footer-company-box p,
footer .footer-company-box a,
footer .footer-company-box a:visited {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.page-id-12 .footer-getready-right,
.page-id-12 .footer-getready-left {
  display: none;
}
.page-id-12 .contact-review-box a.button-primary {
  width: 100%;
}
.page-id-12 h3 {
  font-size: 28px;
  padding-top: 10px;
}
.page-id-12 .footer-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-id-117 .footer-getready-right,
.page-id-117 .footer-getready-left {
  display: none;
}
.page-id-117 .ourteam-footer-box a.button-primary {
  width: 100%;
}
.page-id-117 h3 {
  font-size: 28px;
  padding-top: 10px;
}
.page-id-117 .footer-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-top-row {
  background: rgba(255, 255, 255, 0.8);
}
.footer-top-row h3 {
  color: #000;
  margin-bottom: 0;
}

.footer-getready-right {
  padding-top: 4rem;
}

.footer-getready-left {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

a.button-third {
  color: #1dedf2;
  border: solid 2px #1dedf2;
}

.footer-middle-row {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
}
.footer-middle-row h4 {
  font-size: 18px;
  border-bottom: solid 1px #fff;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-middle-row ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-middle-row ul li {
  line-height: 1.3;
}
.footer-middle-row ul li a,
.footer-middle-row ul li a:visited {
  font-size: 14px;
}
.footer-middle-row .footer-widget-five-wrapper ul#menu-contact {
  padding-bottom: 1.5rem;
}
.footer-middle-row .footer-widget-five-wrapper ul#menu-contact li {
  padding-bottom: 10px;
}
.footer-middle-row .footer-widget-five-wrapper ul#menu-contact li a,
.footer-middle-row .footer-widget-five-wrapper ul#menu-contact li a:visited {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

#mysticky-nav.wrapfixed {
  top: 0 !important;
}
#mysticky-nav.wrapfixed .navbar.navbar-default {
  background: -ms-linear-gradient(0deg, #015488 0%, #231f20 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary", endColorstr="$color-third" ,GradientType=0);
  background: linear-gradient(90deg, #015488 0%, #231f20 100%);
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.35);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color="#000000") progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-third",endColorstr="$primary" , GradientType=1);
  transition: all 0.3s ease 0.15s;
  -moz-transition: all 0.3s ease 0.15s;
  -webkit-transition: all 0.3s ease 0.15s;
  -o-transition: all 0.3s ease 0.15s;
  opacity: 1 !important;
}

.header-login-right {
  color: #fff;
  text-transform: uppercase;
  padding-right: 3rem;
}
@media (min-width: 1200px) {
  .header-login-right {
    text-align: right;
  }
}

nav.navbar.navbar-default.myfixed .logo-color-header {
  display: block;
}

nav a.logo-image img {
  max-height: 36px;
  position: relative;
  transition: height 0.5s;
}

.myfixed a.logo-image img {
  width: auto;
  height: 130px;
  position: relative;
  top: -20px;
  display: block;
}

nav.navbar.navbar-default.myfixed .logo-white-header {
  display: block;
}

.myfixed a.logo-image img {
  width: auto;
  height: 50px;
  position: relative;
  top: 0;
}

nav a.logo-image img {
  max-height: 90px;
  position: relative;
  top: 0;
  transition: height 0.5s;
}

.logo-color-header {
  padding-bottom: 5px;
  display: block;
  position: relative;
  transition: 0.5s;
}
.logo-color-header img {
  max-width: 260px;
}

a.logo-image img {
  max-width: 260px;
  width: auto;
  max-height: 34px;
}

.searchform ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.searchform ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.searchform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.searchform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.searchform-header-box-wrapper form#searchform > div {
  float: right;
  position: relative;
}
.searchform-header-box-wrapper form#searchform input {
  background: transparent;
  font-size: 12px;
  border: solid 1px #fff;
  padding: 2px 13px 2px 30px;
  min-width: 160px;
  color: #fff;
  background: transparent;
}
.searchform-header-box-wrapper button#searchsubmit {
  color: #fff;
  background: transparent;
  border: transparent;
  padding: 7px 11px 5px;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.searchform-header-box-wrapper button#searchsubmit:hover {
  color: #dde4e8;
  background: tranparent;
}

.service-content-bottom {
  background: #f2f2f2;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

a.button-third.service-contact-btn {
  padding: 1rem 3rem;
  margin-top: 2rem;
  color: #015488;
  border: solid 2px #015488;
}

.header-search-box {
  padding-top: 3rem;
}

.nav.navbar-nav > li > a {
  padding-top: 0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background: transparent;
  text-decoration: underline;
}

nav ul li.dropdown.open ul.dropdown-menu {
  display: block;
  background: #015488;
  color: #fff;
}
nav ul li.dropdown.open ul.dropdown-menu li a,
nav ul li.dropdown.open ul.dropdown-menu li a:visited {
  color: #fff;
  padding-left: 25px;
  text-transform: uppercase;
}
nav ul li.dropdown.open ul.dropdown-menu li a:focus, nav ul li.dropdown.open ul.dropdown-menu li a:hover,
nav ul li.dropdown.open ul.dropdown-menu li a:visited:focus,
nav ul li.dropdown.open ul.dropdown-menu li a:visited:hover {
  background-color: #015488;
  color: #fff;
}
nav ul li.dropdown.open ul.dropdown-menu li.business-commercial-nav-link a,
nav ul li.dropdown.open ul.dropdown-menu li.business-commercial-nav-link a:visited {
  font-size: 14px;
  font-weight: 700;
  padding-left: 15;
  text-transform: uppercase;
}
nav ul li.dropdown.open ul.dropdown-menu li.active a {
  background: #015488;
  color: #fff;
}

.navbar .caret {
  visibility: hidden;
}

.shiftnav-wrap {
  padding-top: 0 !important;
}

#shiftnav-toggle-main {
  display: none;
}

#shiftnav-menu-image-shiftnav-main {
  background: #015488;
  padding: 20px 73px 20px 20px;
}

.close-toggle-shift {
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.close-toggle-shift > .menu-item {
  background: blue;
}

.shiftnav li.menu-item.shiftnav-sub-accordion > .shiftnav-submenu-activation-open {
  box-shadow: none;
}

.shiftnav-inner {
  background: #015488 !important;
}

.shiftnav .shiftnav-submenu-activation i.fa {
  margin-top: -7px;
  left: auto;
  margin-left: -5px;
  right: 20px;
}

.shiftnav ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-submenu-activation {
  width: 100% !important;
}

.shiftnav ul.shiftnav-menu li a,
.shiftnav ul.shiftnav-menu li a:visited {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.shiftnav ul.shiftnav-menu li.shiftnav-active {
  padding-bottom: 20px !important;
  transition: 0.5s;
  background-color: #231f20 !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
  background-color: #015488 !important;
  border-top: 1px solid #fff;
}
.shiftnav ul.shiftnav-menu li ul li {
  padding: 0 25px;
}
.shiftnav ul.shiftnav-menu li ul li a {
  font-size: 13px;
  font-weight: 600;
  padding: 17px 0 17px 40px !important;
  margin: 0 !important;
  line-height: 24px !important;
}

.shiftnav li.menu-item .shiftnav-submenu-activation {
  text-align: center;
  width: 100% !important;
  text-align: right !important;
  color: white;
  font-size: 12px;
}

.shiftnav > li.menu-item {
  box-shadow: 0px 8px 13.2px 0px rgba(0, 0, 0, 0.15);
}

.carrier-logo-box {
  overflow-x: hidden;
}
.carrier-logo-box .logos-single-block {
  text-align: center;
  min-height: 100px;
}

img.logo-header-default {
  display: none;
}

.navbar-header {
  position: relative;
  top: -27px;
}

.info-left,
.info-right {
  text-align: center;
  margin-bottom: 3rem;
}

.info-main-content-wrapper .info-main-content-right,
.info-main-content-wrapper .info-main-content-left {
  padding-bottom: 3rem;
}
.info-main-content-wrapper .info-main-content-right ul,
.info-main-content-wrapper .info-main-content-left ul {
  margin: 0 0 0 18px;
  padding: 0 0 0 0;
}
.info-main-content-wrapper .info-main-content-right a.button-gray,
.info-main-content-wrapper .info-main-content-left a.button-gray {
  margin-top: 3rem;
}

.worker-comp-policies .service-content-wrapper {
  margin-top: 3rem;
}
.worker-comp-policies .service-content-wrapper ul {
  margin: 2rem 0 0 1.8rem;
  padding: 0 0 0 0;
}
.worker-comp-policies img {
  max-height: 400px;
  width: auto;
}
.worker-comp-policies.worker-comp-policies-large .service-content-wrapper {
  margin-bottom: 4rem;
}
.worker-comp-policies.worker-comp-policies-large img {
  max-height: 100%;
  width: auto;
}
.worker-comp-policies.worker-comp-policies-large .service-content-wrapper-right {
  margin-bottom: 0;
  position: relative;
  bottom: 0;
}
.worker-comp-policies.worker-comp-policies-large .service-content-wrapper-right.worker-business-wrapper {
  bottom: 0;
}
.worker-comp-policies.worker-comp-policies-large .service-content-wrapper-right.worker-business-wrapper img {
  max-height: 100%;
  width: auto;
}
.worker-comp-policies.worker-comp-policies-large .service-content-wrapper-right.worker-business-wrapper.business-special-padding {
  bottom: -18px;
}

.service-content-bottom-left {
  padding-bottom: 2rem;
}

.contact-phone-box {
  border: solid 1px #1dedf2;
  text-align: center;
  padding: 4rem 2.5rem;
  max-width: 270px;
  margin: 0 auto;
}
.contact-phone-box i.fa.fa-phone {
  font-size: 51px;
  width: 100%;
  padding-bottom: 1.5rem;
}
.contact-phone-box a.button-special {
  font-size: 23px;
  color: #015488;
  font-weight: 700;
  padding-bottom: 1rem;
  display: block;
}

.info-right.content-with-list ul {
  padding-left: 0;
}

.worker-comp-policies.worker-comp-policies-large img {
  max-height: 444px;
}

.header-shiftnav-box {
  float: right;
}

a.shiftnav-toggle.shiftnav-toggle-shiftnav-main {
  color: #fff;
  position: relative;
  font-size: 25px;
}

.shiftnav-open-target a.shiftnav-toggle.shiftnav-toggle-shiftnav-main {
  color: #fff;
  position: relative;
  top: -5px;
  font-size: 25px;
  left: 0;
}

body .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
  padding: 20px 25px !important;
}

.shiftnav ul.shiftnav-menu > li.menu-item {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.no-display {
  display: none !important;
}

.search-results article footer {
  display: none;
}

.carrier-logos .d-flex.align-items-center {
  margin-bottom: 3rem;
}

body .header-hero-row.hero-short-margin {
  margin-bottom: 8rem;
}

.header-term-of-use {
  min-height: 320px !important;
  margin-bottom: 0 !important;
}

.search-results-box {
  padding-bottom: 5rem;
}
.search-results-box h2 {
  font-size: 3rem;
  text-transform: capitalize;
}
.search-results-box .posts-navigation {
  display: none !important;
}

/*-------
Desktop
--------*/
@media (min-width: 1200px) {
  .primary-nav-login {
    display: none !important;
  }
  .header-shiftnav-box {
    float: right;
    display: none;
  }
  .middle-hero-row.middle-home-row {
    margin-top: -30%;
  }
}
@media (max-width: 1199px) {
  .navbar-default .navbar-toggle {
    display: none;
  }
  .header-login-right,
  .searchform-header-box-wrapper {
    position: relative;
    top: 11px;
  }
}
@media (max-width: 1320px) and (min-width: 1199px) {
  .navbar-nav li:last-child ul {
    left: -80px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  body .header-hero-row.home-box .middle-form-wrapper {
    position: relative;
    bottom: 0;
    margin-top: 5rem;
  }
  .middle-hero-row.middle-home-row {
    position: relative;
    margin-top: -70%;
  }
  .middle-hero-row.middle-home-row .middle-hero-wrapper {
    padding-top: 26rem;
  }
  body .middle-form-wrapper {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 3rem;
  }
}
.info-main-content-wrapper .info-main-content-right,
.info-main-content-wrapper .info-main-content-left {
  padding-bottom: 3rem;
}
.info-main-content-wrapper .info-main-content-right.personal-links-box,
.info-main-content-wrapper .info-main-content-left.personal-links-box {
  min-height: 500px;
}

@media (min-width: 768px) {
  .navbar-brand {
    height: auto;
  }
  .navbar-nav {
    float: right;
    margin-right: -1.5rem;
  }
  .navbar-default {
    border-color: transparent;
  }
  .navbar {
    border-radius: 0;
  }
  .menu-social-container {
    display: block;
    float: right;
    width: 50%;
  }
  .container > .navbar-collapse {
    margin-right: -1.5rem;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:visited {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:visited:hover {
    text-decoration: underline;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    color: light #015488;
  }
  /*Active Nav Item*/
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: light #015488;
  }
  body .middle-form-wrapper {
    right: 0;
  }
}
.tos-list {
  font-size: 1.5rem !important;
}

/*-------
## Mobile
-------*/
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
  a.shiftnav-toggle.shiftnav-toggle-shiftnav-main {
    top: 30px;
    font-size: 25px;
    left: -20px;
  }
  a.logo-image {
    max-width: 180px;
    display: block;
    margin: 40px 0 0 20px;
  }
  .header-top-row {
    z-index: 4;
    position: relative;
  }
  .header-login-right,
  .searchform-header-box-wrapper {
    position: relative;
    top: 0px;
  }
  .searchform-header-box-wrapper {
    display: none;
  }
  .mobile-pad-special {
    padding-right: 0;
  }
  .mobile-pad-special {
    padding-right: 0;
  }
  .mobile-center {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .navbar-brand {
    height: auto;
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-header,
  .navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
  }
  .nav.navbar-nav.social > li {
    display: inline-block;
  }
  .menu-social-container {
    text-align: center;
  }
  .nav-nopad {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse {
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #4c80b1;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: white;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 1.6rem;
    color: inherit;
    word-wrap: break-word;
    white-space: normal;
  }
  .navbar-toggle {
    border: none;
    background: transparent !important;
  }
  .navbar-toggle:hover {
    background: transparent !important;
  }
  .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  .info-main-content-wrapper .info-main-content-right.personal-links-box,
  .info-main-content-wrapper .info-main-content-left.personal-links-box {
    min-height: 200px;
  }
  .searchform-header-box-wrapper form#searchform > div {
    width: 100%;
  }
  .searchform-header-box-wrapper form#searchform input {
    width: 100%;
  }
  .navbar {
    position: absolute;
    border-bottom: solid 4px white;
    background: #15265d;
  }
  .header-shiftnav-box {
    position: absolute;
    right: 0;
    top: 68px;
  }
  body .header-hero-row .header-hero-wrapper p.intro-title {
    margin-bottom: 2.1rem;
    font-size: 30px;
    line-height: 36px;
  }
  body .header-hero-row.home-box .middle-form-wrapper {
    position: relative;
    bottom: 0;
    margin: 40px 0;
  }
  body .header-hero-row.home-box {
    padding-bottom: 0;
  }
  .middle-hero-row.middle-home-row {
    margin-top: -450px;
  }
  .middle-hero-row.middle-home-row .middle-hero-wrapper {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .home-providers-left h3 {
    padding-top: 2.4rem;
    text-align: center;
  }
  .home-providers-right .tp-rightarrow.tparrows,
  .home-providers-right .tp-leftarrow.tparrows {
    display: none;
  }
  .home-testimonial-row {
    background: url("/wp-content/themes/titan/images/family-farm.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 160px;
    background-size: cover;
  }
  .footer-getready-right {
    margin-top: -10px;
    margin-bottom: 40px;
    padding-top: 0;
  }
  body .middle-form-wrapper {
    position: relative;
    bottom: 0;
  }
  body .header-hero-row {
    margin-bottom: 5rem;
  }
  body .header-hero-row .header-hero-wrapper a.button-primary,
  body .header-hero-row .header-hero-wrapper a:visited.button-primary {
    margin-bottom: 20px;
  }
  .worker-comp-policies.worker-comp-policies-large .service-content-wrapper-right.worker-business-wrapper.business-special-padding {
    bottom: 0;
  }
  .worker-comp-policies.worker-comp-policies-large .service-content-wrapper-right.worker-business-wrapper img {
    max-height: 300px;
    width: auto;
  }
  .footer-widget-five-wrapper,
  .footer-widget-four-wrapper,
  .footer-widget-three-wrapper,
  .footer-widget-two-wrapper,
  .footer-widget-one-wrapper {
    margin-bottom: 2rem;
  }
}
/*--------------------------------------------------------------
Additional Styles - ZJ
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1300px) {
  .company-mid {
    background: url("/wp-content/themes/titan/images/company-mid.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .company-mid img {
    visibility: hidden;
  }
}

.address-header {
  color: #fff;
}/*# sourceMappingURL=style.css.map */