/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .page-center, .content-wrapper, .dnd-section > .row-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .page-center, .content-wrapper, .dnd-section > .row-fluid{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "thrvicomoon"; 
  src: url("//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/Titan_Web_Agency_Nov2020/Fonts/icomoon.eot") format("embedded-opentype"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/icomoon.ttf) format("truetype"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/icomoon.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

@font-face { 
  font-family: "magnum_sanslight"; 
  src: url("//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_003_Light-webfont.eot") format("embedded-opentype"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_003_Light-webfont.woff2) format("woff2"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_003_Light-webfont.woff) format("woff"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_003_Light-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "magnum_sansheavy"; 
  src: url("//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_009_Heavy-webfont.eot") format("embedded-opentype"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_009_Heavy-webfont.woff2) format("woff2"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_009_Heavy-webfont.woff) format("woff"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_009_Heavy-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "magnum_sansextra_bold"; 
  src: url("//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_008_Extra_Bold-webfont.eot") format("embedded-opentype"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_008_Extra_Bold-webfont.woff2) format("woff2"),
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_008_Extra_Bold-webfont.woff) format("woff"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/Magnum_Sans_008_Extra_Bold-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 800;
  font-display: swap;
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url("//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/Titan_Web_Agency_Nov2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/fontawesome-webfont.woff) format("woff"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "squared-icomoon"; 
  src: url("//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/Titan_Web_Agency_Nov2020/Fonts/squared-icomoon.eot") format("embedded-opentype"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/squared-icomoon.woff) format("woff"), 
    url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/squared-icomoon.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}


 @font-face {
  font-family: "ClarityCity-Bold"; 
  src: url(//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/ClarityCity-Bold.ttf) format("truetype"),
       url(//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/ClarityCity-Bold.otf) format("opentype");
  font-style: normal; 
  font-weight: 700;
  font-display: swap;
}
    @font-face {
  font-family: "ClarityCity-Medium"; 
  src: url(//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/ClarityCity-Medium.ttf) format("truetype"),
       url(//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/ClarityCity-Medium.otf) format("opentype");
  font-style: normal; 
  font-weight: 500;
  font-display: swap;
}
      @font-face {
  font-family: "ClarityCity-Regular"; 
  src: url(//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/ClarityCity-Regular.ttf) format("truetype"),
       url(//414867.fs1.hubspotusercontent-na1.net/hubfs/414867/raw_assets/public/Titan_Web_Agency_Nov2020/Fonts/ClarityCity-Regular.otf) format("opentype");
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

html body {
  text-rendering: auto !important;
}
body {
  font-weight: 500 !important;
  font-family: 'ClarityCity-Medium' !important;
  color: #444444;
  line-height: 1.625;
}


/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500 !important;
  font-family: 'ClarityCity-Medium' !important;
  color: #444444;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
a:hover, a:focus {
  text-decoration: underline;
  outline: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.3;
      font-weight: 700!important;
    color: #1F2E54 !important;
    font-size: 60px !important;
    font-family: 'ClarityCity-Bold' !important;
}



b, strong {
  font-weight: 700;
  font-family: 'ClarityCity-Bold' !important;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote, q {
  quotes: none;
}
blockquote {
  border: 0;
  box-sizing: border-box;
  padding: 15px 27px;
  margin: 25px 0 25px 20px;
  position: relative;
  background: #50a2de;
  color: #fff;
  margin-top: 0;
}
blockquote:before{
  font-size: 30px;
  webkit-transform: rotate(45deg) skewX(-46deg);
  -moz-transform: rotate(45deg) skewX(-46deg);
  -ms-transform: rotate(45deg) skewX(-46deg);
  -o-transform: rotate(45deg) skewX(-46deg);
  transform: rotate(45deg) skewX(-46deg);
  background: inherit;
  content: '';
  display: block;
  height: 25px;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 25px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

[class^=thrv-icon-],[class*=" thrv-icon-"] {
  font-family: 'thrvicomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.awe {
  font-weight: 500 !important;
    font-family: 'ClarityCity-Medium' !important;
  speak: none;
  font-style: normal;

  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #34dd39;
  font-size: 1em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}

form {
  margin-bottom: 30px;
  padding: 20px;
  display: block;
  max-width: 767px;
  border-width: 2px;
  border-style: solid;
}

.subscription-template-form #email-prefs-form, 
.ribbon_offer form, .blog-comments form,
.blog-list-form form{
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0 !important;
  display: block;
  max-width: 100%;
  border: none;
}

.hs-button {
  text-decoration: none;
  border-style: solid;
  cursor: pointer;
  font-family: "magnum_sanslight","magnum sanslight",sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  white-space: normal;
  text-shadow: 0 -1px 0 #3574e3;
  transition: opacity 0.15s linear;
  position: relative;
  vertical-align: middle;
  margin-top: 15px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  text-decoration: none;
  outline: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
}

.hs-input,
input[type="password"] {
  display: block;
  width: 100% !important;
  max-width: 767px;
  vertical-align: middle;
  line-height: 18px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  padding: 16px;
  font-family: "magnum_sanslight","magnum sanslight",sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: auto;
  border-style: solid;
}

.hs-input:focus,
input[type="password"]:focus{
  outline: none;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #454d55 !important;
  border-bottom-width: 2px;
}

thead th {
  border-bottom: 2px solid #dee2e6;
}

thead th p {
  color: #fff !important;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

table p {
  margin-bottom: 0 !important;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.banner-top {
	background-color: #FDF001;
	text-align: center;
	padding: 10px;
}
.banner-top .banner-top-inner {
	max-width: 1070px;
	margin: 0 auto;
}
.banner-top .banner-top-inner p {
	color: #3C5B97;
	font-size: 16px;
	margin-bottom: 0;
}
.banner-top .banner-top-inner p a {
	color: #3C5B97;
  text-decoration: none !important;
}
.banner-top .banner-top-inner p a:hover {
	color: #3C5B97;
	text-decoration: underline !important;
}
.body-wrapper{
/*   padding-top: 79.29px; */
  padding-top: 0;
}
.custom-header {
  font-family: 'magnum_sanslight','magnum sanslight',sans-serif;
  font-weight: 400;
  line-height: 1.625;
  font-size: 18px;
/*   position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 1001;
}
.custom-header .header__container {
  max-width: 1127px;
  margin: 0 auto;
  min-height: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tcb-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  margin-left: -15px;
  padding-bottom: 15px;
  padding-top: 15px
}
.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.header-cols {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0;
  padding-left: 15px
}
.custom-logo{
  max-width: 96.9%;
}
.right-menu-wrap {
  max-width: 4.1%;
  margin-top: 10px;
}
.custom-logo > div, .custom-logo > span{
  width: 150px;
  margin-right: 20px;
  float: left;
  text-align: left;
  max-width: 100%;
}
.custom-logo > div > span, .custom-logo > span > span{
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.custom-logo a img{
  display: block;
  width: 150px !important;
  max-width: 100%;
  height: auto;
}
.right-menu-wrap-table{
  display: table;
  position: relative;
  z-index: 14;
}
.right-menu-wrap-inner{
  position: relative;
  z-index: 14;
}
.desktop-trigger{
  display: block;
  text-align: right;
  color: #fff;
  padding-bottom: 11px;
}
/* .desktop-trigger > span{
  font-size: 28px;
  height: 24px;
  overflow: hidden;
  display: block
} */
.thrv-icon-align-justify:before{
  content: "\e604";
}
.desktop-trigger:hover, .desktop-trigger:focus{
  color: #fff;
}
.desktop-trigger > span{
  font-size: 28px;
  width: 30px;
  height: 5px;
  overflow: hidden;
  display: block;
  margin-bottom: 4px;
  margin-top: 4px;
  background: #fff
}

.secondary-menu{
  width: 400px;
  position: absolute;
  right: 0;
  top: 35px;
  display: none;
  z-index: 9999;
}
.right-menu-wrap-inner:hover > .secondary-menu{
  display: block;
}
.secondary-menu .hs-menu-wrapper > ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-menu .hs-menu-wrapper > ul > li{
  cursor: pointer;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
}
.secondary-menu .hs-menu-wrapper > ul > li > a{
  font-family: 'magnum_sansheavy','magnum sansheavy',sans-serif;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  line-height: 1;
  white-space: normal;
  position: relative;
  padding: 7px 15px;
  border: 1px solid #eee;
  padding-left: 60px;
  min-height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-top: none;
}
.secondary-menu .hs-menu-wrapper > ul > li.About > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-About.png);
}
.secondary-menu .hs-menu-wrapper > ul > li.Results > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Our-Results.png); 
}
.secondary-menu .hs-menu-wrapper > ul > li.Services > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Service.png);
}
.secondary-menu .hs-menu-wrapper > ul > li.Podcast > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Podcast.png);
}
.secondary-menu .hs-menu-wrapper > ul > li.Problems.We.Solve > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Problems-We-Solve.png);
}
.secondary-menu .hs-menu-wrapper > ul > li.Reviews > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Reviews.png);
}
.secondary-menu .hs-menu-wrapper > ul > li.Portfolio > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Portfolio.png);
}
.secondary-menu .hs-menu-wrapper > ul > li.Blog > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Blog.png);
}
.secondary-menu .hs-menu-wrapper > ul > li.Contact > a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Contact.png);
}
.secondary-menu .hs-menu-wrapper > ul > li > a > span{
  font-size: 12px;
  font-family: 'magnum_sanslight','magnum sanslight',sans-serif;
}

.secondary-menu .hs-menu-wrapper > ul ul{
  -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.15);
  box-shadow: 0 0 9px 1px rgba(0,0,0,.15);
  border-radius: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: -400px;
  width: 400px;
  border: none;
  border-top: 1px solid #eee;
  z-index: 13;
  visibility: hidden;
  display: block;
  opacity: 0;
}
.secondary-menu .hs-menu-wrapper > ul li:hover > ul{
  visibility: visible;
  opacity: 1; 
}
.secondary-menu .hs-menu-wrapper > ul ul li{
  cursor: pointer;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
}
.secondary-menu .hs-menu-wrapper > ul ul li a{
  font-family: 'magnum_sansheavy','magnum sansheavy',sans-serif;
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  white-space: normal;
  position: relative;
  padding: 7px 15px;
  border: 1px solid #eee;
  padding-left: 60px;
  min-height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-top: none;
  width: 100%;
}
.secondary-menu .hs-menu-wrapper > ul ul li.Meet.Our.Team a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-About.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Web.Design a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Web-Design.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.SEO a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-SEO.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Branding a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/branding.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Pay.Per.Click a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-PPC.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Logo.Design a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Logo.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Review.Management a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Review-Management.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Website.Maintenance a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Website-Hosting.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Social.Media.Marketing a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Social-Media.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Call.Tracking a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Call-Tracking.png);
}
.secondary-menu .hs-menu-wrapper > ul ul li.Content.Marketing a{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Content-Marketing.png);
}

.secondary-menu .hs-menu-wrapper > ul ul li a > span{
  font-size: 12px;
  font-family: 'magnum_sanslight','magnum sanslight',sans-serif;
}





/*=====Main Menu Style===*/
.menu-wrapper .navigation-primary > ul > li > a {
  height: 35px;
}
.menu-wrapper .navigation-primary > ul > li.Services {
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Service.png);
}
.menu-wrapper .navigation-primary > ul > li.Results{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Our-Results.png);
}
.menu-wrapper .navigation-primary > ul > li.Portfolio{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Portfolio.png);
}
.menu-wrapper .navigation-primary > ul > li.Blog{
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Menu-Icons-Blog.png);
}

.mobile_trigger{
  z-index: 99999;
  outline: none;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  position: fixed;
  background: #50a2de;
  top: 15px;
  right: 5%;
  color: #fff;
  display: inline-block;
  transition: transform .5s,background-color .5s;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.mobile_trigger:focus{
  outline: none;
}
.mobile_trigger .mobile-trigger-inner{
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #fff;
}
.mobile_trigger .mobile-trigger-span{
  display: block;
  top: 50%;
  margin-top: -1.5px
}
.mobile_trigger .mobile-trigger-span, 
.mobile_trigger .mobile-trigger-span:before, 
.mobile_trigger .mobile-trigger-span:after{
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}
.mobile_trigger .mobile-trigger-span{
  transition-property: none;
}
.mobile_trigger .mobile-trigger-span:before, 
.mobile_trigger .mobile-trigger-span:after{
  display: block;
  content: '';
  transition-property: none;
}
.mobile_trigger .mobile-trigger-span:before{
  top: -8px;
}
.mobile_trigger .mobile-trigger-span:after{
  bottom: -8px;
}
.mobile-open .mobile_trigger .mobile-trigger-span{
  transform: rotate(45deg);
}
.mobile-open .mobile_trigger .mobile-trigger-span:before {
  top: 0;
  opacity: 0;
}
.mobile-open .mobile_trigger .mobile-trigger-span:after {
  bottom: 0;
  transform: rotate(-90deg);
}



/*=====Mobile Menu style===*/

.mobile-menu{
  display:block;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99998;
  outline: 1px solid transparent;
  overflow-y: auto;
  overflow-x: hidden;
  width: 75%;
  left: 0;
  transition: transform .5s;
  text-align: left;
  background: #212121;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
}
.mobile-open .mobile-menu{
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%)
}
.mobile-menu > div, .mobile-menu > span {
  background: #212121;
  display: block;
}
.mobile-menu .hs-menu-wrapper > ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.mobile-menu .hs-menu-wrapper > ul > li{
  width: 100%;
  display: block;
  position: relative;
}
.mobile-menu .hs-menu-wrapper > ul > li > a{
  transition: background-color .5s,border-color .5s,color .5s;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 5%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #212121;
  font-size: 13px;
  background-color: #212121;
  color: #fff;
  border-color: #212121;
}
.mobile-menu .hs-menu-wrapper > ul > li > a:hover,
.mobile-menu .hs-menu-wrapper > ul > li.mouse_enter > a{
  background-color: #3f3f3f;
  color: #fff;
  border-color: #3f3f3f;
}
.child_trigger{
  transition: background-color .5s,border-color .5s,color .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  right: 0;
  height: 39px;
  line-height: 39px;
  width: 40px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.child_trigger.child-open {
  transform: rotate(180deg);
}
.mobile-menu .hs-menu-wrapper > ul ul{
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.mobile-menu .hs-menu-wrapper > ul ul li{
  width: 100%;
  display: block;
  position: relative;
}
.mobile-menu .hs-menu-wrapper > ul ul li a{
  transition: background-color .5s,border-color .5s,color .5s;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 5%;
  padding-left: 10%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #212121;
  color: #fff;
  background-color: #212121;
  font-size: 13px;
  text-align: left;
}
.mobile-menu .hs-menu-wrapper > ul ul li > a:hover{
  color: #fff;
  background-color: #3f3f3f;
  border-color: #212121;
}
.custom-header a, .custom-header a:hover, .custom-header a:focus{
  text-decoration: none;
  outline: none;
}


@media only screen and (min-width: 768px) {
  .mobile_trigger, .mobile-menu{
    display: none !important;
  }
}

@media only screen and (max-width: 840px) and (min-width: 768px) {
  .secondary-menu{
    width: 361px;
  }
  .secondary-menu .hs-menu-wrapper > ul ul{
    left: -360px;
    width: 361px;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-header{
    padding-right: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .right-menu-wrap {
    max-width: 6.1%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-header{
    padding-right: 0;
    padding-bottom: 1px;
    position: static;
  }
  .body-wrapper {
    padding-top: 0px;
  }
  .custom-logo{
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-wrapper{
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .right-menu-wrap {
    display: none !Important;
  }
  
  .custom-header {
    position: relative;
  }
  .custom-header .mobile_trigger {
    position: absolute;
    top: 3.5rem;
    right: 15px;
  }
}

@media (min-width: 390px) and (max-width: 763px) {
  .custom-header .mobile_trigger {
    top: 5rem; 
  } 
}

@media (min-width: 320px) and (max-width: 389px) {
  .custom-header .mobile_trigger {
    top: 7rem; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  font-family: 'magnum_sanslight','magnum sanslight',sans-serif;
  font-weight: 400;
  line-height: 1.625;
  font-size: 18px;
}

.footer__container {
  margin: 0 auto;
}
.cus-copyright{
  padding: 35px 0;  
}
.cus-copyright p{
  text-align: center;
  margin: 0;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 22px;
}
.cus-copyright .hs_cos_wrapper_type_rich_text > div{
  text-align: center;
  font-size: 12px;
}
.custom-footer a, .custom-footer a:hover, .custom-footer a:focus{
  text-decoration: none;
  outline: none;
}
.cus-copyright a {
  text-decoration: none;
}

.top-footer{
  line-height: 1;
  padding: 40px 0 0;
  font-size: 15px;
}
.top-footer-inner:before, .top-footer-inner:after{
  content: '';
  display: table;
}
.top-footer-inner:after{
  clear: both;
}
.footer-col{
  width: 270px;
  float: left;
  margin-right: 10px;
}
.footer-col.footer-col4{
  width: 316px;
  float: right;
  margin-right: 0;
}
.footer-col-inner {
  margin-bottom: 40px;
}
.section-title p{
  font-family: 'magnum_sansheavy','magnum sansheavy',sans-serif;
  font-weight: 700;
  padding: 0 0 20px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  float: none;
  margin-bottom: 15px;
  line-height: 22px;
  margin-top: 0;
}
.footer-menu .hs-menu-wrapper > ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.footer-menu .hs-menu-wrapper > ul > li{
  padding: 1px 0 12px;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  font-size: 15px;
  background: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/list-arrow.png) no-repeat scroll left center rgba(0,0,0,0);
  padding: 0 0 0 19px;
  text-decoration: none;
}
.footer-logo img {
  margin-bottom: 20px;
}
.footer-logo-caption p {
  font-size: 1em;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 22px;
}
.bing-logo img{
  padding: 5px;
  width: 220px !important;
}




.procast-player {
  clear: both !important;
  height: auto;
  min-width: 200px;
  width: 96%;
  max-width: 325px;
  padding: 20px 0 10px;
  margin: 10px auto;
  background: #e8f6ff;
  background-size: 100% 100%;
}
.procast-player .artwork {
  background: #69ccff;
  height: 68px;
}
.procast-player .artwork {
  background: #23c2db !important;
}
.procast-player .artwork img {
  float: left !important;
  width: 80px !important;
  height: 80px !important;
  margin: -6px 0 0 10px !important;
}
.procast-player .artwork .title {
  float: left;
  width: 70%;
  padding: 1px;
  display: table;
}
.procast-player .artwork .title {
  padding: 0;
}
.procast-player .artwork .title_des {
  font-family: Open Sans;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #fff;
  text-align: center !important;
  border: none !important;
  line-height: 1.2em;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 68px;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.procast-player .artwork .title_des {
  color: #fff !important;
}
.procast-player .clear {
  clear: both !important;
}
.procast-player .procast_audio {
  clear: both;
  margin: 10px auto;
  width: 92%;
}
.procast-player .procast_audio audio {
  width: 100%;
}
.procast-player .episode {
  width: 92%;
  font-family: Open Sans;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #7a8184 !important;
  text-align: center !important;
  margin: 0 auto !important;
}
.procast-player .episode {
  color: #000 !important;
}
.procast-player .subscribe {
  width: 92%;
  margin: 0 auto;
  font-size: 20px;
  color: #7a8184;
  text-align: center;
  font-family: Open Sans;
}
.procast-player .subscribe {
  color: #e5a800 !important;
}
.top-footer .footer-col4 p {
  float: none;
}
.top-footer .footer-col4 .procast-player p {
  margin-bottom: 15px !important;
  line-height: 22px;
}
.procast-player .procast-links {
  text-align: center;
  width: 92%;
  margin: 13px auto 20px auto;
}
.top-footer .footer-col4 .procast-player .procast-links {
  width: 94%;
  margin: 5px auto 0px auto;
}
.procast-player .procast-links a {
  font-family: Open Sans;
  font-weight: 700;
  background: #69c4f0;
  margin-right: 1%;
  width: auto;
  padding: 1.5% 1.9%;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  opacity: 1.0;
}
.procast-player .procast-links a {
  background: #e5a800 !important;
}
.procast-player .procast-links a {
  color: #000 !important;
}
.top-footer .footer-col4 .procast-player .procast-links a {
  display: inline-block;
  margin-bottom: 10px;
}
.procast-player .procast-links a:hover {
  opacity: .6;
  text-decoration: none !important;
}

#back-to-top{
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  display: none;
  opacity: 0;
}
#back-to-top img{
  width: 50px;
  height: 50px;
}
#back-to-top.active{
  display: block;
  opacity: 0.8;
}
#back-to-top.active:hover{
  opacity: 1;
}






@media only screen and (max-width: 1200px) {
  .footer__container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col {
    width: 33.333%;
    float: left;
    margin-right: 0;
    padding-right: 10px;
  }
  .footer-col.footer-col4{
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .procast-player {
    width: 100%;
    max-width: 325px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 960px) {
  .footer-col {
    width: 50%;
    padding-right: 10px;
  }
  .footer-col.footer-col4{
    width: 50%;
    margin-bottom: 0;
  }
  .footer-col.footer-col3{
    clear: left;
  }
  .procast-player{
    max-width: 100%;
  }
}


@media only screen and (max-width: 800px){
  .top-footer{
    padding: 40px 15px
  }
  .top-footer .footer__container{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 600px){
  .footer-col {
    width: 100%;
    padding-right: 0px;
  }
  .footer-col.footer-col4{
    width: 100%;
  }
  .procast-player{
    max-width: 325px;
    margin-top: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
html {
  scroll-behavior: smooth;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.floatResponsive {
  float: right;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}


.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 767px;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  color: #494A52;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

@media(max-width: 480px){
  .floatResponsive {
    float: none !important;
    text-align: center !important;
  }
  
  .floatResponsive img {
    float: none !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
  }
  
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/*=======Custom Blog Style=====*/
@media (min-width: 768px) {
  .custom-header {
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  .cus-blog-body {
    margin-top: 130px; 
  }
}
.cus-blog-body {
  font-family: Clarity City;
  font-weight: 400;
  line-height: 1.625;
  font-size: 18px;
}
.blog-list-header-inner{
  padding: 50px 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-list-header-inner h1 {
  font-weight: 700;
  font-size: 60px;
  font-family: Clarity City;
  color: #404040;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 0;
}
.blog-list-header-inner p {
  font-size: 24px;
  font-family: Clarity City;
    font-weight:500;
  color: #404040;
  line-height: 1;
  margin: 0;
}
.ribbon_offer {
  max-width: 1400px;
  margin: 20px auto 20px;
  clear: both;
  padding: 0 15px;
}
.catmenu {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid #50a2de;
}
.catmenu-inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.catmenu-inner ul {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.catmenu-inner li {
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0;
  line-height: 1;
}
.catmenu-inner li a {
  text-decoration: none;
  color: #fff;
  font-family: Clarity City;
  font-size: 16px;
  text-align: center;
  background: #50a2de;
  padding: 10px 16px 6px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catmenu-inner li a:hover {
  text-decoration: none;
  color: #fff;
  background: #063184;
}
.catmenu-inner li a .filter-link-count{
  display: none;
}
.catmenu-inner h3{
  display: none;
}
.catmenu-inner button.dropbtn{
  display:none;
}
.blog-post-wrapper {
  font-size: 17px;
  max-width: 1370px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.post-listing .post-item{
  padding-bottom: 5px;
}
.post-item-article {
  color: #343434;
  line-height: 1.6em;
  font-weight: 300;
  box-sizing: border-box;
  position: relative;
}
.post-item .post-item-inner {
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.1), 0 7px 15px -2px rgba(0,0,0,.1);
  border-radius: 3px;
}
.post-item-inner:before, .post-item-inner:after{
  content: '';
  display: table;
}
.post-item-inner:after{
  clear: both;
}
.post-item .thumbpost {
  width: 30%;
  float: left;
  position: relative;
  padding: 10px;
}
.post-item .thumbcontent {
  width: 50%;
  float: left;
  position: relative;
  padding: 10px;
  border-right: 1px solid #dadada;
}
.post-item .thumbmeta {
  width: 20%;
  float: left;
  position: relative;
  padding: 10px;
}
.post-item .thumbpost img {
  max-height: 183px;
  width: 100%;
  object-fit: cover;
}
.post-item .entry-title{
  -webkit-transition: all,.5s,ease;
  -moz-transition: all,.5s,ease;
  transition: all,.5s,ease;
  width: 100%;
  background: 0 0;
  color: #2d2d2d;
  position: relative;
  bottom: 0;
  font-size: 60px;
  font-weight:700;
  margin: 0;
  line-height: 1.25;
  font-family: Clarity City;
  padding: 0;
}
.post-item .entry-title a{
  -webkit-transition: all,.5s,ease;
  -moz-transition: all,.5s,ease;
  transition: all,.5s,ease;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
  color: #2d2d2d;
  font-family: Clarity City;
}
.post-item .entry-title a:hover{
  color: #063184;
  text-decoration: none;
}
.post-item p {
  color: #444444;
  font-weight: 500;
  font-family: Clarity City;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
}
.post-item .readmore {
  text-decoration: none;
  font-family: Clarity City;
  color: #063184;
}
.post-item .readmore:hover{
  text-decoration: none;
  color: #4cb6ea;
}
.authorthumb:before, .authorthumb:after{
  content: '';
  display: table;
}
.authorthumb:after{
  clear: both;
}
.post-item .authorthumb {
  margin-bottom: 15px;
}
.avatar {
  float: left;
}
.avatar {
  display: block;
}
.post-item .authorthumb img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
  border: 1px solid #dadada;
  object-fit: cover;
}
.post-item .thumbmeta .author_link,
.post-item .thumbmeta .category_link{
  text-decoration: none;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.3;
}
.post-item .thumbmeta .author_link:hover,
.post-item .thumbmeta .category_link:hover{
  color: #063184;
  text-decoration: none;
}
.post-item .thumbmeta .awe {
  color: #063184;
  font-size: 30px;
  position: relative;
  top: 6px;
}
.blog-pagination{
  color: #fff;
  font-size: .722em;
  list-style-type: none;
  margin-bottom: 40px;
  margin-top: 70px;
}
.blog-pagination:before, .blog-pagination:after{
  content: '';
  display: table;
}
.blog-pagination:after{
  clear: both;
}
.blog-pagination a{
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px #242424;
  background: #343434;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 50px;
  margin-left: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all,.2s,linear;
  -moz-transition: all,.2s,linear;
  transition: all,.2s,linear;
  height: 50px;
  padding: 0 20px;
}
.blog-pagination a:hover{
  text-decoration: none;
  color: #fff;
  background: #4d4d4d;
}
.blog-pagination a.active{
  text-decoration: none;
  color: #fff;
  background: #4d4d4d;
  pointer-events: none;
}
.bspr {
  height: 60px;
}

/*===Blog Post Style====*/

.blog-post-cat {
  max-width: 1190px;
  margin: 0 auto;
  padding: 20px 15px;
}
.blog-post-cat .blog_header_title{
  font-size: 35px;
  max-width: 1170px;
  font-family: 'magnum_sansheavy','magnum sansheavy',sans-serif;
  color: #333;
  width: 100%;
}
.clear {
  clear: both;
}
.cus-blog-post-body .wrp {
  margin: 0 auto;
  font-weight: 400;
  font-size: 17px;
  width: 100%;
  max-width: 1190px;
  padding: 0 20px;
}
.cnt article {
  color: #343434;
  line-height: 1.6em;
  font-weight: 300;
}
.cnt .bSe article {
  box-sizing: border-box;
  position: relative;
}
.cnt .bSe article {
  color: #343434;
}
.cnt .bSe .blog_comments{
  margin-top: 20px;
}
.post_header_title {
  max-width: 1190px;
}
.post_header_title .blog-post-title{
  line-height: 1.25em;
  font-family: Clarity City;
  font-size: 47px;
  font-weight: 700;
  color: #063184;
  margin: 0;
}
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}
.cnt p {
  line-height: 1.6em;
}
.cnt article p{
  font-family: Clarity City;
  font-weight: 500;
}
.cus-blog-list-body .cnt article p{
  color: #2d2d2d;
  margin-bottom: 12px;
}
.cus-blog-list-body .cnt article a{
  color: #4cb6ea;
  text-decoration: underline;
}
.cus-blog-list-body .cnt article a:hover {
  color: #ee646a;
}
.entry-comments-link:before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
.post-page-excerpt {
  margin-top: 10px;
}
.thrv_social_custom, .thrv_social_default {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.thrv_wrapper {
  margin: 0;
  padding: 0;
}
.thrv_wrapper p {
  margin: 0;
}
.tve_social_custom.tve_style_1 {
  font-size: 22px;
}
.thrv_social_custom .tve_social_items {
  display: inline-block;
  vertical-align: middle;
}
.tve_s_fb_share {
  --tcb-social-color-style-6: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-7: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-8: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-9: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-10: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-11: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-12: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-13: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-14: #111;
}
.tve_s_fb_share {
  --tcb-social-color-style-15: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-16: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-17: #181818;
}
.tve_s_fb_share {
  --tcb-social-color-style-18: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-1: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-2: #284f9b;
}
.tve_s_fb_share {
  --tcb-social-color-style-3: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-4: #3569b4;
}
.tve_s_fb_share {
  --tcb-social-color-style-5: #3569b4;
}
.tve_s_fb_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,rgba(53,105,180,.8) 50%,#3569b4 50%);
  --tcb-local-color-style-2: #3569b4;
  --tcb-local-color-style-3: #3569b4;
  --tcb-local-color-style-4: #3569b4;
  --tcb-local-color-style-5: #3569b4;
  --tcb-local-color-style-6: #3569b4;
  --tcb-local-color-style-7: #3569b4;
  --tcb-local-color-style-8: #3569b4;
}
.tve_s_t_share {
  --tcb-social-color-style-6: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-7: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-8: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-9: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-10: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-11: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-12: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-13: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-14: #111;
}
.tve_s_t_share {
  --tcb-social-color-style-15: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-16: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-17: #181818;
}
.tve_s_t_share {
  --tcb-social-color-style-18: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-1: #3bceff;
}
.tve_s_t_share {
  --tcb-social-color-style-2: #1f92cb;
}
.tve_s_t_share {
  --tcb-social-color-style-3: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-4: #29ace0;
}
.tve_s_t_share {
  --tcb-social-color-style-5: #29ace0;
}
.tve_s_t_share {
  --tcb-local-color-style-1: linear-gradient(to bottom right,rgba(66,179,234,.8) 50%,#42b3ea 50%);
  --tcb-local-color-style-2: #42b3ea;
  --tcb-local-color-style-3: #42b3ea;
  --tcb-local-color-style-4: #42b3ea;
  --tcb-local-color-style-5: #42b3ea;
  --tcb-local-color-style-6: #42b3ea;
  --tcb-local-color-style-7: #42b3ea;
  --tcb-local-color-style-8: #42b3ea;
}
.tve_social_custom .tve_s_item {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 5px;
  margin-right: 10px;
  line-height: 1.5em;
}
.tve_social_custom .tve_s_item:not(:last-child) {
  margin-right: 10px;
}
.tve_social_custom.tve_style_1 .tve_s_item {
  border-radius: 50px;
}
.tve_style_1.tve_social_itb .tve_s_item {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.28) inset, 0 1px 1px 0 rgba(255,255,255,.7);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.28) inset, 0 1px 1px 0 rgba(255,255,255,.7);
}
.thrv_social:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1 .tve_s_item {
  background-image: -webkit-gradient(linear,left top,left bottom,from(var(--tcb-social-color-style-1)),to(var(--tcb-social-color-style-1)));
  background-image: -o-linear-gradient(var(--tcb-social-color-style-1),var(--tcb-social-color-style-1));
  background-image: linear-gradient(var(--tcb-social-color-style-1),var(--tcb-social-color-style-1));
}
.thrv_social_custom:not(.tcb-social-full-width):not(.tve_style_12) .tve_s_item:last-child {
  margin-right: 0;
}
.tve_social_custom .tve_s_link {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: table;
  border: 0;
  text-decoration: none !important;
  color: #fff;
}
.cus-blog-post-body .cnt article a{
  color: #4cb6ea;
}
.cus-blog-post-body .cnt article a:hover {
  color: #ee646a;
}
.tve_social_custom.tve_style_1 .tve_s_link {
  font-size: inherit; 
  padding: 2px;
}
.tve_social_custom .tve_s_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}
.tve_social_custom.tve_style_1 .tve_s_icon {
  border-radius: 50px;
  background: #fff;
  font-size: 1.227em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.778em;
  line-height: 1em;
  width: 1.778em;
}
.tve_social_custom.tve_style_1.tve_social_itb .tve_s_icon {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
}
.thrv_social:not(.tcb-custom-branding-social) .tve_style_1.tve_social_itb .tve_s_icon, .thrv_social:not(.tcb-custom-branding-social) .tve_style_1.tve_social_cb .tve_s_icon, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_itb .tve_s_icon, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_cb .tve_s_icon {
  fill: var(--tcb-social-color-style-1) !important;
  color: var(--tcb-social-color-style-1) !important;
}
[class^=thrv-icon-] svg, [class*=" thrv-icon-"] svg, .thrv-svg-icon svg, .tve_s_icon svg {
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: currentColor;
  stroke: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
.tve_social_custom.tve_style_1 .tve_s_icon svg {
  margin: 0 auto;
}
.tve_social_custom .tve_s_text {
  display: table-cell;
  font-size: inherit;
  padding: 0 20px 0 10px;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tve_social_custom.tve_style_1 .tve_s_text {
  text-shadow: 0 1px 1px rgba(0,0,0,.11);
}
.tve_social_custom .tve_s_count {
  display: none;
}
.thrv_social:not(.tcb-custom-branding-social) .tve_style_1.tve_social_itb .tve_s_icon, .thrv_social:not(.tcb-custom-branding-social) .tve_style_1.tve_social_cb .tve_s_icon, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_itb .tve_s_icon, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_cb .tve_s_icon {
  fill: var(--tcb-social-color-style-1) !important;
  color: var(--tcb-social-color-style-1) !important;
}
.blog-post-footer{
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 0;
}
.blog-post-footer ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.5em;
  font-weight: 300;
}
.blog-post-footer ul li{
  font-family: Clarity City
    font-weight:500;
  cursor: pointer;
  color: #828282;
  float: left;
  width: 50%;
} 
.blog-post-footer ul li:last-child {
  text-align: right;
}
.blog-post-footer .awe {
  color: #828282;
  margin-right: 5px;
}
.blog-post-footer ul li a:hover {
  opacity: .8;
}
.blog-post-footer ul li:hover .awe {
  -webkit-transition: all,.5s,ease-in-out;
  -moz-transition: all,.5s,ease-in-out;
  transition: all,.5s,ease-in-out;
  color: #34dd39;
}
.aut {
  border: 5px solid #50a2de;
  border-radius: 5px;
  padding: 10px;
}
.aut {
  position: relative;
}
.aut .amg {
  position: relative !important;
  display: inline-block;
  height: auto !important;
}
.aut .amg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 15%;
}
.aut a {
  position: relative;
}
.aut .amgi {
  width: 150px !important;
  height: 150px !important;
  border-radius: 100%;
  margin: 0 auto;
}
.aut .amgi {
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
}
.aut a:after {
  -webkit-transition: all,.3s,linear;
  -moz-transition: all,.3s,linear;
  transition: all,.3s,linear;
  border-bottom: 1px solid #34dd39;
  content: ' ';
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
}
.right {
  float: right;
}
.aut .aat {
  padding-right: 10px;
  background: 0 0 !important;
}
.aut .aat {
  background: #343434;
  position: relative;
  width: 85%;
  z-index: 3;
}
.cnt .aut .aat .cus-aat {
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.333em;
  margin: 18px 0 9px;
  font-family: Clarity City;
  color: #000;
}
.cnt .aut .aat p{
  color: #000;
  font-size: 16px;
  margin-bottom: 12px;
}
.ctb {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 30px 0;
}
.cnt .ctb p{
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.333em;
  margin: 18px 0;
  -webkit-transition: opacity,.5s,ease;
  -moz-transition: opacity,.5s,ease;
  transition: opacity,.5s,ease;
  font-family: Clarity City;
  color: #333 !important;
}
.txt_thrive_link_to_comments{
  cursor: pointer;
}
.cnt .ctb p:hover{
  opacity: .8;
}


.blog-comments form input[type="submit"]{
  position: relative;
  outline: none;
  overflow: visible;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: normal;
  line-height: 1em;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0px 3px 0px 0px #2cc030;
  background: #34dd39;
  cursor: pointer;
  margin: 30px 0 40px;
  cursor: pointer;
  color: #fff;
  font-size: .813em;
  padding: 16px 40px;
  border: none;
  font-family: 'Lato';
  font-weight: 800;
}
.blog-comments .hs-submit{
  text-align: right;
}
.blog-comments form input[type="submit"]:hover {
  opacity: .9;
}

.blog-comments form .hs-input,
.blog-comments form input[type="password"]{
  vertical-align: middle;
  line-height: normal;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
  -webkit-transition: all,.5s,ease;
  -moz-transition: all,.5s,ease;
  transition: all,.5s,ease;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #343434;
  font-size: 1em;
  font-weight: 300;
  font-family: 'Lato';
  height: 38px;
  padding: 0 0 0 2%;
}
.blog-comments form textarea{
  -webkit-transition: all,.5s,ease;
  -moz-transition: all,.5s,ease;
  transition: all,.5s,ease;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #343434;
  font-size: 1em;
  font-weight: 300;
  font-family: 'Lato';
  min-height: 170px;
  padding: 3%;
  width: 93%;
}
.blog-comments form .hs-input:hover,
.blog-comments form input[type="password"]:hover,
.blog-comments form .hs-input:focus,
.blog-comments form input[type="password"]:focus,
.blog-comments form textarea:hover,
.blog-comments form textarea:focus {
  border: 1px solid #343434;
  background: #fff;
}
.grecaptcha-badge {
  margin: 0;
}
.blog-comments form .hs-form-field > label{
  color: #343434;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  min-width: 15%;
  vertical-align: middle;
}
.blog-comments form .hs-form-required {
  color: #34dd39;
}


/*===Blog List Form Style===*/


.cta_offer {
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 15px;
  clear: both;
}
.cta_offer_inner {
  background-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/Depositphotos_23104408_l-2015.jpg);
  background-size: cover;
  padding: 10px;
  color: #fff;
}
.cta_offer_inner:before, .cta_offer_inner:after{
  content: '';
  display: table;
}
.cta_offer_inner:after{
  clear: both;
}
.cta_first {
  width: 20%;
  float: left;
}
.cta_second {
  width: 55%;
  float: left;
  padding: 0 10px;
}
.cta_third {
  width: 24%;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.cta_first img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.cta_offer p{
  margin: 0;
}
.cta_second p {
  font-size: 22px;
}
.cta_second .cta_header {
  font-size: 28px;
  text-align: center;
  font-family: 'magnum_sansheavy','magnum sansheavy',sans-serif;
}
.cta_second ul {
  padding-left: 20px;
  margin: 0;
  list-style: none;
  display: block;
}
.cta_second li {
  font-size: 18px;
  list-style-image: url(//info.titanwebagency.com/hubfs/raw_assets/public/Titan_Web_Agency_Nov2020/images/orange-check.png);
}
.blog-list-form .cta_third h3:empty{
  display: none;
}
.blog-list-form form {
  width: 80%;
}
.blog-list-form form .hs-form-field > label{
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
}
.blog-list-form form .hs-input, 
.blog-list-form form input[type="password"]{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  background-color: #f5f8fa;
  border-radius: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px
}
.blog-list-form form .hs-input:focus,
.blog-list-form form input[type="password"]:focus{
  outline: none;
  border-color: rgba(82,168,236,0.8);
}
.blog-list-form form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
}
.blog-list-form form input[type="submit"] {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  border-radius: 0;
  background: #fdf001;
  border-color: #fdf001;
  color: #535151;
  font-size: 18px;
  line-height: 18px;
  font-family: arial, helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
}
.blog-list-form form .hs-input.invalid.error{
  border-color: #c87872;
}
.blog-list-form form .hs-error-msgs label{
  color: #f2545b !important;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
.replying {
  padding-left: 2em;
  padding: 2em;
}
.hs_recaptcha.hs-recaptcha {
  overflow-x: auto;
  overflow-y: hidden;
}
.cus-blog-post-body .cnt article p{
  color: #2d2d2d;
  margin-top: 30px;
  padding-left: 10px;
}

.catmenu-inner .filter-expand-link{
  display: none;
}

/* Misc */
.twa-cta-wrapper {background:  #DEE4EF; padding: 15px; text-align: center;}
.twa-cta-inner {max-width: 800px;	margin: 0 auto;	display: block; padding: 30px 0;}
.twa-cta-wrapper img {max-width: 180px; margin-bottom: 10px;}
.twa-cta-wrapper h2 {font-size: 52px;	color: #0E3482; line-height: 1.25;}
.twa-cta-wrapper p {font-size: 38px; line-height: 1.25;}
.twa-cta-wrapper a {padding: 12px 20px;	margin: 0 5px 15px; color: #fff; font-weight: bold; display: inline-block; text-decoration: none; border-radius: 5px;}
.twa-cta-wrapper a:hover {text-decoration: none;}
.btn-yes {background: #86BB53;}
.btn-yes:hover {background: #70bc28; color: #fff;}
.btn-no {background: #C53D3C;}
.btn-no:hover {background: #c60e0c; color: #fff;}

.cta-yellow {border: 2px solid #e5b400; background-color: #f9f0bb; padding: 20px !important; margin-bottom: 20px;}
.cta-fa {width: 5%; float: left;}
.cta-fa img {width: 30px; display: block; margin: 0 auto;}
.cta-yellow-content {width: 95%; float: left; text-align: left;}

.gray_number a {
    color: #333 !important;
    font-family: Clarity City;
    font-size: 32px;
    font-weight: 300;
}
.blog-post__body ul li {
  list-style: none;
  list-style-image: url(https://info.titanwebagency.com/hubfs/post-green-check.png);
}
.gray_number {
  border-bottom: 5px solid #50a2de;
  margin-bottom: 10px;
}
.blue-box {
  padding: 20px !important;
  background-image: linear-gradient(rgba(80, 162, 222, 0.25), rgba(80, 162, 222, 0.25)) !important;
  background-size: auto !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  margin-bottom: 20px;
  border: 2px solid #008fca;
}
.blue-box ul, .blue-box ol {
  margin-top: 0;
  margin-bottom: 0;
}
.blue-box p:last-child {
  margin-bottom: 0;
}
.gray-box {
  border: 2px solid rgb(80, 162, 222) !important;
  box-shadow: transparent 0px 0px 8px 4px inset, transparent 0px 0px 7px 3px !important;
  background-color: #E0E0E0 !important;
  padding: 20px;
  margin-bottom: 20px;
}
.gray-box ul {
  margin: 0;
}
.blue-box2 {
  background-color: #e9f8ff;
  border: 2px dashed #47a1cf;
  max-width: 680px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
}
.blue-box3 {
  border: 2px dashed #47a1cf;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  background: #E9F8FF;
}
.blue-box3 ul, .blue-box3 ol {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.blue-box4 {
  padding: 20px !important;
  background: #50A2DE !important;
  margin-bottom: 20px;
  border: 2px solid #50A2DE;
  color: #aaa;
}
.blue-box4 a, .blue-box4 p {
  color: #fff !important;
}

.blue-box5 {
  background: #D3E7F6;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.tve_ct_title {
  background-color: #4e7ac7;
  border-radius: 3px;
  display: block;
  color: #ffffff;
  padding: 5px 50px;
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.ct_column {
  width: 50%;
  float: left;
  background: #eaecf1;
  padding: 20px;
  border-right: 1px dashed #3b3b3c;
  margin-bottom: 20px;
}
.ct_column:last-child {
  border: none;
}
.tve-indent {
    padding-left: 20px;
    display: block;
}
.bold_text {
  font-weight: bold;
}
.twa-post-testimonial {
  padding: 40px;
  position: relative;
  border: 2px solid #50a2de;
  background-color: transparent;
  margin-bottom: 60px;
}
.twa-post-testimonial-ql {
  background-image: url(https://info.titanwebagency.com/hubfs/post-green-quotation.png);
  width: 27px;
  float: left;
  display: block;
  height: 19px;
  margin-right: 20px;
}
.twa-post-testimonial-author {
  display: table;
  position: absolute;
  left: -2px;
  bottom: -34px;
  height: 63px;
  background: #50a2de;
}
.twa-post-testimonial-author img {
  float: left;
  max-height: 63px;
  max-width: 63px;
  border: 2px solid #50a2de !important;
}
.twa-post-testimonial-author span {
  font-size: 1em;
  color: #fff;
  clear: right;
  display: block;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 20px;
  line-height: 1.5em;
}
.twa-block-testimonial {
  margin-bottom: 15px;
}
.twa-block-testimonial-left {
  width: 20%;
  float: left;
  text-align: center;
}
.twa-block-testimonial-left img {
  display: block;
  margin: 0 auto;
  width: 85px;
  border: 2px solid #4e7ac7;
  border-radius: 50px;
}
.twa-block-testimonial-right {
    width: 75%;
    float: left;
}

.twa-reading {
  border: 2px solid #50a2de;
  padding: 0px;
  margin-bottom: 20px;
  font-size: 16px;   
}
.twa-reading ul, .twa-reading p {
  margin: 0;
}
.custom-75 {
  width: 75%;
  float: left;
  padding-right: 20px;
}
.custom-25 {
  width: 25%;
  float: left;
}

@media only screen and (max-width: 768px) and (min-width: 540px) {
  .blog-pagination a{
    padding: 0 10px;
    margin-left: 5px;
  }
}
/* .blog-post__body blockquote { max-width: 600px; margin: 0px auto; display: flex; padding: 25px 15px; background: #4d4e4f; }
.blog-post__body blockquote:before { display: none; } */
.blog-post__body blockquote {
  margin:50px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #50a2de ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;}

blockquote::before{
  content: "\201C";
  color:#50a2de;
  position: relative;
  left: -50px;
  top:-21px;
  transform: none;
    font-size: 80px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.left-img-wrap { width: 165px; }
.left-img-wrap img { width: 100% !important; height: auto !important; float: none !important; }
.right-side-content { width: calc(100% - 165px); padding-left: 23px; text-align: center; color: #fff; font-size: 19px; }
.right-side-content * { color: #fff !important; }
.right-side-content a { text-decoration: none; }
.right-side-content p:last-child { margin-bottom: 0px; }
.hs-embed-wrapper.top-spacing-remove { margin-top: -35px; }
.galliano-row-inner { margin-bottom: -8px !important; }


@media only screen and (max-width: 1240px) {
  .blog-list-header-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .blog-list-header-inner{
    padding: 40px 20px;
  }
  .blog-list-header-inner h1{
    font-size: 36px;
  }

  .blue-box table { width: 100% !important; display: flex; align-items: flex-start; height: 100% !important; }
  .blue-box table tr { height: auto !important; display: flex; flex-flow: wrap; }
  .blue-box table tr td { width: 100% !important; }
  
}

@media only screen and (max-width: 768px) {
  .catmenu {
    background: #50a2de;
  }
  .cta_first{
    width: 100%;
    float: none;
  }
  .cta_second {
    width: 100%;
    float: none;
  }
  .cta_third {
    width: 100%;
    float: none;
  }
  .blog-list-form form {
    width: 100%;
  }
  .ct_column {
    width: 100%;
    float: none;
    padding: 0 20px;
    border-right: none;
    margin-bottom: 0;
  }
  .tve_contents_table {
    margin-bottom: 20px;
  }
  .custom-75, .custom-25 {
    width: 100%;
    float: none;
    margin: 0 auto; 
    padding: 0;
  }
  .aut .aat, .amg {
    width: 100% !important;
    float: none;
  }
  
  .blog-post__body td { width: 100% !important; display: inline-block; }
  .blog-post__body table tr { display: flex; flex-flow: wrap; }
  html body .form-set #om-smyt1hzaa6segzkkhmjp .customHtml {
    padding: 0px 15px !important;
  }
 
}

@media only screen and (max-width: 676px) {
  .post-item .thumbpost {
    width: 100%;
    float: none;
  }
  .post-item .thumbcontent{
    width: 75%;
  }
  .post-item .thumbmeta{
    width: 25%;
  }
  .post-item .thumbpost img{
    max-height: unset;
  }
  .cover-img {
    float: none !important;
    margin: 0 auto 20px !important;
    display: block;
  }
}

@media only screen and (max-width: 540.5px) {
  .blog-pagination a{
    padding: 0 10px;
    margin-left: 5px;
  }
  .blog-post-footer ul li{
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .post-item .thumbcontent{
    width: 100%;
    float: none;
    border-right: none;
    border-bottom: 1px solid #dadada;
  }
  .post-item .thumbmeta{
    width: 100%;
    float: none;
  }
  .blog-post__body p img{
    max-width: 100%;
  }
  .twa-cta-wrapper h2 {font-size: 34px;}
  .twa-cta-wrapper p {font-size: 22px;}
  .catmenu-inner {
    text-align: center;
    padding: 10px 0 10px;
  }
  .catmenu-inner li{
    border:none;
  }
  .catmenu-inner .widget-module{
    position: relative;
    display: inline-block;
  }
  .catmenu-inner button.dropbtn {
    background-color: #f9f9f9;
    color: #0f0f0f;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 294px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    display:block;
  }
  .catmenu-inner .widget-module ul{
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 98;
    max-height: 0;
    min-width: 160px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    display:none;
  }
  .catmenu-inner.active .widget-module ul {
    max-height: 500px;
    min-width: 160px;
    transition: max-height 0.25s ease-in;
    position: relative;
    display:block;
  }
  .catmenu-inner li {
    display: block;
    border-right: none;
    padding: 0;
    line-height: 1;
  }
  .catmenu-inner li a {
    padding: 10px 16px 10px;
    display: block;
    border-radius: 0px;
  }
  
}
.cta-yellow-content p {
    margin-top: 0px !important;
}
.gray-box p {
    margin: 0px !important;
} 

.blog-post__body ul li:last-child {
    padding-bottom: 22px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.systems-page .success {
  min-width: unset;
  max-width: 650px;
  width: 100%;
  font-size: 1em;
}

input#hs-login-widget-remember {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
  -webkit-appearance: auto;
}

input#hs-login-widget-remember+label {
  display: inline-block;
  vertical-align: middle;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

.email-prefs .header {
  background-color: transparent;
}

.systems-page .hs-form-field .hs-input {
  margin-bottom: 10px;
}

.email_unsbscrb input.email-edit.hs-input {
  padding: 16px !important;
  font-size: 18px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

@media(max-width: 479px) {
  .systems-page h1 {
    font-size:30px;
  }

  .systems-page h2 {
    font-size: 24px;
  }
}

/*clarity Font code start*/



/*clarity fonr code end*/


.tve_contents_table ::after {
  content: "";
  clear: both;
  display: table;
}

.tve_ct_level1 {
  padding-left: 16px;
}

.tve_ct_content  {
  display: flex;
}

@media(max-width:1199px){
  table.tve_table.tcb-fixed.tve_table_flat { width: 100% !important; }
  table.tve_table.tve_table_plain.tve_brdr_outset {  width: 100% !important; }
}

@media(max-width:767px){
  .tve_ct_content  {
    display: block;
  }
  .tve_table_row th.tve_table_cell { width: 50% !important; }
  .tve_table_row th.tve_table_cell p { margin-top: 0; padding: 20px 0; }
  table.tve_table.tve_table_plain.tve_brdr_outset > thead > tr > th { width: 50% !important; }
  table.tve_table.tve_table_plain.tve_brdr_outset > thead > tr > th p.tve_p_center { margin: 0; padding: 20px 5px; }
  
  img[alt="Cloud 9 Dental Practice Management Software"] { width: 100% !important; margin: 0 0 30px !important; }
  
  .cus-blog-post-body { overflow: hidden; }
  
  .blue-box {
    width: 100% !important;
}

img[alt="Top 17 HIPAA Compliant Call Tracking Software for Dentists"] {
    width: 100% !important;
    margin: 0 0 30px !important;
}
   
  .post-page-excerpt img[style*="float: right"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-left: 0 !important;
    display: block;
  }

}