/*
 * Theme Name: Insurewithcompass
 * Description: Insurewithcompass is fully responsive, clean and minimal WordPress theme. It has various options in WordPress Customizer to change look of the theme - primary design color, background and header, page layout (left or right sidebar, full or centered content). Clean valid code, semantic markup, markup by Schema.org, full adaptation to mobile devices. Insurewithcompass is ready to use with child themes and gives for developers simple design change with custom hooks and action. Translation Ready (English, Russian, Ukrainian, French, German, Polish, Turkish). Fully compatible with WPML, WooCommerce, bbPress.
 * Theme URI: http://Insurewithcompass.com/
 * Author: Insurewithcompass
 * Author URI: http://Insurewithcompass.com/
 * Version: 1.3.10
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, microformats
 * Text Domain: Insurewithcompass
 */

/* reset & 12 columns
 * ============================================================================ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
}

#comments {
  display: none !important;
}

ol,
ul {
  list-style: none;
}

a:focus {
  outline: 0;
}

blockquote,
q {
  quotes: none;
}

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

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

img,
object,
embed,
video {
  max-width: 100%;
}

object,
embed,
video {
  width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
}

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

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.grid {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid [class*="col"] {
  width: 100%;
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .grid {
    width: 100%;
  }

  .grid [class*="col"] {
    float: left;
  }

  .grid:after,
  .grid:before,
  .grid .newrow:before {
    display: table;
    line-height: 0;
    content: "";
  }

  .grid:after,
  .grid .newrow,
  .grid .newrow:before {
    clear: both;
  }

  .grid [class*="col"] {
    margin-left: 1.694915254%;
    margin-right: 0;
  }

  .grid .newrow,
  .grid [class*="col"]:first-of-type {
    margin-left: 0;
  }

  .grid .col1 {
    width: 6.779661017%;
  }

  .grid .col2 {
    width: 15.25423729%;
  }

  .grid .col3 {
    width: 23.72881356%;
  }

  .grid .col4 {
    width: 32.20338983%;
  }

  .grid .col5 {
    width: 40.6779661%;
  }

  .grid .col6 {
    width: 49.15254237%;
  }

  .grid .col7 {
    width: 57.62711864%;
  }

  .grid .col8 {
    width: 66.10169492%;
  }

  .grid .col9 {
    width: 74.57627119%;
  }

  .grid .col10 {
    width: 83.05084746%;
  }

  .grid .col11 {
    width: 91.52542373%;
  }

  .grid .col12 {
    width: 100%;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.pn {
  padding: 0;
}

.mn {
  margin: 0;
}

.hide {
  display: none;
}

/* ============================================================================ */

/* ============================================================================
 *      LAYOUT
 * ============================================================================ */
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-width: 280px;
  background: #fff;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

/**---- custom css ------**/
a.close,
.mobilemenu {
  opacity: 0;
  display: none;
}

#wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.wrapper {
  margin: 0 auto;
  overflow-x: hidden;
}

#header {
  min-height: 90px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  z-index: 9;
  position: relative;
  padding: 20px 15px;
}

#main {
  padding: 60px 0;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

#content {
  width: 100%;
  float: none;
}

#sidebar {
  display: none;
}

#sidebar.block {
  display: block;
}

#footer {
  width: 100%;
  padding: 20px 0;
  margin: 0;
    background: url(https://images.insurewithcompass.com/bkgnds/footer_bg.webp) no-repeat 0 0;
  background-size: cover;
}

.maxwidth {
  margin: 0 auto;
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding: 0 35px;
}

.flex_row {
  width: 100%;
  display: flex;
}

#footer .flex_row .left .logo img {
  width: 25vw !important;
  max-width: initial;
  filter: drop-shadow(2px 2px 8px #c8d3e2);
}

/*.home #header { position: absolute; left: 0; top: 0; width: 100%; z-index: 9; background: none }*/
#header .logo {
  max-width: 251px;
  margin: 20px 0 0;
}

#header .right_details {
  width: 100%;
  text-align: right;
  padding-left: 20px;
}

#header .right_details a {
  text-decoration: none;
}

#header .menu {
  width: 100%;
  text-align: right;
}

#header .menu li.menu-item-type-custom:nth-child(1),
#header .menu li.menu-item-type-custom:nth-child(2),
#header .menu li.menu-item-type-custom:nth-child(3),
#header .menu li.menu-item-type-custom:nth-child(4) {
  display: none;
}

#header .menu li li {
  text-align: left;
}

#header .menu li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 900;
  font-family: "Roboto";
  transition: all ease 0.3s;
}

#header .menu li:last-child a,
#header .menu li:last-child span {
  padding-right: 0;
}

#header .menu li a,
#header .menu li span {
  color: #4a4a4a;
  text-decoration: none;
  padding: 7px 15px;
  font-weight: 300;
}

#header .menu li > a:hover {
  color: #ffe096;
}

#header .menu li .current_page_item > a,
#header .menu li.current_page_item > span,
#header .menu li.current_page_ancestor span,
#header .menu li.current_page_ancestor a {
  color: #fdc747;
  text-decoration: overline;
  text-decoration-thickness: 4px;
}

#header .menu li ul {
  position: absolute;
  left: 16px;
  top: 10px;
  border-top: 7px solid #247cb5;
  background: #0068aa;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  min-width: 160px;
  transition: all ease 0.3s;
}

#header .menu li ul li {
  border-bottom: 1px solid #128cc8;
  width: 100%;
  display: block;
}

#header .menu li ul li a,
#header .menu li ul li span {
  color: #fff !important;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  display: block;
  width: 100%;
  white-space: nowrap;
  transition: all ease 0.3s;
}

#header .menu li ul li a:hover,
#header .menu li ul li span:hover {
  background: #7ab732;
  color: #fff;
  padding: 5px 5px 5px 15px;
}

#header .menu li ul li a:hover {
  color: #fff;
}

#header .menu li:hover ul {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  top: 30px;
  transition: all ease 0.3s;
}

#header .right_details .connect {
  font-size: 20px;
  color: #313131;
  padding-bottom: 35px;
}

#header .right_details .connect strong {
  padding-left: 15px;
}

#header .right_details .social {
  color: #0068ab;
  margin: 0 5px;
}

body.custom-background .wrapper {
  margin: 0 auto;
  background: #fff;
  max-width: 1070px;
}

.slide_container .slide {
  width: 100%;
  padding: 220px 0 450px;
  font-size: 45px;
  font-weight: 300;
  color: #171717;
  background-position: right center !important;
}

.slide_container .slide h2 {
  font-size: 42px;
  font-weight: 300;
  color: #171717;
  line-height: 50px;
}

/*.slide_container .slide:before { content: ''; position: absolute; left: 0; width: 100%; height: 100%; top: 0; background: url(img/hov_bg.png) no-repeat 0 0; background-size: 0% }*/
.slide_container .banner_content {
  max-width: 400px;
  position: relative;
  z-index: 99;
}

.slide_container .slick-arrow {
  position: absolute;
  z-index: 10;
}

.slide_container .slick-next {
  right: 20px;
  top: 37%;
  background: none;
  border-bottom: 2px solid #333;
  border-radius: 0;
  padding: 0;
  color: #333;
}

.slide_container .slick-prev {
  left: 5px;
  top: 37%;
  background: none;
  border-top: 2px solid #333;
  border-radius: 0;
  padding: 0;
  color: #333;
}

.slide_container .slick-next:hover,
.slide_container .slick-prev:hover {
  border-color: #fdc747;
}

.search-no-results h1 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
}

.search-no-results .searchform {
  margin: 0 auto;
  max-width: 400px;
}

.searchform .s {
  border-radius: 0;
}

.search-no-results .inner_banner {
  background: #fdc747 url(img/search.png) no-repeat center center !important;
  background-size: contain !important;
}

.search-no-results .inner_banner .title_box {
  display: none;
}

.slide_container .slick-next,
.slide_container .slick-prev {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
}

#rotate {
  vertical-align: top;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -moz-transform: rotate(-90deg); /* Firefox */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
  -o-transform: rotate(-90deg); /* Opera */
}

.sticky_button {
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  padding: 0 20px;
  font: 700 20px/1.25 "Roboto", sans-serif !important;
}

.sticky_button_container {
  /*  position: fixed;
  left: -130px;
  top: 70px;*/
  display: flex;
}

span.sticky_button {
  width: 220px;
  display: block;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%);
  margin-top: 0%;
  white-space: nowrap;
  height: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  bottom: -40px;
  font-size: 16px;
}

.staff_container {
  width: 100%;
  display: block;
  margin: -300px 0 0;
  background: rgba(0, 104, 170, 0.9);
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.staff_container a {
  text-decoration: none;
  color: #fff;
}

.staff_container .box {
  width: 100%;
  color: #fff;
}

.staff_container .box ul {
  display: flex;
  width: 100%;
  text-align: center;
  float: none;
  padding: 15px 0 0;
}

.staff_container .box ul li {
  padding: 10px 20px;
  width: 25%;
}

.staff_container h2 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}

.staff_container h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #22b0e6;
  margin: 15px auto 0;
  clear: both;
}

h2:after,
h1:after {
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: jump 1s ease-in alternate infinite;
  animation: jump 1s ease-in alternate infinite;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 10%);
    transform: translate3d(0, 50%, 10%);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 10%);
    transform: translate3d(0, 50%, 10%);
  }
}

h2:after,
h1:after,
.h1:after {
  animation: expand_center 5000ms infinite;
  animation-fill-mode: forwards;
}

@keyframes expand_center {
  0% {
    clip-path: polygon(50% 100%, 50% 0, 50% 0, 50% 100%);
    -webkit-clip-path: polygon(50% 100%, 50% 0, 50% 0, 50% 100%);
  }
  100% {
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  }
}

.search_container {
  padding: 340px 0 40px;
  width: 100%;
}

.search_container .box {
  background: #0c3d60;
  padding: 50px 25px;
  text-align: center;
  color: #fff;
}

.search_container .btn {
  border: 2px solid #ccdfb7;
  color: #fff;
  padding: 5px 20px;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  margin: 30px 0 0;
  background: none;
}

.search_container .btn:hover {
  /*  background: #c1ea69;
  border-color: #c1ea69;*/
}

.search_filter .btn:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

button.btn a {
  text-decoration: none;
}

button.btn:hover a {
  text-decoration: none;
  color: #fff;
}

button.btn i {
  color: #0068ab;
}

button.btn:hover i {
  color: #fff;
}

.error404 .inner_banner {
  background: #7ab732 url(img/404.png) no-repeat center center !important;
  background-size: contain !important;
}

.error404 .inner_banner .title_box {
  display: none;
}

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

.error404 .searchform,
.search-results .searchform {
  margin: 0 auto;
  float: none;
  display: inline-block;
}

.search-results .inform {
  text-align: center;
  padding: 0 0 20px;
}

.search-results .inform h1 {
  padding: 0 0 10px;
}

.search-results .status-publish {
  margin: 0;
  padding: 10px;
  border: 1px solid #f2f2f2;
}

.search-results .status-publish h2 {
  margin: 0;
  padding: 0;
}

.search-results .serp::before {
  display: none;
}

.search_container h2 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}

/*.search_container h2:after { content: ''; display: block; width: 200px; height: 2px; background: #c1ea69; margin: 15px auto 0; clear: both }*/
.blog_list {
  width: 100%;
  padding: 50px 0;
}

.blog_list ul,
.blog_list li {
  width: 100%;
}

.blog_list li {
  padding: 30px 0;
}

.blog_list li .post {
  display: flex;
  font-size: 17px;
  line-height: 23px;
  color: #191919;
}

.blog_list li .post figure {
  width: 480px;
}

.blog_list li .post figure img {
  width: 100%;
}

.blog_list li .post .details {
  padding: 0 0 0 100px;
}

.btn,
.more-link {
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #272727;
  border: 1px solid #272727;
  display: inline-block;
  clear: both;
  text-decoration: none;
  margin: 10px 0 0;
  background: #fff;
  border-radius: 0;
}

.btn:hover,
.more-link:hover {
  border-color: #272727;
  background: #272727;
  color: #fff;
}

.blog_list li h3 {
  font-size: 21px;
  line-height: 30px;
  color: #191919;
  padding: 0 0 20px;
}

.blog_list li p {
  width: 100%;
  display: block;
}

.inner_banner {
  padding: 235px 0 25px;
}

.inner_banner .title_box {
  padding: 30px 0 20px;
  filter: alpha(opacity=80) !important;
  -moz-opacity: 0.8 !important; /* Mozilla */
  opacity: 0.8 !important;
  text-align: center;
}

.inner_banner h1 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
}

.inner_banner h1:after {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6; /* Mozilla */
  opacity: 0.6;
}

.blog_bg .title_box {
  padding: 30px 0 20px;
  background: #0068ab;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; /* Mozilla */
  opacity: 0.9;
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding: 30px 0 20px;
}

.blog_bg .title_box h1:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #08a1de;
  margin: 15px auto 0;
  clear: both;
}

.inner_container {
  width: 100%;
  padding: 60px 0;
}

.inner_container h2 {
  font-size: 26px;
  color: #0068ab;
  padding: 0 0 20px;
}

.inner_container h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px;
  line-height: 24px;
}

.inner_container p,
.inner_container li,
.inner_container blockqoute {
  font-size: 15px;
  line-height: 24px;
  padding: 0 0 30px;
}

.inner_container .custom_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 40px;
  margin: 0;
}

.inner_container .custom_list li {
  width: 50%;
  padding: 7px 40px 7px 25px;
  background: url(img/square_icon.png) no-repeat 0 13px;
}

.single .blog_box {
  list-style: none;
}

/*.blog_container { padding: 60px 0 }*/
.post .flex_row ul {
  width: 50%;
  font-size: 16px;
}

.post .flex_row ul li {
  padding: 0 0 30px 51px;
  background: url(img/icon2.png) no-repeat 0 0;
}

.post .flex_row ul li:first-child {
  background: url(img/icon1.png) no-repeat 0 0;
}

.post .flex_row ul strong {
  font-size: 18px;
  line-height: 30px;
}

.post .flex_row .wpcf7 {
  width: 50%;
}

.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  color: #676767;
  text-transform: capitalize;
  margin: 0 0 15px;
  width: 100%;
  border-radius: 0;
  padding: 10px;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #ff0000;
}

#footer #main {
  padding: 30px 0;
}

#footer .left a {
  color: #666;
}

#footer .left {
  width: 50%;
  background: url(https://images.insurewithcompass.com/bkgnds/footer-address-new.webp) no-repeat -10px 0;
  background-size: 100% 100%;
  padding: 32px 0px;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
    line-height: font-size: clamp(0.875rem, 0.7885rem + 0.3846vw, 1.25rem);
  position: relative;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}

#footer .maxwidth {
  overflow: visible;
}

#footer .left .social a {
  display: inline-block;
  color: #0d3c5e;
  width: 24px;
  margin: 0 8px;
  line-height: 36px;
}

#footer .left .social a:hover {
  filter: invert(0%) sepia(0%) saturate(3000%) hue-rotate(200deg)
  brightness(100%) contrast(100%);
  width: 32px;
  margin: 0 4px;
}

#footer .area-sidebar-address {
  margin-bottom: 0;
  font-size: calc(8px + 1vw);
}

#footer .left .social br {
  display: none;
}

#footer .left .logo {
  margin-bottom: 20px;
}

#footer .left .textwidget {
  padding: 10px 5px;
}

#footer .left strong {
  font-size: 17px;
  padding: 0 0 5px;
}

#footer .left ul {
  padding: 20px 0 0;
}

#footer .left li {
  padding: 15px 0;
}

#footer .copyright {
  max-width: 100%;
}

#footer .right {
  width: 50%;
  text-align: left;
  padding-top: 40px;
  overflow: hidden;
}

#footer .right h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

#footer .right h3:after {
  content: "";
  width: 1000px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -1008px;
  top: 18px;
}

#footer .links {
  padding: 30px 0 0;
}

#footer .links li {
  padding: 0 10px;
  font-size: 15px;
  display: inline-block;
}

#footer .links li a {
  text-decoration: none;
}

#footer .links li ul {
  display: none;
}

#footer .number a {
  text-decoration: none;
}

#footer .number {
  font-size: 21px;
  font-weight: 700;
}

#footer .connect {
  display: block;
  margin-top: 170px;
}

#footer .social {
  text-decoration: none;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}

.team,
.staff {
  width: 100%;
  text-align: center;
  display: block;
  clear: both;
  padding: 60px 0 0;
}

.team ul,
.staff ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.team ul li,
.staff ul li {
  padding: 20px;
  width: 33%;
}

.team h3,
.staff h3 {
  color: #313131;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 38px;
  padding: 15px 0 0;
}

.team p,
.staff p {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.staff_btn {
  border-radius: 5px;
  cursor: pointer;
  background-image: linear-gradient(135deg, #316ba4 0%, #0c3d60 100%);
  padding: 15px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin: 40px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.staff_btn.open {
  display: none;
}

.area-sidebar-copyright {
  margin-bottom: 0;
}

/* adaptive layout */
@media screen and (min-width: 1024px) {
  .header-image {
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1080px;
  }

  #content {
    width: 67.12962962962963%;
    float: left;
  }

  #sidebar {
    width: 27.77777777777778%;
    margin-top: 0;
    float: right;
    display: block;
  }

  .layout-leftbar #sidebar {
    float: left;
  }

  .layout-leftbar #content {
    float: right;
  }

  .layout-full #sidebar {
    display: none;
  }

  .layout-full #content {
    float: none;
    width: 100%;
  }

  .layout-center #sidebar {
    display: none;
  }

  .layout-center #content {
    float: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper {
    width: 100%;
  }
}

/* ============================================================================ */

/* ============================================================================
 *      inline HTML TAGS
 * ============================================================================ */
body {
  font: 16px/1.4 "Roboto", sans-serif;
  color: #222;
  word-wrap: break-word;
}

a {
  color: #222;
}

a:hover {
  color: #0068ab;
}

p {
  padding: 0 0 1em 0;
}

p:last-child {
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wtitle,
.title {
  margin: 0;
  padding: 0 0 0.5em;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 36px;
  padding: 0;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5,
h6 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    padding: 0;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5,
  h6 {
    font-size: 18px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

blockquote,
q {
  position: relative;
  padding: 30px 30px 30px 80px;
  margin: 10px 0 20px 30px;
  color: #444;
  font-family: "Roboto", sans-serif;
  background: #efefef;
  border-left: 3px solid #0068ab;
  border-radius: 3px;
  display: block;
}

blockquote:after {
  content: "”";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 4em;
  line-height: 1;
}

table th {
  background: #ddd;
  border-right: 1px solid #fff;
  padding: 10px 20px;
}

table tr th:last-child {
  border-right: 1px solid #ddd;
}

table td {
  padding: 5px 20px;
  border: 1px solid #ddd;
}

pre {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 1em 0;
  overflow: auto;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/* ============================================================================
 *      FORM HTML TAG
 * ============================================================================ */
input,
textarea,
select,
button {
  padding: 10px 10px 10px 0;
  border-color: #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: 300 16px/1.25 "Open Sans", Tahoma, Verdana, Segoe, sans-serif;
  color: #222;
}

textarea {
  min-height: 90px;
  max-width: 100%;
  box-sizing: border-box;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="search"] {
  padding: 9px 10px;
  border-width: 1px;
  border-style: solid;
  min-height: 20px; /*height: 20px; */
}

input[type="search"] {
  height: 40px;
}

input[type="color"] {
  padding: 0;
  border: 0;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0068ab;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.08);
}

input[type="submit"],
input[type="button"],
button,
.submit,
.button {
  padding: 10px 20px;
  min-height: 20px; /*height: 40px;*/
  line-height: 20px;
  border: 0;
  background-color: #0068ab;
  color: #fff;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.submit:hover,
.button:hover {
  opacity: 0.9;
}

.wpcf7-submit[type="submit"] {
  border: 1px solid #474848;
  padding: 20px 40px;
  color: #676767;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  background: #fff;
  max-width: 150px;
}

.wpcf7-submit[type="submit"]:hover {
  background: #474848;
  color: #fff;
}

/*:focus { box-shadow: none!important; border: none!important }*/
/* ============================================================================ */

/* ============================================================================
 *      HEADER
 * ============================================================================ */

.sitedescription {
  /*text-align: center;*/
  padding-top: 10px;
}

.sitetitle.center .custom-logo {
  margin-left: auto;
  margin-right: auto;
}

.sitetitle.right .custom-logo {
  margin-left: auto;
  margin-right: 0;
}

.custom-logo-top {
  display: block;
  margin-bottom: 20px;
}

.custom-logo-bottom {
  display: block;
  margin-top: 20px;
}

.sitetitle.right .custom-logo-right,
.sitetitle.left .custom-logo-right {
  margin-left: 20px;
  margin-right: 0;
}

.sitetitle.left .custom-logo-left,
.sitetitle.right .custom-logo-left {
  margin-left: 0;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  #logo {
    font-size: 60px;
  }
}

/* mobile navigation button */
#mobile-menu {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  background: #0068ab; /*#eee;*/
  z-index: 999;
  position: relative;
}

#mobile-menu:hover {
  opacity: 0.8;
}

/* header navigation */
.topnav nav {
  display: none;
  z-index: 9999;
}

.top-menu {
  background: #0068ab;
  position: absolute;
  z-index: 1000;
  width: 90%;
  left: 5%;
}

.top-menu li {
  padding: 0;
  display: block;
}

.top-menu li a,
.top-menu li span {
  display: block;
  padding: 15px 20px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.top-menu li a:hover,
.top-menu li span:hover,
.top-menu li .sub-menu > li > a:hover,
.top-menu li .sub-menu > li > span:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.top-menu .current_page_item > a,
.top-menu .current_page_item > span,
.top-menu .current-menu-item > a,
.top-menu .current-menu-item > span {
  background-color: rgba(0, 0, 0, 0.22);
}

.top-menu .current-menu-item > a:hover,
.top-menu .current-menu-item > span:hover {
  color: #fff;
}

.top-menu .sub-menu {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .top-menu .open-submenu:after,
  .top-menu .open-submenu {
    display: none;
  }
}

@media screen and (max-width: 1140px) {
  #header .right_details {
    padding-left: 20px;
  }

  .staff_container img {
    max-height: 55px;
  }

  .staff_container h3 {
    white-space: nowrap;
    font-size: 12px;
  }

  .staff_container .box ul li {
    padding: 10px;
  }

  .blog_list li .post figure {
    width: 300px;
  }

  .blog_list li .post .details {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slide_container .banner_content {
    max-width: 100%;
  }

  .slide_container .slide h2 {
    font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
    line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  }

  .slide_container .slide h2 br {
    display: none;
  }

  .staff_container .box ul {
    display: block;
    width: 100%;
  }

  .staff_container .box ul li {
    width: 100%;
    display: table;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }

  .staff_container .box ul li:hover a {
    color: #ffdc8a;
  }

  .staff_container .box ul li figure {
    display: table-cell;
    vertical-align: middle;
    width: 66px;
  }

  .staff_container .box ul li figure img {
    width: 40px;
    height: auto !important;
    max-height: none !important;
    margin: 0 20px 0 0;
  }

  .staff_container .box ul li h3 {
    padding: 5px 0 0;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

  .staff_container h3 {
    font-size: 15px;
  }

  .staff_container h2 {
    font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
    line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  }

  .staff_container {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .about_box {
    padding: 20px 0;
  }

  .about_box ul {
    display: block;
  }

  .about_box ul li {
    width: 100%;
    text-align: center;
    padding: 15px 15px 120px;
    background: url(img/down_arrow.png) no-repeat center bottom;
  }

  .about_box ul li:last-child {
    padding: 15px;
  }

  .flex_row {
    width: 100%;
    display: block;
  }

  #footer .left,
  #footer .right {
    width: 100%;
  }

  #footer .links {
    display: none;
  }

  #footer .connect {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0 0 30px;
    display: none;
  }

  #footer .number {
    padding: 0 0 30px;
    text-align: left;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .staff_container h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 640px) {
  .blog_list li .post {
    display: block;
  }

  .blog_list li .post figure {
    width: 100%;
    padding-bottom: 15px;
  }

  .blog_list li .post .details {
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .topnav {
    background: #0068ab;
  }

  .top-menu {
    margin-top: 1px;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.25);
  }

  .top-menu .sub-menu li a {
    padding: 10px 20px;
  }

  .top-menu .sub-menu {
    margin: 0 0 0 20px;
    font-size: 14px;
  }

  .top-menu li.menu-item-has-children {
    position: relative;
  }

  .top-menu li.menu-item-has-children > .open-submenu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    font-size: 24px;
    line-height: 50px;
    padding: 0;
    text-align: center;
  }

  .top-menu a {
    border-bottom: 1px solid #ffffff1a;
  }

  .top-menu .sub-menu li.menu-item-has-children > .open-submenu {
    height: 40px;
    line-height: 40px;
  }

  .top-menu .sub-menu.closed {
    display: none;
  }

  .top-menu .submenu-opened .sub-menu.closed {
    display: none;
  }

  .top-menu .open-submenu:before {
    content: "+";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .top-menu .submenu-opened > .open-submenu:before {
    content: "–";
  }

  #header .menu li a,
  #header .menu li span {
    padding: 7px;
  }

  #header .menu li {
    font-size: 14px;
  }

  #header .right_details .connect {
    font-size: 15px;
  }

  .about_box {
    font-size: 20px;
    line-height: 28px;
  }

  .about_box strong {
    font-size: 15px;
  }

  .about_box li br {
    display: none;
  }

  .about_box li {
    padding: 0 130px 0 0;
  }
}

/* ============================================================================ */

/* ============================================================================
 *      CONTENT
 * ============================================================================ */
.entry-box {
  margin: 30px 0 0;
}

.entry-box .entry {
  padding-bottom: 30px;
}

.entry-box ul,
.entry-box ol {
  margin: 0.5em 0 1em 50px;
}

.entry-box ul {
  list-style: outside url("img/li.svg");
}

.entry-box ol {
  list-style: decimal;
}

.entry-box ul ul,
.entry-box ul ol,
.entry-box ol ol,
.entry-box ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-box li {
  padding-top: 5px;
}

.entry-box ul li {
  padding-left: 5px;
  position: relative;
}

.ftrwidget ul {
  list-style: outside url("img/li.svg");
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1em;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.comment-body ol,
.comment-body ul {
  margin: 0.2em 0 0.5em 40px;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body ol {
  margin-left: 40px;
  list-style-type: decimal;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.sticky {
  border: 5px solid #eee;
  padding: 30px;
}

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

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

.blog-home-header {
  margin-bottom: 50px;
}

.brand_logos {
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
}

.brand_logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
}

/* ANONS
 * ----------------------------------------- */
.anons {
  margin-bottom: 60px;
}

.anons h2 {
  font-size: 30px;
  padding-bottom: 0;
}

.anons-thumbnail {
  display: none;
}

.anons-thumbnail.show {
  display: block;
}

.anons img {
  margin-bottom: 15px;
  margin-top: 5px;
  max-width: 100%;
  height: auto;
}

.largeimage {
  margin: 0 0 1em;
  max-width: 100%;
  height: auto;
}

.medium,
.thumbnail {
  float: left;
  margin: 5px 1.5em 0.5em 0;
}

.medium {
  max-width: 50%;
  height: auto;
}

.thumbnail {
  max-width: 30%;
  height: auto;
}

/*.more-link-box {text-align: right;}
.more-link { display: inline-block; padding: 10px 20px; background: #0068ab; color: #fff; text-decoration: none; -webkit-border-radius: 5px; border-radius: 5px; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; position: relative; }
.more-link:after { content: '➤'; float: right; margin-left: 10px; margin-right: -5px; }
.more-link:hover { opacity: 0.8; color: #fff; }*/

/* __________ post __________ */
.meta {
  margin: 10px 0 0;
  font-size: 12px;
}

.meta span {
  padding-right: 20px;
}

.meta span.hide {
  display: none;
}

.meta .fa {
  padding: 0 5px 0 0;
}

.meta,
.meta a {
  color: #999999;
}

.meta a {
  text-decoration: none;
}

.meta a:hover {
  text-decoration: underline;
}

/* __________ archive __________ */
.inform {
  margin-bottom: 2em;
  border-bottom: 1px dotted #e2e2e2;
}

.inform h1 {
  font-size: 20px;
}

.inform .archive-desc {
  padding: 0 0 2em 4em;
}

/* __________ socialshare __________ */
.social_share {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}

.social_share li,
.social_share ul {
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
  list-style: none;
}

.social_share li:before {
  display: none;
}

.psb {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 10px 0 0;
  background: url(img/socialshare.png) 0 0 no-repeat;
  transition: top 0.3s;
  position: relative;
  top: 0;
}

.psb,
.share42-item {
  transition: top 0.3s;
  position: relative;
  top: 0;
}

.psb:hover,
.share42-item:hover {
  position: relative;
  top: 3px;
}

.fb {
  background-position: 0 0;
}

.ok {
  background-position: -80px 0;
}

.tw {
  background-position: -40px 0;
}

.vk {
  background-position: -120px 0;
}

.gp {
  background-position: -160px 0;
}

/* __________ images __________*/
.entry iframe {
  max-width: 100%;
}

.entry img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 8px;
}

.alignleft img {
  display: block;
  margin: 0 auto 0 0;
}

.alignright img {
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft,
.alignleft {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

img.alignright,
.alignright {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

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

.entry .attachment,
.entry .caption,
.entry .gallery-caption {
  text-align: center;
}

.entry .attachment .navigation {
  height: 150px;
}

.wp-caption,
.attachment img {
  text-align: center;
  max-width: 100%;
}

.wp-caption img {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-caption-text,
.wp-caption p.wp-caption-text {
  font-size: 12px;
  color: #222;
  margin: 0 0 15px;
}

.entry .wp-smiley {
  margin: 0;
  padding: 0;
  border: 0;
}

/* __________ galleries __________*/
.gallery {
  height: 445px;
  border: 2px solid #eee;
  padding: 15px 30px;
  margin: 20px 0 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

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

.gallery-item img {
  display: block;
  margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  padding: 10px 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
  clear: both;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333333333333%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
  clear: both;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
  clear: both;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
  clear: both;
}

.gallery-columns-6 .gallery-item {
  width: 14.66666666666667%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
  clear: both;
}

.gallery-columns-7 .gallery-item {
  width: 12.28571428571429%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
  clear: both;
}

.gallery-columns-8 .gallery-item {
  width: 10.5%;
  padding: 10px 1%;
  float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
  clear: both;
}

.gallery-columns-9 .gallery-item {
  width: 10%;
  padding: 10px 0.5555555555555556%;
  float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: both;
}

.gallery-caption {
  color: #313131;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 17px;
  font-weight: 300;
}

.gallery .rpbt-post-date {
  display: block;
  font-size: 14px;
  padding: 10px 0;
}

/* __________ paginate __________ */
.nav-links {
  line-height: 40px;
}

.nav-links a {
  text-decoration: none;
}

.nav-links .page-numbers {
  padding: 4px 12px 6px;
  margin-right: 5px;
  background: #ddd;
  color: #444;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background, color 0.3s;
  transition: background, color 0.3s;
}

.nav-links a:hover,
.nav-links .current {
  background: #0068ab;
  color: #fff;
}

.nav-links .total {
  margin-right: 5px;
}

/* ============================================================================
 *      COMMENTS
 * ============================================================================ */
#comments,
#respond {
  margin: 60px 0 0;
}

.comments-title,
#reply-title {
  font-size: 30px;
  padding: 20px 0 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.comments-title .cnt {
  float: right;
  font-size: 0.7em;
}

.comment-list {
  margin: 10px 0 0 0;
}

.comment-body {
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 100px;
  background: #f9f9f9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.comment-body a {
  text-decoration: none;
}

.comment-body a:hover {
  text-decoration: underline;
}

.comment .avatar {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.comment-author {
  float: left;
  margin-right: 10px;
  line-height: 20px;
}

.comment-metadata {
  font-size: 0.7em;
  line-height: 17px;
  padding-top: 3px;
}

.says {
  display: none;
}

.comment-content {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.3;
  clear: both;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c5c5c5;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.bypostauthor .comment-body {
  background: #efefef;
}

/* _____ REPLY to comment  */
.rinput,
.rcomment {
  margin-bottom: 10px;
}

.rinput input {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
}

.rcomment textarea {
  width: 100%;
}

#cancel-comment-reply-link {
  font-size: 14px;
  float: right;
}

.comment #respond {
  margin: -20px 0 60px 0;
}

/* ============================================================================
 *      SIDEBAR
 * ============================================================================ */
#widgetlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#widgetlist > li:last-child {
  margin-bottom: 0;
}

.widget,
.categories,
#widgetlist > li {
  margin-bottom: 60px;
  padding: 0;
}

.categories .wtitle {
  display: none;
}

.wtitle {
  white-space: nowrap;
  padding: 0 15px 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #12537d;
}

.widget ul {
  margin: 0 0 0 15px;
  list-style: outside url("img/li.svg");
}

.widget li {
  padding: 5px 0 5px 5px;
}

.wtitle a {
  text-decoration: none !important;
}

.widget .children {
  margin-left: 20px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 10px;
}

.widget a {
  text-decoration: none;
}

.widget a:hover {
  text-decoration: underline;
}

.pagination {
  width: 100%;
  display: none;
  clear: both;
}

.alm-btn-wrap {
  text-align: left !important;
}

/* ============================================================================
 *      OTHER
 * ============================================================================ */

/* _____ Search & Results */
.search-results .inform {
  margin-bottom: 4em;
}

.searchform {
  width: 100%;
  max-width: 400px;
  margin: 0;
  padding: 0;
  position: relative;
}

#header .searchform {
  display: none;
  margin: 30px auto;
  max-width: 300px;
}

#content .searchform {
  margin: 30px 0;
}

input.s {
  width: 90%;
}

input.search_submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.serp {
  margin-bottom: 40px;
  margin-left: 20px;
  position: relative;
}

.serp:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 8px;
  border: 3px solid black;
  border-radius: 50%;
}

.serp h2 {
  font-size: 20px;
}

.serp .meta {
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 1;
}

.serp .entry {
  margin-top: 10px;
}

.serp .entry p {
  font-size: 14px;
  line-height: 1.3;
}

/* _____ Woocommerce */
.product_meta {
  font-size: 0.9em;
}

.product_meta > span {
  display: block;
}

/* ________ BB Press _________ */
form#bbp-search-form {
  margin-bottom: 20px;
}

form#bbp-search-form input[type="text"] {
  padding: 5px 10px;
}

form#bbp-search-form input[type="submit"] {
  padding: 7px 15px;
  margin-left: -10px;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 1px;
  background: #fff;
}

#wp-bbp_reply_content-editor-container {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#qt_bbp_reply_content_toolbar {
  border-radius: 6px 6px 0 0;
}

/*.bbp-body .bbp-topic-title,*/
.bbp-topic-permalink,
.bbp-forum-title {
  text-decoration: none;
  font: bold 18px/125% "PT Serif", sans-serif;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
  margin: 0;
  color: #818181;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 20px;
}

.bbp-header .bbp-topic-title .bbp-topic-title,
.bbp-header .bbp-forum-info {
  padding-left: 10px;
  box-sizing: border-box;
}

li.bbp-topic-title {
  width: 47%;
}

li.bbp-forum-topic-count {
  text-align: left;
}

li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
  text-align: left;
  width: 13%;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
  text-align: left;
  width: 19%;
}

/* ============================================================================ */
.circle-icon {
  background: #a7cbe6;
  color: #0c3d60;
  padding: 15px;
  border-radius: 50%;
}

.agent_geo_apear_bar.no_space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.agent_geo_apear_bar.no_space .image {
  margin: 0px 0px -90px 0px !important;
}

.agent_geo_apear_bar.no_space .agent_details {
  max-width: 100%;
}

h2 {
  color: #0c3d60;
  font-weight: 700;
  letter-spacing: -0.86px;
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
}

h2 strong {
  color: #377fc6;
}

/* ============================================================================
 *      Process Block Home
 * ============================================================================ */

.section_list {
  position: fixed;
  top: 362px;
  right: 10px;
  z-index: 999;
  opacity: 0;
}

.section_list.on {
  opacity: 1;
}

.section_list ul {
}

.section_list li a {
  width: 11px;
  height: 11px;
  background: rgba(178, 165, 156, 0.6);
  border-radius: 50%;
  display: inline-block;
}

.section_list li a:focus,
.section_list li a:hover {
  background: rgba(255, 102, 0, 0.8);
}

.section_list .active a {
  background: rgba(255, 102, 0, 0.7);
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #0068ab;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

.modal-header .close {
  margin-top: -2px;
  color: #fff;
  opacity: 1;
}

.table-responsive table {
  font-size: 14px;
}

.table-responsive {
  border: 1px soild #ccc;
  padding: 5px;
}

.table-responsive table td {
  border: 1px soild #ccc;
  word-wrap: anywhere;
}

.modal-dialog {
  max-width: 900px;
  width: auto;
}

.modal-dialog .btn,
.modal-dialog .more-link {
  border-color: #0068ab;
}

.modal-dialog .btn:hover,
.modal-dialog .more-link:hover {
  background: #0068ab;
  color: #fff;
  border-color: #0068ab;
}

.modal-footer {
  display: none;
}

.modal-dialog .quoteBtnBox .profile_btn,
.modal-dialog .quoteBtnBox .message_btn {
  margin-bottom: 10px;
  max-width: 100%;
  height: fit-content;
}

.tooltips {
  position: relative;
}

.tips {
  width: 180px;
  margin: 50px auto;
  background: #00bfb6;
  padding: 20px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-family: arial;
  position: relative;
}

.tooltips::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

.our_process_container {
  text-align: center;
  width: 100%;
  background: url(img/process_bg_new.webp) no-repeat top center;
  background-size: 100% 100%;
  padding: 150px 35px 100px;
  position: relative;
  z-index: 99;
  margin-top: -10px;
}

/* processArea */
.processArea {
  padding: 40px 0 275px;
  margin: -20px 0 0;
  width: 100%;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*.processArea:before { content: ""; width: 1058px; height: 144px; position: absolute; top: -55px; right: 0; background: url(img/workBgTop.png) no-repeat; }
.processArea:after { content: ""; width: 1058px; height: 166px; position: absolute; bottom: 140px; right: 0; background: url(img/workBgBotton.png) no-repeat; }*/
.processArea .itemBox {
  padding: 50px 0 0;
}

.processArea .itemBox .subText {
  padding: 30px 0 0;
    width: 40%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
    .processArea .itemBox .subText {
        padding: 0;
        width: 90%;
    }
}

.processArea .itemBox .subText span.text {
  margin: 10px 0 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.86px;
  text-align: center;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #22517f 0%, #0c3d60 100%);
}

.processArea .itemBox .subText li {
  padding: 0 0 40px;
  max-width: 100%;
}

.processArea .itemBox .subText h3 {
  font-size: 30px;
  color: #0c3d60;
  letter-spacing: 0.23px;
}

.processArea .itemBox .subText h3 strong {
  color: #377fc6;
}

.processArea .itemBox .subText p {
  font-size: 16px;
  color: #313131;
  line-height: 1.5;
}

.processArea .itemBox .image {
  width: 645px;
  padding: 30px 28px 30px 33px;
  height: 529px;
  background-repeat: no-repeat;
}

.processArea .itemBox .image .content {
  padding: 10px 20px;
  width: 100%;
  background: #fff;
}

.processArea .itemBox .image .content {
  color: #0c3d60;
  font-size: 14px;
  letter-spacing: 0.09px;
  line-height: 1.1;
  font-weight: 500;
}

.processArea .itemBox .image .content .mediclText {
  margin: 0 0 15px;
  font-size: 14px;
  color: #0c3d60;
  font-weight: 500;
  letter-spacing: 0.09px;
  line-height: 1.1;
}

.processArea .itemBox .image .content .Box {
  border: 4px solid #0c3d60;
}

.processArea .itemBox .image .content .Box .item:nth-of-type(1) {
  width: calc(40% - 0px);
}

.processArea .itemBox .image .content .Box .item:nth-of-type(1) h4 {
  height: 33.2px;
}

.processArea .itemBox .image .content .Box .item {
  width: calc(20% - 0px);
  border-right: 1px solid #0c3d60;
  text-align: center;
}

.processArea .itemBox .image .content .Box .item h4 {
  padding: 9px 10px;
  font-size: 14px;
  color: #0c3d60;
  font-weight: 900;
  letter-spacing: 0.09px;
  background: #fff;
}

.processArea .itemBox .image .content .Box .item ul li {
  padding: 9px 10px;
  font-size: 14px;
  color: #0c3d60;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.09px;
  background: #f4f6f7;
}

.processArea .itemBox .image .content .Box .item ul li:nth-of-type(2n-1) {
  background: #d7e8f5;
}

.processArea .itemBox .image .content .Box .item ul li strong {
  font-weight: 500;
  display: block;
  text-align: right;
}

.processArea .itemBox .image .content .Box .item ul li:last-child {
  padding: 0;
}

.processArea .itemBox .image .content .Box .item ul li span {
  padding: 10px 10px;
  display: block;
  font-weight: 900;
  background: #316ba4;
  color: #fff;
}

.processArea .itemBox .image .content .Box .item:nth-of-type(4) {
  border-right: 0;
}

.processArea .itemBox .image .content .Box .item.planPart {
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

/*.processArea .itemBox .image .content .Box .item.planPart:hover, */
.processArea .itemBox .image .content .Box .item.planPart.active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.06);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.06);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.06);
  transition: all 200ms ease-in;
  transform: scale(1.06);
  position: relative;
  z-index: 999;
  border-right: 0;
}

.processArea .itemBox .image .content .Box .item.planPart.active h4 {
  color: #f5a623;
}

.processArea .itemBox .image .content .Box .item.planPart.active ul li {
  background: #fff;
  color: #f5a623;
}

.processArea
.itemBox
.image
.content
.Box
.item.planPart.active
ul
li:nth-of-type(2n-1) {
  background: #fdedd3;
}

.processArea .itemBox .image .content .Box .item.planPart.active ul li span {
  background-color: #f5a623;
}

.processArea .itemBox .image .content .disflexArea.Submedicl {
  -webkit-justify-content: flex-start;
}

.processArea .itemBox .image .content form.disflexArea.customInpt {
  -webkit-justify-content: flex-start;
  margin: -5px 0 0 10px;
}

.processArea .itemBox .image .content form.disflexArea.customInpt p {
  padding: 0 9px;
}

.processArea .itemBox .image .content .customInpt [type="radio"]:checked,
.processArea .itemBox .image .content .customInpt [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.tabs li {
  display: inline-block;
}

.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:checked
+ label,
.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:not(:checked)
+ label {
  position: relative;
  padding: 5px 0 0 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 13px;
  color: #252525;
  font-weight: 400;
}

.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:checked
+ label:before,
.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:not(:checked)
+ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #3b99fc;
  border-radius: 100%;
}

.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:checked
+ label:after,
.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:not(:checked)
+ label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:not(:checked)
+ label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.processArea
.itemBox
.image
.content
.customInpt
[type="radio"]:checked
+ label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.processArea .itemBox .image .content .recom {
  display: block;
  float: right;
  padding: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
}

.processArea .itemBox .image.workImg {
  width: 700px;
  height: 386px;
  padding: 32px 101px 66px 100px;
  position: relative;
}

/*.processArea .itemBox .subText.subText22 {*/
/*    width: 38%;*/
/*}*/

.processArea .itemBox .image.workImg .content {
  padding: 10px 0px 10px 40px;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 291px;
}

.processArea .itemBox .image.workImg .content form.disflexArea.customInpt p {
  padding: 0 4px;
}

.processArea .itemBox .image.workImg figure {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 33px 0 0;
}

.processArea .itemBox .image.workImg .disflexArea.howBox {
  height: 291px;
  position: relative;
  width: 100%;
}

.processArea .itemBox .image.workImg .content .recom {
  position: absolute;
  bottom: 45px;
  right: 75px;
}

.processArea .itemBox .image.workImg .disflexArea.Submedicl {
  height: 95%;
}

.processArea .itemBox .image.workImg .content span.Totalmed {
  font-size: 15px;
  color: #0c3d60;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  text-align: center;
}

.our_process_container .disflexArea {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.our_process_container .top_row .image {
  background: url(img/workRightImg.png) no-repeat 0 0;
  background-size: contain;
}

.our_process_container .bottom_row .image {
  background: url(img/workLeftImg.png) no-repeat 0 0;
  background-size: contain;
}

.our_process_container .top_row .subText ul {
  counter-reset: counter1;
}

.our_process_container .top_row .subText ul li {
  counter-increment: counter1;
}

.our_process_container .top_row .subText ul li:before {
  content: counter(counter1);
}

.our_process_container .bottom_row .subText ul {
  counter-reset: counter2 2;
}

.our_process_container .bottom_row .subText ul li {
  counter-increment: counter2;
}

.our_process_container .bottom_row .subText ul li:before {
  content: counter(counter2);
}

.our_process_container .top_row .subText li,
.our_process_container .bottom_row .subText li {
  position: relative;
  padding-left: 120px;
}

@media only screen and (max-width: 767px) {
    .our_process_container .top_row .subText li,
    .our_process_container .bottom_row .subText li {
        position: relative;
        padding-left: 50px;
    }
}


.our_process_container .top_row .subText li:before {
  content: "";
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.86px;
  text-align: center;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #22517f 0%, #0c3d60 100%);
  position: absolute;
  left: 0;
  top: 10px;
}

.our_process_container .bottom_row .subText li:before {
  content: "";
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.86px;
  text-align: center;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #22517f 0%, #0c3d60 100%);
  left: 0;
  top: 10px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
    .our_process_container .top_row .subText li:before {
        content: "";
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -0.86px;
        text-align: center;
        border-radius: 100%;
        background-image: linear-gradient(135deg, #22517f 0%, #0c3d60 100%);
        position: absolute;
  left: 0;
        top: 0px;
    }

    .our_process_container .bottom_row .subText li:before {
        content: "";
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -0.86px;
        text-align: center;
        border-radius: 100%;
        background-image: linear-gradient(135deg, #22517f 0%, #0c3d60 100%);
        left: 0;
        top: 0px;
        position: absolute;
    }
}

.quiz_container {
  margin-top: -150px;
}

.introVideo i {
  font-size: 4vw;
  color: #316ba4;
  margin-right: 10px;
  filter: drop-shadow(0px 0px 2px whitesmoke);
}

/***************About Page****************/

.agent_container {
  width: 100%;
  display: block;
  clear: both;
  text-align: left;
}

.agent_container .contect {
  padding: 80px 0 0;
  width: 50%;
}

.agent_container .contect .sub_title2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.agent_container .contect ul.cont_list {
  width: 100%;
  margin-bottom: 20px;
}

.agent_container .contect ul.cont_list li {
  width: 100%;
  color: #4a4a4a;
  line-height: 25px;
}

.agent_container .contect h2 {
  position: relative;
}

.agent_container .contect h2 > img {
  position: absolute;
  right: 0;
  top: -26px;
}

.agent_container .contect .social {
  display: flex;
  margin: 20px;
  justify-content: start;
  gap: 35px;
}

.agent_container .contect .social li {
  margin-right: 8px;
}

.agent_container .contect .social li img {
  width: 20px;
}

.col_2 .areas {
  width: 100%;
  margin: 0px 20px !important;
}

.agent_container .contect .areas {
  width: 100%;
  margin: 35px;
}

.agent_container .contect .areas strong {
  width: 100%;
  display: inline-block;
  color: #184776;
  font-size: calc(8px + 1vw);
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.agent_container .contect .areas strong a {
  color: #316ba4;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-left: 15px;
}

.agent_container .contect .areas span {
  width: 100%;
  display: inline-block;
  color: #4a4a4a;
  font-size: calc(10px + 0.4vw);
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.agent_container .badge_row .view_all {
  color: #0c3d60;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.view-row {
  width: 100%;
  text-align: center;
}
.agent_container .image {
}

.agent_container .image .caption {
  color: #0c3d60;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.33px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.agent_container .image .caption img {
  margin-right: 8px;
}

.agent_container .disflexArea {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.agent_container .algnflexArea {
  align-items: center;
  -webkit-align-items: center;
}

.video_container {
  padding: 50px 0;
}

.video_container .video_box {
  width: 100%;
  margin-top: 30px;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 30px;
}

.video_container .video_box img {
  width: 100%;
  height: auto;
}

.Get_to_know_container {
  padding: 50px 0;
  background: url(../images/get_know_bg.png) no-repeat top center #fff;
  background-size: 100% 100%;
}

.Get_to_know_container .contect {
  padding: 80px 0 0;
  width: 40%;
}

.Get_to_know_container .contect h2,
.agent_container .contect h2 {
  color: #0c3d60;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
}

.Get_to_know_container .contect .sub_title,
.agent_container .contect .sub_title {
  color: #316ba4;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.Get_to_know_container .contect p,
.agent_container .contect p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 30px;
}

.contact-info-container {
  width: 100%;
  margin: 0 0 30px 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
}

.contact-info-container .areas {
  width: 100%;
  margin: 0;
}

.contact-info-container .areas table,
.contact-info-container .areas table tbody {
  font-family: "Roboto", sans-serif;
  color: #0c3d60;
  font-size: calc(12px + 1.2vw);
  font-variant: all-petite-caps;
  display: inline-grid !important;
}

.contact-info-container .areas table th,
.contact-info-container .areas table td,
.contact-info-container .areas table tr {
  background: #fff0;
  border: 0;
  border-style: none;
  line-height: 1;
  padding: 0.3rem;
}

.Get_to_know_container .contect ul.cont_info,
.agent_container .contect ul.cont_info {
  width: 100%;
  margin: 10px 0 30px 35px;
  list-style: none;
}

.Get_to_know_container .contect ul.cont_info li,
.agent_container .contect ul.cont_info li {
  color: #0c3d60;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}

.Get_to_know_container .contect ul.cont_info li a,
.agent_container .contect ul.cont_info li a {
  color: #0c3d60;
}

.Get_to_know_container .contect ul.cont_info li img,
.agent_container .contect ul.cont_info li img {
  width: 20px;
  margin-right: 7px;
}

.frm_btn_container {
  background: url(https://images.insurewithcompass.com/misc/SSL_logo.svg);
  height: 57px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}

.quoteBtnBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 20px;
  height: fit-content;
}

.col_2 .quoteBtnBox {
  margin: 50px 1vw 25px 1vw;
}

.quoteBtnBox .profile_btn {
  margin-left: 0;
}

a {
  cursor: pointer;
}

.quoteBtnBox .profile_btn a,
.quoteBtnBox .message_btn a {
  cursor: pointer;
}

.badge_row {
  width: 100%;
}

.badge_row ul {
  display: flex;
  justify-content: center;
}

.badge_row ul li {
  margin: 0 7px;
  align-items: center;
  display: flex;
}

.badge_row ul li img {
  max-width: 125px;
  width: 125px;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.badge_row ul li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.page-template-agent-page-template .testimonial_container {
  position: sticky;
  z-index: 1;
}

.page-template-agent-page-template .agent_container .contect {
  width: 57%;
}

.page-template-agent-page-template .map {
  margin: -110px 0 0;
  height: 725px;
}

.page-template-agent-page-template .map iframe {
  height: 630px !important;
}

.page-template-agent-page-template .videos_container {
  margin-top: -260px;
  padding: 220px 0 100px;
  z-index: 999;
  position: relative;
}

.page-template-agent-page-template .partner_container {
  margin-top: -70px;
}

/*********************************/

/****************Appointment Section*****************/
.appointment_container {
  background: url(img/sch_appointment.png) no-repeat top center;
  padding: 113px 0 100px 0;
  background-size: cover;
  z-index: 9999;
  position: relative;
}

.appointment_container .sel_row {
  margin-top: 30px;
}

appointment_container .sel_row span {
  color: #0c3d60;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.4px;
  line-height: 38px;
}

.appointment_container .sel_row select {
  min-width: 320px;
  padding: 5px 30px 5px 10px;
  min-height: 48px;
  border-radius: 3px;
  border: 1px solid #0c3d60;
  font-size: 16px;
  line-height: 34px;
  color: #313131;
  background: url(img/sel_arrow2.png) no-repeat right 7px;
  background-size: 31px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.1px;
  margin-left: 10px;
  appearance: none;
}

.inner_calendar {
  width: 100%;
}

.inner_calendar .month_row {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  color: #4a4a4a;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: -0.26px;
}

.inner_calendar .month_row a {
  margin: 0 5px;
}

.inner_calendar .calendar_slide {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.inner_calendar .calendar_slide .direction_arrow {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: stretch;
}

.inner_calendar .calendar_slide .day_group {
  width: 100%;
  display: flex;
  justify-content: center;
}

.inner_calendar .calendar_slide .day_column {
  padding: 0 15px;
  border-left: 1px solid #979797;
}

.inner_calendar .calendar_slide .day_column strong {
  width: 100%;
  text-align: center;
  color: #0c3d60;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 32px;
  display: flex;
  justify-content: center;
}

.inner_calendar .calendar_slide .day_column span {
  width: 100%;
  text-align: center;
  color: #316ba4;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.inner_calendar .calendar_slide .day_column .time_list {
  width: 100%;
  list-style: none;
}

.inner_calendar .calendar_slide .day_column .time_list li {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.inner_calendar .calendar_slide .day_column .time_list li:first-child {
  margin-top: 5px;
}

.inner_calendar .calendar_slide .day_column .time_list li:last-child {
  margin-bottom: 5px;
}

.inner_calendar .calendar_slide .day_column .time_list li a {
  min-width: 148px;
  height: 48px;
  background: #0c3d60;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner_calendar .calendar_slide .day_column:first-child {
  border-left: 0;
}

.inner_calendar .calendar_slide .day_column .time_list li a.unavailable {
  background: #9b9b9b;
}

.inner_calendar .calendar_slide .day_column .time_list li a.active {
  background: #f5a623;
}

.inner_calendar .calendar_slide .day_column .up {
  background: url(img/up.png) no-repeat center center;
  display: block;
  width: 27px;
  height: 15px;
  background-size: 15px;
  margin: 0 auto;
}

.inner_calendar .calendar_slide .day_column .down {
  background: url(img/down.png) no-repeat center center;
  display: block;
  width: 27px;
  height: 15px;
  background-size: 15px;
  margin: 0 auto;
}

.inner_calendar .calendar_slide .next_arrow {
  background: url(img/next_arrow.png) no-repeat 0 0;
  width: 15px;
  height: 27px;
  display: block;
  position: absolute;
  right: 80px;
  background-size: 10px;
}

.inner_calendar .calendar_slide .prev_arrow {
  background: url(img/prev_arrow.png) no-repeat 0 0;
  width: 15px;
  height: 27px;
  display: block;
  position: absolute;
  left: 80px;
  background-size: 10px;
}

/*********************************/

.video_box_container {
  text-align: center;
  width: 100%;
  padding: 0px 0;
  margin-top: 0px;
  padding: 50px 0;
}

.map_box {
  max-height: 760px;
}

.mapData {
  padding: 10px;
  display: inline-block;
  border: 1px solid #0c3d60;
  color: #0c3d60;
  text-decoration: none;
}

.map_box iframe {
  width: 100%;
}

.video_container {
  text-align: center;
  width: 100%;
  background: url(https://images.insurewithcompass.com/bkgnds/partner_bg.webp) no-repeat 0 0;
  background-size: cover;
  padding: 0px 0;
  color: #fff;
  margin-top: 0px;
  position: relative;
}

.video_container .video_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.video_container .video_list li {
  width: calc(50% - 20px);
  margin: 20px 20px 20px 0;
}

.video_container .video_list li h3 {
  padding: 10px;
}

/* ============================================================================
 *      Quiz Block Home
 * ============================================================================ */

.quiz_result_container {
  text-align: center;
  width: 100%;
  background: url(img/quiz_result_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 100px 35px;
}

/* ============================================================================
 *      Slider Section
 * ============================================================================ */

.slick-arrow {
  position: absolute;
  top: 45%;
  border: none;
  box-shadow: none;
}

.slick-arrow:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.slick-prev {
  background: url(img/left_arrow.png) no-repeat 0 0;
  width: 14px;
  height: 23px;
  left: 0;
  background-size: 14px 23px;
}

.slick-next {
  background: url(img/right_arrow.png) no-repeat 0 0;
  width: 14px;
  height: 23px;
  right: 0;
  background-size: 14px 23px;
}

.gallery .slick-prev {
  background: url(img/left_arrow.png) no-repeat 0 0;
  width: 14px;
  height: 23px;
  left: 0;
  background-size: 14px 23px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 10px;
  font-size: 0;
}

.gallery .slick-next {
  background: url(img/right_arrow.png) no-repeat 0 0;
  width: 14px;
  height: 23px;
  right: 0;
  background-size: 14px 23px;
  padding-right: 20px;
  padding-left: 0;
  font-size: 0;
}

/* ============================================================================
 *      Partner Section
 * ============================================================================ */

.partner_container {
  text-align: center;
  width: 100%;
  background: url(https://images.insurewithcompass.com/bkgnds/partner_bg.webp) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 100px 0px;
  color: #fff;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.ourmission {
  text-align: center;
  width: 100%;
  background: url(https://images.insurewithcompass.com/bkgnds/partner_bg.webp) no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
  padding: 80px 0px;
}

.partner_container .our_mission {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.partner_container h2 {
  opacity: 0.96;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.26px;
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
}

.partner_container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.partner_container ul {
  height: 159px;
  list-style: none;
  width: 100%;
  padding: 50px 0 0;
}

.partner_container ul li {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}

/* ============================================================================
 *      Service Page Sections
 * ======================================================================*/

/*about our mission*/
.ourmission h2 {
  opacity: 0.96;
  color: #ffffff;
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  font-weight: 700;
  letter-spacing: -0.26px;
  width: 30%;
}

.ourmission p {
  font-size: calc(10px + 2.5vw);
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  width: 60%;
}

/*end*/
/*about*/
#staffImage {
  height: 300px;
}
#staff_btn:hover {
  color: white;
}

#modalImage {
  max-width: 100%;
  padding: 10px 25%;
  height: auto;
}
#imgabout {
  float: left;
  padding: 0 20px 20px 0;
}

#contentImg {
  font-size: 34px;
  margin-left: 120px;
  line-height: 44px;
  color: #0c3d60;
  margin-top: 50px;

  padding: 30px 10%;
}

#regards {
  font-size: 26px;
  margin: -20px 0px 45px 295px;
  color: #0c3d60;
  font-variant: all-petite-caps;
  font-style: italic;
}

/*end*/

.service_container,
.basic_container {
  text-align: center;
  width: 100%;
  background: url(img/service_bg.png) no-repeat 0 0;
  background-size: 100% auto;
  padding: 110px 35px;
  margin-top: 22px;
  position: relative;
}

.service_container img,
.basic_container img {
  object-fit: contain;
  clip-path: ellipse(100% 100% at 50% -7%);
}

.service_container h1,
.basic_container h1 {
  color: #0c3d60;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: -0.86px;
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
}

.basic_container .content p {
  color: #313131;
  font-size: calc(10px + 1vw);
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 0 10%;
}

.service_container .content p {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.service_container h1 strong,
.basic_container h1 strong {
  color: #377fc6;
}

.highlight_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.highlight_list li {
  width: calc(33% - 30px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 0 25px 40px 25px;
  margin: 15px 15px;
}

.highlight_list li p,
.highlight_list li h3 {
  text-align: left;
}

.highlight_list li .icon {
  width: 98px;
  height: 98px;
  display: inline-block;
  background-image: linear-gradient(135deg, #d0021b 0%, #9e0013 100%);
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 98px;
  border-radius: 50%;
  margin-top: -50px;
  margin-bottom: 30px;
}

.highlight_list li p {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.highlight_list li h3 {
  color: #0c3d60;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 32px;
}

.benefits {
  width: 100%;
}

.benefits .list {
  width: 100%;
  padding: 40px 0;
  clear: both;
  text-align: left;
  clear: both;
  display: flex;
}

.benefits .list:nth-of-type(even) {
  flex-direction: row-reverse;
}

.benefits .list:nth-of-type(odd) {
  flex-direction: row;
}

.benefits .list h3 {
  color: #0c3d60;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 38px;
}

.benefits .list p {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.benefits .list ul {
  width: auto;
  padding: 15px 0;
  list-style: none;
}

.benefits .list ul li {
  padding: 3px 0 3px 28px;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
  background: url(img/bullet_icon.png) no-repeat 0 5px;
}

.benefits .list .list_content {
  width: 57%;
  /* float: left; */
}

.benefits .list figure {
  width: 43%;
  /* float: left; */
}

.benefits .list:nth-of-type(odd) figure {
  justify-content: center;
  display: flex;
}

.benefits .list:nth-of-type(odd) figure img {
  width: 40vw;
}

.benefits .list:nth-of-type(even) figure img {
  width: 20vw;
}

.benefits .list:nth-of-type(even) figure {
  justify-content: center;
  display: flex;
}

.benefits .list:nth-of-type(odd) .list_content {
  padding: 5% 5%;
}

.benefits .list:nth-of-type(even) .list_content {
  padding: 5% 5%;
}

.clear {
  clear: both;
}

.article_resources_list {
  width: 100%;
  display: flex;
}

.article_resources_list li {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 15px rgba(12, 61, 96, 0.16);
  border-radius: 5px;
  margin: 20px;
  text-align: left;
  position: relative;
}

.article_resources_list li h3 a {
  color: #0c3d60;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 32px;
}

.article_resources_list li .btn {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: none;
  height: auto;
}

.article_resources_list li .btn:hover {
  color: #222;
}

.article_resources_list li p {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

/* ============================================================================
*      Case Studies Section
* ======================================================================*/

.case_studies_container {
  text-align: center;
  width: 100%;
  background: #fff;
  background-size: 100% 100%;
  padding: 100px 75px;
  clear: both;
}

.case_studies_container ul {
  display: flex;
  width: 100%;
  padding-top: 25px;
}

.case_studies_container ul li {
  padding: 20px;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  width: 38%;
}

.case_studies_container ul li strong {
  color: #377fc6;
  font-size: 65px;
  font-weight: 300;
  letter-spacing: -1.37px;
  line-height: 50px;
  font-weight: 300;
  display: block;
}

.quote_popup .modal-header {
  display: none !important;
}

.quote_popup .modal-dialog {
  max-width: fit-content !important;
}

.quote_popup .modal-body {
  padding: 0 !important;
}

.quote_popup .form-group {
  margin-bottom: 0 !important;
}

.get_a_quote_container {
  text-align: center;
  width: 100%;
  background: url(https://images.insurewithcompass.com/bkgnds/partner_bg.webp) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 190px 0;
  color: #fff;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

.btn_box {
  width: 100%;
  display: flex;
  gap: 15px;
}

/*.get_a_quote_container .btn_box .blue_btn {
  width: 60% !important;
  margin-left: 120px;
}

agent homepage
.agentcontain .btn_box .blue_btn {
  width: 60% !important;
  margin-left: 6px;
}*/
/*end*/

.get_a_quote_container form {
  margin: 0 auto;
  max-width: 600px;
}

.get_a_quote_container h2 {
  color: #fff;
}

.get_a_quote_container .search {
  border-radius: 5px;
  background-color: #f7fafe;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #313131;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

/*socialLinks*/
.socialLinks {
  margin-top: 46px;
}
/* ============================================================================
 *      Article & Resources Section
 * ======================================================================*/
/*.quoteContain .btn_box .blue_btn {
  width: 60% !important;
  margin-left: 10px;
}

for find an agent buitton margin
.servicequotes .btn_box .blue_btn {
  width: 60% !important;
  margin-left: 4px;
}*/

.article_resources_container {
  text-align: center;
  width: 100%;
  background: url(img/resource_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 100px 75px;
  clear: both;
  position: sticky;
  margin-top: -50px;
  z-index: 1;
}

.article_resources_container .insurance_resources_list {
  width: 100%;
  text-align: center;
}

.article_resources_container .insurance_resources_list li .icon {
  width: 98px;
  height: 98px;
  display: inline-block;
  background-image: linear-gradient(135deg, #22517f 0%, #0c3d60 100%);
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 98px;
  border-radius: 50%;
  margin-top: -72px;
  margin-bottom: 30px;
  position: absolute;
  left: 39%;
}

@media only screen and (max-width: 767px) {
    .article_resources_container {
        text-align: center;
        width: 100%;
        background: url(img/resource_bg.png) no-repeat 0 0;
        background-size: 100% 100%;
        padding: 45px 20px;
        clear: both;
        position: sticky;
        margin-top: -80px;
        z-index: 1;
    }

    .article_resources_container .insurance_resources_list {
        width: 100%;
        text-align: center;
    }

    .article_resources_container .insurance_resources_list li .icon {
        width: 98px;
        height: 98px;
        display: inline-block;
        background-image: linear-gradient(135deg, #22517f 0%, #0c3d60 100%);
        color: #fff;
        font-size: 50px;
        text-align: center;
        line-height: 98px;
        border-radius: 50%;
        margin-top: -72px;
        margin-bottom: 30px;
        position: absolute;
        left: 39%;
    }
}




.article_resources_container .insurance_resources_list li .icon a {
  color: #fff !important;
}

.article_resources_container .insurance_resources_list li:hover .icon {
  background-image: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
}

.article_resources_container .insurance_resources_list li {
  text-align: justify;
}

.article_resources_container .insurance_resources_list li a {
  color: #0c3d60;
}

.article_resources_container .insurance_resources_list h3 a {
  text-decoration: none !important;
  color: #0c3d60 !important;
}
.article_resources_container .insurance_resources_list h3 {
  padding-top: 50px;
  color: #0c3d60;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 32px;
}

.article_resources_container .insurance_resources_list h3,
.article_resources_container .insurance_resources_list p {
  text-align: left;
}

/* ============================================================================
 *      Testimonial Section
 * ======================================================================*/

.testimonial_container {
  text-align: center;
  width: 100%;
  background: url(img/testimonial_bg_new.webp) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 100px 75px;
  clear: both;
  margin-top: -70px;
}

.testimonial_container .testimonial_list,
.article_resources_container .insurance_resources_list {
  padding: 0 45px 0 20px;
}

.testimonial_container .slick-slide,
.article_resources_container .insurance_resources_list .slick-slide {
  background: #fff;
  padding: 60px 35px 40px;
  box-shadow: 0 0 15px rgba(12, 61, 96, 0.16);
  border-radius: 5px;
  margin: 20px;
  text-align: left;
  position: relative;
  height: fit-content;
    width: 45vw;
}

@media only screen and (max-width: 767px) {
    .testimonial_container .slick-slide,
    .article_resources_container .insurance_resources_list .slick-slide {
        background: #fff;
        padding: 60px 10px 10px;
        box-shadow: 0 0 15px rgba(12, 61, 96, 0.16);
        border-radius: 5px;
        margin: 22px;
        text-align: left;
        position: relative;
        height: fit-content;
        width: 45vw;
}
}


.testimonial_container .quote img {
  width: 60px;
  position: absolute;
  top: -15px;
  left: -15px;
}

.testimonial_container li em,
.testimonial_container li em a {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  font-style: normal;
}

.testimonial_container li strong {
  color: #316ba4;
  font-weight: 700;
  line-height: 24px;
  padding-top: 20px;
  display: inline-block;
}

.testimonial_container li p {
  color: #313131;
  font-size: 18px;
  font-weight: 400;
}

.testimonial_container .clientname {
  bottom: 40px;
  position: absolute;
}

.testimonial_container .sourcetype {
  bottom: 20px;
  position: absolute;
}

/* ============================================================================
 *      Blog Index Section
 * ======================================================================*/

.title_box {
  width: 100%;
  padding: 10px 0;
}

.title_box h1 {
  color: #0c3d60;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.86px;
  line-height: 50px; /* Text style for "Education" */
}

.title_box h1 strong {
  color: #377fc6;
}

.title_box span {
  color: #313131;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.blog_container,
.inner_container {
  text-align: center;
  width: 100%;
  background: url(img/blog_bg.png) no-repeat top center;
  padding: 30px 35px;
  background-size: cover;
}

.blog_container h2,
.inner_container h2 {
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  font-weight: 700;
  letter-spacing: -0.86px;
  text-transform: capitalize;
  padding: 35px 0 20px;
}

.blog_box_list {
  position: relative;
  width: 100%;
  padding: 15px 60px 15px 40px;
}

.blog_box_list h2 {
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  font-weight: 700;
  letter-spacing: -0.86px;
}

.categories {
  margin-bottom: 0;
}

.categories ul li {
  padding: 0 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.categories ul li:last-child {
  border: none;
}

.categories ul li a {
  color: #ffffff;
}

.category_box {
  width: 100%;
  padding: 0 5vw;
  text-align: center;
}

.category_box h2 {
  font-size: 26px;
  line-height: 30px;
  color: #0068ab;
  padding: 0 0 20px;
}

.categories ul .current-cat {
  font-weight: bold;
  color: #0068ab;
}

.category .blog_box .meta {
  display: none;
}

.category_box .categories ul {
  width: auto;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.searchform {
  margin: 50px auto 30px;
  max-width: 500px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #979797;
  display: flex;
  overflow: hidden;
}

.searchform input {
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.searchform .search_submit {
  background: url(img/search_icon.png) no-repeat 0 10px;
  width: 32px;
  height: 32px;
  border: none;
  color: #333;
  padding: 7px 10px;
}

.searchform span {
  border-radius: 19px 0 0 19px;
  border: 1px solid #979797;
  background-color: #9b9b9b;
  color: #ffffff;
  font-family: "Roboto Light";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.33px;
  padding: 7px 20px;
}

.inner_container {
  margin-bottom: 50px;
}

.search-results .blog_box_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.search-results .blog_box_list li {
  width: calc(33% - 30px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 0;
  margin: 15px 15px;
}

.search-results .blog_box_list li .entry {
  padding: 20px;
  margin: 0;
}

.blog_box_list li {
  text-align: left;
  padding: 0;
}

.blog_box_list li p {
  color: #313131;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400; /* Text style for "Lorem ipsu" */
  line-height: 18px; /* Text style for "" */
  line-height: 17px;
}

.blog_box_list li .details,
.category .blog_box_list li .entry-box {
  padding: 20px;
  margin: 0;
}

.blog_box_list .slick-track {
  display: flex;
}

.category .blog_box_list li img {
  margin: 0;
}

.category .blog_box_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.category .blog_box_list li {
  width: calc(33% - 30px);
  margin: 15px;
}

.blog_box_list .slick-slide,
.category .blog_box_list li {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 0;
  margin: 15px 15px;
}

.category .blog_box_list li .anons {
  margin: 0;
  padding: 0;
}

.category .category_box h1 {
  padding-bottom: 35px;
}

.blog_box_list li .btn,
.category .blog_box_list li .more-link {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  background: none;
  height: auto;
  color: #0068ab;
}

.group h2,
.group li a {
  color: #9013fe;
}

.health h2,
.health li a {
  color: #a90015;
}

.medicare h2,
.medicare li a {
  color: #0c3d60;
}

.life h2,
.life li a {
  color: #5da014;
}

.supplements h2,
.supplements li a {
  color: #f5a623;
}

.blog_box_list h3,
.blog_box_list h3 a,
.blog_box_list h2,
.blog_box_list h2 a {
  color: #313131;
  font-family: "Roboto Light";
  font-size: 21px;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 24px;
}

.blog_box_list h2 {
  padding: 20px 20px 0;
}

.all_button {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 40px;
}

.group .all_button {
  width: 250px;
  background-image: linear-gradient(134deg, #9013fe 0%, #581097 100%);
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 12px 20px;
}

.health .all_button {
  width: 250px;
  background-image: linear-gradient(
          -49deg,
          #810e1d 0%,
          #a50115 92%,
          #a90015 100%
  );
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 12px 20px;
}

.medicare .all_button {
  width: 250px;
  background-image: linear-gradient(136deg, #2aa7b0 0%, #2f777c 100%);
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 12px 20px;
}

.life .all_button {
  width: 250px;
  background-image: linear-gradient(134deg, #6fbb1c 0%, #54930e 100%);
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 12px 20px;
}

.supplements .all_button {
  width: 250px;
  background-image: linear-gradient(132deg, #e6ae52 0%, #cf8305 100%);
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 12px 20px;
}

.categories ul li {
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 8px 20px;
  border-width: thin;
  flex: 1 1 0px;
}

.categories ul li:nth-child(1) {
  background-image: linear-gradient(134deg, #810e1d 0%, #a50115 100%);
}

.categories ul li:nth-child(2) {
  background-image: linear-gradient(135deg, #2aa7b0 0%, #2f777c 100%);
}

.categories ul li:nth-child(3) {
  background-image: linear-gradient(135deg, #9013fe 0%, #581097 100%);
}

.categories ul li:nth-child(4) {
  background-image: linear-gradient(135deg, #6fbb1c 0%, #54930e 100%);
}

.categories ul li:nth-child(5) {
  background-image: linear-gradient(135deg, #e6ae52 0%, #cf8305 100%);
}

.blog_box_list figure {
  position: relative;
}

.life figure:after {
  content: "";
  background: url(img/bottle_green.png) no-repeat 0 0;
  width: 90px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.group figure:after {
  content: "";
  background: url(img/purple.png) no-repeat 0 0;
  width: 90px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.supplements figure:after {
  content: "";
  background: url(img/yellow.png) no-repeat 0 0;
  width: 90px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.health figure:after {
  content: "";
  background: url(img/red.png) no-repeat 0 0;
  width: 90px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.medicare figure:after {
  content: "";
  background: url(img/green.png) no-repeat 0 0;
  width: 90px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.single .flex_row {
  /*padding: 90px 35px;*/
  width: 100%;
  text-align: left;
  display: flex;
}

.single .flex_row .left_side {
  width: 70%;
  padding-right: 50px;
  padding-top: 40px;
}

.single .flex_row .left_side .featured-image-wrap {
  margin-bottom: 20px;
}

.single .flex_row .left_side .featured-image-wrap img {
  width: 100%;
}

.single .flex_row .right_side {
  width: 30%;
}

.single .flex_row .right_side li {
  list-style: none;
}

.single .flex_row .right_side .wtitle {
  color: #0c3d60;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 32px;
  display: block;
  text-align: center;
  white-space: pre-wrap;
}

/* local agent */
.local_agent_container {
  width: 100%;
  padding: 60px 0;
  /* background-color: #eff3f8;   */
}

.local_agent_container .why_box {
  width: 100%;
  display: flex;
  margin: 60px 0;
}

.local_agent_container .why_box .w_box {
  width: 33% !important;
  margin: 0 25px 20px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 56.5px;
  color: #313131;
  box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.local_agent_container .why_box .w_box h3 {
  border-radius: 5px 5px 0 0;
  background-image: linear-gradient(135deg, #9b9b9b 0%, #4a4a4a 100%);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 11px 20px;
}

.local_agent_container .why_box ul {
}

.local_agent_container .why_box ul li {
  padding: 12px 20px 12px 55px;
  font-size: 19px;
  line-height: 26px;
  background-color: #eff3f8;
  background-image: url(img/tick1.png);
  background-repeat: no-repeat;
  background-position: 15px 16px;
  background-size: 22px;
  position: relative;
}

.local_agent_container .why_box ul li:nth-child(2n-1) {
  background-color: #fff;
  background-image: url(img/tick1.png);
  background-repeat: no-repeat;
  background-position: no-repeat 15px 16px;
  background-size: 22px;
}

.local_agent_container .why_box ul li.no {
  background-image: url(img/cross1.png) !important;
  background-repeat: no-repeat;
  background-position: no-repeat 15px 16px;
  background-size: 20px;
}

.local_agent_container .why_box ul li:last-child {
  border: none;
}

.local_agent_container .why_box .w_box:nth-child(2) {
  transform: scale(1.1, 1.1);
  margin-left: 25px;
  margin-right: 25px;
  box-shadow: 0 -1px 20px #f5a623c2;
}

.local_agent_container .why_box .w_box:nth-child(2) h3 {
  border-radius: 5px 5px 0 0;
  background-image: linear-gradient(135deg, #1c7099 0%, #0c3d60 100%);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

/* banner_bar */
.flex_row {
  display: flex;
  width: 100%;
}

.heading {
  width: 100%;
  text-align: center;
  padding: 60px 0 30px;
}

.heading h2 {
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  color: #0c3d60;
}

.heading h2 span {
  color: #377fc6;
}

.heading p {
  font-size: 16px;
  color: #313131;
}

.combined_box {
  width: 100%;
  display: block;
    background: url('https://images.insurewithcompass.com/bkgnds/Background_Blue_Fade@2x.webp') no-repeat top center;
  background-size: 100% 100%;
}

.agent_geodetails_apear_bar {
  width: 100%;
  position: relative;
  display: block;
  padding: 50px 25px;
  /* background: url(img/get_know_bg.png) no-repeat center center #fff;
    background-size: 100% 100%; */
}

.agent_geodetails_apear_bar .agent_details {
  padding: 80px 0;
  width: 40%;
  max-width: 490px;
  margin: 0px 0px 0px 90px;
}

@media only screen and (max-width: 767px) {
    .agent_geodetails_apear_bar .agent_details {
        padding: 80px 0;
        width: auto;
        max-width: 490px;
        margin: 0px 0px 0px 0px;
    }
}


.agent_geodetails_apear_bar .image {
  text-align: center;
  width: 60%;
  margin-top: -40px;
}

.agent_geodetails_apear_bar .image img {
  height: 90%;
  clip-path: ellipse(100% 100% at 50% -1%);
  max-width: 800px;
  max-height: 700px;
}

.agent_geodetails_apear_bar .agent_details h2 {
  color: #0c3d60;
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  padding: 0;
}

.agent_details a.appointmentModalPopup {
  color: #777 !important;
  font-size: 12px !important;
  font-style: italic !important;
  padding: 3px 20px !important;
  margin: 0 !important;
}

.agent_geodetails_apear_bar .agent_details h3,
.agent_geo_apear_bar .agent_details a {
  color: #316ba4;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.agent_geodetails_apear_bar .agent_details p {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.agent_geodetails_apear_bar .agent_details a.SearchBtn {
  padding: 12px 10px;
  margin: 0 0 015px;
  max-width: 375px;
  font-size: 14px;
  line-height: 1.1;
  color: #313131;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0c3d60;
}

.agent_geodetails_apear_bar a {
  text-decoration: none;
}

.agent_geodetails_apear_bar .agent_details p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 30px;
}

.agent_geodetails_apear_bar .agent_details ul {
  width: 100%;
  margin: 0 0 30px 0;
  list-style: none;
}

.agent_geodetails_apear_bar .agent_details ul li {
  color: #0c3d60;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}

.agent_geodetails_apear_bar .agent_details ul li a {
  color: #0c3d60;
}

.agent_geodetails_apear_bar .agent_details ul li img {
  width: 20px;
  margin-right: 7px;
}

.quoteBtnBox .profile_btn,
.quoteBtnBox .message_btn {
  text-transform: capitalize;
  background: #316ba4;
  display: inline-block;
  text-align: center !important;
  color: #ffffff !important;
  font-family: Roboto, sans-serif !important;
    font-size: calc(8px + .4vw) !important;
  font-weight: 500 !important;
  letter-spacing: 0.1px !important;
  line-height: 24px !important;
  padding: 10px !important;
  border-radius: 5px !important;
  flex: 1 1 0px !important;
}

.quoteBtnBox .profile_btn {
  margin-left: 0;
}

.badge_row {
  width: 100%;
  margin: -40px 0px;
}
#agntPage {
  margin-top: 33px;
}

.badge_row ul {
  display: flex;
  justify-content: center;
}

.badge_row ul li {
  margin: 0 7px;
}

.badge_row ul li img {
  max-width: 125px;
  -webkit-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.badge_row ul li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.agent_geo_apear_bar.no_margin .image {
  margin: 0 0 -90px;
  flex: 1 1 auto;
}

.agent_geo_apear_bar.no_margin .image img {
  width: auto;
  height: 620px;
  margin: 0px 20px;
  flex: 1 1 auto;
}

.agent_geo_apear_bar.no_margin {
  margin: 0;
  padding: 70px 0 0;
}

.agent_geo_apear_bar.no_margin .agent_details h2 {
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
}

.agent_geo_apear_bar {
  width: 100%;
  display: block;
  margin: -30px 0 -160px;
}

.agent_geo_apear_bar {
  width: 100%;
  position: relative;
}

.agent_geo_apear_bar .agent_details {
    padding: 0px 0px 0px 1vw;
  width: 40%;
  flex: 1 1 auto;
}

.agent_geo_apear_bar .image {
  text-align: right;
  width: 60%;
  margin-top: -40px;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}

.agent_geo_apear_bar .agent_details h2 {
  color: #0c3d60;
  font-size: calc(14px + 2vw);
  font-weight: 700;
  letter-spacing: -0.86px;
  line-height: 60px;
  margin-top: 80px;
}

.agent_geo_apear_bar .agent_details h3,
.agent_geo_apear_bar .agent_details a {
  color: #377fc6;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.86px;
  line-height: 60px;
  padding: 0;
  margin: 0;
}

.agent_geo_apear_bar .agent_details p {
  color: #4a4a4a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.agent_geo_apear_bar .agent_details a.SearchBtn {
  padding: 12px 10px;
  margin: 0 0 015px;
  max-width: 375px;
  font-size: 14px;
  line-height: 1.1;
  color: #313131;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #0c3d60;
}

.gray_btn {
  background: #9b9b9b !important;
  padding: 10px 5px !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-family: Roboto, sans-serif !important;
    font-size: calc(8px + .6vw) !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  height: auto;
  min-height: 10px;
  flex: 1 1 0px !important;
}

.appt_btn {
  background: #f5a623 !important;
  padding: 10px 5px !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-family: Roboto, sans-serif !important;
    font-size: calc(8px + .5vw) !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  height: auto;
  min-height: 10px;
  flex: 1 1 0px !important;
}

.blue_btn {
  background: #377fc6;
  padding: 10px !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-family: Roboto, sans-serif !important;
    font-size: calc(8px + .4vw) !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  height: auto;
  min-height: 10px;
  flex: 1 1 0px !important;
}

/*.agent_geo_apear_bar .gray_btn {
  width: 59%;
  margin-right: 5%;
  height: auto;
}

.agent_geo_apear_bar .blue_btn {
  width: 60%;
  margin: 0;
  height: auto;
} */

.agent_geo_apear_bar .search {
  color: #313131;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #0c3d60;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
}
/*
.agent_geo_apear_bar .btn_box {
  width: 100%;
  display: flex;
}*/

/* banner_bar end */

.agent_geo_apear_bar.no_margin.serv .image img {
  width: auto;
  height: 620px;
  margin: 1px 25px;
}

/*for agent stying on above side*/
.agent_geo_apear_bar.no_margin.agent_div .image {
  margin: 0 0 65px;
}

.bottom_space_minus {
  margin-bottom: -100px;
}

.top_space_minus {
  margin-top: -100px;
}

.question_answer {
    padding: 60px 5%;
}

.question_answer .select_box {
  max-width: 400px;
  width: 40%;
  border-radius: 5px 5px 0 0;
  background-image: linear-gradient(135deg, #316ba4 0%, #0c3d60 100%);
  overflow: hidden;
  margin-right: 25px;
}

.question_answer .select_box select {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: url(img/drop_arrow.jpg) no-repeat right 7px;
  background-size: 50px;
  border: 0;
  cursor: pointer;
  appearance: none;
  border-radius: 5px 5px 0 0;
}

.question_answer .select_box select option {
  font-size: 14px;
  color: #333;
}

.question_answer ul li {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.question_answer ul h3 {
  box-shadow: 0 2px 4px rgba(100, 100, 100, 0.5);
  border-radius: 0 0 5px 5px;
  border: 1px solid #979797;
  width: 60%;
  background-color: #ffffff;
  padding: 15px;
  font-size: 18px;
  font-weight: normal;
}

#zipSearch {
  width: 100px;
}

/* ============================================================================
 *      FOOTER
 * ============================================================================ */
#footer {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  position: relative;
  z-index: 99;
}

#footer .logo {
  max-width: 350px;
  display: block;
}

#footer a {
  color: #fff;
  transition: opacity 0.3s;
}

#footer a:hover {
  color: #999999;
  text-decoration: underline;
}

#footer .maxwidth {
  position: relative;
}

.footer-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
}

.footmenu {
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  padding: 5px 10px;
}

#footer .footer-menu a:hover {
  color: #fff;
  opacity: 0.7;
}
#footer .links li a:hover,
#footer .links li.current-menu-item a,
#footer .links li.current-menu-item span {
  color: #f0a824;
}

#copy {
  text-align: center; /*font-size: 12px;*/
}

#designedby {
  text-align: center;
  opacity: 0.8;
}

#toTop {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  margin: 0;
  padding: 14px 12px;
  display: none;
  cursor: pointer;
  background: #7ab732;
  color: #fff !important;
  border-radius: 3px;
  transform: rotate(-90deg);
  font-size: 24px;
  text-align: center;
}

#toTop:hover {
  background: #999;
  text-decoration: none !important;
  border-radius: 3px;
}

.quiz_result_container h3 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.86px;
  line-height: 50px;
  color: #fff;
}

.quiz_result_container h3 strong {
  color: #ac525d;
}

.quiz_result_container p {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 20px;
}

.quiz_result_container a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 12px 30px;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
}

/*******11-10-2020******************/

#mapModal .modal-body {
  overflow: hidden;
}

.copyright {
  padding: 30px 0 20px;
}

.copyright ul {
  width: 100%;
  display: flex;
  list-style: none;
}

.copyright ul li a {
  color: #fff;
}

.copyright ul li {
  width: 33.33%;
  text-align: center;
  font-size: 15px;
}

.search_container {
  text-align: center;
  width: 100%;
  background: url(img/service_bg.png) no-repeat 0 0;
  background-size: 100% auto;
  padding: 100px 35px 0px 35px;
}

.search_container h1 {
  color: #0c3d60;
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.86px;
  line-height: 50px;
}

.search_container .content p {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.search_container h1 strong {
  color: #377fc6;
}

.search_filter {
  margin: 50px auto 30px;
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #979797;
  display: flex;
}

.search_filter form {
  width: 100%;
  display: flex;
}

.search_filter input {
  border: none;
  padding: 3px 0 0;
}

.search_filter input:focus {
  box-shadow: none;
  outline: none;
}

.search_filter .search_submit {
  background: url(img/search_icon.png) no-repeat 0 10px;
  width: 32px;
  height: 32px;
  border: none;
  color: #333;
  padding: 7px 10px;
}

.search_filter .btn {
  /*    border-radius: 19px 0 0 19px;
    border: 1px solid #979797;
    background-color: #9b9b9b;
    color: #ffffff;*/
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.33px;
  padding: 7px 12px;
  border: none;
  margin: 0;
}

.search_filter .btn.submit-btn {
    background-color: #9B9B9B;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

/*.search_filter .btn:hover {
    background-color: #9b9b9b;
}*/

.in_box .miles-filter {
  width: fit-content !important;
}

.search_filter .in_box {
  border-right: 1px solid #9b9b9b;
  padding: 6px 15px;
  display: flex;
  color: #666;
}

.search_filter .in_box span {
  display: inline-block;
  padding: 3px 0 0;
  font-weight: 400;
  color: #9b9b9b;
}

.search_filter select {
  appearance: none;
  background: url(img/sel_arrow2.png) no-repeat right 4px;
  background-size: 20px;
  padding: 5px 20px 0 10px;
  border: none;
  box-shadow: none;
  color: #666;
}

.search_filter .in_box:last-child {
  /* border: none; */
}

.miles-filter button.btn {
  width: 120px;
}

.agent_container .sub_title {
  margin-bottom: 25px;
  display: block;
}

.agent_container h2 {
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
  margin: 0;
  padding: 0;
}

.testimonial_container h2 {
  font-size: clamp(3.125rem, 3.464vw + 2.229rem, 5rem);
  line-height: clamp(3.75rem, 0.462vw + 3.63rem, 4rem);
}

.agent_container.list .image {
  display: flex;
  justify-content: center;
  flex: 1 1 0px;

  padding: 30px;
  position: relative;
  clip-path: ellipse(100% 100% at 50% -10%);
}

.agent_container.list .image .caption {
  position: absolute;
  bottom: 50px;
}

.agent_container.list .image img {
  width: 100%;
  height: auto;
}

.agent_container.list .contect {
  width: 65%;
}

.agent_container.list .contect .btn_box br {
  display: none;
}

.agent_container.list .contect .btn_box a {
  margin-bottom: 12px;
}

.agent_container.list .contect .badge_row {
  margin: 0;
  clear: both;
}

.agent_container.list .contect .btn_box a:hover {
  text-decoration: none;
}

.agent_container.list .contect .col_1 {
  float: left;
  padding-right: 15px;
  text-align: left !important;
}

.agent_container.list .contect .col_2 {
  float: left;
  display: flex;
}

.agent_container.list .contect .col_2 table,
.agent_container.list .contect .col_2 table tbody {
  font-family: "Roboto", sans-serif;
  color: #0c3d60;
  font-size: calc(8px + 0.8vw);
  display: inline-grid !important;
}

.agent_container.list .contect .col_2 table th,
.agent_container.list .contect .col_2 table td,
.agent_container.list .contect .col_2 table tr {
  background: #fff0;
  border: 0;
  border-style: none;
  line-height: 1;
    padding: .3rem;
}

.agent_container.list .contect .col_2 .badge-box {
  margin-right: 20px;
}

.agent_container.list .contect .col_2 .badge-box img {
  max-width: 94px;
  width: 150px;
}

.agent_container.list .contect .col_2 .btn_box .profile_btn,
.agent_container.list .contect .col_2 .btn_box .message_btn {
  background: #0c3d60;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.agent_container.list .contect .col_2 .btn_box .social {
  margin: 15px 0px 1px 58px;
  justify-content: right;
}

.agent_container.list .contect .areas {
  float: left;
}

.agent_container .badge_row {
  margin-top: 30px;
  width: 100%;
  align-items: center;
  border-bottom: #579af612;
  border-bottom-width: 4px;
  border-bottom-style: groove;
  padding-bottom: 25px;
}

.agent_container.list .badge_row ul {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.agent_container.list .heading {
  display: block;
  clear: both;
}

.video_box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.agent_container.list .video_box {
  display: block;
}

.agent_container .badge_row ul li img {
  width: 110px;
}

.agent_container .badge_row .view-row {
  width: auto;
}

.agent_container.list .itemBox {
  border: 1px soild #0c3d60;
  padding-bottom: 50px;
}

.agent_container.list .itemBox:last-child {
  border-bottom: 0;
}

.paging {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.paging a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  border: 1px solid #0c3d60;
}

.paging a:hover {
  background: #0c3d60;
  color: #fff;
  text-decoration: none;
}

/*********************************/

/* ============================================================================
 *      ADAPTIVE
 * ============================================================================ */

/* ___ Laptop/Tablet ( > 768px )  --------------------------------------------- */
@media only screen and (min-width: 768px) {
  .sitetitle {
    text-align: left;
  }

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

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

  #header {
    background-size: auto;
  }

  #header .searchform {
    display: block;
    float: right;
    margin: 35px 0 0;
  }

  body.custom-background #header {
    background-size: contain;
  }

  .anons-thumbnail {
    display: block;
  }

  .rinput {
    display: inline-block;
    width: 30%;
    margin-right: 4%;
  }

  .rurl {
    margin-right: 0;
  }

  #copy {
    text-align: left;
    padding-bottom: 0;
  }

  #designedby {
    text-align: right;
  }
}

/* ___ Desktop ( > 1024px ) ------------------------------------------------ */
@media only screen and (min-width: 1024px) {
  body.custom-background #header .menu {
    width: 100%;
    margin: 0;
    padding: 0 40px;
    border-radius: 0;
  }

  body.custom-background .wrapper {
    margin: 40px auto;
  }

  body.custom-background .wrapper {
    border-radius: 10px;
  }

  body.custom-background #footer {
    border-radius: 0 0 10px 10px;
  }

  #mobile-menu {
    display: none;
  }

  .topnav nav {
    display: block;
  }

  .top-menu {
    border-radius: 5px;
    position: static;
    text-align: center;
  }

  .top-menu li {
    display: inline-block;
    position: relative;
  }

  .top-menu li a {
    border-bottom: 0;
    font-weight: normal;
    color: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .top-menu > li:hover > a {
    background: rgba(255, 255, 255, 0.3);
  }

  .top-menu .sub-menu,
  .top-menu .children {
    display: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #0068ab;
    width: 300px;
    z-index: 1000;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .top-menu .sub-menu li,
  .top-menu .children li {
    display: block;
    text-align: left;
  }

  .top-menu .sub-menu li a,
  .top-menu .children li a {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .top-menu li:hover > .sub-menu,
  .top-menu li:hover > .children {
    display: block;
  }

  .top-menu .sub-menu .sub-menu,
  .top-menu .children .children {
    display: none;
    top: 0;
    left: 100%;
    padding: 0;
    border-top: 0;
    border-left: 3px solid #fff;
  }

  .top-menu .sub-menu li:hover > .sub-menu,
  .top-menu .children li:hover > .children {
    display: block;
  }

  .top-menu .menu-item-has-children > a:after,
  .top-menu .menu-item-has-children > span:after,
  .top-menu .page_item_has_children > a:after,
  .top-menu .page_item_has_children > span:after {
    content: "»";
    position: absolute;
    right: 20px;
    margin: 1px 0 0 15px;
    transform: rotate(90deg);
  }

  .top-menu .sub-menu > .menu-item-has-children > a:after,
  .top-menu .sub-menu > .menu-item-has-children > span:after,
  .top-menu .children > .page_item_has_children > a:after,
  .top-menu .children > .page_item_has_children > span:after {
    content: "»";
    margin: 0;
    transform: none;
  }

  .top-menu .menu-item-has-children > a,
  .top-menu .menu-item-has-children > span,
  .top-menu .page_item_has_children > a,
  .top-menu .page_item_has_children > span {
    padding-right: 40px;
  }
}

/* ___ Desktop ( > 1200px ) ------------------------------------------------ */
@media only screen and (min-width: 1280px) {
  body.custom-background #header {
    border-radius: 10px 10px 0 0;
  }

  #navpages li {
    padding-left: 10px;
  }

  #navpages .sub-menu {
    margin-left: 10px;
  }

  #navpages .sub-menu .sub-menu {
    left: 190px;
  }

  #navpages li a {
    font-size: 16px;
    padding: 10px;
  }

  .comment-list ul.children {
    margin: 0 0 50px 30px;
  }
}

/* -------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
  #header .logo {
    max-width: 245px;
  }

  .slide_container .slide::before {
    background-size: 70%;
  }

  .mob-menu-header-holder.mobmenu {
    display: none;
  }

  body.mob-menu-overlay,
  body.mob-menu-slideout,
  body.mob-menu-slideout-over,
  body.mob-menu-slideout-top {
    padding-top: 0 !important;
  }

  #mobmenuleft > li.menu-item-type-custom:nth-child(1),
  #mobmenuleft > li.menu-item-type-custom:nth-child(2),
  #mobmenuleft > li.menu-item-type-custom:nth-child(3),
  #mobmenuleft > li.menu-item-type-custom:nth-child(4) {
    display: inline-block !important;
    width: 24% !important;
    text-align: center;
    font-size: 22px;
  }

  #mobmenuleft > li.menu-item-type-custom:nth-child(1) > a,
  #mobmenuleft > li.menu-item-type-custom:nth-child(2) > a,
  #mobmenuleft > li.menu-item-type-custom:nth-child(3) > a,
  #mobmenuleft > li.menu-item-type-custom:nth-child(4) > a {
    padding: 10px 5px !important;
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  #header .right_details .social {
    display: none;
  }

  .mm-menu {
    background: #fff url(img/bg.jpg) repeat;
    width: 84%;
  }

  .mm-opened #wrapper {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  }

  .mm-opened a.close {
    display: block;
    opacity: 1;
  }

  .mm-opened .connect {
    opacity: 0;
  }

  .mm-opened .cp_logo_wrapper {
    opacity: 0;
  }

  #back-to-top {
    display: block;
  }

  .mm-menu > .mm-panel > .mm-listview {
    width: 111%;
  }

  .mm-menu li:hover {
    background: #fdc747;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }

  .mm-menu li:hover a {
    color: #333;
  }

  .menu-item-has-children a::after {
    content: "";
  }

  a.close {
    width: 50px;
    height: 20px;
    font-size: 0px;
    position: absolute;
    left: 0;
    top: -11px;
    z-index: 8888;
  }

  a.close:before,
  a.close:after {
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    left: 4px;
    top: 0px;
    content: "";
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  a.close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  a.mobilemenu {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 32px;
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0px;
    top: -25px;
    width: auto;
    padding-right: 35px;
  }

  .mobilemenu {
    display: block;
    opacity: 1;
  }

  .mobilemenu span {
    width: 30px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .mobilemenu span:before {
    top: -10px;
    transition-property: top, transform;
  }

  .mobilemenu span:after,
  .mobilemenu span:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    transition-duration: 0.3s, 0.3s;
  }

  .mobilemenu span:after {
    bottom: -10px;
    transition-property: bottom, transform;
  }

  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a,
  .mm-listview > li > a,
  .mm-listview > li > span {
    text-transform: uppercase;
  }

  .mm-menu .mm-navbar .mm-btn::before,
  .mm-menu .mm-navbar .mm-btn::after,
  .mm-menu .mm-listview > li .mm-prev::before,
  .mm-menu .mm-listview > li .mm-next::after,
  .mm-menu .mm-listview > li .mm-arrow::after,
  .mm-menu .mm-listview > li .mm-prev::after,
  .mm-menu .mm-listview > li .mm-next::before {
    border-color: rgba(255, 255, 255, 0.5);
  }

  #header nav#menu {
    display: none;
  }

  #header:before {
    width: 100%;
    height: 40px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #0068ab;
  }

  .mm-listview > li > a,
  .mm-listview > li > span {
    font-weight: 400;
    font-size: 15px;
    color: #333;
  }

  .category_box {
    padding: 25px 0;
  }

  .category_box .categories {
    width: 100%;
    display: block;
  }

  .category_box .categories li,
  .category_box .categories ul {
    width: 100%;
    display: block;
  }

  .category_box .categories ul {
    padding-top: 15px;
  }

  .category_box .categories ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .category_box .categories ul li:last-child {
    border: none;
  }

  .blog_box_list,
  .alm-reveal {
    width: 100%;
    display: block;
  }

  .blog_box_list li,
  .alm-reveal li {
    width: 100%;
    display: block;
  }

  .blog_box_list li .attachment-Insurewithcompass-thumbnail-avatar,
  .alm-reveal li .attachment-Insurewithcompass-thumbnail-avatar {
    width: 100%;
    height: auto;
  }

  .blog_box_list li article,
  .alm-reveal li article {
    margin-bottom: 0;
  }

  h1 {
    font-size: 25px;
    padding: 0;
  }

  h2 {
    font-size: 20px;
    padding: 0;
  }

  .slide_container .slide {
    padding: 140px 0 338px;
  }

  .slide_container .slick-prev {
    left: 5px;
  }

  .slide_container .banner_content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide_container .slide h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #header .right_details .connect {
    position: absolute;
    top: -20px;
    color: #fff;
    left: 0px;
  }

  #header .right_details .connect a {
    color: #fff;
  }

  #header .logo {
    max-width: 250px;
    margin: 0 auto 0;
    display: block;
  }

  .home #header .logo {
    max-width: 250px;
    margin: 40px auto 0;
    display: block;
  }

  #header .logo img {
    width: 250px;
    display: inline-block;
    margin: 20px 0 0;
  }

  .slide_container .slide {
    padding-top: 140px;
  }

  .inner_banner {
    padding: 130px 0 25px;
    margin: 110px 0 0;
  }

  .inner_banner h1 {
    font-size: 25px;
  }

  .inner_container .custom_list {
    width: 100%;
    display: block;
  }

  .inner_container .custom_list li {
    width: 100%;
    display: block;
  }

  .post .flex_row {
    display: block;
    width: 100%;
  }

  .post .flex_row ul,
  .post .flex_row .wpcf7 {
    width: 100%;
  }

  .title_box .maxwidth {
    font-size: 25px;
    line-height: 30px;
  }

  .search-result {
  }

  .slick-arrow {
    display: none !important;
  }

  .slide_container h2 {
    display: none;
  }

  .staff_container {
    margin-top: -135px;
  }

  /*  .slide_container .slide::before {
    background-size: 37% 100%;
}*/
  body.mob-menu-overlay,
  body.mob-menu-slideout,
  body.mob-menu-slideout-over,
  body.mob-menu-slideout-top {
    padding-top: 50px !important;
  }

  .mob-menu-header-holder.mobmenu {
    display: block;
  }

  #header::before {
    display: none;
  }

  #header .maxwidth {
    width: 100%;
    max-width: 100%;
  }

  #header .mobilemenu {
        display: none !important;
  }

  #header .right_details .connect {
    position: absolute;
    top: -40px;
    color: #fff;
    left: 0px;
    background: rgba(122, 183, 50, 0.9);
    width: 100%;
    text-align: left;
    left: 0;
    padding: 14px;
    height: 50px;
  }

  .mob-menu-header-holder {
    width: 85px !important;
  }

  #header {
    padding: 0 0 30px;
  }

  #header {
    position: absolute;
    top: 0;
  }

  #header .right_details .connect {
    top: -50px;
  }

  #header .logo {
    margin-top: 50px;
  }

  .home #header .right_details .connect {
    top: -40px;
  }
}

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

  html.mm-opening .mm-slideout {
    transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
  }

  html.mm-opened {
    overflow: visible !important;
  }

  html.mm-opened body {
    overflow: visible !important;
  }

  #mm-blocker {
    display: none !important;
  }
}

/***** stickey form *****/

.sticky_box {
  position: fixed;
  right: -320px;
  z-index: 99999;
  top: 135px;
  filter: drop-shadow(0px 0px 2px linen);
    transition: all .5s ease;
}

.sticky_box.open {
  right: 0;
}

.custom-btn {
  padding: 10px 20px;
  min-height: 20px;
  line-height: 20px;
  border: 0;
  background-color: #0068ab;
  color: #fff;
  border: 0;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
}

.custom-btn:hover {
  background-color: #0068ab;
    opacity: .8;
}

.sticky_box label {
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.sticky_box .tab_box {
  position: relative;
  min-height: 197px;
  width: 75px;
}

.sticky_box figure {
  width: 100%;
  text-align: center;
}

.sticky_box figure img {
  display: inline-block;
}

.sticky_box strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin: 8px 0;
  color: #fff;
  width: 100%;
  display: inline-block;
}

/* Style the tab */
.tab {
  position: absolute;
  left: 0;
  top: 50px;
  height: auto;
  width: 75px;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  border-radius: 6px 0 0 6px;
  background-color: #0c3d60;
  padding: 15px 8px;
  text-align: center;
}

.tab_details {
  background: #fff;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.2);
  border-radius: 11px 0 0 11px;
}

.tab_flex {
  display: flex;
}

/* Style the buttons inside the tab */
.tab button {
  cursor: pointer;
  background: none;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 15px;
  border-bottom: 1.5px solid #859eaf;
  padding: 7px 0 !important;
  margin: 0 !important;
  border-radius: 0;
  width: 100%;
}

.tab button:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1.5px solid #859eaf !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  width: 300px;
  color: #0f3b62;
  font-size: 12px;
  text-align: center;
  min-height: 350px;
}

.tabcontent h2 {
  font-size: 22px;
  margin: 0;
  padding: 20px 0 0;
}

.tabcontent h3 {
  font-size: 18px;
  margin: 0;
  padding: 20px 0 0;
}

.tabcontent input,
.tabcontent textarea,
.tabcontent select {
  border: 1px solid #093e5d;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(102, 102, 102, 0.2);
}

.sticky_box .find-an-agent-img {
  max-height: 220px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sticky_box .form-container {
  background: #fff;
  width: 320px;
  padding: 40px;
  max-height: 219px;
  box-sizing: border-box;
}

.findAgentModalPopup {
  display: inline-block;
  height: auto;
  width: 40px;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.entry-content {
  height: 220px;
  /*overflow-y: auto;*/
}

.article_resources_container .insurance_resources_list li .icon img {
  width: 88px;
  border-radius: 45px;
  margin: 5px 0px 0px 5px;
  height: 88px;
}

.videos_container {
  width: 100%;
  display: block;
  clear: both;
  background: url(https://images.insurewithcompass.com/bkgnds/partner_bg.webp) no-repeat 0 0;
  background-size: auto;
  background-size: 100% 100%;
  padding: 100px 0;
}

.videos_container .v_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
}

.videos_container .v_list h3 {
  color: #fff;
  text-transform: uppercase;
}

.videos_container .v_list li {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  padding: 20px;
}

.videos_container .v_list li iframe {
  width: 100%;
  height: 400px;
}

.videos_container .video_container {
  padding: 50px 0;
}

.videos_container .video_container .video_box {
  width: 100%;
  margin-top: 30px;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 30px;
}

.videos_container .video_container .video_box img {
  width: 100%;
  height: auto;
}

.videos_container .video_box.fourvideo {
  width: 38%;
  float: left;
  margin: 77px;
}

#searchtemp {
  background-color: white;
  background: white;
  color: black;
  border-color: black;
  font-weight: 700;
  font-size: 14px;
}

.related_article_container {
  text-align: center;
  width: 100%;
  background-size: 100% 100%;
  padding: 100px 75px;
  clear: both;
}

.need_help_container {
  text-align: center;
  width: 100%;
  background: url(img/resource_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 100px 75px;
  clear: both;
}

.need_help_container h3 {
  color: #0c3d60;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.86px;
  line-height: 50px;
}

.need_help_container h3 strong {
  color: #ac525d;
}

.need_help_container p {
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 0px;
  margin-bottom: 8px;
}

.need_help_container a {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 36px;
  padding: 12px 30px;
  border: 1px solid #fff;
  display: inline-block;
}

.modal-dialog .badge_row {
  margin: 0;
}

.modal-dialog .badge_row ul {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.modal {
  z-index: 21092;
}

.soci {
  padding: 10px;
  font-size: 30px;
  width: 180px;
  text-align: center;
  text-decoration: none;
  margin: -24px -4px 50px 7px;
}

.social-icon,
.contact-icon,
.social-img,
.contact-img {
  font-size: 28px;
  color: #316ba4;
}

.social-icon:hover,
.contact-icon:hover,
.social-img:hover,
.contact-img:hover {
  color: #fcb900;
}

.fa:hover {
  opacity: 0.7;
}

.xfa-facebook {
  background: #3b5998;
  color: white;
}

.xfa-twitter {
  background: #55acee;
  color: white;
}

.xfa-google-plus {
  background: #dd4b39;
  color: white;
}

.xfa-linkedin {
  background: #007bb5;
  color: white;
}

.agent_container.list .image img {
  width: 100%;

  object-fit: cover;
}

.rowFlex li img {
  width: 200px;
  height: 100px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.quoteform label {
  width: 200px;
  margin-left: 80px;
}

.quoteform input[type="text"],
.quoteform textarea {
  width: 350px;
}

.quoteform input[type="submit"] {
  margin-left: 53%;
}

.textwidget .topline {
  text-align: center;
  margin-bottom: 10px;
}

.textwidget .topinput {
  width: 100%;
}

.textwidget .topinput input {
  width: 100%;
  margin: 3px 0px;
}

.textwidget .btnboth {
  margin-top: 15px;
}

.textwidget .btnboth input {
  width: 48%;
  margin: 0px 2px;
}

.single .flex_row .right_side .wtitle {
  width: 87%;
  margin-left: 7%;
  margin-bottom: 13px;
  margin-top: 33px;
}

#search-3 {
  margin-bottom: 0px;
}

#text-5 {
  border-top: 1px solid #c5c1c1;
}

.textwidget hr {
  border-top: 1px solid #c5c1c1;
}

.pstreadmore {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  background: none;
  height: auto;
  color: #2aa7b0;
  text-decoration: none;
}

.textwidget .btnboth input:nth-child(2) {
  background: #0c3d60;
  color: #fff;
}

.testi_service_spacer {
  margin-bottom: -90px;
}

.agent_search_testi {
  margin: 0;
}

.processArea .itemBox .image .content .recom.A {
  padding: 10px 211px 0;
}
.processArea .itemBox .image .content .recom.B {
  padding: 10px 107px 0;
}
.processArea .itemBox .image .content .recom.C {
  padding: 10px 0 0;
}

.ancbdg + .tooltip > .tooltip-inner {
  background-color: #73ad21;
  color: #ffffff;
  border: 1px solid green;
  padding: 15px;
  font-size: 20px;
}
/* Tooltip on top */
.ancbdg + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid green;
}
/* Tooltip on bottom */
.ancbdg + .tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid blue;
}
/* Tooltip on left */
.ancbdg + .tooltip.left > .tooltip-arrow {
  border-left: 5px solid red;
}
/* Tooltip on right */
.ancbdg + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid black;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 4rem 0;
  list-style-type: none;
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  /*padding: 0;*/
  /*border: none;*/
  border-radius: 50%;
  background-color: #87a7be;
  text-indent: -9999px;
  transition: background-color 0.6s ease;
  margin: 0 4px;
  min-height: 12px;
}

.slick-dots li.slick-active button {
  background-color: #0f3f62;
}
.testimonial_list .slick-dots button {
  padding: 0px;
}
.testimonial_list .slick-dots button:focus {
  outline: none;
}
.highlight_list .slick-list .slick-track .slick-slide {
  padding: 38px 15px;
}
.highlight_list .slick-list .slick-track .slick-slide li {
  min-height: 317px;
}
.highlight_list .slick-prev {
  left: -31px;
}
.highlight_list .slick-next {
  right: -85px;
}
.section_list {
  position: fixed;
  top: 362px;
  right: 10px;
  z-index: 999;
}
.section_list ul {
}
.section_list li a {
  width: 15px;
  height: 15px;
  background: rgba(178, 165, 156, 0.7);
  border-radius: 50%;
  display: inline-block;
}
.section_list li a:focus,
.section_list li a:hover {
  background: rgba(255, 102, 0, 0.7);
}
/*#header .logo img:hover {*/
/*  background: rgba(0, 0, 0, 0.1);*/
/*}*/

.Xfrm_forms #form_sendaquote .frm_submit {
  margin: 0 auto;
}
.Xfrm_forms #form_sendaquote .frm_submit button {
  outline: none;
}
.Xfrm_forms {
  background: none !important;
}
.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip-why .tooltiptext {
  visibility: hidden;
    width: 16vw;
  background-color: #0c3d60;
  color: linen;
  text-align: justify;
  border-radius: 6px;
  padding: 7px;
  position: absolute;
  z-index: 1;
  left: 30%;
  font-size: 14px;
  overflow: visible;
  bottom: 30%;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 0.6s ease 0.6s;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.custom-tooltip-why:hover .tooltiptext,
.custom-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
#footer .links ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .links li {
  width: 33%;
  padding: 0 10px 5px 0;
}
.quiz_result_container,
.agent_geodetails_apear_bar {
  position: relative;
}
.quiz_result_container:after {
}
.agent_geodetails_apear_bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background: #EFF3F8;
background: -webkit-linear-gradient(top, #EFF3F8, #FFFFFF);
background: -moz-linear-gradient(top, #EFF3F8, #FFFFFF);
background: linear-gradient(to bottom, #EFF3F8, #FFFFFF); */
}
.quiz_result_section {
  width: 100%;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff, #eff3f8);
  background: -moz-linear-gradient(top, #ffffff, #eff3f8);
  background: linear-gradient(to bottom, #ffffff, #eff3f8);
  margin-top: -70px;
}
@media screen and (max-width: 600px) {
  #form_sendaquote .frm_top_container label,
  #form_sendaquote .frm_top_container input,
  #form_sendaquote .frm_top_container select,
  #form_sendaquote .frm_top_container textarea {
    width: 100% !important;
  }
}
@media screen and (min-width: 601px) {
  .frm_forms #form_sendaquote .frm_top_container textarea {
    float: right;
  }
  .frm_forms #form_sendaquote #frm_field_30_container label {
    width: 12.5%;
  }
  .frm_forms #form_sendaquote #frm_field_30_container input {
    width: 87%;
    float: right;
  }

  .frm_forms #form_sendaquote #frm_field_32_container input {
    float: right;
  }
  .frm_forms #form_sendaquote #frm_field_32_container input,
  .frm_forms #form_sendaquote #frm_field_33_container input {
    width: 74%;
  }
  .frm_forms #form_sendaquote #frm_field_30_container .frm_error,
  .frm_forms #form_sendaquote #frm_field_32_container .frm_error,
  .frm_forms #form_sendaquote #frm_field_33_container .frm_error {
    padding-left: 72px;
  }
  #form_sendaquote .frm_top_container select {
    width: 74%;
    float: right;
  }
  #form_sendaquote .frm_field_36_container .frm_error {
    padding-left: 140px;
  }
  #frm_field_49_container .chosen-container-single .chosen-single {
    min-width: 130px;
  }

  .agentData {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 520px) {
  .agent_geo_apear_bar .agent_details {
    padding: 45px 0px 0px 0px;
    width: 40%;
  }
  .agent_geo_apear_bar.no_margin .image img {
    width: auto;
    height: 391px;
  }
  .our_process_container {
    padding: 50px 10px;
  }
  .processArea .itemBox .subText,
  .processArea .itemBox .subText.subText22 {
    width: auto;
  }
  .our_process_container .top_row .subText li,
  .our_process_container .bottom_row .subText li {
    position: relative;
    padding-left: 60px;
  }
  .our_process_container .top_row .subText li:before,
  .our_process_container .bottom_row .subText li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  .processArea .itemBox .image {
    width: 100%;
    padding: 20px 19px 30px 19px;
    height: auto;
  }
  .processArea .itemBox .image .content .mediclText {
    font-size: 11px;
  }
  .processArea .itemBox {
    padding: 20px 0 0;
  }
  .processArea .itemBox .image .content form.disflexArea.customInpt {
    margin: -2px -19px 0 0;
  }
  .processArea .itemBox .image .content form.disflexArea.customInpt p {
    padding: 0 3px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label:before,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label:before {
    width: 15px;
    height: 15px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label:after,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label:after {
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label {
    padding: 0px 0 0 20px;
    line-height: 13px;
    font-size: 11px;
  }
  .processArea .itemBox .image .content {
    font-size: 11px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .processArea .itemBox .image .content .Box .item ul li,
  .processArea .itemBox .image .content .Box .item h4 {
    padding: 6px 7px;
    font-size: 11px;
  }
  .processArea .itemBox .image .content .recom.A {
    padding: 3px 0 0;
    text-align: center;
    width: 100%;
  }
  .processArea .itemBox .image .content .Box .item:nth-of-type(1) h4 {
    height: 24.2px;
  }
  .processArea .itemBox .image.workImg {
    width: 100%;
    height: auto;
    padding: 18px 57px;
    position: relative;
  }
  .processArea .itemBox .image.workImg .content {
    padding: 10px 0px 10px 10px;
    position: absolute;
    height: auto;
  }
  .q-box,
  .a-box-heading.quiz_heading,
  .a-box {
    width: 50% !important;
    font-size: 15px;
  }
  .a-box {
    margin-left: 0;
  }
  .answers-container {
    padding: 0;
    margin-top: -15px;
  }
  .an-box {
    min-height: 55px !important;
    font-weight: normal !important;
    font-size: 9px !important;
  }
  .answers-container .title h3 {
    font-size: 15px;
  }

  .local_agent_container .why_box {
    display: block;
    margin: 20px 0;
  }

  .local_agent_container .why_box .w_box {
    width: 100% !important;
    margin: 0 !important;
  }
  .local_agent_container .why_box .w_box:nth-child(2) {
    transform: none;
  }
  .quiz_result_container h3 {
    font-size: 35px;
  }
  .heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .agent_geodetails_apear_bar {
    padding: 0px 25px;
  }
  .agent_geodetails_apear_bar .agent_details {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .agent_geodetails_apear_bar .image {
    margin-top: 100px;
  }
  .agent_geodetails_apear_bar .image img {
    clip-path: ellipse(100% 100% at 50% -1%);
    max-width: 250px;
    max-height: 200px;
    margin-left: -32px;
    margin-top: 113px;
  }
  .badge_row ul li {
    margin: 35px 7px 0;
  }

  .testimonial_container,
  .case_studies_container,
  .article_resources_container {
    padding: 50px 25px;
  }
  .testimonial_container {
    margin-top: 0;
  }
  .case_studies_container ul {
    display: block;
  }

  .case_studies_container ul li {
    font-size: 18px;
    line-height: 28px;
    width: 50%;
    float: left;
  }
  .case_studies_container ul li strong {
    font-size: 35px;
    line-height: 40px;
  }

  .slick-track {
    width: 100% !important;
  }
  .insurance_resources_list {
    padding: 0px !important;
  }
  .insurance_resources_list .slick-slide {
    /* width: 100% !important; */
    padding: 60px 25px 25px;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 521px) and (max-width: 767px) {
  .agent_geo_apear_bar .agent_details {
    padding: 45px 0px 0px 0px;
    width: 40%;
  }
  .agent_geo_apear_bar.no_margin .image img {
    width: auto;
    height: 391px;
  }
  .our_process_container {
    padding: 50px 10px;
  }
  .processArea .itemBox .subText,
  .processArea .itemBox .subText.subText22 {
    width: auto;
  }
  .our_process_container .top_row .subText li,
  .our_process_container .bottom_row .subText li {
    position: relative;
    padding-left: 60px;
  }
  .our_process_container .top_row .subText li:before,
  .our_process_container .bottom_row .subText li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  .processArea .itemBox .image {
    width: 100%;
    padding: 20px 19px 30px 19px;
    height: auto;
  }
  .processArea .itemBox .image .content .mediclText {
    font-size: 11px;
  }
  .processArea .itemBox {
    padding: 20px 0 0;
  }
  .processArea .itemBox .image .content form.disflexArea.customInpt {
    margin: -2px -19px 0 0;
  }
  .processArea .itemBox .image .content form.disflexArea.customInpt p {
    padding: 0 3px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label:before,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label:before {
    width: 15px;
    height: 15px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label:after,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label:after {
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label {
    padding: 0px 0 0 20px;
    line-height: 13px;
    font-size: 11px;
  }
  .processArea .itemBox .image .content {
    font-size: 11px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .processArea .itemBox .image .content .Box .item ul li,
  .processArea .itemBox .image .content .Box .item h4 {
    padding: 6px 7px;
    font-size: 11px;
  }
  .processArea .itemBox .image .content .recom.A {
    padding: 3px 0 0;
    text-align: center;
    width: 100%;
  }
  .processArea .itemBox .image .content .Box .item:nth-of-type(1) h4 {
    height: 24.2px;
  }
  .processArea .itemBox .image.workImg {
    width: 100%;
    height: auto;
    padding: 18px 57px;
    position: relative;
  }
  .processArea .itemBox .image.workImg .content {
    padding: 10px 0px 10px 10px;
    position: absolute;
    height: auto;
  }
  .q-box,
  .a-box-heading.quiz_heading,
  .a-box {
    width: 50% !important;
    font-size: 15px;
  }
  .a-box {
    margin-left: 0;
  }
  .answers-container {
    padding: 0;
    margin-top: -15px;
  }
  .an-box {
    min-height: 70px !important;
    font-weight: normal !important;
    font-size: 11px !important;
  }
  .answers-container .title h3 {
    font-size: 15px;
  }

  .local_agent_container .why_box {
    display: block;
    margin: 20px 0;
  }

  .local_agent_container .why_box .w_box {
    width: 100% !important;
    margin: 0 !important;
  }
  .local_agent_container .why_box .w_box:nth-child(2) {
    transform: none;
  }
  .quiz_result_container h3 {
    font-size: 35px;
  }
  .heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .agent_geodetails_apear_bar {
    padding: 0px 25px;
  }
  .agent_geodetails_apear_bar .agent_details {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .agent_geodetails_apear_bar .image {
    margin-top: 100px;
  }
  .agent_geodetails_apear_bar .image img {
    clip-path: ellipse(100% 100% at 50% -1%);
    max-width: 250px;
    max-height: 200px;
    margin-left: -32px;
    margin-top: 113px;
  }
  .badge_row ul li {
    margin: 35px 7px 0;
  }

  .testimonial_container,
  .case_studies_container,
  .article_resources_container {
    padding: 50px 25px;
  }
  .testimonial_container {
    margin-top: 0;
  }
  .case_studies_container ul {
    display: block;
  }

  .case_studies_container ul li {
    font-size: 18px;
    line-height: 28px;
    width: 50%;
    float: left;
  }
  .case_studies_container ul li strong {
    font-size: 35px;
    line-height: 40px;
  }

  .slick-track {
    width: 100% !important;
  }
  .insurance_resources_list {
    padding: 0px !important;
  }
  .insurance_resources_list .slick-slide {
    width: 100% !important;
    padding: 60px 25px 25px;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .agent_geo_apear_bar .agent_details {
    padding: 45px 0px 0px 0px;
    width: 40%;
  }
  .agent_geo_apear_bar.no_margin .image img {
    width: auto;
    height: 391px;
  }
  .our_process_container {
    padding: 50px 10px;
  }
  .processArea .itemBox .subText,
  .processArea .itemBox .subText.subText22 {
    width: 50%;
    float: left;
  }
  .our_process_container .top_row .subText li,
  .our_process_container .bottom_row .subText li {
    position: relative;
    padding-left: 60px;
  }
  .our_process_container .top_row .subText li:before,
  .our_process_container .bottom_row .subText li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  .processArea .itemBox .image {
    width: 50%;
  }
  .processArea .itemBox .image .content .mediclText {
    font-size: 11px;
  }
  .processArea .itemBox {
    padding: 20px 0 0;
  }
  .processArea .itemBox .image .content form.disflexArea.customInpt {
    margin: -2px -19px 0 0;
  }
  .processArea .itemBox .image .content form.disflexArea.customInpt p {
    padding: 0 3px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label:before,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label:before {
    width: 15px;
    height: 15px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label:after,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label:after {
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
  }
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:checked
  + label,
  .processArea
  .itemBox
  .image
  .content
  .customInpt
  [type="radio"]:not(:checked)
  + label {
    padding: 0px 0 0 20px;
    line-height: 13px;
    font-size: 11px;
  }
  .processArea .itemBox .image .content {
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .processArea .itemBox .image .content .Box .item ul li,
  .processArea .itemBox .image .content .Box .item h4 {
    padding: 6px 7px;
    font-size: 11px;
  }
  .processArea .itemBox .image .content .recom.A {
    padding: 3px 0 0;
    text-align: center;
    width: 100%;
  }
  .processArea .itemBox .image .content .Box .item:nth-of-type(1) h4 {
    height: 24.2px;
  }
  .processArea .itemBox .image.workImg {
    width: 50%;
    padding: 18px 57px;
    position: relative;
  }
  .processArea .itemBox .image.workImg .content {
    padding: 10px 0px 10px 10px;
    position: absolute;
    height: auto;
  }
  .q-box,
  .a-box-heading.quiz_heading,
  .a-box {
    width: 50% !important;
    font-size: 15px;
  }
  .a-box {
    margin-left: 0;
  }
  .answers-container {
    padding: 0;
    margin-top: -15px;
  }
  .an-box {
    min-height: 80px !important;
    font-weight: normal !important;
    font-size: 14px !important;
  }
  .answers-container .title h3 {
    font-size: 15px;
  }
  .local_agent_container .why_box {
    display: block;
    margin: 20px 0;
  }
  .local_agent_container .why_box .w_box {
    width: 100% !important;
    margin: 0 !important;
  }
  .local_agent_container .why_box .w_box:nth-child(2) {
    transform: none;
  }
  .quiz_result_container h3 {
    font-size: 35px;
  }
  .heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .agent_geodetails_apear_bar {
    padding: 0px 25px;
  }
  .agent_geodetails_apear_bar .agent_details {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .agent_geodetails_apear_bar .image {
    margin-top: 100px;
  }
  .agent_geodetails_apear_bar .image img {
    clip-path: ellipse(100% 100% at 50% -1%);
    max-width: 250px;
    max-height: 200px;
    margin-left: -32px;
    margin-top: 113px;
  }
  .badge_row ul li {
    margin: 35px 7px 0;
  }
  .testimonial_container,
  .case_studies_container,
  .article_resources_container {
    padding: 50px 25px;
  }
  .testimonial_container {
    margin-top: 0;
  }
  .case_studies_container ul {
    display: block;
  }
  .case_studies_container ul li {
    font-size: 18px;
    line-height: 28px;
    width: 50%;
    float: left;
  }
  .case_studies_container ul li strong {
    font-size: 35px;
    line-height: 40px;
  }

  .slick-track {
    width: 100% !important;
  }
  .insurance_resources_list {
    padding: 0px !important;
  }
  .insurance_resources_list .slick-slide {
    width: 100% !important;
    padding: 60px 25px 25px;
    margin-right: 0px !important;
  }
}


/* top section  - stretched out images */
.agent_geo_apear_bar img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .agent_geo_apear_bar.no_margin {
    padding: 0;
  }
  .agent_geo_apear_bar.no_margin .image {
    margin: 0 0 -120px;
  }
  .agent_geo_apear_bar.no_margin.serv .image img {
    margin: 0;
    height: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .agent_geo_apear_bar.no_margin {
    padding: 0;
  }
  .agent_geo_apear_bar.agent_details {
    padding: 0;
  }
  .agent_geo_apear_bar.no_margin.serv .image img {
    margin: 0;
    height: 500px;
  }
  .agent_geo_apear_bar .agent_details h2 {
    margin-top: 0;
  }

  @media only screen and (max-width: 768px) {
    header#header {
      padding: 0.5rem 0;
      min-height: unset;
      border: none;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    header#header a.logo {
      margin-top: 0 !important;
      padding: 0.5rem;
    }
    header#header a.logo img {
      margin: 0;
    }
    #header .right_details .connect {
      display: none;
    }
    #header .mobilemenu {
      margin-top: 0;
      transform: translateY(-50%);
      top: 50% !important;
    }
  }


  .article_resources_container .insurance_resources_list li .icon {
    left: 50%;
    transform: translateX(-50%);
  }