@charset "UTF-8";
/*
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
# Custom Site Style by Dev
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Questrial");
.shadow, .gform_wrapper .gform_footer input[type=submit] {
  -webkit-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px -5px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Questrial", 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: 700;
}

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: 700;
}

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

td,
th {
  padding: 0;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-size: 10px;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  color: #454545;
}

p, .tos-list, li {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
}

h1 {
  font-size: 5rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  text-transform: uppercase;
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
}

.hero-main {
  font-size: 7rem;
  text-transform: uppercase;
  text-align: right;
  display: block;
  line-height: normal;
}

.hero-sub {
  font-size: 2rem;
  text-align: right;
  display: block;
}

nav ul li {
  font-size: inherit;
}

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 2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

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

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

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

a:focus, :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: 700;
  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: auto;
  /* Adhere to container width. */
  max-width: 100%;
}

img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
  height: auto;
  /* Make sure images are scaled correctly. */
  width: auto;
  /* Adhere to container width. */
  max-width: 100%;
}

img.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

img.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: 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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
}

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

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  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: #fff;
}

.whitebg {
  background-color: #fff;
}

.gray {
  color: #6D6E71;
}

.graybg {
  background-color: #ECECEC;
}

.ltgraybg {
  background-color: #eff0f0;
}

.dkgraybg {
  background-color: #454545;
}

.primary {
  color: #000000;
}

.primarybg {
  background-color: #000000;
}

.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-text {
  font-size: 12px !important;
}

footer {
  margin-top: -4px;
}

.footer-one > div:last-child {
  margin-top: 2rem;
}

.footer-header {
  font-size: 2rem;
  font-weight: 700;
}

.footer-links {
  font-size: 13px;
}
.footer-links p {
  font-size: 13px;
}

.foot-bord {
  border-top: solid 2px #fff;
}

footer {
  color: #fff;
}
footer h4 {
  color: #636363;
  font-size: 2rem;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 3px;
}
footer ul {
  list-style: none;
  padding: 11px 0 0;
  margin: 0;
}

.banner-bg + .home-top h1 {
  padding-top: 40px !important;
}

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

.sticky-footer .col {
  display: inline-block;
  max-width: 90px;
  margin: 0 auto;
  width: 100%;
}

.sticky-footer .col p {
  margin-bottom: 0;
}

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#logo {
  width: 100%;
  max-width: 190px;
}

#searchform {
  padding-top: 10px;
  padding-bottom: 9px;
  float: right;
}

#searchform .form-group input {
  min-width: 245px;
  font-size: 18px;
  height: auto;
  background-color: transparent;
  text-align: right;
  box-shadow: none;
}

#searchform .search-icon {
  font-size: 1.5rem;
  color: #fff;
  background-color: transparent;
  border: none;
}

#searchform .search-icon:hover {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#searchform ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

#searchform :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}

#searchform ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}

#searchform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.login-section {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.login-section a {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-section a:hover {
  color: #454545;
  text-decoration: none;
}

@media only screen and (max-width: 798px) and (min-width: 768px) {
  #searchform .search-icon {
    padding: 2px 0;
  }
}
.header-contact i.fa {
  margin-right: 5px;
}

.header-right-widget1 {
  padding-top: 11px;
  padding-bottom: 9px;
}

.header-left-widget1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.about-intro-row {
  background: #000000;
}

.fidelity-middle {
  background-image: url(/wp-content/themes/titan/images/fidelity-bond-middle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
}

.name-top label.gfield_label.gfield_label_before_complex {
  display: none;
}

.gform_wrapper .gfield_required {
  color: #000 !important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-size: 1em !important;
  margin-bottom: 12px !important;
}

.page-id-8 .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

.gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 0 !important;
}

.large-form-box .gform_wrapper .field_description_below .gfield_description {
  padding-top: 4px;
}

.home-ins-info img {
  width: 100%;
  height: auto;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(215, 171, 49, 0.35);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(215, 171, 49, 0.35);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
.imp-shape {
  float: left;
  margin: 40px;
  width: 130px;
  height: 130px;
  font: 13px/130px "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #d7ab31;
  border-radius: 50%;
  animation: shadow-pulse 2s infinite reverse;
}

.squares-container h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 12px !important;
  text-transform: uppercase !important;
}
.squares-container .solid-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 12px 3px;
  margin: 20px 0 0 0;
}

.imp-tooltip-visible:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.72);
  pointer-events: none;
  position: absolute;
  right: -21px;
  top: -32px;
  font-size: 30px;
}

/*-------
Desktop
--------*/
@media (min-width: 768px) {
  .date-of-birth-box input {
    width: 100% !important;
  }

  #searchform .form-group input {
    color: #fff;
    min-width: 250px;
  }

  .navbar-brand {
    height: auto;
  }

  .navbar-nav {
    float: right;
    margin-right: -1.5rem;
  }

  .navbar-default {
    border-color: transparent;
  }

  .navbar {
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
  }

  .menu-social-container {
    display: block;
    float: right;
    width: 50%;
  }

  .container > .navbar-collapse {
    margin-right: -1.5rem;
  }

  .navbar-default .navbar-nav {
    border-color: transparent;
  }

  .navbar-default .navbar-nav li a {
    color: #454545;
    font-size: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navbar-default .navbar-nav li a:focus {
    color: #000000;
  }

  .navbar-default .navbar-nav li a:hover {
    color: #000000;
  }

  .navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.active a:focus, .navbar-default .navbar-nav li.active a:hover {
    background-color: transparent;
    color: #000000;
  }

  #menu-item-274 ul.dropdown-menu {
    float: right;
    left: inherit;
    right: 0;
  }
}
.phone-text {
  font-size: 18px;
  color: #fff;
  margin-right: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.phone-text.header-social {
  margin-right: 0;
}

.phone-text:hover {
  color: #000000;
  text-decoration: none;
}

#titan-nav {
  margin-top: 1rem;
}

/*-------
## Mobile
-------*/
@media (max-width: 767px) {
  .imp-fullscreen-tooltip.imp-tooltip-visible {
    background: rgba(0, 0, 0, 0.93) !important;
  }

  .phone-text {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .phone-text:hover {
    color: 900 !important;
  }

  .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;
  }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
  }

  .menu-social-container {
    text-align: center;
  }

  .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-toggle .icon-bar {
    background-color: #000000;
  }

  .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;
    text-align: center;
  }

  .navbar-toggle {
    border: none;
    background: transparent !important;
    position: absolute;
    right: 0;
    top: 9.9rem;
    z-index: 99;
  }

  .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);
  }

  #titan-nav {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: 0.001s;
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    border: none;
  }

  .top {
    z-index: 99;
  }

  .login-section {
    color: #fff;
    z-index: 99;
  }

  .login-section a {
    color: #fff;
  }

  .mob-search {
    z-index: 99;
    margin-bottom: 1rem;
  }

  #searchform {
    width: 320px;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 1rem;
    border-bottom: solid 2px #454545;
    padding-bottom: 0rem;
  }

  #searchform .form-group {
    display: inline-block !important;
  }

  #searchform .form-group input {
    text-align: center;
    box-shadow: none;
  }

  #searchform ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #454545;
  }

  #searchform :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #454545;
    opacity: 1;
  }

  #searchform ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #454545;
    opacity: 1;
  }

  #searchform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #454545;
  }

  #searchform .search-icon {
    color: #454545;
  }

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

  .navbar-brand {
    float: none;
  }

  #logo {
    display: block;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Custom Site Styles by Developer
--------------------------------------------------------------*/
.solid-btn {
  background-color: #000000;
  border: solid 3px #000000;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solid-btn:hover {
  color: #000000;
  background-color: #fff;
}

.tp-btn {
  background-color: transparent;
  border: solid 3px #000000;
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-btn:hover {
  background-color: #000000;
  color: #fff;
}

.flex {
  display: flex;
}

.flex-row {
  flex-wrap: wrap;
  width: 100%;
}

.center-align {
  align-items: center;
  justify-content: center;
}

.mid-align {
  align-items: center;
}

.end-align {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .tp-btn, .solid-btn {
    font-size: 2rem;
  }

  .mob-block {
    display: block;
    text-align: center;
  }
}
/*--- Home Page ---*/
.zin {
  z-index: 99;
}

.home-top {
  background-image: url(/wp-content/themes/titan/images/home-topbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 700px;
}

.no-overflow {
  overflow: hidden;
}

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

.family-pic img {
  width: 100%;
  height: auto;
}

.curve {
  margin-top: -6rem;
}

.video-ph {
  margin-top: -20rem;
  border: solid 1rem #fff;
  -webkit-box-shadow: 0px 30px 82px -40px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 30px 82px -40px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 30px 82px -40px rgba(0, 0, 0, 0.8);
}

.home-bot {
  background-image: url(/wp-content/themes/titan/images/home-bot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 13rem;
  padding-bottom: 10rem;
}

.home-hp {
  background-image: url(/wp-content/themes/titan/images/home.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 375px;
}

@media (min-width: 768px) {
  .ml-auto {
    margin-left: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .home-top {
    background-image: none;
  }

  .mob-home {
    background-image: url(/wp-content/themes/titan/images/home-topbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 5.5rem;
    padding-bottom: 15rem;
    text-align: right;
  }

  .hero-main {
    font-size: 3.5rem;
    text-align: right;
  }

  .hero-sub {
    font-size: 2rem;
    text-align: right;
  }

  .video-ph {
    margin-top: -12rem;
  }
}
/*------*/
/*---  Internal Pages ---*/
.internal-top-box {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  margin-bottom: 4%;
}

.internal-top-box .internal-top-text .hero-main {
  text-align: left;
  font-size: 5rem;
}

.internal-top-box .internal-top-text .hero-sub {
  text-align: left;
}

.internal-top-box .internal-top-text .tp-btn {
  margin-left: 1.5rem;
}

.top-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team {
  background-image: url(/wp-content/themes/titan/images/team-top.jpg);
}

.company {
  background-image: url(/wp-content/themes/titan/images/company-top.jpg);
}

.testimonials {
  background-image: url(/wp-content/themes/titan/images/testimonials-top.jpg);
}

.carriers {
  background-image: url(/wp-content/uploads/carriers-top.jpg);
}

.business {
  background-image: url(/wp-content/uploads/business-top.jpg);
}

.personal {
  background-image: url(/wp-content/uploads/personal-top.jpg);
}

.contact-us {
  background-image: url(/wp-content/themes/titan/images/contact-us.jpg);
}

.contact-carrier {
  background-image: url(/wp-content/uploads/contact-carrier.jpg);
}

.consultation {
  background-image: url(/wp-content/uploads/consulation.jpg);
}

.quick-quote {
  background-image: url(/wp-content/uploads/quick-quote.jpg);
}

.auto-quote {
  background-image: url(/wp-content/uploads/auto-quote.jpg);
}

.business-quote {
  background-image: url(/wp-content/uploads/business-quote.jpg);
}

.home-quote {
  background-image: url(/wp-content/uploads/home-quote.jpg);
}

.home-custom-quote {
  background-image: url(/wp-content/uploads/home-custom-quote.jpg);
}

.life-quote {
  background-image: url(/wp-content/uploads/life-quote.jpg);
}

.health-quote {
  background-image: url(/wp-content/uploads/health-quote.jpg);
}

.recreation-quote {
  background-image: url(/wp-content/uploads/recreation-quote.jpg);
}

.payment-top {
  background-image: url(/wp-content/uploads/payment.jpg);
  background-position: right;
}

.report {
  background-image: url(/wp-content/uploads/report.jpg);
}

.update-contact {
  background-image: url(/wp-content/uploads/update-contact.jpg);
}

.proof-of-insurance {
  background-image: url(/wp-content/uploads/proof-of-insurance.jpg);
}

.policy-change {
  background-image: url(/wp-content/uploads/policy-change.jpg);
}

.docs {
  background-image: url(/wp-content/uploads/docs.jpg);
}

.blog {
  background-image: url(/wp-content/uploads/blog-top.jpg);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .internal-top-box {
    max-width: 550px;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .phone-text {
    font-size: 16px;
  }

  #searchform {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #searchform .form-group input {
    min-width: 230px;
    font-size: 16px;
  }

  .header-right-widget1 {
    padding-top: 9px;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  #wp-live-chat {
    bottom: 34px !important;
    position: fixed;
  }

  .internal-img {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
  }

  .internal-top-box {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .internal-top-box .internal-top-text {
    text-align: center;
  }

  .internal-top-box .internal-top-text .hero-main {
    text-align: center;
    font-size: 5rem;
  }

  .internal-top-box .internal-top-text .hero-sub {
    text-align: center;
  }

  .internal-top-box .internal-top-text .tp-btn {
    display: block;
    margin-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .internal-top-box .internal-top-text h1 {
    text-align: center;
    font-size: 3.2rem;
  }
}
/*------*/
/*--- About Page ---*/
.thumbnail {
  border: none;
  border-radius: 0;
}

/*------*/
/*--- Carriers Page ---*/
.carrier-img {
  max-width: 200px;
}

/*------*/
/*--- Blog Page ---*/
.blog-btn {
  font-size: 18px;
}

/*------*/
/*--------------------------------------------------------------
## Custom Gravity Forms Styles by R. Miller
--------------------------------------------------------------*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper.gf_browser_chrome select {
  border: solid #000000 2px;
  border-radius: 0;
}

.gform_wrapper select {
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0px;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  font-size: 1em !important;
}

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

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

/* 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 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;
}

.gform_wrapper .gform_footer input[type=submit] {
  background-color: #000000;
  border: solid 3px #000000;
  font-size: 2rem !important;
  font-weight: 700;
  color: #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  color: #000000;
  background-color: #fff;
}

form.post-password-form {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.location-bg {
  background: #f5f5f5;
  padding-top: 20px;
}
.location-bg a, .location-bg a:visited {
  color: #000;
}
.location-bg a:hover, .location-bg a:visited:hover {
  color: #000000;
}
.location-bg .btn {
  color: #fff;
  width: 100%;
}
.location-bg .btn:hover {
  color: #000;
}

.site-main .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.site-main .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.site-main .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0;
  margin-right: 5px;
}

.user-box.agent-box-left {
  float: right;
  clear: both;
  max-width: 312px;
  padding: 0 !important;
}

.dynamic-content {
  display: none;
}

.zoom-window-wrap {
  min-height: 3200px;
}

.zoom-iframe-container {
  height: 100%;
  min-height: 3000px;
}

.otw-sticky-wrapoer .otw-sticky-background-white {
  background: white;
}
.otw-sticky-wrapoer .otw-show-label.otw-sticky-background-black.otw-sticky-text-white.otw-btn-horizontal {
  background: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Questrial", sans-serif;
  transform-origin: 0 0;
  transform: rotate(90deg);
  letter-spacing: 0.04rem;
  font-size: 15px;
}
.otw-sticky-wrapoer .otw-sticky.otw-left-sticky.otw-hide-sticky .otw-btn-horizontal.otw-show-label {
  left: 40px;
}

.agent-sidebar-wp-main {
  text-align: center;
  padding-top: 10px;
}
.agent-sidebar-wp-main h3 {
  font-size: 16px;
  font-weight: 700;
}
.agent-sidebar-wp-main p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 6px;
}
.agent-sidebar-wp-main p a, .agent-sidebar-wp-main p a:visited {
  color: #000000;
}
.agent-sidebar-wp-main p a:hover, .agent-sidebar-wp-main p a:visited:hover {
  color: #636363;
}

.agent-sidebar-wp {
  text-align: center;
}
.agent-sidebar-wp img {
  padding-bottom: 15px;
  max-width: 130px;
}
.agent-sidebar-wp h4 em {
  font-size: 15px;
}
.agent-sidebar-wp p.sb-bio-phone {
  margin: 0;
}

.single-guide .otw-sticky-wrapoer {
  display: none;
}

.sidebar-rev-btm-left #otw-overlay-2 {
  margin: 0;
}
.sidebar-rev-btm-left .otw-sticky-background-black {
  background: #000000;
}
.sidebar-rev-btm-left .otw-side-box.otw-sticky.otw-bottom-sticky.otw-show-sticky .otw-hide-label {
  margin-bottom: -36px;
  border-left: solid 1px white;
  font-size: 31px;
  line-height: 21px;
  padding: 8px;
}

.otw-sidebar-2 h3.widgettitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #000000;
  width: 300px;
  margin: -11px 0 10px -10px;
  padding: 13px 10px 9px;
  color: #fff;
}
.otw-sidebar-2 .wprevpro_t1_DIV_1 {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.otw-sidebar-2 .wprevpro_t1_A_8 {
  display: none;
}
.otw-sidebar-2 .wprevpro_t1_P_3 {
  margin: 0 0 0;
  font-size: 12px;
  line-height: 16px;
}
.otw-sidebar-2 .wprevpro_t1_DIV_1 {
  margin: 0;
}
.otw-sidebar-2 .wprevpro_t1_SPAN_5 {
  padding: 2px 0 5px;
  font-weight: 600;
  color: #000000;
}
.otw-sidebar-2 .wprevpro_t1_DIV_2 {
  bottom: 0;
  perspective-origin: 0;
  transform-origin: 0;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 0 0 0;
}
.otw-sidebar-2 .wprev_preview_bg1_T1_widget::after,
.otw-sidebar-2 .wprevpro_t1_DIV_2:before {
  display: none !important;
}

.message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #b2b2b2;
  opacity: 0.9;
  z-index: 1;
}

#message {
  width: 100%;
  height: 485px;
  font-size: 14px;
  overflow-y: scroll;
}

.message_leave {
  width: 100%;
  height: 15px;
  text-align: center;
  background: #f5f5f5;
  font-size: 10px;
}

.message_pad {
  position: fixed;
  left: 200px;
  margin-top: 65px;
  width: 500px;
  height: 500px;
  padding: 5px;
  color: #000000;
  background: #f5f5f5;
  border: 2px solid;
  border-color: #9a9a9a;
  border-radius: 10px;
  box-shadow: 0px 4px 15px #000000;
}

/*# sourceMappingURL=style.css.map */
