/* Default styles */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

main {
  display: block; }

form {
  position: static; }

:focus {
  outline: 0; }

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

nav ul {
  list-style: none; }

ul {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

html,
body {
  font-size: 16px;
  height: 100%;
  line-height: 1.5rem; }

.pc {
  min-height: 100%; }

.sb {
  display: inline-block; }

.clss {
  display: none !important; }

input,
select {
  vertical-align: middle; }

/* Inputs */
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="radio"] {
  margin: 1px 0 4px 10px; }

textarea {
  height: 145px;
  padding: 10px; }

@media screen and (max-width: 1024px) {
  .topNav a,
  .topNav .ntp {
    display: inline-block;
    padding-bottom: 4vh;
    padding-top: 4vh;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .topNav a.pagefind-ui__result-link {
    padding-bottom: 1vh;
    padding-top: 1vh; } }

.childShow {
  background: transparent url("/images/buttons/mobile-plus-green-8e10f52b.png") no-repeat scroll center center/32px auto;
  height: 32px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  width: 15%;
  vertical-align: middle !important;
  margin-top: 10px !important;
  z-index: 10; }

.childShow:hover {
  background-image: url("/images/buttons/mobile-plus-white-29a32efb.png"); }

/* Mobile Nav */
@media screen and (max-width: 1024px) {
  .topNav .ntl1:not(.ntlSearch):hover {
    background-color: #76be43; }
  .topNav .ntl2 a:hover {
    color: #76be43; }
  .topNav .ntl1 {
    border-top: 1px solid #000; }
  .topNav .ntl1:last-child {
    border-bottom: 1px solid #000; }
  .closedMobileNav {
    min-height: auto !important;
    background: #ffffff; }
  .topNav {
    text-align: left;
    padding-top: 100px;
    width: 100%;
    background: #FFF; }
  .mNavClosed {
    height: 0px !important; }
  .topNav #navInner-tNav {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(90vh - 85px);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    background: #FFF; }
  .topNav .ntl1 {
    width: 100%;
    margin-left: 0px !important;
    text-align: left; }
  .topNav .childShow {
    top: 40px;
    background-position: 0 0;
    display: block;
    height: 32px;
    position: relative;
    right: 5%;
    width: 32px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .topNav .fakeHover .tpc1 {
    color: #000 !important; }
  .topNav .tpc1 {
    position: relative !important; }
  .topNav .ec {
    width: 100% !important; }
  .topNav .ntp {
    text-align: left;
    display: inline-block !important;
    width: 90%;
    font-family: "Open Sans Condensed", sans-serif;
    color: #3e6423 !important;
    font-size: 1.5em;
    line-height: 1em;
    padding: 3.5vh 2% 2.5vh; }
  .topNav .hover {
    width: 100%; }
  .topNav .tpc1 li {
    background: #e5e5e5;
    border-top: 1px solid #000; }
  .topNav .tpc1 > li > a {
    padding-left: 10px; }
  .topNav .tpc2 > li > a {
    padding-left: 20px; }
  .topNav .tpc3 > li > a {
    padding-left: 30px; }
  .topNav .tpc4 > li > a {
    padding-left: 40px; }
  .topNav .tpc5 > li > a {
    padding-left: 50px; }
  .topNav .tpc6 > li > a {
    padding-left: 60px; }
  .topNav .ec:empty,
  .topNav .ec:empty ~ .childShow {
    display: none !important; } }

.hover .childShow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.expandingNavItem {
  display: flex; }

/* Hamburgers */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/*! jQuery UI - v1.11.4 - 2015-03-11 */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-front {
  z-index: 100; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

/* reset extra padding in Firefox, see h5bp.com/l */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/images/jqueryUI/ui-bg_flat_75_ffffff_40x100-4460a060.png") 50% 50% repeat-x;
  color: #222222;
  z-index: 500 !important; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/images/jqueryUI/ui-bg_highlight-soft_75_cccccc_1x100-7919c585.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/jqueryUI/ui-icons_222222_256x240-7862b11e.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/images/jqueryUI/ui-icons_222222_256x240-7862b11e.png"); }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* Misc visuals
----------------------------------*/
.ui-corner-all {
  border-top-left-radius: 4px; }

.ui-corner-all {
  border-top-right-radius: 4px; }

.ui-corner-all {
  border-bottom-left-radius: 4px; }

.ui-corner-all {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #aaaaaa url("/images/jqueryUI/ui-bg_flat_0_aaaaaa_40x100-212a733f.png") 50% 50% repeat-x;
  opacity: .3; }

@media screen and (min-width: 1024px) {
  #navOuter-tNav #navInner-tNav {
    padding-left: 2em;
    padding-right: 2em; } }

.phoneIcon {
  color: #76be43 !important; }

/* Fonts */
@font-face {
  font-family: 'MyanmarText';
  src: url(/fonts/mmrtext-367085f4.woff); }

@font-face {
  font-family: 'myriadpro';
  src: url("/fonts/myriadproRegular-webfont-f07b18c6.eot");
  src: url("/fonts/myriadproRegular-webfont-0232eb2e.woff") format("woff"), url("/fonts/myriadproRegular-webfont-d9d57399.ttf") format("truetype"), url("/fonts/myriadproRegular-webfont-bbcd1fdc.svg#myriadproRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Flaticon";
  src: url("/fonts/Flaticon-fa1fe1e5.eot");
  src: url("/fonts/Flaticon2-fa1fe1e5.eot") format("embedded-opentype"), url("/fonts/Flaticon-4f4ce89b.woff") format("woff"), url("/fonts/Flaticon-e27cf68c.ttf") format("truetype"), url("/fonts/Flaticon-78517c0b.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

.flaticon-social-google-plus-square-button:before {
  content: "\f100";
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
  cursor: pointer; }

/* Overall Styles */
h3 {
  font-family: 'myriadpro'; }

tr.firstRow h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2.08;
  text-align: left;
  color: #3e6423; }

.mainContent table td {
  display: table-cell;
  width: 50%; }

.mainContent table td.aboutParagraph {
  padding: 6em 3em 3em 3em; }

.mainContent table td ul li {
  list-style: none;
  font-size: 16px;
  line-height: 3.13;
  letter-spacing: 0.8px;
  text-align: left;
  color: #3d3d3d; }

.mainContent table td p.aboutCallusPara {
  font-weight: bold;
  line-height: 3.13;
  letter-spacing: 0.8px;
  text-align: left;
  color: #76be43;
  padding: 3vh 0; }

.mainContent table td ul li:before {
  font-family: FontAwesome;
  content: "\f016";
  color: #5bbf21;
  padding: 1px;
  margin-right: 10px; }

.mainContent table td h3.aboutTitle {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: normal;
  color: #76be43;
  padding-bottom: 6vh; }

.pc p {
  padding-bottom: 5px; }

p.secondParaSer {
  padding: 10% 0 !important; }

p.phoneC a,
p.mail a,
p.hours a {
  color: black; }

p.mail a {
  text-decoration: underline; }

.policySubTable p {
  padding: 20px 0;
  font-weight: bold; }

.mainContent p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  color: #8c8c8c;
  padding-bottom: 0px; }

.mainContent table td img.aboutBigPic {
  display: block;
  padding-top: 4em; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

h1 {
  font-size: 3.75em;
  font-family: 'myriadpro';
  margin: 0.5em 0; }

h2 {
  font-size: 1.5rem; }

.pc {
  overflow: hidden;
  position: relative;
  font-family: 'Open Sans', sans-serif; }

.pc a {
  text-decoration: none; }

.pageText {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.pcpy {
  position: relative;
  z-index: 1;
  overflow: hidden; }

tr.firstRow td.servicesCol {
  width: 40%;
  padding-right: 2%; }

tr.firstRow td.servicesCol h1 {
  padding-bottom: 4%; }

.line {
  border-left: 1px solid rgba(132, 165, 108, 0.62);
  padding-right: 3%; }

.mainContent img {
  width: 100%;
  display: block;
  margin: 0 auto; }

.mainContent table {
  width: 100%; }

.about p {
  font-size: 16px;
  line-height: 3.13;
  letter-spacing: 0.8px;
  text-align: left;
  color: #3d3d3d; }

.about td.textDiv {
  padding-left: 0em; }

.about .innerText {
  padding-left: 5em; }

.innerText {
  display: block;
  margin: 0 auto; }

.innerText .bannerText {
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
  color: #8c8c8c; }

.h2BannerText {
  font-size: 2rem;
  line-height: 1.2em;
  text-align: left;
  color: #8c8c8c;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em; }

td.textDiv {
  vertical-align: middle;
  padding-right: 5em;
  padding-left: 6em; }

.innerText .bannerText span {
  color: #76be43; }

.innerText .compareHome,
.giveCallBtn {
  background-color: #76be43;
  cursor: pointer;
  font-size: 16px;
  padding: 0.5rem 1.4rem;
  font-family: 'myriadpro';
  font-weight: bold;
  line-height: 1.67;
  text-align: left;
  color: #ffffff;
  border: 2px solid transparent;
  margin: 1%;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.mainContent2 {
  width: 100%;
  background-color: #76be43;
  padding: 8em 3em 5em 6em;
  color: #3e6423;
  text-align: left; }

.homeAndPersonalRow {
  background-color: #f3f3f3; }

.mainContent2 table {
  width: 100%; }

.mainContent2 table td {
  display: table-cell; }

.mainContent2 table td table td {
  padding: 4%; }

.mainContent2 h1 {
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  padding-bottom: 2%; }

.mainContent2 p {
  font-size: 16px;
  line-height: 3.13;
  letter-spacing: 0.8px;
  letter-spacing: 0.8px;
  padding: 0; }

.mainContent2 table td .learnMore a {
  color: white;
  font-weight: bold;
  line-height: 1.67;
  padding-right: 2px;
  font-family: 'myriadpro'; }

.mainContent2 table td table td ul li {
  font-size: 16px;
  padding: 4%;
  letter-spacing: 0.8px;
  text-align: left;
  color: #3e6423;
  list-style-position: outside; }

tr > td:last-of-type {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none !important; }

.mainContent2 table tr h3.homeIcon::before {
  content: "";
  background: transparent url(/images/Affinity-Sprite-e1bef50c.png) no-repeat scroll -10px -227px/515% auto;
  width: 40px;
  height: 23px;
  float: left;
  margin-left: -30px;
  margin-top: 12px; }

.mainContent2 table tr h3.autoplateIcon::before {
  content: "";
  background: transparent url(/images/Affinity-Sprite-e1bef50c.png) no-repeat scroll -51px -229px/515% auto;
  width: 40px;
  height: 23px;
  float: left;
  margin-left: -30px;
  margin-top: 12px; }

.mainContent2 table tr h3.businessIcon::before {
  content: "";
  background: transparent url(/images/Affinity-Sprite-e1bef50c.png) no-repeat scroll -84px -227px/515% auto;
  width: 40px;
  height: 23px;
  float: left;
  margin-left: -30px;
  margin-top: 12px; }

.mainContent2 table tr h3.servicesIcon::before {
  content: "";
  background: transparent url(/images/Affinity-Sprite-e1bef50c.png) no-repeat scroll -171px -230px/515% auto;
  width: 40px;
  height: 23px;
  float: left;
  margin-left: -30px;
  margin-top: 12px; }

.mainContent2 table tr h3.farmIcon::before {
  content: "";
  background: transparent url(/images/Affinity-Sprite-e1bef50c.png) no-repeat scroll -128px -230px/515% auto;
  width: 40px;
  height: 23px;
  float: left;
  margin-left: -30px;
  margin-top: 12px; }

table tr.homeAndPersonalRow td {
  padding: 6em 5em; }

.homeAndPersonalRow h1 {
  font-size: 3.75em;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  color: #76be43; }

table tr.homeAndPersonalRow td {
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 1px;
  text-align: left;
  color: #8c8c8c; }

table tr.homeAndPersonalRow td ul li:before {
  content: "";
  color: #5bbf21;
  padding: 1px; }

table tr.homeAndPersonalRow td ul {
  font-weight: bold; }

.mainContent table td.aboutParagraph img {
  padding: 3%; }

.mainContent table td.aboutParagraph img {
  padding-bottom: 1em; }

.homeAndPersonalRow p {
  line-height: 3.13;
  letter-spacing: 0.8px;
  text-align: left;
  font-size: 16px; }

tr > td:last-of-type {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none !important; }

.btnParaCall {
  padding: 16px 0; }

.btn {
  background-color: #999999;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 3.13;
  letter-spacing: 0.8px;
  text-align: left;
  color: #ffffff;
  padding: 0.5em 1em; }

.compareHome:hover,
.giveCallBtn:hover {
  background-color: #3e6423 !important; }

.search:hover rect {
  fill: #3e6423 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.search {
  height: 38px; }

.giveCallBtn:hover,
.compareHome:hover,
.popup-faqLst:hover {
  cursor: pointer;
  border-color: #f3f3f3;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.innerText {
  -webkit-animation: ripple 0.6s ease-out;
  animation: ripple 0.6s ease-out; }

a {
  color: #76be43; }

.contact table td {
  line-height: 2.5; }

.mainContent table td ul li:before {
  font-family: FontAwesome;
  content: "\f016";
  padding: 1px; }

.mainCities li ul.subLocations li::before,
.mainContent2 table td .learnMore::after {
  content: "";
  font-family: FontAwesome;
  content: "\f105";
  color: #f7f7f7;
  padding: 1px; }

.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  border: 0 none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  float: none;
  border-radius: 0; }

.homeFaq {
  background-image: url(/images/pages/home-pattern-diagonal-4133f48d.webp);
  background-repeat: repeat;
  padding: 50px; }

.contact table td ul li:before {
  display: none; }

table.gradient td {
  vertical-align: middle;
  padding: 4%; }

table.gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#e5e5e5));
  background: linear-gradient(to bottom, #ffffff 1%, #e5e5e5 100%); }

#goLink, #goLink2 {
  background: url(/images/buttons/go-normal-239f2138.png) no-repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  float: right;
  height: 43px;
  margin-top: 70px;
  width: 87px; }

#sgiDrop, #sgiDrop2, #gmsDrop, #gmsDrop2, #gmsDrop3 {
  border: medium none;
  border-radius: 6px;
  color: #4d4d4f;
  font-size: 14px;
  background-color: white;
  padding: 1em; }

table#SGI td, table#SGI2 td, table#GMS td, table#GMS2 td, table#GMS3 td {
  vertical-align: middle;
  width: 884px;
  max-width: 830px; }

.licenseIssue h1 {
  color: #5bbf21;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.25;
  padding-bottom: 35px;
  text-transform: capitalize; }

.licenseIssue {
  padding: 10% 25%; }

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

.licenseIssue p {
  font-size: 18px;
  padding-bottom: 35px; }

/* Sizing Styles */
@media screen and (max-width: 1900px) {
  .careers {
    padding-bottom: 2em; }
  .preFooter {
    background-color: #434446;
    width: 100%;
    padding: 0.5em 0 !important; }
  .preFooter p {
    text-align: center !important; }
  tr.firstRow td.servicesCol {
    width: 100%;
    padding-right: 2%; }
  .mainContent2 table td {
    display: table; }
  .line {
    border-left: 1px solid rgba(132, 165, 108, 0.62);
    padding-right: 3%;
    display: none !important; }
  .mainContent2 table td table td {
    padding: 4%;
    display: table-cell; }
  tr.firstRow td.servicesCol h1 {
    padding-bottom: 2%; }
  p.secondParaSer {
    padding: 0% 0 !important; }
  h1 {
    font-size: 2.3em; }
  .mfmcc-faqLst {
    font-size: 18px; }
  .mi-faqLst {
    padding: 5em; }
  .blackbannerHome ul li.shopCompare {
    padding-right: 2%;
    padding-left: 0; }
  .blackbannerHome ul li {
    list-style: none;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 14px; }
  .blackbannerHome {
    background-color: #565759 !important;
    background-image: none; }
  .blackbannerHome {
    background-color: #565759;
    padding: 0; }
  .greybannerHome ul li {
    padding: 3em; }
  .greybannerHome {
    padding: 0; }
  .preFooter ul li {
    padding-right: 4% !important; }
  .homeAndPersonalRow h1 {
    font-size: 3em; }
  table tr.homeAndPersonalRow td,
  td.textDiv {
    padding-left: 2em;
    padding-right: 2em; } }

@media screen and (max-width: 1250px) {
  table.contactDetailTable td {
    display: table-cell;
    width: 50%; }
  .mi-faqLst {
    padding: 5em; } }

@media screen and (max-width: 1024px) {
  #navOuter-tNav #navHeader-tNav {
    left: 38px !important; } }

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.5em;
    margin: 0 !important; }
  td.textDiv {
    vertical-align: middle;
    padding-right: 1rem;
    padding-left: 2em; }
  td.policyText {
    vertical-align: top; }
  .newsText {
    padding: 6em 2em 0em 2em; }
  .blackbannerHome {
    text-align: center;
    padding: 0 1em; }
  table#SGI td, table#SGI2 td, table#GMS td, table#GMS2 td, table#GMS3 td {
    vertical-align: middle;
    width: auto;
    max-width: 830px; }
  .faqQuestion {
    padding-bottom: 1em;
    font-size: 1.2em; }
  .greybannerHome ul li {
    padding: 1.5em; }
  .greybannerHome {
    padding: 0;
    text-align: center; }
  .preFooter,
  .footerInner,
  #footerInner {
    padding: 0.3em 2em !important;
    line-height: 2; }
  .navInner ul li {
    padding: 0 !important; }
  .mfmc-blog {
    padding: 2em; }
  .homeAndPersonalRow {
    background-color: #f3f3f3;
    padding: 20px 0; }
  .mi-faqLst {
    padding: 3em; }
  .mainContent {
    padding-top: 4vh; }
  .mainContent table td {
    display: block;
    width: 100%; }
  .mainContent2 table td table td {
    display: block !important; }
  tr.firstRow h3 {
    font-size: 1em; }
  h1 {
    font-size: 2.5em !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    padding: 3% 0; }
  .homePage {
    padding-left: 0rem; }
  tr.firstRow td.servicesCol {
    width: 35%;
    padding-right: 2%; }
  .blackbannerHome {
    text-align: center;
    padding: 0 1em; }
  .innerText .compareHome,
  .giveCallBtn {
    margin: 6% 1%; }
  .mainContent table td h3.insurancePolicyTitle,
  h3.aboutTitle {
    margin: 1% 0; }
  .mainContent2 table td {
    display: block;
    width: 100%; }
  .mainContent2 {
    padding: 3em; }
  tr.homeAndPersonalRow > :first-child {
    padding-left: 2em; }
  .mi-faqLst {
    padding: 3em; }
  .greybannerHome,
  .blackbannerHome {
    padding: 0 !important; }
  .preFooter {
    padding: 0.5em 0em !important;
    font-size: 14px; }
  table tr.homeAndPersonalRow td {
    vertical-align: middle;
    padding-right: 4%;
    padding-top: 4%; }
  .policySubTable {
    padding-left: 2em; }
  td.textDiv {
    padding-left: 2em; }
  .about .innerText {
    padding-left: 2em; }
  tr.firstRow td.servicesCol {
    width: 100%; }
  .policy table td ul li:before {
    content: "";
    background: white url(/images/Affinity-Sprite-e1bef50c.png) no-repeat scroll -221px -521px / 1010% auto;
    width: 30px;
    height: 46px;
    display: inline-block; }
  #pv2 {
    font-size: 1.3rem; }
  .teamContainer {
    padding-left: 2em; }
  table.teamPage1 td {
    padding: 5%; }
  .teamTd {
    width: 100%;
    padding-bottom: 3%; }
  table tr td.socialIcons p.googleplusIcon::before {
    margin: 10px; }
  .blackbannerHome ul li {
    -webkit-box-shadow: none;
            box-shadow: none; }
  tr.firstRow td.servicesCol h1 {
    padding-bottom: 2%; }
  .teamTd {
    padding: 0 !important; }
  .col1,
  .col2 {
    width: 100%;
    display: block; }
  table.contactDetailTable td {
    display: table-cell; }
  table tr.homeAndPersonalRow td {
    padding: 1em 2em !important; }
  .mainContent table td img.aboutBigPic {
    padding-top: 2em; }
  .col1 {
    padding-right: 4em; }
  .blackbannerHome {
    background-color: #565759;
    background-image: none; }
  .blackbannerHome ul {
    text-align: center; }
  .blackbannerHome ul li {
    list-style: none;
    display: block;
    -webkit-box-shadow: 4px 2px 6px -6px #222;
            box-shadow: 4px 2px 6px -6px #222;
    -webkit-box-shadow: 0px 4px 6px -5px #222;
            box-shadow: 0px 4px 6px -5px #222; }
  .preFooter p {
    font-size: 16px; }
  table.gradient td {
    display: inline-block;
    width: 100%; }
  .licenseIssue {
    padding: 2vh 6vw; }
  #goLink,
  #goLink2,
  .button2,
  .ui-dialog .ui-dialog-buttonpane button {
    border: 0 none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    float: none; }
  table.gradient {
    text-align: center; }
  .contactDetailTable td {
    font-size: 17px; } }

@media screen and (max-width: 1050px) and (min-width: 1025px) {
  #navOuter-tNav #navInner-tNav {
    padding-left: 3em;
    padding-right: 6em; } }

@media screen and (max-width: 1026px) {
  .blackbannerHome ul li {
    list-style: none;
    padding-left: 2% !important;
    padding-right: 2% !important; }
  .blackbannerHome {
    background-color: #565759;
    padding: 0 !important; } }

.bpc1 {
  display: block !important;
  opacity: 1 !important; }

.affinityLogo:after {
  content: "";
  background: transparent url(/images/Affinity-Sprite-e1bef50c.png) no-repeat scroll -265px 27px/213% auto;
  width: 236px;
  height: 115px;
  float: left; }

.navInner ul li {
  display: inline-block;
  z-index: 10;
  text-align: left;
  vertical-align: top;
  padding-left: 0.3rem;
  padding-right: 0.3rem; }

.navInner ul li.navDesktop {
  z-index: 9; }

#searchNav {
  z-index: 1; }

a.searchAnchor {
  display: block;
  height: 0px; }

nav.navInner ul li.ntl1 div a,
nav.navInner ul li.ntl1 a {
  font-family: 'MyanmarText';
  font-size: 18px;
  font-weight: bold;
  line-height: 2.78;
  letter-spacing: 0.9px;
  text-align: left;
  color: #999999; }

nav.navInner ul li.ntl1 div a.pagefind-ui__result-link,
nav.navInner ul li.ntl1 a.pagefind-ui__result-link {
  line-height: 1.67; }

.nc a {
  font-family: MyriadPro;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.67;
  text-align: left;
  color: #ffffff; }

nav ul li.nc ul li {
  display: block; }

.nbl2 a {
  text-align: left;
  font-weight: 200;
  font-size: 14px;
  color: #efeded; }

[class*=" flaticon-"]:before,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 26px !important;
  color: white;
  font-style: normal;
  margin-left: 20px; }

.bottomNav {
  vertical-align: middle;
  padding: 3.3rem 2rem; }

.preFooter {
  background-color: #434446;
  width: 100%;
  padding: 0.5em 6em; }

.preFooter p {
  font-family: 'myriadpro';
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #ffffff; }

.preFooter ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.preFooterP {
  vertical-align: middle; }

.preFooter ul li {
  font-family: MyriadPro;
  font-size: 1.125em;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  color: #76be43;
  padding-right: 10%;
  vertical-align: middle;
  text-align: center;
  line-height: 1.67; }

.chevron-icon {
  padding: 0 0 0 0.3em; }

.preFooter ul li a:link {
  color: #76be43; }

/* visited link */
.preFooter ul li a:visited {
  color: #76be43; }

/* mouse over link */
.preFooter ul li a:hover {
  color: #999999; }

/* selected link */
.preFooter ul li a:active {
  color: #76be43; }

#footer,
#footerBottom {
  background: #333 none repeat scroll 0 0;
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: #4c4d4f; }

#footer {
  padding-top: 2em; }

#footerInner {
  color: #fff;
  margin: 0 auto;
  padding-left: 6em;
  padding-right: 6em;
  text-align: center;
  border-top: 1px solid rgba(234, 223, 223, 0.18); }

#footerInner div {
  color: #fff;
  font-size: 14px;
  line-height: 3;
  text-align: left;
  width: 100%; }

#privacyFiles {
  display: inline !important; }

#privacyFiles a {
  color: #00a0e3; }

#navOuter-bNav .nbl1:first-child {
  margin-left: 0; }

.nbl1 {
  display: inline-block;
  margin-left: 2em; }

.footerInner {
  padding-left: 6em;
  padding-right: 6em; }

@media screen and (max-width: 900px) {
  #footerInner div {
    text-align: center; }
  .bottomNav {
    display: none; }
  .copyrightdiv {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 100%;
    text-align: center; }
  #footerInner {
    display: flex !important;
    vertical-align: top;
    width: 100% !important;
    align-items: center !important; }
  .colonFooter {
    display: none; }
  .googleplusIcon,
  .affinityLogo {
    display: block;
    margin: 0 auto; }
  .footerInner table td {
    display: flex;
    align-items: center; }
  .footerInner table td.bottomNav {
    display: none; }
  .socialIcons {
    width: 100%; }
  #footer {
    padding-top: 0; }
  table tr td.socialIcons p.googleplusIcon::before {
    margin-top: -2px; }
  td.socialIcons {
    padding-top: 1em !important;
    float: none !important; } }

/* FONT SIZES ON SMALLER DEVICES */
@media screen and (max-width: 700px) {
  nav.navInner ul li.ntl1 div a,
  nav.navInner ul li.ntl1 a {
    font-size: 32px; }
  nav.navInner ul li.ntl1 a.pagefind-ui__result-link {
    font-size: 18px; } }

/* HIDE CHILDREN NAV BY DEFAULT */
@media screen and (min-width: 1024px) {
  .topNav .ec {
    display: none;
    opacity: 0; }
  /*SHOW ON HOVER*/
  .topNav .ec.hover {
    display: inline-block;
    opacity: 1; } }

.responsiveBtn {
  display: none; }

@media screen and (max-width: 1024px) {
  .topNav .responsiveBtn {
    background: #76be43;
    cursor: pointer;
    display: block !important;
    height: 100px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 50000;
    border: none; } }

#navInner-tNav a {
  color: #333333; }

@media screen and (min-width: 1025px) {
  #navOuter-tNav {
    background: #FFF;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
    -webkit-box-shadow: 0px -4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 10px 0px rgba(50, 50, 50, 0.75); }
  #navOuter-tNav ul.hover {
    display: inline-block; }
  #navOuter-tNav li {
    padding: 0; }
  #navOuter-tNav #navInner-tNav {
    height: 100%;
    margin: 0 auto;
    text-align: right; } }

.navHeader:not(#navHeader-tNav) {
  display: none !important; }

#navOuter-tNav #navHeader-tNav {
  background-image: url("/images/logos/affinity-insurance-aa8cf9e9.webp");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  height: 81px;
  width: 317px;
  max-width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1025px) {
  #navOuter-tNav #navHeader-tNav {
    float: left;
    margin-top: 35px;
    position: relative;
    z-index: 1; } }

@media screen and (max-width: 1024px) {
  #navOuter-tNav #navHeader-tNav {
    left: 7px;
    position: fixed;
    top: 35px; } }

@media screen and (min-width: 1025px) {
  #navOuter-tNav .ntl1 {
    display: inline-block;
    margin-left: 30px;
    position: relative; }
  #navOuter-tNav .ntl1 > .ntp,
  #navOuter-tNav .ntl1 .ntp {
    border-top: 2px solid transparent;
    display: block;
    padding-bottom: 35px;
    padding-top: 35px;
    text-transform: capitalize; }
  #navOuter-tNav .ntl1 > .giveCallBtn {
    margin-top: 37px;
    height: 38px;
    line-height: 1; }
  #navOuter-tNav .fakeHover > a,
  #navOuter-tNav .ntl1 > .ntp:hover:not([title="Search"]),
  #navOuter-tNav .ntl1 .ntp:hover:not([title="Search"]) {
    border-color: #76be43 !important;
    color: #76be43 !important; }
  #navOuter-tNav .ntl2.fakeHover > .ntp:before,
  #navOuter-tNav .ntl1 > .ntl2.ntp:hover:before {
    border-bottom: none; } }

#navOuter-tNav .tpc1 {
  display: none;
  position: absolute;
  text-align: left; }

#navOuter-tNav .hover {
  display: inline-block; }

a.search-mobile {
  display: none; }

.search-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px; }

@media screen and (min-width: 1025px) {
  #navOuter-tNav .tpc1 {
    width: 256px; }
  #navOuter-tNav .tpc1 .ntp {
    background-color: #76be43;
    color: white;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px; }
  #navOuter-tNav .tpc1 .ntp:hover,
  #navOuter-tNav .tpc1 .fakeHover > a {
    background-color: #414141;
    color: white !important; }
  #navOuter-tNav .ntl2 {
    display: block; } }

@media screen and (max-width: 1024px) {
  #navOuter-tNav {
    left: 0;
    min-height: 100%;
    overflow: visible;
    position: fixed;
    top: 0;
    z-index: 5000;
    -webkit-box-shadow: 0px -4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 10px 0px rgba(50, 50, 50, 0.75); }
  #navInner-tNav ul li a:hover {
    color: white !important; } }
