/*!
 * NWSREACT Styles
 */
nav, nav ul li a {
  padding: 0
}

#header .header-action footer:after, .clearfix:after, .cls, .wrapper:after, [class*=grid-]:after, hr {
  clear: both
}

#header #mobile-menu ul li a:hover, nav {
  box-shadow: none;
  -khtml-box-shadow: none
}

.request-agent-btn {
  background: #00795f;
  padding: 14px 20px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  float: right;
  margin-top: -30px;
  position: relative;
  z-index: 1
}

.request-agent-btn:hover {
  background: #003f32;
  color: #fff
}

.full-bg {
  background: center no-repeat;
  background-size: cover;
  -khtml-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover
}

nav, nav ul li:hover {
  background: 0
}

.no-anim {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.clearfix {
  zoom: 1
}

.clearfix:after, .clearfix:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden
}

.full-height {
  height: 100%
}

.full-width {
  width: 100%
}

.cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}

.is-fixed {
  position: fixed
}

.is-static {
  position: static
}

.center, .centerX, .centerY {
  position: absolute
}

.table.cover, .table.cover>.cell {
  width: 100%;
  height: 100%
}

.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

.centerY {
  top: 50%;
  transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%)
}

.centerX {
  left: 50%;
  transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0)
}

[class*=grid-] {
  zoom: 1
}

[class*=grid-]:after, [class*=grid-]:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden
}

[class*=grid-] .item {
  float: left
}

@media(max-width:40.063em) {
  [class*=grid-] .item {
    width: 100% !important;
    text-align: center;
    margin: 25px auto
  }

  [class*=grid-] .item * {
    text-align: center !important
  }
}

[class*=grid-].grid-1 .item {
  width: 100%
}

[class*=grid-].grid-2 .item {
  width: 50%
}

[class*=grid-].grid-3 .item {
  width: 33.33333%
}

[class*=grid-].grid-4 .item {
  width: 25%
}

[class*=grid-].grid-5 .item {
  width: 20%
}

[class*=grid-].grid-6 .item {
  width: 16.66667%
}

[class*=grid-].grid-7 .item {
  width: 14.28571%
}

[class*=grid-].grid-8 .item {
  width: 12.5%
}

[class*=grid-].grid-9 .item {
  width: 11.11111%
}

.btn-green, .gform_button {
  padding-left: 58px;
  padding-right: 58px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-weight: 600;
  background-color: #00795f;
  border: 0;
  border-radius: 56px;
  display: inline-block;
  color: #fff;
  transition: all ease-in-out .3s;
  position: relative;
  text-decoration: none
}

.fl-button {
  padding-left: 50px !important;
  padding-right: 50px !important;
  height: 56px !important;
  line-height: normal !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  background-color: #00795f !important;
  border: none !important;
  border-radius: 56px !important;
  display: inline-block !important;
  color: #fff !important;
  transition: all ease-in-out .3s;
  position: relative !important
}

p a.fl-button {
  margin-bottom: .5rem;
  line-height: 56px !important;
  text-decoration: none !important
}

.fl-button-text {
  color: #fff !important;
  line-height: normal !important
}

.fl-button:hover {
  background-color: #003f32 !important;
  color: #fff !important
}

.gform_button:hover, .btn-green:hover {
  background-color: #003f32;
  color: #fff
}

.btn-gray-arrow {
  width: 100%;
  max-width: 180px;
  text-align: center;
  height: 56px;
  line-height: 52px;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 56px;
  display: inline-block;
  color: #969898;
  border: 2px solid #969898;
  transition: all ease-in-out .3s;
  position: relative
}

.btn-gray-arrow:hover {
  background-color: #00795f;
  color: #fff;
  border-color: #00795f
}

.btn-gray-arrow:hover .icon-right-arrow:before {
  color: #fff
}

.btn-gray-arrow .icon-right-arrow {
  color: #969898;
  margin-left: 9px;
  transition: all ease-in-out .3s
}

.btn-gray-arrow .icon-right-arrow:before {
  line-height: 52px
}

.btn-green-arrow {
  width: 100%;
  text-align: center;
  height: 56px;
  line-height: 56px !important;
  font-size: 18px !important;
  font-weight: 600;
  background-color: #015545;
  border-radius: 56px;
  display: inline-block;
  color: #fff !important;
  transition: all ease-in-out .3s;
  position: relative;
  text-transform: none !important
}

.btn-green-arrow:hover {
  background-color: #00795f;
  color: #fff;
  border-color: #00795f
}

.btn-green-arrow:hover .icon-right-arrow:before {
  color: #fff
}

.btn-green-arrow .icon-right-arrow {
  color: #fff;
  margin-left: 9px;
  transition: all ease-in-out .3s
}

.btn-green-arrow .icon-right-arrow:before {
  line-height: 52px
}

.btn-green-border {
  width: 100%;
  max-width: 250px;
  text-align: center;
  height: 56px;
  line-height: 52px;
  font-size: 22px;
  font-weight: 600;
  background-color: transparent;
  border-radius: 56px;
  display: inline-block;
  color: #fff;
  border: 2px solid #00795f;
  transition: all ease-in-out .3s;
  position: relative
}

.btn-green-border:hover {
  color: #fff !important;
  background-color: #00795f
}

a.btn-green-border {
  text-decoration: none
}

a.btn-green-border:hover {
  color: #fff
}

@font-face {
  font-family: 'icomoon';
  src: url('icomoon.eot?550857');
  src: url('icomoon.eot?550857#iefix') format('embedded-opentype'), url('icomoon.ttf?550857') format('truetype'), url('icomoon.woff?550857') format('woff'), url('icomoon.svg?550857#icomoon') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-left:before {
  content: "\e903"
}

.icon-right:before {
  content: "\e904"
}

.icon-warning-traingle:before {
  content: "\e905"
}

.icon-right-arrow:before {
  content: "\e906"
}

.icon-scale:before {
  content: "\e901"
}

.icon-logo:before {
  content: "\e902"
}

.icon-right-quote:before {
  content: "\e907"
}

.icon-left-quote:before {
  content: "\e908"
}

.icon-close:before {
  content: "\e909"
}

.icon-angle-down:before {
  content: "\e90a"
}

.icon-users:before {
  content: "\e900"
}

@font-face {
  font-family: 'iconav';
  src: url('iconav.eot?egeuvs');
  src: url('iconav.eot?egeuvs#iefix') format('embedded-opentype'), url('iconav.ttf?egeuvs') format('truetype'), url('iconav.woff?egeuvs') format('woff'), url('iconav.svg?egeuvs#iconav') format('svg');
  font-weight: normal;
  font-style: normal
}

[class^="iconav-"], [class*=" iconav-"] {
  font-family: 'iconav' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.iconav-icon-locke2r a:before {
  content: "\e900";
  font-family: 'iconav' !important
}

.iconav-icon-find-location a:before {
  content: "\e94d";
  font-family: 'iconav' !important
}

.iconav-icon-person-search a:before {
  content: "\e94e";
  font-family: 'iconav' !important
}

.iconav-phone a:before {
  content: "\e94f";
  font-family: 'iconav' !important
}

.iconav-icon-locke2r .rdCommands a:before, .iconav-icon-person-search .rdCommands a:before, .iconav-phone .rdCommands a:before, .iconav-icon-find-location .rdCommands a:before {
  content: "";
  display: none
}

@font-face {
  font-family: 'Titillium Web';
  src: url('TitilliumWeb-Regular.eot');
  src: url('TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'), url('TitilliumWeb-Regular.woff2') format('woff2'), url('TitilliumWeb-Regular.woff') format('woff'), url('TitilliumWeb-Regular.ttf') format('truetype'), url('TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Oswald';
  src: url('Oswald-Regular.eot');
  src: url('Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('Oswald-Regular.woff2') format('woff2'), url('Oswald-Regular.woff') format('woff'), url('Oswald-Regular.ttf') format('truetype'), url('Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Titillium Web';
  src: url('TitilliumWeb-Light.eot');
  src: url('TitilliumWeb-Light.eot?#iefix') format('embedded-opentype'), url('TitilliumWeb-Light.woff2') format('woff2'), url('TitilliumWeb-Light.woff') format('woff'), url('TitilliumWeb-Light.ttf') format('truetype'), url('TitilliumWeb-Light.svg#TitilliumWeb-Light') format('svg');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'Titillium Web';
  src: url('TitilliumWeb-SemiBold.eot');
  src: url('TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'), url('TitilliumWeb-SemiBold.woff2') format('woff2'), url('TitilliumWeb-SemiBold.woff') format('woff'), url('TitilliumWeb-SemiBold.ttf') format('truetype'), url('TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'Titillium Web';
  src: url('TitilliumWeb-Bold.eot');
  src: url('TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'), url('TitilliumWeb-Bold.woff2') format('woff2'), url('TitilliumWeb-Bold.woff') format('woff'), url('TitilliumWeb-Bold.ttf') format('truetype'), url('TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
  font-weight: bold;
  font-style: normal
}

body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialised;
  -webkit-font-smoothing: antialised;
  -moz-font-smoothing: antialised;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #FFF
}

* {
  box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box
}

#footer .site-info .logo img, .gm-style * {
  box-sizing: content-box;
  -khtml-box-sizing: content-box
}

q:before {
  content: "\201C"
}

q:after {
  content: "\201D"
}

nav {
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none
}

nav ul li {
  float: none
}

.wf-loading {
  visibility: hidden !important
}

.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
  display: none !important
}

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

.cell {
  display: table-cell;
  vertical-align: middle
}

@media(min-width:40.063em) {
  .alignleft {
    float: left;
    margin: 0 15px 15px 0
  }

  .alignright {
    float: right;
    margin: 0 0 15px 15px
  }
}

.aligncenter {
  display: block;
  margin: auto
}

.gm-style * {
  max-width: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box
}

.unreverse {
  direction: rtl;
  unicode-bidi: bidi-override
}

.hide {
  display: none
}

.show-for-small {
  display: none !important
}

.invisible {
  visibility: hidden
}

html {
  color: #858fa0;
  font: 16px/1.5 Titillium Web
}

@media(min-width:769px) {
  html {
    color: #858fa0;
    font: 20px/1.5 Titillium Web
  }
}

@media(max-width:40.063em) {
  [class*=grid-] {
    width: 100%
  }

  .hide-for-small {
    display: none !important
  }

  .show-for-small {
    display: block !important
  }

  .lock {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
  }
}

.nohover {
  pointer-events: none !important
}

.wrapper {
  zoom: 1;
  max-width: 1090px;
  margin: auto;
  padding: 0 25px
}

.row .col, figure {
  padding: 0
}

.wrapper:after, .wrapper:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden
}

.wrapper.skinny {
  max-width: 919px
}

::selection {
  color: #FFF;
  background: #00795f
}

::-khtml-selection {
  color: #FFF;
  background: #00795f
}

::-webkit-selection {
  color: #FFF;
  background: #00795f
}

::-moz-selection {
  color: #FFF;
  background: #00795f
}

::-ms-selection {
  color: #FFF;
  background: #00795f
}

::-o-selection {
  color: #FFF;
  background: #00795f
}

.search-results .the-posts article h2, h1, h2, h3, h4, h5, h6 {
  color: #292d33;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Titillium Web';
  margin: 0
}

.search-results .the-posts article h2:not(:first-child), h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin: 40px 0 0
}

.search-results .the-posts article h2+p, h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
  margin-top: 20px
}

h2 {
  font-size: 28px;
  letter-spacing: -1px;
  position: relative;
  padding-bottom: 28px;
  text-align: center !important
}

h2:before {
  content: '';
  width: 156px;
  height: 1px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/heading-divider.jpg);
  display: inline-block;
  bottom: 0;
  left: 50%;
  margin-left: -78px;
  position: absolute
}

.search-results .the-posts article h2, h3 {
  font-size: 24px;
  position: relative;
  padding-bottom: 20px
}

.wrapper h3:before {
  content: '';
  width: 86px;
  height: 4px;
  background-color: #00795f;
  display: inline-block;
  bottom: 0;
  left: 0;
  position: absolute
}

h4 {
  font-size: 20px
}

li, ol, p, ul {
  margin: 40px 0
}

li:first-child, ol ol, ol ul, ol:first-child, p:first-child, ul ol, ul ul, ul:first-child {
  margin-top: 0
}

li:last-child, ol:last-child, p:last-child, ul:last-child {
  margin-bottom: 0
}

strong {
  font-weight: 700
}

ol li, ul li {
  margin: 5px 0
}

ol {
  padding-left: 23px
}

ul {
  padding-left: 25px
}

ul>li {
  list-style-type: disc
}

a {
  color: #00795f;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline
}

p a {
  text-decoration: underline !important
}

figcaption ul {
  padding-left: 0
}

figcaption ul li, .wrapper ul:not(.expandable-list) li {
  list-style: none;
  padding-left: 60px;
  position: relative
}

figcaption ul li:before, .wrapper ul:not(.expandable-list) li:before {
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  color: #00795f
}

figcaption ul.rdCommands li:before, .wrapper ul.rdCommands li:before {
  content: "";
  dosplay: none
}

@media(min-width:769px) {
  h2 {
    font-size: 44px
  }

  h3 {
    font-size: 30px
  }

  h4 {
    font-size: 26px
  }
}

#header .main-nav>li>ul li>ul li a, #header ul li .header-action.login-form footer a:not(:hover), #header ul li a, .announcement a {
  text-decoration: none
}

a:hover {
  color: #003f32
}

figure {
  margin: 0
}

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

#footer .find-an-agent-cta, .insurance-blocks figcaption, .overlay, .service-touts figure.col .inner, blockquote.full-bg {
  position: relative
}

#footer .find-an-agent-cta:after, .insurance-blocks figcaption:after, .overlay:after, .service-touts figure.col .inner:after, blockquote.full-bg:after {
  z-index: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 121, 95, .93);
  background-image: linear-gradient(180deg, transparent 27.61%, rgba(0, 0, 0, .2) 100%)
}

#footer .find-an-agent-cta .inner, .insurance-blocks figcaption .inner, .overlay .inner, .service-touts figure.col .inner .inner, blockquote.full-bg .inner {
  z-index: 1;
  position: relative
}

hr {
  display: block;
  margin: 50px auto 60px;
  border: 0;
  border-top: solid 2px #ccc
}

blockquote {
  margin: 35px auto;
  padding: 0;
  border: 0
}

blockquote p {
  color: #616874;
  font-style: italic;
  font-size: 26px;
  line-height: 1.46;
  margin: 0
}

blockquote cite {
  font-style: normal;
  font-size: 18px
}

blockquote cite:before {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  margin: 31.5px 0 10px;
  background: #00795f
}

blockquote.full-bg {
  padding: 80px 0
}

blockquote.full-bg:after {
  background: rgba(0, 37, 29, .85)
}

blockquote.full-bg p {
  color: #FFF
}

blockquote.full-bg cite {
  color: #FFF;
  opacity: .5;
  filter: alpha(opacity=50)
}

blockquote.full-bg cite:before {
  background: rgba(255, 255, 255, .5)
}

#header .header-action {
  z-index: -2;
  position: absolute;
  right: 0;
  top: 100px;
  width: 345px;
  color: #FFF;
  line-height: normal;
  text-align: left;
  margin: 0 !important;
  transition: .3s ease-in-out;
  -khtml-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  background: #003f32
}

@media(max-width:40.063em) {
  #header .header-action {
    display: none !important
  }
}

.sfPageEditor #header .header-action.search-form, .sfTemplateEditor #header .header-action.search-form {
  display: none
}

.sfPageEditor #header .header-action.login-form, .sfTemplateEditor #header .header-action.login-form {
  display: none
}

#header .header-action fieldset {
  margin: 0;
  padding: 30px 19.5px 24px;
  border: 0
}

#header .header-action .search-results .the-posts article h2, #header .header-action h3, .search-results .the-posts article #header .header-action h2 {
  display: block;
  color: #FFF;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.23;
  margin: 0
}

#header .header-action .row {
  margin: 23.5px auto
}

#header .header-action .row input {
  display: block;
  width: 100%;
  margin: 0
}

#header .header-action .row input:not(:last-child) {
  margin-bottom: 9px
}

#header .header-action input {
  font-family: 'Titillium Web' !important;
  color: #FFF;
  font-size: 18px;
  border: 1px solid #446d65;
  border-radius: 100px;
  -khtml-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: #002b22
}

#header .header-action footer {
  zoom: 1
}

#header .header-action footer:after, #header .header-action footer:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden
}

#header.min .header-action {
  top: 70px
}

#header ul li:not(.over)>.header-action {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  transform: translate(0, -20px);
  -khtml-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px)
}

.no-csspointerevents #header ul li:not(.over)>.header-action {
  display: none
}

#header ul li .header-action.login-form {
  margin-right: -5px
}

#header ul li .header-action.login-form footer button, #header ul li .header-action.login-form footer input[type="submit"] {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50px;
  font-family: "Titillium Web";
  font-size: 14px;
  background-color: #015545;
  font-weight: bold;
  color: #809f99
}

#header ul li .header-action.login-form footer button svg {
  position: relative;
  top: -4px;
  width: 15px;
  margin: 0
}

#header ul li .header-action.login-form footer button svg g {
  stroke: #FFF
}

#header ul li .header-action.login-form footer a {
  color: #FFF;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 1.29
}

#header ul li .header-action.search-form footer button {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #004f3f
}

#header .block {
  float: right;
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  overflow: hidden
}

#header .block>a>i, #header .block>a>span, #header .block>i {
  z-index: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%)
}

#header .mobile-link {
  position: relative
}

#header .mobile-link>a {
  z-index: 1000;
  position: inherit;
  width: inherit;
  height: inherit;
  background: #00795f
}

#header .mobile-link>a>span {
  pointer-events: none;
  display: block;
  width: 25px;
  height: 2px;
  margin-top: -1px;
  transition: transform .3s ease-in-out;
  -khtml-transition: transform .3s ease-in-out;
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  background: #FFF
}

#header .mobile-link>a>span:after, #header .mobile-link>a>span:before {
  content: '';
  display: inherit;
  position: inherit;
  width: inherit;
  height: inherit;
  transition: inherit;
  -khtml-transition: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  background: inherit
}

#header .mobile-link>a>span:before {
  top: -6px
}

#header .mobile-link>a>span:after {
  top: 6px
}

#header.mobile-menu-open .mobile-link>a>span {
  top: 63%;
  left: 45%;
  transform: rotate(45deg) translate(-50%, -50%);
  -khtml-transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  background: #FFF
}

#header.mobile-menu-open .mobile-link>a>span:before {
  transform: translateY(6px) rotate(-90deg);
  -khtml-transform: translateY(6px) rotate(-90deg);
  -webkit-transform: translateY(6px) rotate(-90deg);
  -moz-transform: translateY(6px) rotate(-90deg);
  -ms-transform: translateY(6px) rotate(-90deg);
  -o-transform: translateY(6px) rotate(-90deg)
}

#header.mobile-menu-open .mobile-link>a>span:after {
  opacity: 0;
  filter: alpha(opacity=0)
}

#header #mobile-menu {
  z-index: 520;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: scroll;
  overflow-x: hidden;
  transition: .35s cubic-bezier(.86, 0, .07, 1);
  -khtml-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -webkit-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -moz-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -ms-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -o-transition: .35s cubic-bezier(.86, 0, .07, 1);
  background: #02654f
}

.sfPageEditor #header #mobile-menu, .sfTemplateEditor #header #mobile-menu {
  right: 300px
}

#header #mobile-menu ul.sub-menu, #header #mobile-menu>ul[class], #header #mobile-menu>div>div>ul[class] {
  display: block;
  padding: 40px
}

#header #mobile-menu .back-to-parent {
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  color: #FFF;
  color: rgba(255, 255, 255, .5);
  font-size: 18px;
  line-height: 1.28;
  text-decoration: none;
  margin: 0;
  padding: 27px 25px 21px;
  transition: .35s ease-in-out;
  -khtml-transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  background: #00795f
}

#header #mobile-menu .back-to-parent:not(.reveal) {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -10px);
  -khtml-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px)
}

#header #mobile-menu .back-to-parent i.icon-rarr, #header #mobile-search .close-form i {
  -webkit-filter: grayscale(1) brightness(100);
  -moz-filter: grayscale(1) brightness(100);
  -ms-filter: grayscale(1) brightness(100);
  -o-filter: grayscale(1) brightness(100)
}

#header #mobile-menu .back-to-parent.reveal+ul.main-mobile-nav {
  min-height: 100%
}

#header #mobile-menu .back-to-parent.reveal+ul+ul.secondary-mobile-nav {
  display: none
}

#header #mobile-menu .back-to-parent i.icon-rarr {
  display: inline-block;
  width: 20px;
  height: 14px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  filter: grayscale(1) brightness(100);
  transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  background-size: 20px 14px;
  -khtml-background-size: 20px 14px;
  -webkit-background-size: 20px 14px;
  -moz-background-size: 20px 14px;
  -ms-background-size: 20px 14px;
  -o-background-size: 20px 14px
}

#header #mobile-menu ul {
  display: block;
  transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0)
}

#header #mobile-menu ul li a {
  display: block;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 20.5px 0;
  font-family: 'Titillium Web'
}

#header #mobile-menu ul li a:before {
  margin-right: 10px
}

#header #mobile-menu ul li a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none
}

@media(max-width:1024px) {
  #header #mobile-menu ul li a {
    font-size: 20px;
    padding: 16px 0;
    font-weight: 600
  }
}

#header #mobile-menu ul.main-mobile-nav {
  padding-top: 75px;
  background: #00795f
}

#header #mobile-menu ul.main-mobile-nav li:not(:last-child)>a {
  border-bottom: 1px solid rgba(48, 149, 128, .3)
}

#header #mobile-menu ul.main-mobile-nav li[class*=children]>a:after {
  content: '';
  float: right;
  display: block;
  width: 7px;
  height: 11px;
  transform: translate(0, 7px);
  -khtml-transform: translate(0, 7px);
  -webkit-transform: translate(0, 7px);
  -moz-transform: translate(0, 7px);
  -ms-transform: translate(0, 7px);
  -o-transform: translate(0, 7px);
  background: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-chevron-right.svg) right center no-repeat
}

#header #mobile-menu ul.main-mobile-nav>li>ul.sub-menu {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-y: scroll;
  padding-top: 75px;
  transition: .35s cubic-bezier(.86, 0, .07, 1);
  -khtml-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -webkit-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -moz-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -ms-transition: .35s cubic-bezier(.86, 0, .07, 1);
  -o-transition: .35s cubic-bezier(.86, 0, .07, 1);
  background: #00795f
}

#header #mobile-menu ul.main-mobile-nav>li>ul.sub-menu li>a {
  font-size: 24px;
  line-height: 1.21;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(48, 149, 128, .3)
}

#header #mobile-menu ul.main-mobile-nav>li>ul.sub-menu li>a:after {
  display: none
}

#header #mobile-menu ul.main-mobile-nav>li>ul.sub-menu li>ul.sub-menu {
  display: block;
  padding: 0
}

#header #mobile-menu ul.main-mobile-nav>li>ul.sub-menu li>ul.sub-menu li>a {
  color: #FFF;
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 9px 0;
  border: 0
}

#header #mobile-menu ul.main-mobile-nav>li>ul.sub-menu li>ul.sub-menu li.header-style>a {
  color: #FFF;
  font-size: 24px;
  line-height: 1.21;
  padding: 20.5px 0 9px;
  border-bottom: 1px solid rgba(48, 149, 128, .3)
}

#header #mobile-menu ul.main-mobile-nav>li:not(.over)>ul.sub-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(100%, 0);
  -khtml-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0)
}

#header #mobile-menu ul.secondary-mobile-nav .search-action {
  display: none
}

#header #mobile-menu ul.secondary-mobile-nav span[class*=icon-] {
  display: inline-block;
  min-width: 53px;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0
}

#header #mobile-menu ul.secondary-mobile-nav span[class*=icon-] svg {
  height: auto;
  margin: auto
}

#header #mobile-menu ul.secondary-mobile-nav span[class*=icon-] svg g g {
  stroke: #65af9f
}

#header #mobile-menu ul.secondary-mobile-nav span[class*=icon-].icon-person-search svg {
  width: 30.55px
}

#header #mobile-menu ul.secondary-mobile-nav span[class*=icon-].icon-credit-card svg {
  width: 34.22px
}

#header #mobile-menu ul.secondary-mobile-nav span[class*=icon-].icon-locker svg {
  width: 20.36px
}

#header:not(.mobile-menu-open) #mobile-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  transform: translate(0, 100%);
  -khtml-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%)
}

.no-csspointerevents #header:not(.mobile-menu-open) #mobile-menu {
  display: none
}

#header .search-link {
  box-shadow: inset 1px 0 0 #ebedf1;
  -khtml-box-shadow: inset 1px 0 0 #ebedf1;
  -webkit-box-shadow: inset 1px 0 0 #ebedf1;
  -moz-box-shadow: inset 1px 0 0 #ebedf1;
  -ms-box-shadow: inset 1px 0 0 #ebedf1;
  -o-box-shadow: inset 1px 0 0 #ebedf1;
  transition: opacity .3s ease-in-out;
  -khtml-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out
}

@media(max-width:340px) {
  #header .search-link {
    display: none
  }
}

#header .search-link>a {
  line-height: 1
}

#header .search-link>a i {
  opacity: .3;
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -ms-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0)
}

#header .search-link>a:hover i {
  opacity: .5;
  filter: alpha(opacity=50)
}

#header.search-form-open .search-link {
  position: static;
  overflow: visible
}

#header.search-form-open .search-link>a {
  opacity: 0;
  filter: alpha(opacity=0)
}

#header #mobile-search {
  z-index: 600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 75px;
  margin: auto;
  transform: translate(100%, 0);
  -khtml-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transition: .7s cubic-bezier(.23, 1, .32, 1);
  -khtml-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -ms-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -o-transition: .7s cubic-bezier(.23, 1, .32, 1);
  background: #00795f
}

#header #mobile-search .close-form {
  float: left;
  width: 61px
}

#header #mobile-search .close-form i {
  margin: 0;
  filter: grayscale(1) brightness(100);
  transform: scaleX(-1) translate(50%, -50%);
  -khtml-transform: scaleX(-1) translate(50%, -50%);
  -webkit-transform: scaleX(-1) translate(50%, -50%);
  -moz-transform: scaleX(-1) translate(50%, -50%);
  -ms-transform: scaleX(-1) translate(50%, -50%);
  -o-transform: scaleX(-1) translate(50%, -50%)
}

#header #mobile-search input[type=search]:not([readonly]) {
  float: left;
  display: block;
  width: calc(100% - 136px);
  height: 75px;
  color: #FFF;
  font-size: 18px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  background: #00795f
}

#header #mobile-search input[type=search]:not([readonly])::-webkit-input-placeholder {
  color: #FFF;
  color: rgba(255, 255, 255, .5)
}

#header #mobile-search input[type=search]:not([readonly]):-moz-placeholder {
  color: #FFF;
  color: rgba(255, 255, 255, .5)
}

#header #mobile-search input[type=search]:not([readonly])::-moz-placeholder {
  color: #FFF;
  color: rgba(255, 255, 255, .5)
}

#header #mobile-search input[type=search]:not([readonly]):-ms-input-placeholder {
  color: #FFF;
  color: rgba(255, 255, 255, .5)
}

#header #mobile-search button[type=submit]:not([readonly]) {
  float: right;
  width: 75px;
  height: 75px;
  border: 0;
  background: #00795f
}

#header.search-form-open #mobile-search {
  transform: none;
  -khtml-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none
}

#header {
  z-index: 1001;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 100px;
  line-height: 100px;
  transition: .35s ease-in-out;
  -khtml-transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -o-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2)
}

body.sfTemplateEditor #header, body.sfPageEditor #header {
  position: relative
}

#header .RadDockZone {
  line-height: normal
}

#header .bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #FFF
}

#header .logo {
  margin-left: 25px
}

@media(min-width:1024px) {
  #header.min {
    height: 70px;
    line-height: 70px
  }
}

@media(max-width:1024px) {
  #header {
    height: 75px;
    line-height: 75px
  }

  #header .hide-on-small-only {
    display: none !important
  }

  #header .hide-on-med-and-up {
    float: right;
    display: block !important
  }
}

#header+.push {
  height: 100px
}

@media(max-width:1024px) {
  #header+.push {
    height: 75px
  }
}

#header li, #header ul {
  display: inline;
  margin: 0;
  padding: 0
}

#header .logo-placeholder {
  display: inline-block;
  width: 100%;
  max-width: 281px
}

@media only screen and (max-width:600px) {
  #header .logo-placeholder {
    max-width: 219px
  }
}

#header .logo-placeholder a.logo {
  width: 100%
}

#header a, #header i, #header img {
  display: inline-block;
  vertical-align: top;
  line-height: inherit
}

#header .logo img, #header .secondary-nav li.search-action>a i, #header ul li svg {
  vertical-align: middle
}

@media(min-width:1024px) {
  #header .logo {
    margin-right: 37px
  }
}

#header .logo img {
  position: relative;
  top: -3px;
  max-width: 219px
}

@media(max-width:1110px) {
  #header .logo-placeholder {
    max-width: 219px
  }

  #header .logo img {
    width: 160px
  }
}

#header ul li a {
  font-weight: bold;
  font-size: 18px;
  color: #909291;
  text-transform: uppercase;
  transition: box-shadow .3s ease-in-out;
  -khtml-transition: box-shadow .3s ease-in-out;
  -webkit-transition: box-shadow .3s ease-in-out;
  -moz-transition: box-shadow .3s ease-in-out;
  -ms-transition: box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out
}

#header ul li a:hover svg g, #header ul li.over>a svg g {
  stroke: currentColor
}

#header ul li svg {
  display: inline-block;
  margin-right: 10px
}

@media(max-width:1300px) and (min-width:1024px) {
  #header ul li span[class^=icon-]+span {
    display: none
  }
}

#header>ul>li.over>a[href], #header>ul>li>a[href]:hover, #header>ul>li[class*=current]>a[href] {
  box-shadow: inset 0 -6px #00795f;
  -khtml-box-shadow: inset 0 -6px #00795f;
  -webkit-box-shadow: inset 0 -6px #00795f;
  -moz-box-shadow: inset 0 -6px #00795f;
  -ms-box-shadow: inset 0 -6px #00795f;
  -o-box-shadow: inset 0 -6px #00795f
}

#header .desktop-main-nav-placeholder {
  display: inline-block;
  width: auto
}

body.sfPageEditor #header .desktop-main-nav-placeholder, body.sfTemplateEditor #header .desktop-main-nav-placeholder {
  max-width: 30%
}

#header .main-nav li:not(:last-child)>a {
  margin-right: 40px
}

@media(max-width:1280px) {
  #header .main-nav li:not(:last-child)>a {
    margin-right: 30px
  }
}

@media(max-width:900px) {
  #header .main-nav li:not(:last-child)>a {
    margin-right: 15px
  }
}

#header .main-nav>li>ul {
  z-index: -2;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  line-height: 1.19;
  padding: 40px 140px;
  border-top: 1px solid #e8eaef;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  -o-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
  transition: .35s ease-in-out;
  -khtml-transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  background: #FFF
}

@media(max-width:1200px) {
  #header .main-nav>li>ul {
    padding: 40px 25px
  }
}

#header .main-nav>li>ul>li {
  display: block;
  float: left;
  width: 20%
}

#header .main-nav>li>ul>li:not(:last-child) {
  margin-right: 5%
}

#header .main-nav>li>ul li.header-style>a, #header .main-nav>li>ul>li>a {
  display: block;
  color: #292d33;
  font-weight: 600;
  font-size: 24px;
  margin: 15px 0 30px;
  margin-right: 0 !important;
  padding: 0 0 15px;
  border-bottom: 1px solid #d8dce4;
  text-transform: none !important
}

#header .main-nav>li>ul li.header-style>a:hover, #header .main-nav>li>ul>li>a:hover {
  color: #292d33
}

#header .main-nav>li>ul li.header-style>a:hover[href], #header .main-nav>li>ul>li>a:hover[href] {
  box-shadow: inset 0 -6px #00795f;
  -khtml-box-shadow: inset 0 -6px #00795f;
  -webkit-box-shadow: inset 0 -6px #00795f;
  -moz-box-shadow: inset 0 -6px #00795f;
  -ms-box-shadow: inset 0 -6px #00795f;
  -o-box-shadow: inset 0 -6px #00795f
}

#header .main-nav>li>ul .sub-menu li.header-style:not(:first-child)>a {
  margin-top: 30px !important;
  margin-bottom: 30px !important
}

#header .main-nav>li>ul li.btn-link>a {
  display: block !important;
  text-align: center;
  text-transform: uppercase
}

#header .main-nav>li>ul li.btn-link>a:hover {
  color: #FFF
}

#header .main-nav>li>ul li.btn-link>a i {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
  -webkit-filter: grayscale(1) brightness(100);
  -moz-filter: grayscale(1) brightness(100);
  -ms-filter: grayscale(1) brightness(100);
  -o-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100)
}

#header .main-nav>li>ul li.btn-link+li {
  margin-top: 15px
}

#header .main-nav>li>ul li.btn-link~li {
  text-align: center
}

#header .main-nav>li>ul li>ul {
  display: block
}

#header .main-nav>li>ul li>ul li {
  display: block;
  margin: 5px 0
}

#header .main-nav>li>ul li>ul li a {
  font-weight: 400;
  color: #00795f;
  font-size: 18px;
  margin: 0 !important;
  text-transform: none !important
}

.announcement p, .masthead h1 {
  font-weight: 600
}

#header .main-nav>li>ul li>ul li a:hover {
  color: #00795f;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none
}

#header .main-nav>li:not(.over)>ul {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  transition: .1s .4 ease-in;
  -khtml-transition: .1s .4 ease-in;
  -webkit-transition: .1s .4 ease-in;
  -moz-transition: .1s .4 ease-in;
  -ms-transition: .1s .4 ease-in;
  -o-transition: .1s .4 ease-in;
  transform: translate(0, -100px);
  -khtml-transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -o-transform: translate(0, -100px)
}

.no-csspointerevents #header .main-nav>li:not(.over)>ul {
  display: none
}

#header .desktop-secondary-nav-placeholder {
  display: inline-block;
  width: auto
}

#header .secondary-nav {
  float: right;
  text-align: right
}

#header .secondary-nav li {
  position: relative;
  display: inline-block;
  line-height: inherit;
  vertical-align: top
}

#header .secondary-nav li.login-action a {
  padding-left: 10px
}

#header .secondary-nav .RadDockZone {
  display: inline-block;
  width: auto;
  max-width: 250px
}

#header .secondary-nav .login-action .RadDockZone, #header .secondary-nav .search-action .RadDockZone {
  display: block;
  width: auto;
  max-width: 100px
}

#header .secondary-nav li a {
  font-size: 18px;
  padding: 0 15px;
  font-family: 'Titillium Web';
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
  line-height: inherit
}

#header .secondary-nav li a:before {
  margin-right: 10px;
  position: relative;
  bottom: -1px
}

@media(max-width:1280px) {
  #header .secondary-nav li span {
    display: none
  }

  #header .secondary-nav li:last-child span {
    display: inline-block
  }
}

@media(max-width:940px) {
  #header .secondary-nav li a {
    padding: 0 5px
  }
}

#header .secondary-nav li a:not(:hover) {
  color: #858fa0
}

#header .secondary-nav li[class*=current]>a {
  color: #00795f
}

#header .secondary-nav li[class*=action].over>a {
  color: #FFF;
  box-shadow: inset 0 -6px #003f32;
  -khtml-box-shadow: inset 0 -6px #003f32;
  -webkit-box-shadow: inset 0 -6px #003f32;
  -moz-box-shadow: inset 0 -6px #003f32;
  -ms-box-shadow: inset 0 -6px #003f32;
  -o-box-shadow: inset 0 -6px #003f32;
  background: #003f32
}

#header .secondary-nav li.search-action>a {
  cursor: pointer;
  color: #FFF;
  padding: 0 38.5px;
  background: #00795f
}

#header .secondary-nav li.search-action>a:hover {
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: #003f32
}

@media(max-width:800px) {
  #header .secondary-nav li.search-action>a {
    padding: 0 25px
  }
}

@media(max-width:680px) {
  #header .secondary-nav li.search-action>a {
    padding: 0 10px
  }
}

.masthead-home {
  position: relative;
  color: #FFF;
  padding: 70px 0 0 !important;
  background-color: #00795f
}

.masthead {
  position: relative;
  color: #FFF;
  padding: 250px 0 280px;
  background-color: #00795f;
  /*
  background-image: radial-gradient(closest-side, rgba(15, 14, 22, 0.5), #0b2622), url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/iStock-187115304-1.jpg);
  */
}

body.sfPageEditor .masthead, body.sfTemplateEditor .masthead {
  padding: 50px 0 80px
}

body:not(.sfPageEditor) .masthead img {
  display: none
}

.masthead.full-bg:not([style*=bg-green]):before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  zoom: 1;
  background-color: transparent;
  background-color: rgba(41, 45, 51, .5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80292D33, endColorstr=#80292D33)
}

.masthead-page a {
  padding-left: 58px;
  padding-right: 58px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-weight: 600;
  background-color: #00795f;
  border: 0;
  border-radius: 56px;
  display: inline-block;
  color: #fff;
  transition: all ease-in-out .3s;
  position: relative;
  text-decoration: none !important;
  margin-top: 10px
}

.masthead-page a:hover {
  background-color: #003f32;
  color: #fff !important
}

@media(max-width:1024px) {
  .masthead {
    padding: 170px 0 180px
  }
}

@media(max-width:768px) {
  .masthead {
    padding: 70px 0 80px
  }
}

@media(min-width:64em) {
  .masthead.full-bg[style*=bg-green] {
    padding: 116px 0
  }
}

.masthead .wrapper {
  z-index: 1;
  position: relative
}

.masthead h1 {
  color: inherit;
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
  margin: 0
}

.masthead-home h1, .masthead-home p {
  text-align: center
}

.masthead-home p {
  font-size: 16px;
  font-weight: 300
}

.masthead h1:not(:only-child) {
  margin-bottom: 3px
}

.masthead:not(.text) p {
  color: #FFF;
  color: rgba(255, 255, 255, .6);
  margin: 0
}

.masthead form {
  position: relative;
  max-width: 800px;
  margin: 0 auto 0
}

.masthead form i, .masthead form em {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%)
}

.masthead form i.icon-geo {
  width: 20px;
  height: 20px;
  left: 30.5px;
  background: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-location.svg) no-repeat
}

.masthead form i.icon-geo:hover {
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -ms-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100)
}

.masthead form i.icon-search {
  width: 23px;
  height: 23px;
  right: 30.5px;
  background: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-search.svg) no-repeat
}

.masthead form input[type=search]:not([readonly]) {
  color: #FFF;
  margin: auto;
  padding: 15px 70px 20px 25px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100px;
  -khtml-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  zoom: 1;
  background-color: transparent;
  background-color: rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000)
}

.masthead-assistance {
  padding-top: 7px;
  padding-bottom: 7px;
  /* background-color: #000; */
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 65px
}

.masthead-assistance p {
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px
}

.masthead-assistance a {
  color: #fff;
  text-decoration: none !important;
  font-weight: bold;
  margin-left: 10px
}

.masthead-assistance .errorMessage a {
  color: inherit;
  text-decoration: underline !important;
  margin-left: 0;
}

.masthead-assistance i, .masthead-assistance em {
  color: #df7610;
  position: relative;
  top: -3px;
  margin-right: 10px
}

@media(min-width:769px) {
  .masthead-home h1 {
    font-size: 54px;
    margin-bottom: 20px
  }

  .masthead h1 {
    font-size: 54px
  }

  .masthead-home p {
    text-align: left;
    font-size: 26px
  }

  .masthead-assistance {
    font-size: 18px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 25px;
    background-color: transparent
  }
}

#gform_wrapper_2, #gform_wrapper_3 {
  display: inline-block;
  width: 100%;
  /* margin-top: 68px */
}

.masthead-home #gform_wrapper_2 div.request-quote-form, .masthead-home #gform_wrapper_3 div.request-quote-form {
  /* float: left; */
  position: relative
}

#gform_wrapper_2 div.request-quote-form, #gform_wrapper_3 div.request-quote-form {
  /*max-width: 546px; */
  max-width: 637px;
  background-color: rgba(0, 0, 0, .5);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative
}

#gform_wrapper_2 .gform_description, #gform_wrapper_3 .gform_description {
  font-size: 20px;
  font-weight: 300
}

#gform_wrapper_2 .gform_fields, #gform_wrapper_3 .gform_fields {
  margin-left: -10px !important;
  margin-right: -10px !important
}

#gform_wrapper_2 .gform_fields .arrow-down .ginput_container_select, #gform_wrapper_3 .gform_fields .arrow-down .ginput_container_select {
  position: relative
}

#gform_wrapper_2 .gform_fields .arrow-down .ginput_container_select:before, #gform_wrapper_3 .gform_fields .arrow-down .ginput_container_select:before {
  content: "\e90a";
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  z-index: -1;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#gform_wrapper_2 .gform_fields li, #gform_wrapper_3 .gform_fields li {
  width: 100%;
  /* display: inline-block; */
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top
}

#gform_wrapper_2 .gfield_label, #gform_wrapper_3 .gfield_label {
  display: none
}

#gform_wrapper_2 .gform_fields li input, #gform_wrapper_2 .gform_fields li select, #gform_wrapper_3 .gform_fields li input, #gform_wrapper_3 .gform_fields li select {
  width: 100%;
  height: 51px;
  border: 1px solid rgba(255, 255, 255, .32);
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  color: #a8a8a8
}

#gform_wrapper_2 .gform_fields li input:focus, #gform_wrapper_2 .gform_fields li select:focus, #gform_wrapper_3 .gform_fields li input:focus, #gform_wrapper_3 .gform_fields li select:focus {
  border-bottom: 3px solid #00795f;
}

#gform_wrapper_2 .gform_footer, #gform_wrapper_3 .gform_footer {
  width: 240px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 30px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0
}

#gform_wrapper_2 .gform_footer input, #gform_wrapper_3 .gform_footer input {
  margin-right: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: 51px;
  line-height: 51px;
  text-align: center
}

::-webkit-input-placeholder {
  color: #a8a8a8 !important
}

:-ms-input-placeholder {
  color: #a8a8a8 !important
}

::-moz-placeholder {
  color: #a8a8a8 !important;
  opacity: 1 !important
}

:-moz-placeholder {
  color: #a8a8a8 !important;
  opacity: 1 !important
}

.gform_wrapper .validation_message, .gform_wrapper .validation_error {
  color: #00795f !important;
  border-color: #00795f !important;
  padding-top: 0 !important;
  font-weight: 400 !important;
  font-size: 12px !important
}

.gform_wrapper .gfield_error {
  border: none !important;
  background-color: transparent !important
}

@media(max-width:768px) {
  #gform_wrapper_2 .gform_fields li, #gform_wrapper_3 .gform_fields li {
    width: 100%
  }

  #gform_wrapper_2 .gform_footer, #gform_wrapper_3 .gform_footer {
    width: 100%;
    position: relative;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px
  }
}

.page-id-25 .masthead #gform_wrapper_2 {
  display: none !important
}

.mobile-request-form {
  background-color: #003f32;
  display: none
}

.mobile-request-form .request-quote-form {
  position: relative
}

.mobile-request-form #gform_wrapper_2 {
  margin-top: 0
}

.mobile-request-form .gform_description {
  font-size: 16px !important;
  color: #fff
}

.mobile-request-form form {
  background-color: transparent !important
}

.mobile-request-form .gform_fields li {
  width: 100% !important
}

.mobile-request-form .gform_fields li input, .mobile-request-form .gform_fields li select {
  background-color: #002b22 !important
}

.mobile-request-form .gform_footer {
  position: relative !important;
  bottom: auto !important;
  margin-top: 23px !important;
  left: 50% !important;
  margin-left: -120px !important
}

.cta-request-form {
  display: none
}

.cta-request-form #gform_wrapper_2 {
  margin-top: 0
}

.cta-request-form #gform_wrapper_2 form {
  max-width: none;
  padding: 0;
  background-color: transparent;
  position: relative
}

.cta-request-form #gform_wrapper_2 .gform_fields li {
  width: 100% !important
}

.cta-request-form #gform_wrapper_2 .gform_fields li input, .cta-request-form #gform_wrapper_2 .gform_fields li select {
  background-color: #056652
}

.cta-request-form #gform_wrapper_2 .gform_footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0
}

.cta-request-form #gform_wrapper_2 .gform_footer .gform_button {
  border: 2px solid #fff;
  margin-top: 10px
}

.masthead-cta .form-btn-close {
  float: right;
  color: #fff;
  font-size: 20px;
  display: none
}

.cta-request-form .validation_message {
  color: red !important
}

@media(min-width:769px) {
  .masthead #gform_wrapper_2, .masthead #gform_wrapper_3 {
    display: inline-block !important
  }

  .mobile-request-form {
    display: none
  }

  .cta-request-form #gform_wrapper_2 .gform_fields li, .cta-request-form #gform_wrapper_3 .gform_fields li {
    width: 50% !important
  }

  .cta-request-form #gform_wrapper_2 .gform_footer, .cta-request-form #gform_wrapper_3 .gform_footer {
    position: absolute;
    bottom: 0;
    width: 50%;
    padding-left: 10px
  }
}

@media(min-width:1025px) {
  .cta-request-form #gform_wrapper_2 .gform_fields li, .cta-request-form #gform_wrapper_3 .gform_fields li {
    width: 25% !important
  }

  .cta-request-form #gform_wrapper_2 .gform_footer, .cta-request-form #gform_wrapper_3 .gform_footer {
    position: absolute;
    bottom: 0;
    width: 25%
  }
}

@media(max-width:992px) {
  .masthead-home #gform_wrapper_3 form {
    float: none
  }
}

.masthead form input[type=search]:not([readonly]):focus {
  border: 1px solid #FFF
}

.masthead form input[type=search]:not([readonly])::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .8)
}

.masthead form input[type=search]:not([readonly]):-moz-placeholder {
  color: rgba(255, 255, 255, .8)
}

.masthead form input[type=search]:not([readonly])::-moz-placeholder {
  color: rgba(255, 255, 255, .8)
}

.masthead form input[type=search]:not([readonly]):-ms-input-placeholder {
  color: rgba(255, 255, 255, .8)
}

.masthead.text {
  color: #858fa0;
  padding-top: 80px;
  padding-bottom: 0;
  background: #f6f7f9
}

.page-template-template-leadership .masthead.text {
  background: #ededed
}

body:not(.tax-product_cat) #content .masthead.text {
  background: 0
}

.masthead.text h1 {
  color: #292d33
}

.masthead.text p {
  max-width: 80%;
  margin: 35px auto
}

.masthead.text p:last-child {
  margin-bottom: 0
}

.masthead.text img {
  vertical-align: bottom
}

.section .masthead.text {
  padding: 0
}

@media(min-width:40.063em) {
  .section .masthead.text:not(.section) {
    margin-bottom: 60px
  }
}

.announcement {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  background: #df7610;
  padding-left: 30px;
  padding-right: 45px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1.2em;
  position: relative;
  text-align: left
}

.announcement a {
  text-decoration: none !important;
  color: #fff
}

.announcement .icon-close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer
}

@media(min-width:769px) {
  .announcement {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 70px
  }

  .announcement .icon-close {
    right: 40px;
    margin-top: -10px
  }
}

#footer .announcement {
  background: #00795f
}

.announcement .sf_colsOut {
  display: inline;
  color: inherit;
  margin: 0;
  padding: 0
}

.announcement .wrapper.row {
  display: block;
  margin: auto;
  margin-bottom: 0
}

.announcement span {
  margin: 0 5px
}

.announcement a i, .announcement a em {
  margin-left: 6.25px
}

.announcement a:hover {
  color: #FFF;
  text-decoration: underline
}

.page-nav {
  display: block;
  margin: 0 auto;
  padding: 0
}

.page-nav li {
  display: inline;
  margin: 0;
  padding: 0
}

.page-nav li:nth-child(1)>a {
  z-index: 9
}

.page-nav li:nth-child(2)>a {
  z-index: 8
}

.page-nav li:nth-child(3)>a {
  z-index: 7
}

.page-nav li:nth-child(4)>a {
  z-index: 6
}

.page-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  border-color: #00795f !important
}

.page-nav li[class*=current]>a {
  z-index: 11;
  color: #00795f;
  background: #FFF
}

.page-nav li:not([class*=current]):first-child>a {
  padding-right: 55px
}

.page-nav li:not([class*=current]):last-child>a {
  padding-left: 55px
}

.page-filters {
  margin: 50px auto 0
}

.page-filters label {
  color: #616874;
  font-weight: 600;
  font-size: 22px
}

.page-filters select:not([readonly]) {
  display: inline-block;
  width: auto
}

.blog-page-nav li {
  padding-left: 0 !important;
  margin-left: 5px;
  margin-right: 5px
}

.blog-page-nav li:before {
  display: none !important
}

#footer .find-an-agent-cta {
  color: #FFF;
  background: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/bg-footer.jpg) center no-repeat;
  background-size: cover;
  -khtml-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover
}

.page-template-template-find-agent #footer .find-an-agent-cta {
  display: none
}

#footer .find-an-agent-cta:after {
  background: rgba(0, 63, 50, .9)
}

#footer .find-an-agent-cta h2 {
  color: inherit
}

#footer .find-an-agent-cta form {
  max-width: 565px;
  margin: 53px auto 0
}

@media(max-width:40.063em) {
  #footer .find-an-agent-cta form {
    padding: 0 25px
  }
}

#footer .find-an-agent-cta form button[type=submit], #footer .find-an-agent-cta form input[type=text]:not([readonly]) {
  float: left;
  display: block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin: auto
}

#footer .find-an-agent-cta form input[type=text]:not([readonly]) {
  zoom: 1;
  background-color: transparent;
  background-color: rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4D000000);
  color: #FFF;
  font-size: 24px;
  padding: 11px 35px 15px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100px;
  -khtml-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px
}

@media(max-width:40.063em) {
  #footer .find-an-agent-cta form input[type=text]:not([readonly]) {
    float: none;
    width: 100%;
    margin-bottom: 15px
  }
}

#footer .find-an-agent-cta form input[type=text]:not([readonly])::-webkit-input-placeholder {
  color: #FFF
}

#footer .find-an-agent-cta form input[type=text]:not([readonly]):-moz-placeholder {
  color: #FFF
}

#footer .find-an-agent-cta form input[type=text]:not([readonly])::-moz-placeholder {
  color: #FFF
}

#footer .find-an-agent-cta form input[type=text]:not([readonly]):-ms-input-placeholder {
  color: #FFF
}

#footer .find-an-agent-cta form input[type=text]:not([readonly]):focus {
  border: 1px solid #FFF
}

@media(min-width:40.063em) {
  #footer .find-an-agent-cta form button[type=submit] {
    float: right;
    padding-left: 0;
    padding-right: 0
  }
}

#footer .announcement {
  font-size: 22px
}

#footer .announcement i.icon-phone {
  margin: -2px 8px 0 0
}

#footer .announcement a[href^="tel:"]:hover {
  text-decoration: none
}

@media(max-width:40.063em) {
  #footer .find-an-agent-cta form button[type=submit] {
    clear: both;
    float: left;
    width: 100%
  }

  #footer .announcement p {
    display: block
  }

  #footer .announcement p+span {
    display: none
  }

  #footer .announcement p+span+a {
    margin-left: 28px
  }
}

#footer .menus {
  padding: 0 0 20px
}

#footer .menus .wrapper {
  max-width: 1208px
}

@media(min-width:40.063em) {
  #footer .menus .col {
    padding-right: 25px
  }
}

#footer .menus .search-results .the-posts article h2, #footer .menus h3, .search-results .the-posts article #footer .menus h2 {
  color: #003f32;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  margin: 0 0 25px
}

@media(max-width:40.063em) {
  #footer .menus .search-results .the-posts article h2:before, #footer .menus h3:before, .search-results .the-posts article #footer .menus h2:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-chevron-down.svg) no-repeat
  }

  #footer .menus .search-results .the-posts article h2+ul, #footer .menus h3+ul, .search-results .the-posts article #footer .menus h2+ul {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height .3s ease-out;
    -khtml-transition: max-height .3s ease-out;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -ms-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out
  }
}

#footer .menus .open .search-results .the-posts article h2:before, #footer .menus .open h3:before, .search-results .the-posts article #footer .menus .open h2:before {
  transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1)
}

#footer .menus .open .search-results .the-posts article h2+ul, #footer .menus .open h3+ul, .search-results .the-posts article #footer .menus .open h2+ul {
  max-height: 700px;
  padding-bottom: 25px
}

#footer .menus li, #footer .menus ul {
  display: inline;
  margin: 0;
  padding: 0
}

#footer .menus ul li {
  display: block;
  line-height: 1.19
}

#footer .menus ul li:not(:last-child) {
  margin-bottom: 10px
}

#footer .menus a {
  font-size: 14px;
  text-decoration: none !important
}

#footer .menus a:not(:hover) {
  color: #616874
}

#footer .site-info {
  max-width: 1200px;
  color: #616874;
  font-size: 18px
}

@media(min-width:769px) {
  #footer .menus a {
    font-size: 18px
  }
}

@media(min-width:40.063em) {
  #footer .site-info {
    padding-top: 105px
  }
}

@media(max-width:40.063em) {
  #footer .site-info {
    padding-top: 60px
  }
}

#footer .site-info .logo {
  display: block;
  height: 1px;
  line-height: 1px;
  margin-bottom: 60px;
  overflow: visible;
  background: #00795f
}

#footer .site-info .logo img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: inline-block;
  padding: 0 10px;
  transform: translate(0, -25px);
  -khtml-transform: translate(0, -25px);
  -webkit-transform: translate(0, -25px);
  -moz-transform: translate(0, -25px);
  -ms-transform: translate(0, -25px);
  -o-transform: translate(0, -25px);
  background: #FFF
}

#footer .site-info a:not(:hover), #footer .site-info p {
  color: inherit
}

#footer .site-info p span {
  margin: 0 15px
}

@media(max-width:40.063em) {
  #footer .site-info p span {
    margin: 0 4px
  }
}

#footer .site-info p span[class^=icon-] {
  margin: 0 2px
}

i[class^=icon-] {
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat
}

a svg {
  display: inline-block;
  vertical-align: middle
}

a .icon-rarr svg {
  width: 15px;
  margin-top: -2px
}

a:hover .icon-rarr svg g g {
  stroke: #003f32
}

i.icon-search {
  width: 23px;
  height: 23px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-search.svg)
}

i.icon-chevron-right {
  position: relative;
  top: -1px;
  width: 7px;
  height: 11px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-chevron-right.svg)
}

.btn-small i.icon-chevron-right {
  transform: scale(.75);
  -khtml-transform: scale(.75);
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  -ms-transform: scale(.75);
  -o-transform: scale(.75)
}

i.icon-rarr {
  position: relative;
  top: -1px;
  width: 15px;
  height: 10px;
  background-size: 15px 10px;
  -khtml-background-size: 15px 10px;
  -webkit-background-size: 15px 10px;
  -moz-background-size: 15px 10px;
  -ms-background-size: 15px 10px;
  -o-background-size: 15px 10px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-arrow-right.svg)
}

a i.icon-rarr {
  margin-left: 10px
}

i.icon-darr {
  width: 10px;
  height: 15px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-download.svg)
}

a i.icon-darr {
  margin: -3px 0 0 10px
}

i.icon-phone {
  width: 16px;
  height: 16px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-phone.svg)
}

.popup-info i.icon-phone {
  opacity: .6;
  filter: alpha(opacity=60);
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-phone2.svg)
}

i.icon-info {
  width: 24px;
  height: 24px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-info.svg)
}

i.icon-fax {
  width: 16px;
  height: 16px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-fax.svg)
}

i.icon-email {
  width: 16px;
  height: 14px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-mail.svg)
}

i.icon-globe {
  width: 16px;
  height: 19px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-globe.svg)
}

i.icon-exit {
  width: 14px;
  height: 14px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-close.svg)
}

i.icon-facebook {
  width: 10px;
  height: 16px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-facebook.svg)
}

i.icon-google {
  width: 14px;
  height: 14px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-google.svg)
}

i.icon-linkedin {
  width: 17px;
  height: 16px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-linkedin.svg)
}

i.icon-twitter {
  width: 17px;
  height: 13px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-twitter.svg)
}

i.icon-buffer {
  width: 16px;
  height: 16px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-buffer.svg)
}

i.icon-send {
  width: 17px;
  height: 16px;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-send.svg)
}

.leaflet-control, form {
  margin: 50px auto
}

form#aspnetForm {
  margin-bottom: 0
}

.leaflet-control.is-loading, form.is-loading {
  cursor: progress
}

.leaflet-control.is-loading *, form.is-loading * {
  pointer-events: none;
  opacity: .6;
  filter: alpha(opacity=60)
}

.leaflet-control.is-loading [type=submit], form.is-loading [type=submit] {
  background: #CCC !important
}

.leaflet-control .row:not(.no-margin), form .row:not(.no-margin) {
  margin-bottom: 10px
}

.leaflet-control .row, .leaflet-control .row .col, form .row, form .row .col {
  position: relative
}

@media(min-width:40.063em) {
  .leaflet-control .row .col:only-child, form .row .col:only-child {
    margin: 0;
    padding-right: 10px
  }

  .leaflet-control .row .col.m6:first-child:not(:only-child), form .row .col.m6:first-child:not(:only-child) {
    padding-right: 10px
  }

  .leaflet-control .row .col.m6:last-child:not(:only-child), form .row .col.m6:last-child:not(:only-child) {
    padding-left: 10px
  }
}

.leaflet-control input.leaflet-gac-control:not([readonly]), .leaflet-control input:not([type]):not([readonly]), .leaflet-control input[type=date]:not([readonly]), .leaflet-control input[type=datetime-local]:not([readonly]), .leaflet-control input[type=email]:not([readonly]), .leaflet-control input[type=number]:not([readonly]), .leaflet-control input[type=password]:not([readonly]), .leaflet-control input[type=phone]:not([readonly]), .leaflet-control input[type=search]:not([readonly]), .leaflet-control input[type=tel]:not([readonly]), .leaflet-control input[type=text]:not([readonly]), .leaflet-control input[type=time]:not([readonly]), .leaflet-control input[type=url]:not([readonly]), .leaflet-control select:not([readonly]), .leaflet-control textarea:not([readonly]), form input.leaflet-gac-control:not([readonly]), form input:not([type]):not([readonly]), form input[type=date]:not([readonly]), form input[type=datetime-local]:not([readonly]), form input[type=email]:not([readonly]), form input[type=number]:not([readonly]), form input[type=password]:not([readonly]), form input[type=phone]:not([readonly]), form input[type=search]:not([readonly]), form input[type=tel]:not([readonly]), form input[type=text]:not([readonly]), form input[type=time]:not([readonly]), form input[type=url]:not([readonly]), form select:not([readonly]), form textarea:not([readonly]) {
  box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  color: #616874;
  font-size: 22px;
  line-height: 1;
  padding: 8px 20px 12px;
  border: 0 solid transparent;
  border-bottom-width: 3px;
  border-bottom-color: #e8eaef;
  border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: .3s ease-in-out;
  -khtml-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: #FFF
}

.leaflet-control input.leaflet-gac-control:not([readonly]):focus, .leaflet-control input:not([type]):not([readonly]):focus, .leaflet-control input[type=date]:not([readonly]):focus, .leaflet-control input[type=datetime-local]:not([readonly]):focus, .leaflet-control input[type=email]:not([readonly]):focus, .leaflet-control input[type=number]:not([readonly]):focus, .leaflet-control input[type=password]:not([readonly]):focus, .leaflet-control input[type=phone]:not([readonly]):focus, .leaflet-control input[type=search]:not([readonly]):focus, .leaflet-control input[type=tel]:not([readonly]):focus, .leaflet-control input[type=text]:not([readonly]):focus, .leaflet-control input[type=time]:not([readonly]):focus, .leaflet-control input[type=url]:not([readonly]):focus, .leaflet-control select:not([readonly]):focus, .leaflet-control textarea:not([readonly]):focus, form input.leaflet-gac-control:not([readonly]):focus, form input:not([type]):not([readonly]):focus, form input[type=date]:not([readonly]):focus, form input[type=datetime-local]:not([readonly]):focus, form input[type=email]:not([readonly]):focus, form input[type=number]:not([readonly]):focus, form input[type=password]:not([readonly]):focus, form input[type=phone]:not([readonly]):focus, form input[type=search]:not([readonly]):focus, form input[type=tel]:not([readonly]):focus, form input[type=text]:not([readonly]):focus, form input[type=time]:not([readonly]):focus, form input[type=url]:not([readonly]):focus, form select:not([readonly]):focus, form textarea:not([readonly]):focus {
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  outline: 0;
  border-bottom: 3px solid #00795f
}

.leaflet-control input.leaflet-gac-control:not([readonly])::-webkit-input-placeholder, .leaflet-control input:not([type]):not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=date]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=datetime-local]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=email]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=number]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=password]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=phone]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=search]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=tel]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=text]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=time]:not([readonly])::-webkit-input-placeholder, .leaflet-control input[type=url]:not([readonly])::-webkit-input-placeholder, .leaflet-control select:not([readonly])::-webkit-input-placeholder, .leaflet-control textarea:not([readonly])::-webkit-input-placeholder, form input.leaflet-gac-control:not([readonly])::-webkit-input-placeholder, form input:not([type]):not([readonly])::-webkit-input-placeholder, form input[type=date]:not([readonly])::-webkit-input-placeholder, form input[type=datetime-local]:not([readonly])::-webkit-input-placeholder, form input[type=email]:not([readonly])::-webkit-input-placeholder, form input[type=number]:not([readonly])::-webkit-input-placeholder, form input[type=password]:not([readonly])::-webkit-input-placeholder, form input[type=phone]:not([readonly])::-webkit-input-placeholder, form input[type=search]:not([readonly])::-webkit-input-placeholder, form input[type=tel]:not([readonly])::-webkit-input-placeholder, form input[type=text]:not([readonly])::-webkit-input-placeholder, form input[type=time]:not([readonly])::-webkit-input-placeholder, form input[type=url]:not([readonly])::-webkit-input-placeholder, form select:not([readonly])::-webkit-input-placeholder, form textarea:not([readonly])::-webkit-input-placeholder {
  color: #999
}

.leaflet-control input.leaflet-gac-control:not([readonly]):-moz-placeholder, .leaflet-control input:not([type]):not([readonly]):-moz-placeholder, .leaflet-control input[type=date]:not([readonly]):-moz-placeholder, .leaflet-control input[type=datetime-local]:not([readonly]):-moz-placeholder, .leaflet-control input[type=email]:not([readonly]):-moz-placeholder, .leaflet-control input[type=number]:not([readonly]):-moz-placeholder, .leaflet-control input[type=password]:not([readonly]):-moz-placeholder, .leaflet-control input[type=phone]:not([readonly]):-moz-placeholder, .leaflet-control input[type=search]:not([readonly]):-moz-placeholder, .leaflet-control input[type=tel]:not([readonly]):-moz-placeholder, .leaflet-control input[type=text]:not([readonly]):-moz-placeholder, .leaflet-control input[type=time]:not([readonly]):-moz-placeholder, .leaflet-control input[type=url]:not([readonly]):-moz-placeholder, .leaflet-control select:not([readonly]):-moz-placeholder, .leaflet-control textarea:not([readonly]):-moz-placeholder, form input.leaflet-gac-control:not([readonly]):-moz-placeholder, form input:not([type]):not([readonly]):-moz-placeholder, form input[type=date]:not([readonly]):-moz-placeholder, form input[type=datetime-local]:not([readonly]):-moz-placeholder, form input[type=email]:not([readonly]):-moz-placeholder, form input[type=number]:not([readonly]):-moz-placeholder, form input[type=password]:not([readonly]):-moz-placeholder, form input[type=phone]:not([readonly]):-moz-placeholder, form input[type=search]:not([readonly]):-moz-placeholder, form input[type=tel]:not([readonly]):-moz-placeholder, form input[type=text]:not([readonly]):-moz-placeholder, form input[type=time]:not([readonly]):-moz-placeholder, form input[type=url]:not([readonly]):-moz-placeholder, form select:not([readonly]):-moz-placeholder, form textarea:not([readonly]):-moz-placeholder {
  color: #999
}

.leaflet-control input.leaflet-gac-control:not([readonly])::-moz-placeholder, .leaflet-control input:not([type]):not([readonly])::-moz-placeholder, .leaflet-control input[type=date]:not([readonly])::-moz-placeholder, .leaflet-control input[type=datetime-local]:not([readonly])::-moz-placeholder, .leaflet-control input[type=email]:not([readonly])::-moz-placeholder, .leaflet-control input[type=number]:not([readonly])::-moz-placeholder, .leaflet-control input[type=password]:not([readonly])::-moz-placeholder, .leaflet-control input[type=phone]:not([readonly])::-moz-placeholder, .leaflet-control input[type=search]:not([readonly])::-moz-placeholder, .leaflet-control input[type=tel]:not([readonly])::-moz-placeholder, .leaflet-control input[type=text]:not([readonly])::-moz-placeholder, .leaflet-control input[type=time]:not([readonly])::-moz-placeholder, .leaflet-control input[type=url]:not([readonly])::-moz-placeholder, .leaflet-control select:not([readonly])::-moz-placeholder, .leaflet-control textarea:not([readonly])::-moz-placeholder, form input.leaflet-gac-control:not([readonly])::-moz-placeholder, form input:not([type]):not([readonly])::-moz-placeholder, form input[type=date]:not([readonly])::-moz-placeholder, form input[type=datetime-local]:not([readonly])::-moz-placeholder, form input[type=email]:not([readonly])::-moz-placeholder, form input[type=number]:not([readonly])::-moz-placeholder, form input[type=password]:not([readonly])::-moz-placeholder, form input[type=phone]:not([readonly])::-moz-placeholder, form input[type=search]:not([readonly])::-moz-placeholder, form input[type=tel]:not([readonly])::-moz-placeholder, form input[type=text]:not([readonly])::-moz-placeholder, form input[type=time]:not([readonly])::-moz-placeholder, form input[type=url]:not([readonly])::-moz-placeholder, form select:not([readonly])::-moz-placeholder, form textarea:not([readonly])::-moz-placeholder {
  color: #999
}

.leaflet-control input.leaflet-gac-control:not([readonly]):-ms-input-placeholder, .leaflet-control input:not([type]):not([readonly]):-ms-input-placeholder, .leaflet-control input[type=date]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=datetime-local]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=email]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=number]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=password]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=phone]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=search]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=tel]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=text]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=time]:not([readonly]):-ms-input-placeholder, .leaflet-control input[type=url]:not([readonly]):-ms-input-placeholder, .leaflet-control select:not([readonly]):-ms-input-placeholder, .leaflet-control textarea:not([readonly]):-ms-input-placeholder, form input.leaflet-gac-control:not([readonly]):-ms-input-placeholder, form input:not([type]):not([readonly]):-ms-input-placeholder, form input[type=date]:not([readonly]):-ms-input-placeholder, form input[type=datetime-local]:not([readonly]):-ms-input-placeholder, form input[type=email]:not([readonly]):-ms-input-placeholder, form input[type=number]:not([readonly]):-ms-input-placeholder, form input[type=password]:not([readonly]):-ms-input-placeholder, form input[type=phone]:not([readonly]):-ms-input-placeholder, form input[type=search]:not([readonly]):-ms-input-placeholder, form input[type=tel]:not([readonly]):-ms-input-placeholder, form input[type=text]:not([readonly]):-ms-input-placeholder, form input[type=time]:not([readonly]):-ms-input-placeholder, form input[type=url]:not([readonly]):-ms-input-placeholder, form select:not([readonly]):-ms-input-placeholder, form textarea:not([readonly]):-ms-input-placeholder {
  color: #999
}

.leaflet-control select:not([readonly]), form select:not([readonly]) {
  cursor: pointer;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 70px;
  padding-top: 12px;
  padding-bottom: 14px
}

.leaflet-control select:not([readonly])::-ms-expand, form select:not([readonly])::-ms-expand {
  display: none
}

.leaflet-control p, form p {
  text-align: inherit
}

#header .main-nav>li>ul li.btn-link>a, .btn, .page-nav li a {
  user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  vertical-align: middle;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 3px;
  padding: 16px 35px;
  border: 2px solid transparent;
  border-radius: 100px;
  -khtml-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: #00795f
}

@media(max-width:40.063em) {
  #header .main-nav>li>ul li.btn-link>a, .btn, .page-nav li a {
    font-size: 13px
  }
}

#header .main-nav>li>ul li.btn-link>a:hover, .btn:hover, .page-nav li a:hover {
  color: #FFF;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: #309580
}

#header .main-nav>li>ul li.btn-link>a.btn-small, .btn.btn-small, .page-nav li a.btn-small {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 9px 20px
}

#header .main-nav>li>ul li.btn-link>a.btn-secondary, .btn.btn-secondary, .page-nav li a.btn-secondary {
  color: #00795f;
  border-color: #00795f;
  background: #FFF
}

#header .main-nav>li>ul li.btn-link>a.btn-secondary:hover, .btn.btn-secondary:hover, .page-nav li a.btn-secondary:hover {
  color: #00795f;
  background: #e6f2ef
}

#header .main-nav>li>ul li.btn-link>a svg, .btn svg, .page-nav li a svg {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 0 0 12.5px
}

#header .main-nav>li>ul li.btn-link>a .icon-rarr svg, .btn .icon-rarr svg, .page-nav li a .icon-rarr svg {
  top: -2px;
  width: 15px;
  height: 10px
}

#header .main-nav>li>ul li.btn-link>a .icon-rarr svg g>g, .btn .icon-rarr svg g>g, .page-nav li a .icon-rarr svg g>g {
  stroke: currentColor
}

.main-nav>li.menu-item-has-children>a {
  position: relative
}

.main-nav>li.menu-item-has-children>a:after {
  content: "\e90a";
  font-size: 24px;
  margin-left: 10px;
  position: relative;
  bottom: -4px;
  color: #c8c8c8;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a.read-more {
  font-size: 18px;
  line-height: 1.83;
  font-weight: 600;
  text-decoration: none
}

.lory .js_frame {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap
}

.lory .js_slide, .lory .js_slides {
  display: inline-block
}

.lory .js_slide {
  position: relative;
  white-space: normal
}

.lory .row {
  margin: 0
}

.lightbox {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: .4s ease-in-out;
  -khtml-transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  background: #191c28
}

@media(max-width:40.063em) {
  .lightbox {
    top: 75px;
    bottom: 15px
  }
}

.lightbox:not(.open) {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none
}

.no-csspointerevents .lightbox:not(.open) {
  display: none
}

.lightbox .inner {
  table-layout: fixed;
  position: absolute;
  max-width: 1000px;
  margin: auto;
  transition: inherit;
  -khtml-transition: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit
}

@media(min-width:40.063em) {
  .lightbox .inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
  }
}

.lightbox .inner .cell {
  text-align: left;
  vertical-align: top
}

.lightbox:not(.open) .inner {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-50%, -60%);
  -khtml-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%)
}

@media(max-width:40.063em) {
  .lightbox .inner {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    overflow: hidden
  }

  .lightbox .inner .cell {
    position: relative;
    display: block;
    width: 100%
  }

  .lightbox .inner .cell.copy {
    height: calc(100% - 64px)
  }

  .lightbox:not(.open) .inner {
    transform: translate(0, 100%);
    -khtml-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%)
  }
}

.lightbox .exit {
  z-index: 1;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-close.svg) no-repeat
}

.lightbox .overflow {
  max-height: 500px;
  overflow: auto;
  padding: 40px
}

.lightbox .copy {
  width: 60%;
  vertical-align: top;
  background: #FFF
}

.lightbox .info {
  width: 40%;
  color: #FFF;
  padding: 100px 85px;
  background: #00795f
}

@media(max-width:40.063em) {
  .lightbox .overflow {
    max-height: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 81px
  }

  .lightbox .info {
    padding: 25px
  }
}

.lightbox .info h2 {
  color: inherit;
  font-size: 26px;
  margin: 0
}

.lightbox .info h2.location {
  font-weight: 400
}

.lightbox .info small {
  opacity: .5;
  filter: alpha(opacity=50);
  display: block;
  font-size: 22px
}

@media(min-width:40.063em) {
  .lightbox .info small {
    margin: 25px 0 0
  }

  .insurance-blocks figure.col {
    height: 0;
    overflow: hidden
  }
}

.insurance-blocks {
  width: calc(100% + 20px);
  margin: 42px auto 42px -10px
}

.insurance-blocks:last-child {
  margin-bottom: 26px
}

.insurance-blocks figure.col {
  position: relative;
  border: 10px solid #FFF
}

.insurance-blocks figure.col img {
  vertical-align: top
}

@media(min-width:40.063em) and (min-width:64em) {
  .home .insurance-blocks figure.col:first-child {
    width: 51%;
    padding-bottom: 47%
  }

  .home .insurance-blocks figure.col:nth-child(2), .home .insurance-blocks figure.col:nth-child(3) {
    width: 24.5%;
    padding-bottom: 22.5%
  }

  .home .insurance-blocks figure.col:last-child {
    padding-bottom: 22.6%;
    width: 49%
  }
}

@media(min-width:40.063em) and (max-width:64em) {
  .home .insurance-blocks figure.col {
    width: 50%;
    padding-bottom: 45%
  }
}

@media(min-width:40.063em) {
  body:not(.home) .insurance-blocks figure.col {
    padding-bottom: 29.3%
  }
}

@media(max-width:40.063em) {
  .insurance-blocks figure.col {
    height: auto;
    padding: 0
  }

  .insurance-blocks figure.col img {
    display: none
  }

  .insurance-blocks figure.col figcaption, .insurance-blocks figure.col figcaption .inner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
  }

  .insurance-blocks figure.col .inner {
    padding: 25px
  }
}

.insurance-blocks a.cover {
  z-index: 1
}

.insurance-blocks figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}

.insurance-blocks figcaption:after {
  background-color: transparent !important;
  background-image: linear-gradient(transparent 0, rgba(0, 0, 0, .7) 100%)
}

.insurance-blocks figcaption .inner {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  top: 40px;
  top: auto
}

.insurance-blocks figcaption .search-results .the-posts article h2, .insurance-blocks figcaption h3, .search-results .the-posts article .insurance-blocks figcaption h2 {
  color: #FFF;
  font-size: 24px;
  line-height: 1.19;
  margin: 0 0 13px
}

.insurance-blocks figcaption p {
  color: #FFF;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 35px
}

.insurance-blocks figure:first-child figcaption .search-results .the-posts article h2, .insurance-blocks figure:first-child figcaption h3, .search-results .the-posts article .insurance-blocks figure:first-child figcaption h2 {
  font-size: 32px
}

[class*="-touts"] {
  margin: 60px auto 0
}

[class*="-touts"].wrapper {
  max-width: 1132px
}

[class*="-touts"].section {
  margin-top: 0
}

[class*="-touts"] figure.col {
  position: relative;
  vertical-align: top;
  text-align: center;
  margin: 0 0 30px;
  padding: 0 10px
}

[class*="-touts"] figure.col .inner {
  height: inherit;
  background: #FFF
}

.search-results .the-posts article [class*="-touts"] h2, [class*="-touts"] .search-results .the-posts article h2, [class*="-touts"] h3 {
  font-size: 26px
}

[class*="-touts"] p {
  font-size: 16px
}

.section>[class*="-touts"]:first-child {
  margin-top: 20px
}

.wrapper+[class*="-touts"].wrapper {
  margin-top: 17px
}

.service-touts figure.col {
  cursor: pointer;
  height: 340px;
  float: left !important
}

@media(min-width:1240px) {
  body:not(.home) .service-touts figure.col.m3:nth-child(4n+1) {
    clear: left
  }
}

@media(max-width:900px) {
  body:not(.home) .service-touts figure.col.m3 {
    width: 33.33% !important
  }
}

.service-touts figure.col>a.cover {
  z-index: 2
}

.service-touts figure.col .inner {
  padding: 23px 20px 34px
}

.service-touts figure.col .inner * {
  z-index: 1;
  text-align: center
}

@media(min-width:40.063em) {
  .insurance-blocks figure.m3:not(:first-child):not(:last-child) figcaption .inner {
    right: 30px;
    bottom: 30px;
    left: 30px
  }

  .service-touts figure.col:not(:hover) .inner {
    background: #FFF !important
  }

  .service-touts figure.col:not(:hover) .inner:after {
    opacity: 0;
    filter: alpha(opacity=0)
  }

  .service-touts figure.col:hover .inner {
    background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover
  }

  .search-results .the-posts article .service-touts figure.col:hover h2, .service-touts figure.col:hover .search-results .the-posts article h2 {
    color: inherit
  }
}

@media(max-width:40.063em) {
  .service-touts figure.col .inner {
    background: #FFF !important
  }

  .service-touts figure.col .inner:after {
    opacity: 0;
    filter: alpha(opacity=0)
  }
}

.search-results .the-posts article .service-touts figure.col h2, .service-touts figure.col .search-results .the-posts article h2, .service-touts figure.col h3 {
  margin: 18px 0 0
}

.service-touts figure.col h3 {
  position: relative
}

.service-touts figure.col h3:before {
  content: '';
  width: 104px;
  height: 1px;
  display: inline-block;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/heading-divider.jpg);
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  bottom: 0
}

.service-touts figure.col span {
  display: block;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat
}

.service-touts figure.col span svg {
  vertical-align: middle
}

.service-touts figure.col .read-more-arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-filter: grayscale(1) brightness(100);
  -moz-filter: grayscale(1) brightness(100);
  -ms-filter: grayscale(1) brightness(100);
  -o-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0)
}

.section .service-touts+footer {
  padding-top: 0
}

.service-touts.lory {
  position: relative
}

.service-touts.lory.slider {
  height: auto
}

.service-touts.lory .wrapper.js_frame {
  max-width: 1040px;
  padding: 0;
  white-space: nowrap
}

.section, .section footer {
  padding-top: 60px
}

@media(max-width:1240px) {
  .service-touts.lory .wrapper.js_frame {
    max-width: 780px
  }
}

@media(max-width:1000px) {
  .service-touts.lory .wrapper.js_frame {
    max-width: 520px
  }
}

@media(max-width:730px) {
  .service-touts.lory .wrapper.js_frame {
    max-width: 260px
  }
}

@media(max-width:680px) {
  body:not(.home) .service-touts figure.col.m3 {
    width: 50% !important
  }
}

@media(max-width:490px) {
  .page-template-template-product-types .service-touts .product-cat-item p {
    min-height: 0
  }

  body:not(.home) .service-touts figure.col.m3 {
    width: 100% !important;
    max-width: 300px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.service-touts.lory figure.col {
  float: none;
  display: inline-block;
  width: 260px;
  margin: 0 0 3px
}

.service-touts.lory figure.col p {
  white-space: normal;
  line-height: 1
}

.service-touts.lory nav {
  position: relative;
  top: -172px;
  max-width: 1327px
}

.service-touts.lory nav a {
  z-index: 3;
  display: block;
  position: absolute;
  top: 40%;
  width: 62px;
  height: 46px;
  transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/icon-arrow-right.svg) no-repeat;
  background-size: 100% 100%;
  -khtml-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%
}

.main-team article, .team-grid figure {
  position: relative
}

.service-touts.lory nav a:first-child {
  left: 40px;
  transform: translate(0, -50%) scaleX(-1);
  -khtml-transform: translate(0, -50%) scaleX(-1);
  -webkit-transform: translate(0, -50%) scaleX(-1);
  -moz-transform: translate(0, -50%) scaleX(-1);
  -ms-transform: translate(0, -50%) scaleX(-1);
  -o-transform: translate(0, -50%) scaleX(-1)
}

.service-touts.lory nav a:last-child {
  right: 40px
}

@media(max-width:40.063em) {
  .service-touts.lory nav a {
    width: 31px;
    height: 23px
  }

  .service-touts.lory nav a:first-child {
    left: 10px
  }

  .service-touts.lory nav a:last-child {
    right: 10px
  }
}

.service-touts.lory nav a.disabled {
  pointer-events: none;
  opacity: .25;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1)
}

.section {
  padding-bottom: 60px
}

.section.bg-gray {
  background: #f6f7f9
}

.section.bg-gray+.bg-gray {
  background: #eef0f5
}

.section.bg-gray-alt {
  background: #ededed
}

figure.inline-image {
  zoom: 1;
  margin: 60px auto
}

figure.inline-image:after, figure.inline-image:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden
}

figure.inline-image:after {
  clear: both
}

@media(min-width:40.063em) {
  figure.inline-image {
    width: calc(100% + 100px);
    margin-left: -50px
  }

  figure.inline-image img:not(:only-child) {
    float: left;
    width: calc(80% - 20px)
  }

  figure.inline-image figcaption {
    float: right;
    width: 20%
  }

  .team-grid figure:nth-child(4n+1) {
    clear: left
  }
}

figure.inline-image figcaption:after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  margin: 20px 0 0;
  background: #00795f
}

figure.inline-image figcaption p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0
}

@media(min-width:1240px) {
  .product-touts figure.col:nth-child(4n+1) {
    clear: left
  }
}

@media(max-width:1240px) and (min-width:1000px) {
  .product-touts figure.col {
    width: 33.33% !important
  }

  .product-touts figure.col:nth-child(3n+1) {
    clear: left
  }
}

@media(max-width:1000px) and (min-width:730px) {
  .product-touts figure.col {
    width: 50% !important
  }

  .product-touts figure.col:nth-child(2n+1) {
    clear: left
  }
}

@media(max-width:730px) {
  .product-touts figure.col {
    float: none;
    width: 100% !important
  }
}

.product-touts figure.col img {
  margin: 0;
  vertical-align: top
}

.product-touts figure.col .inner {
  padding: 25px 15px
}

.product-touts figure.col p {
  margin: 10px 0 20px
}

.product-touts figure.col a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none
}

.product-touts figure.col a:not(:hover) {
  color: #00795f
}

.product-touts figure.col a svg {
  display: inline-block;
  vertical-align: middle
}

.search-results .the-posts article body:not(.home) .insurance-blocks h2, body:not(.home) .insurance-blocks .search-results .the-posts article h2, body:not(.home) .insurance-blocks h3 {
  font-size: 32px;
  margin: 0 0 30px
}

.alternating-blocks.wrapper {
  max-width: 1290px
}

.alternating-blocks.wrapper.section {
  padding-top: 60px
}

.alternating-blocks .row:not(:last-child) {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 4px solid #858fa0
}

.alternating-blocks .row img {
  vertical-align: middle
}

.alternating-blocks-bg {
  background-size: cover;
  background-position: center;
  position: relative
}

.alternating-blocks-bg figure {
  position: relative;
  z-index: 1
}

.alternating-blocks-bg:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, .7)
}

.alternating-blocks .col-m12 {
  padding-left: 25px;
  padding-right: 25px
}

.alternating-blocks .row {
  margin-left: -25px;
  margin-right: -25px
}

@media(max-width:991px) {
  .alternating-blocks .row img {
    margin: 0 auto 25px
  }
}

@media(min-width:991px) {
  .alternating-blocks .row .image.col {
    width: 55%
  }

  .alternating-blocks .row figcaption.col {
    width: 41%
  }

  .alternating-blocks .row:nth-child(odd) .image {
    float: right;
    text-align: right
  }

  .alternating-blocks .row:nth-child(odd) figcaption.col {
    padding-right: 60px
  }

  .alternating-blocks .row:nth-child(even) .image {
    float: left;
    text-align: left
  }

  .alternating-blocks .row:nth-child(even) figcaption.col {
    padding-left: 60px
  }
}

.alternating-blocks .row .search-results .the-posts article h2, .alternating-blocks .row h3, .alternating-blocks .row p, .alternating-blocks .row ul, .search-results .the-posts article .alternating-blocks .row h2 {
  margin: 0 0 30px
}

.masthead .main-team-image {
  vertical-align: bottom
}

.main-team.wrapper {
  max-width: 1170px
}

.main-team .search-results .the-posts article h2, .main-team h3, .main-team h4, .search-results .the-posts article .main-team h2 {
  margin: 0
}

.main-team .search-results .the-posts article h2, .main-team h3, .search-results .the-posts article .main-team h2 {
  font-size: 24px
}

.main-team h4 {
  color: #858fa0;
  font-weight: 400;
  margin: 0 0 15px
}

.page-template-template-leadership article a, .page-template-template-leadership figure a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none
}

.page-template-template-leadership article a.open-lightbox .icon-rarr, .page-template-template-leadership figure a.open-lightbox .icon-rarr {
  pointer-events: none
}

.team-grid:not(:only-child) {
  margin: 60px auto 0
}

.team-grid.wrapper {
  max-width: 1332px
}

.team-grid figure {
  border: 40px solid transparent
}

.team-grid figure .cover {
  z-index: 1
}

.team-grid .image {
  background: #e8eaef
}

.team-grid .image img {
  vertical-align: top
}

.team-grid figcaption {
  padding: 20px 0 0
}

.team-grid h2 {
  font-size: 20px;
  margin: 0;
  padding-bottom: 0;
  text-align: left !important
}

.team-grid h2:before {
  display: none
}

.team-grid h2.location {
  font-weight: 300
}

.team-grid small {
  display: block;
  color: #858fa0;
  margin: 15px 0 0
}

.newsletter-touts figure.col .search-results .the-posts article h2 a:not(:hover), .newsletter-touts figure.col h3 a:not(:hover), .search-results .the-posts article .newsletter-touts figure.col h2 a:not(:hover), .the-posts article h2 a:not(:hover) {
  color: inherit
}

.page-template-template-leadership #lightbox p {
  font-size: 18px;
  line-height: 1.5
}

.announcement.share-bar {
  background: #00795f
}

.announcement.share-bar .left .icon-rarr {
  -webkit-filter: grayscale(1) brightness(100);
  -moz-filter: grayscale(1) brightness(100);
  -ms-filter: grayscale(1) brightness(100);
  -o-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  margin: 0 5px 0 0
}

.announcement.share-bar .right label {
  margin-right: 25px;
  color: #fff
}

.announcement.share-bar .right a i, .announcement.share-bar .right a em {
  margin: 0 7px
}

.announcement.share-bar .right a:last-child i, .announcement.share-bar .right a:last-child em {
  margin-right: 0
}

.newsletter-touts figure.col {
  padding: 0 15px
}

.newsletter-touts figure.col .inner {
  text-align: left;
  padding: 15px 15px 15px 0;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none
}

.newsletter-touts figure.col .search-results .the-posts article h2, .newsletter-touts figure.col h3, .search-results .the-posts article .newsletter-touts figure.col h2 {
  margin: 0 0 10px
}

.newsletter-touts figure.col .search-results .the-posts article h2 a, .newsletter-touts figure.col h3 a, .search-results .the-posts article .newsletter-touts figure.col h2 a {
  text-decoration: none
}

.newsletter-touts figure.col .inner>a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none
}

.the-posts.wrapper {
  max-width: 850px
}

.the-posts article:not(:last-child) {
  margin-bottom: 80px
}

.the-posts article h2 {
  margin: 0
}

.the-posts article h2 a {
  text-decoration: none
}

.the-posts article p {
  margin: 22px 0
}

.post.lazy-in {
  opacity: 0;
  animation: lazy .3s ease-in-out 1 forwards;
  -webkit-animation: lazy .3s ease-in-out 1 forwards;
  -khtml-animation: lazy .3s ease-in-out 1 forwards;
  -moz-animation: lazy .3s ease-in-out 1 forwards;
  -ms-animation: lazy .3s ease-in-out 1 forwards;
  -o-animation: lazy .3s ease-in-out 1 forwards
}

@-webkit-keyframes lazy {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes lazy {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes lazy {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.jobs {
  margin: 100px auto 0
}

.jobs .job-group:not(:last-child) {
  margin-bottom: 80px
}

.jobs article:not(:last-child) {
  margin-bottom: 30px
}

.jobs h4 {
  margin: 0 0 30px
}

.jobs a {
  font-size: 28px;
  line-height: 1.21;
  text-decoration: none
}

.jobs small {
  display: block
}

.masthead.find-agent:not(.slide-up)+.google-map, .no-cspsointerevents .masthead.find-agent.slide-up {
  display: none
}

.page-template-template-find-agent #container {
  background: #16473e
}

.masthead.find-agent, .react-map, .react-map-facility>span[data-reactroot] {
  background-image: inherit
}

.masthead.find-agent {
  position: relative;
  height: calc(100vh - 100px);
  padding: 0;
  transition: .35s cubic-bezier(.215, .61, .355, 1);
  -khtml-transition: .35s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition: .35s cubic-bezier(.215, .61, .355, 1);
  -moz-transition: .35s cubic-bezier(.215, .61, .355, 1);
  -ms-transition: .35s cubic-bezier(.215, .61, .355, 1);
  -o-transition: .35s cubic-bezier(.215, .61, .355, 1)
}

@media(max-width:40.063em) {
  .team-grid figure {
    border-width: 5px
  }

  .team-grid figure:nth-child(2n+1) {
    clear: left
  }

  .team-grid .image img {
    width: 100%
  }

  .masthead.find-agent {
    height: calc(100vh - 75px)
  }
}

.masthead.find-agent .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: inherit;
  -khtml-transition: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit
}

.masthead.find-agent.slide-up {
  height: 0;
  pointer-events: none
}

.masthead.find-agent.slide-up .wrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-50%, -60%);
  -khtml-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%)
}

.google-map {
  position: relative;
  height: calc(100vh - 100px);
  background: #cecece
}

@media(max-width:767px) {
  .google-map {
    height: calc(100vh - 75px)
  }
}

.google-map .number-icon {
  color: #FFF;
  font-weight: 600;
  font-size: 0;
  line-height: 11px;
  text-align: center;
  border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: rgba(0, 121, 95, .65)
}

.google-map .number-icon[style*="width: 35px"] {
  font-size: 13px;
  line-height: 35px
}

.google-map .number-icon.active {
  z-index: 999 !important;
  box-shadow: 0 0 0 2px #FFF, 0 0 0 5px #00795f;
  -khtml-box-shadow: 0 0 0 2px #FFF, 0 0 0 5px #00795f;
  -webkit-box-shadow: 0 0 0 2px #FFF, 0 0 0 5px #00795f;
  -moz-box-shadow: 0 0 0 2px #FFF, 0 0 0 5px #00795f;
  -ms-box-shadow: 0 0 0 2px #FFF, 0 0 0 5px #00795f;
  -o-box-shadow: 0 0 0 2px #FFF, 0 0 0 5px #00795f;
  background: #00795f
}

.google-map .the-map {
  width: 100%
}

@media(min-width:40.063em) {
  .newsletter-touts figure.col:nth-child(4n+1) {
    clear: left
  }

  .google-map .the-map {
    float: right;
    height: 100%
  }
}

@media(max-width:40.063em) {
  .google-map .the-map {
    height: 60%
  }

  .google-map .the-map .leaflet-pane {
    width: 100%;
    height: calc(100% - 67px);
    pointer-events: none
  }

  .google-map .the-map .leaflet-pane input {
    pointer-events: auto
  }
}

.google-map .leaflet-top.leaflet-left:not(.leaflet-google-layer) {
  z-index: 500;
  position: fixed;
  top: 100px;
  left: 0;
  width: 43.5%;
  padding: 37px 25px;
  background: #858fa0
}

@media(max-width:40.063em) {
  .google-map .leaflet-top.leaflet-left:not(.leaflet-google-layer) {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12.5px
  }
}

.google-map .leaflet-top.leaflet-left:not(.leaflet-google-layer) .leaflet-control {
  float: none;
  margin: auto
}

.google-map .leaflet-top.leaflet-left:not(.leaflet-google-layer) input[type=search].leaflet-gac-control:not([readonly]) {
  display: block;
  color: #858fa0;
  border: 0;
  margin: auto;
  padding-bottom: 8px;
  border-radius: 100px;
  -khtml-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: #FFF
}

.pac-container {
  display: none !important
}

.google-map aside {
  transition: width .35s cubic-bezier(.215, .61, .355, 1);
  -khtml-transition: width .35s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition: width .35s cubic-bezier(.215, .61, .355, 1);
  -moz-transition: width .35s cubic-bezier(.215, .61, .355, 1);
  -ms-transition: width .35s cubic-bezier(.215, .61, .355, 1);
  -o-transition: width .35s cubic-bezier(.215, .61, .355, 1);
  background: #858fa0
}

.google-map aside .results {
  transition: .3s .7s ease-in-out;
  -khtml-transition: .3s .7s ease-in-out;
  -webkit-transition: .3s .7s ease-in-out;
  -moz-transition: .3s .7s ease-in-out;
  -ms-transition: .3s .7s ease-in-out;
  -o-transition: .3s .7s ease-in-out
}

@media(max-width:768px) {
  .google-map aside .results {
    padding-bottom: 100px
  }
}

@media(min-width:769px) {
  .google-map aside .results {
    padding-top: 110px
  }
}

@media(min-width:40.063em) {
  .google-map aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
    overflow: hidden
  }

  .google-map aside .results {
    overflow: auto;
    height: 100%
  }
}

@media(max-width:40.063em) {
  .google-map aside {
    position: relative
  }

  .google-map aside .results {
    height: auto;
    overflow: hidden
  }
}

.google-map aside .results p.no-results {
  color: #FFF;
  margin: 28px
}

.google-map aside .results article {
  position: relative;
  color: #FFF;
  text-transform: capitalize;
  padding: 0 0 0 85px
}

.google-map aside .results article:before {
  content: attr(data-idx);
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 44px;
  height: 44px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  border-radius: 44px;
  -khtml-border-radius: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  background: #788190
}

.google-map aside .results article.active {
  box-shadow: inset 4px 0 #FFF;
  -khtml-box-shadow: inset 4px 0 #FFF;
  -webkit-box-shadow: inset 4px 0 #FFF;
  -moz-box-shadow: inset 4px 0 #FFF;
  -ms-box-shadow: inset 4px 0 #FFF;
  -o-box-shadow: inset 4px 0 #FFF
}

.google-map aside .results article.active:before {
  color: #858fa0;
  box-shadow: 0 0 0 3px #858fa0, 0 0 0 5px #FFF;
  -khtml-box-shadow: 0 0 0 3px #858fa0, 0 0 0 5px #FFF;
  -webkit-box-shadow: 0 0 0 3px #858fa0, 0 0 0 5px #FFF;
  -moz-box-shadow: 0 0 0 3px #858fa0, 0 0 0 5px #FFF;
  -ms-box-shadow: 0 0 0 3px #858fa0, 0 0 0 5px #FFF;
  -o-box-shadow: 0 0 0 3px #858fa0, 0 0 0 5px #FFF;
  background: #FFF
}

.google-map aside .results article:hover:not(.active) {
  box-shadow: inset 4px 0 rgba(255, 255, 255, .2);
  -khtml-box-shadow: inset 4px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 4px 0 rgba(255, 255, 255, .2);
  -moz-box-shadow: inset 4px 0 rgba(255, 255, 255, .2);
  -ms-box-shadow: inset 4px 0 rgba(255, 255, 255, .2);
  -o-box-shadow: inset 4px 0 rgba(255, 255, 255, .2)
}

.google-map aside .results article .inner {
  padding: 20px 70px 20px 0;
  border-bottom: 1px solid #9099a8
}

.google-map aside .results article .icon-info {
  position: absolute;
  top: 25px;
  right: 30px
}

.google-map aside .results article address, .google-map aside .results article h4, .google-map aside .results article strong {
  display: block;
  color: inherit;
  margin: 0
}

.google-map aside .results article strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2
}

.google-map aside .results article address {
  opacity: .5;
  filter: alpha(opacity=50);
  font-style: normal;
  font-size: 19px
}

.google-map aside .results article h4 {
  margin: 15px 0 0
}

.google-map aside .results article a {
  color: inherit;
  font-size: 22px;
  text-decoration: none
}

.google-map:not(.reveal) aside {
  width: 0
}

.google-map:not(.reveal) aside .results {
  opacity: 0;
  filter: alpha(opacity=0)
}

.google-map:not(.reveal) .the-map {
  pointer-events: none
}

.google-map:not(.reveal) .the-map .leaflet-control-container {
  display: none
}

@media(min-width:40.063em) {
  .google-map.reveal .the-map {
    width: 55%
  }
}

.google-map aside .popup-info {
  z-index: 600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #FFF;
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 50px;
  border-top: 1px solid #9099a8;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  -khtml-transition: .3s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: .3s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: .3s cubic-bezier(.23, 1, .32, 1);
  -ms-transition: .3s cubic-bezier(.23, 1, .32, 1);
  -o-transition: .3s cubic-bezier(.23, 1, .32, 1);
  background: #858fa0
}

@media(max-width:40.063em) {
  .google-map aside .popup-info {
    z-index: 1000;
    position: fixed;
    top: 74px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
}

.google-map aside .popup-info .close {
  position: absolute;
  top: 25px;
  right: 25px
}

.google-map aside .popup-info .search-results .the-posts article h2, .google-map aside .popup-info h3, .search-results .the-posts article .google-map aside .popup-info h2 {
  color: #FFF;
  font-size: 28px;
  line-height: 1.21;
  margin: 0
}

.google-map aside .popup-info h4 {
  color: #FFF;
  font-size: 24px;
  line-height: 1.21;
  margin: 0
}

.google-map aside .popup-info h5 {
  color: #FFF;
  font-size: inherit;
  margin: 39px 0 0
}

.google-map aside .popup-info address, .google-map aside .popup-info p {
  font-style: normal;
  margin: 0
}

.google-map aside .popup-info .contact-details {
  margin-top: 45px
}

.google-map aside .popup-info .contact-details>span {
  display: block
}

.google-map aside .popup-info .contact-details>span:not(:last-child) {
  margin-bottom: 25px
}

.google-map aside .popup-info .contact-details a, .google-map aside .popup-info .contact-details span {
  color: #FFF;
  text-decoration: none
}

.google-map aside .popup-info .contact-details a:hover {
  text-decoration: none
}

.google-map aside .popup-info .contact-details i {
  min-width: 20px;
  margin-right: 15px
}

.google-map aside:not(.popup-open) .popup-info {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  transition: .7s cubic-bezier(.23, 1, .32, 1);
  -khtml-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -ms-transition: .7s cubic-bezier(.23, 1, .32, 1);
  -o-transition: .7s cubic-bezier(.23, 1, .32, 1);
  transform: translate(0, 100%);
  -khtml-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%)
}

.no-cspsointerevents .google-map aside:not(.popup-open) .popup-info {
  display: none !important
}

.google-map aside.popup-open .popup-info {
  width: 100%
}

.page-template-template-find-agent #footer, .page-template-template-find-facility #footer {
  display: none
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before, .slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.service-slider {
  z-index: 1
}

.row.product-touts {
  text-align: center
}

.service-slider .slick-slide, .product-cat-item {
  padding-left: 3px !important;
  padding-right: 3px !important;
  transition: all .3s ease-in-out;
  height: auto !important;
  position: relative;
  z-index: 1;
  float: none !important;
  display: inline-block;
  width: 25% !important
}

.service-slider .slick-slide .inner, .product-cat-item .inner {
  width: 100%
}

.service-slider .slick-slide a, .product-cat-item a {
  position: relative !important;
  display: inline-block;
  transition: all .3s ease-in-out;
  z-index: 1
}

.service-slider .slick-slide:hover a, .product-cat-item:hover a {
  box-shadow: 0 0 10px 0 #888;
  transform: scale(1.05)
}

.service-slider .slick-slide:hover, .product-cat-item:hover {
  z-index: 9999999
}

.service-slider .service-img, .product-cat-item .service-img {
  display: inline-block;
  width: 100%;
  padding-bottom: 61%;
  background-size: cover;
  background-position: center;
  float: left
}

.service-slider .inner, .product-cat-item .inner {
  padding-top: 23px !important;
  padding-bottom: 73px !important;
  float: left
}

.service-slider .slick-slide:hover .inner:after, .product-cat-item:hover .inner:after {
  opacity: 0 !important
}

.service-slider h3, .product-cat-item .inner h3 {
  position: relative !important;
  color: #000;
  text-align: center
}

.product-cat-item p {
  color: #848484
}

.service-slider .slick-slide:hover h3, .product-cat-item:hover h3 {
  color: #000
}

.service-slider h3:before, .product-cat-item .inner h3:before {
  content: '';
  width: 104px;
  height: 1px;
  display: inline-block;
  background-image: url(https://www.germaniainsurance.com/Sitefinity/WebsiteTemplates/Default/App_Themes/Default/img/heading-divider.jpg);
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  bottom: 0
}

.service-slider .slick-slide:hover .btn-gray-arrow, .product-cat-item:hover .btn-gray-arrow {
  background-color: #00795f;
  color: #fff;
  border-color: #00795f
}

.service-slider .slick-slide:hover .icon-right-arrow:before, .product-cat-item:hover .icon-right-arrow:before {
  color: #fff
}

.service-touts {
  margin-top: 70px !important
}

.service-touts.career-callouts .product-cat-item {
  width: 33% !important
}

.service-touts.career-callouts .product-cat-item h3 {
  font-size: 22px
}

.service-touts .product-five-item {
  width: 20% !important;
  clear: none !important;
  float: left !important
}

.product-cat-item .btn-gray-arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.services-home .product-cat-item .btn-gray-arrow {
  pointer-events: none
}

@media(min-width:1241px) {
  .service-touts .product-five-item a {
    height: 310px
  }
}

a {
  text-decoration: none
}

.col-m1 {
  width: 8.33333333%;
  float: left
}

.col-m2 {
  width: 16.66666667%;
  float: left
}

.col-m3 {
  width: 25%;
  float: left
}

.col-m4 {
  width: 33.33333333%;
  float: left
}

.col-m5 {
  width: 41.66666667%;
  float: left
}

.col-m6 {
  width: 50%;
  float: left
}

.col-m7 {
  width: 58.33333333%;
  float: left
}

.col-m8 {
  width: 66.66666667%;
  float: left
}

.col-m9 {
  width: 75% float:left
}

.col-m10 {
  width: 83.33333333%;
  float: left
}

.col-m11 {
  width: 91.66666667%;
  float: left
}

.col-m12 {
  width: 100%;
  float: left
}

.text-center {
  text-align: center;
  display: inline-block;
  width: 100%
}

@media(min-width:769px) {
  .col-m6.col-m12 {
    width: 50%
  }

  .col-m4.col-m12 {
    width: 33.33333333%
  }

  .col-m8.col-m12 {
    width: 66.66666667%
  }

  .tablet-up-show {
    display: block !important
  }

  .tablet-up-hidden {
    display: none !important
  }
}

@media(min-width:1025px) {
  .desktop-up-show {
    display: block !important
  }

  .desktop-up-hidden {
    display: none !important
  }

  .menu-phone {
    display: none !important
  }
}

@media(max-width:768px) {
  .mobile-down-show {
    display: block !important
  }

  .mobile-down-hidden {
    display: none !important
  }
}

@media(max-width:1024px) {
  .tablet-down-show {
    display: block !important
  }

  .tablet-down-hidden {
    display: none !important
  }
}

.login-quick-pay-div {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "Titillium Web"
}

.login-quick-pay-div:before, .login-quick-pay-div:after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  top: 50%;
  display: inline-block;
  position: absolute
}

.login-quick-pay-div:before {
  left: -35px
}

.login-quick-pay-div:after {
  right: -35px
}

.masthead-cta {
  background-color: #00795f;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all ease-in-out .3s
}

.masthead-cta h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff
}

.masthead-cta p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-top: 0
}

.masthead-cta .btn-green {
  border: 2px solid #fff;
  line-height: 52px;
  float: left;
  margin-top: 24px;
  max-width: 200px;
  width: 100%;
  padding: 0;
  text-align: center
}

.hbanner-cta__paragraph, .hbanner-cta__buttons, .hbanner-cta__buttons-left, .hbanner-cta__buttons-right {
  width: 50%;
  float: left
}

.hbanner-cta__buttons-left {
  display: inline-block;
  text-align: right
}

.hbanner-cta-call {
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px
}

@media(max-width:992px) {
  .hbanner-cta__paragraph, .hbanner-cta__buttons {
    width: 100%
  }

  .masthead-cta p {
    line-height: normal !important;
    text-align: center;
    margin-bottom: 25px
  }

  .hbanner-cta__buttons-right {
    text-align: left
  }

  .masthead-cta .btn-green {
    float: none !important;
    margin-left: 10px
  }

  .masthead h1, .masthead-home p {
    text-align: center
  }

  .masthead-home #gform_wrapper_2 form {
    float: none
  }
}

@media(max-width:768px) {
  .hbanner-cta__buttons-right, .hbanner-cta__buttons-left {
    text-align: center;
    width: 100%
  }

  .masthead-cta .btn-green {
    margin-left: 0
  }

  .hbanner-cta-call {
    margin-right: 0;
    line-height: normal;
    height: auto
  }
}

@media(min-width:769px) {
  .masthead-cta h4 {
    font-size: 24px
  }

  .masthead-cta .btn-green {
    float: right;
    margin-top: 0
  }
}

.services-home {
  position: relative
}

.services-home-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background-size: cover;
  background-position: center
}

.services-home h2 {
  text-align: center
}

.statistics-home {
  padding-top: 60px;
  padding-bottom: 50px
}

.statistics-home-box {
  padding-top: 20px;
  padding-bottom: 20px
}

.statistics-home .col-m4 {
  text-align: center;
  cursor: pointer
}

.statistics-home i, .statistics-home em {
  font-size: 55px;
  color: #292d33;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #292d33;
  text-align: center;
  width: 118px;
  height: 118px;
  line-height: 114px;
  transition: all ease-in-out .3s
}

.statistics-home h4 {
  font-size: 40px;
  margin-top: 15px
}

.statistics-home p {
  margin-top: 0;
  font-size: 16px
}

@media(min-width:769px) {
  .statistics-home {
    padding-top: 80px;
    padding-bottom: 70px
  }

  .statistics-home h4 {
    font-size: 60px
  }

  .statistics-home p {
    font-size: 20px
  }
}

.footer-cta {
  display: inline-block;
  width: 100%
}

.footer-cta-title {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003f32;
  padding-left: 25px;
  padding-right: 25px
}

.footer-cta-form {
  display: inline-block;
  width: 100%;
  float: left
}

.footer-cta-form form, .footer-cta-form .find-agent-form, .footer-cta-form .find-repair-shop-form {
  margin: 0 !important;
  max-width: none !important;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px
}

.footer-cta-form input, .footer-cta-form button {
  float: none !important
}

.footer-cta-form input {
  margin-bottom: 20px !important;
  width: 100% !important;
  height: 60px;
  max-width: 400px;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
  display: inline-block !important;
  background-color: rgba(0, 0, 0, .54) !important;
  border-radius: 60px !important;
  border: none !important
}

@media(min-width:769px) {
  .footer-cta-form input {
    font-size: 20px !important
  }
}

.testimonial-footer {
  display: inline-block;
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 80px
}

.testimonial-footer .wrapper p {
  margin-bottom: 70px
}

.testimonial-slider {
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 15px
}

.testimonial-slider .slick-list {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0
}

.testimonial-slide {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px
}

.testimonial-slide blockquote {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px
}

.testimonial-slide blockquote p {
  font-style: normal !important;
  font-size: 16px
}

.testimonial-slide blockquote h4 {
  color: #24272a;
  font-size: 20px;
  margin-top: 18px
}

.testimonial-slide blockquote h4 span {
  font-weight: 400 !important;
  color: #848484 !important
}

.testimonial-slide .icon-quote {
  position: absolute;
  font-size: 13px;
  color: #000
}

.testimonial-slide .icon-left-quote {
  left: -20px;
  top: 8px
}

.testimonial-slide .icon-right-quote {
  right: -20px;
  bottom: 50px
}

.testimonial-slider .slick-dots {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin-top: 30px
}

.testimonial-slider .slick-dots li {
  list-style: none;
  width: 13px;
  height: 13px;
  border: 2px solid #c7c7c7;
  border-radius: 100%;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  transition: all ease-in-out .3s
}

.testimonial-slider .slick-dots li.slick-active, .testimonial-slider .slick-dots li:hover {
  background-color: #c7c7c7
}

.testimonial-slider .slick-dots li button {
  display: none
}

.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 42px;
  z-index: 1;
  cursor: pointer;
  display: none !important
}

.testimonial-slider .icon-right {
  right: 25px
}

.testimonial-slider .icon-left {
  left: 25px
}

@media(min-width:769px) {
  .testimonial-slide {
    background-color: #fff;
    padding-left: 120px;
    padding-right: 120px
  }

  .testimonial-slide .icon-left-quote {
    left: -44px
  }

  .testimonial-slide .icon-right-quote {
    right: -20px
  }

  .testimonial-slider .slick-arrow {
    display: block !important
  }

  .testimonial-slide blockquote p {
    font-size: 18px
  }
}

@media(min-width:1025px) {
  .testimonial-slider .icon-right {
    right: -70px
  }

  .testimonial-slider .icon-left {
    left: -70px
  }
}

.cta-assistance {
  display: inline-block;
  width: 100%;
  float: left;
  background-color: #00795f;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px
}

.cta-assistance p {
  font-size: 16px;
  font-weight: 400;
  color: #fff
}

.cta-assistance p a {
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  text-decoration: none !important
}

.cta-assistance p i, .cta-assistance p em {
  color: #df7610;
  margin-right: 10px
}

@media(min-width:769px) {
  .cta-assistance {
    padding-top: 14px;
    padding-bottom: 20px
  }

  .cta-assistance p {
    font-size: 26px
  }

  .cta-assistance p i, .cta-assistance p em {
    margin-right: 18px
  }

  .cta-assistance p a {
    margin-left: 18px
  }
}

.fl-field-control-wrapper select, .fl-field-control-wrapper input, .fl-field-control-wrapper text-arrea {
  font-size: 13px !important;
  padding: 0 10px !important
}

.fl-link-field-options-wrap [type="checkbox"]:not(:checked), .fl-link-field-options-wrap [type="checkbox"]:checked {
  position: relative;
  left: auto
}
