@charset "utf-8";
/* FONTS */
/****
Open Sans : 300, 400, 600, bold 
font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
****/
/* Flip card wrapper */
.tfc-card {
  perspective: 1200px;
  position: relative;
  width: 100%;
  max-width: 400px;
  /* adjust as needed */
  margin: 0 auto;
}
/* Inner flipping element */
.tfc-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 ratio (square) */
  transform-style: preserve-3d;
  transition: transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
/* Flip on hover */
.tfc-card:hover .tfc-inner {
  transform: rotateY(180deg);
}
/* Faces */
.tfc-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.tfc-back {
  transform: rotateY(180deg);
}
/* Images */
.tfc-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* custom quote feedback form styling */
.feedback-form-single-column .row,
.feedback-form-single-column .form-row {
  flex-direction: column !important;
}
.feedback-form-single-column .form-group,
.feedback-form-single-column .mb-3 {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.feedback-form-single-column .mb-3 select {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.feedback-form-single-column .form-label {
  display: block;
  margin-bottom: 0.5rem;
}
.feedback-form-single-column .form-control {
  width: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal normal 400 16px/24px Open Sans;
  color: #5C5C5C;
}
.btn-primary {
  display: none;
}
#formidable_bereavement_form .btn-primary {
  display: block;
}
.btn-primary {
  text-transform: uppercase;
  background-color: #3575A7;
  border-radius: 15px;
  padding: 10px 40px;
  border: none;
  font-weight: 700;
  font-size: 14px;
}
.btn-primary:hover {
  background-color: #3575A7;
  border: none;
  opacity: 0.75;
}
/*formidable radio buttons styles*/
.custom-control-label::before {
  content: none;
  /* Remove the content */
  display: none;
  /* Hide the element completely */
}
.custom-control-label::after {
  content: none;
  /* Remove the content */
  display: none;
  /* Hide the element completely */
}
[data-radio-list] {
  display: flex;
  gap: 20px;
}
.form-check.custom-control {
  padding-left: 0px;
}
.form-check.custom-control.custom-radio {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
}
.form-check.custom-control.custom-radio label {
  display: inline-block;
  padding: 10px 80px;
  border: 2px solid #5a2d82;
  border-radius: 10px;
  font-weight: bold;
  color: #5a2d82;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.form-check.custom-control.custom-radio input[type="radio"]:checked + label {
  background-color: #5a2d82;
  color: white;
}
/* Hover effect */
.form-check.custom-control.custom-radio label:hover {
  background-color: #5a2d82;
  /* Hover background color */
  color: white;
  /* Hover text color */
}
/* news pagination style */
.page-item.active .page-link {
  background-color: #3675a7;
  border-color: #3675a7;
}
.page-link {
  color: #3675a7;
}
.f-last .ccm-form .mb-3 {
  width: 100%;
}
a,
a.active {
  color: #5C5C5C;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #999;
}
p {
  margin: 0;
  padding: 8px 0;
  font: normal normal 400 16px/24px Open Sans;
}
p strong {
  font-wieght: 600;
}
.p-large {
  font-size: 20px;
  line-height: 28px;
}
.p-small {
  font-size: 14px;
  line-height: 20px;
}
div {
  margin: 0;
  padding: 0;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: normal;
}
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 0 auto 55px auto;
  padding: 55px 0 0 0;
  max-width: 60%;
}
iframe {
  /*border: 1px #efefef solid !important; -moz-border-radius: 8px; border-radius: 8px;*/
  overflow: hidden;
}
.featureswiper.blue .swiper-button-next {
  background: url(/application/themes/theme_csis/images/blue-csis-carousel-arrow-right.svg) no-repeat center;
  background-size: contain;
}
.featureswiper.blue .swiper-button-prev {
  background: url(/application/themes/theme_csis/images/blue-csis-carousel-arrow-left.svg) no-repeat center;
  background-size: contain;
}
.featureswiper .swiper-button-next {
  background: url(/application/themes/theme_csis/images/csis-carousel-arrow-right.svg) no-repeat center;
  background-size: contain;
}
.featureswiper .swiper-button-prev {
  background: url(/application/themes/theme_csis/images/csis-carousel-arrow-left.svg) no-repeat center;
  background-size: contain;
}
.featureswiper .swiper-button-next:after,
.featureswiper .swiper-button-next:before,
.featureswiper .swiper-button-prev:after,
.featureswiper .swiper-button-prev:before {
  display: none;
}
/*.cntpad li { padding: 5px 0; line-height: 28px; }*/
/*ul.list-checkmark {
  list-style: none; padding: 15px 0;
}
ul.list-checkmark li {
  margin-left: 50px; padding: 8px 0; min-height: 50px;
  font: normal normal 400 16px/20px Open Sans;
}
ul.list-checkmark li::before {
  position: absolute; content:'';
  color: #2d8bc8; background: none;
  padding: 0; margin-left: -45px; margin-top: -5px;
  width: 32px; height: 32px; text-align: center; 
}
ul.list-checkmark li::before {
  background: url(../images/csis-checkmark_purple.png) no-repeat center;
  background-size: contain;
}
.darkbx ul.list-checkmark li::before {
  background: url(../images/csis-checkmark_white.png) no-repeat center;
  background-size: contain;
}*/
.form-group input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.optin .form-group select {
  width: 205%;
}
ul.list-checkmark {
  list-style: none;
  padding: 8px 0;
}
ul.list-checkmark li {
  margin-left: 50px;
  padding: 8px 0;
  min-height: 50px;
  font: normal normal 400 16px/20px Open Sans;
  position: relative;
}
ul.list-checkmark li::before {
  position: absolute;
  content: '';
  color: #2d8bc8;
  background: none;
  padding: 0;
  margin-left: -45px;
  margin-top: -5px;
  width: 32px;
  height: 32px;
  text-align: center;
}
ul.list-checkmark li::before,
ul.list-checkmark li.checkmark-yes::before,
.darkbx .pc-content ul.list-checkmark li::before,
.darkbx ul.list-checkmark li.checkmark-yes::before {
  background: url(/application/themes/theme_csis/images/csis-checkmark_gray.png) no-repeat center;
  background-size: contain;
}
.darkbx ul.list-checkmark li::before,
.darkbx ul.list-checkmark li.checkmark-yes::before {
  background: url(/application/themes/theme_csis/images/csis-checkmark_white.png) no-repeat center;
  background-size: contain;
}
ul.list-checkmark li.checkmark-no::before,
.darkbx .pc-content ul.list-checkmark li.checkmark-no::before {
  background: url(/application/themes/theme_csis/images/csis-checklist_gray-no.png) no-repeat center;
  background-size: contain;
  opacity: 0.5;
}
.darkbx ul.list-checkmark li.checkmark-no::before {
  background: url(/application/themes/theme_csis/images/csis-checklist_white-no.png) no-repeat center;
  background-size: contain;
  opacity: 0.5;
}
.darkbx {
  color: #fff !important;
}
.cntpad ul.ccm-error {
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: red;
}
.cntpad ul.ccm-error li {
  dispaly: inline-block;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cntpad .ccm-ui li {
  background: none !important;
}
.ccm-ui div.dropdown-menu.ccm-inline-design-dropdown-menu hr {
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
  max-width: none;
}
.fields input,
.fields select,
.fields textarea {
  font: normal normal 400 16px/24px Open Sans;
}
#pagewrap,
#headwrap,
#navwrap,
#slidewrap,
#basewrap,
#featwrap,
#whychoose,
#cntwrap,
#cntwrap2,
#cntwrap3,
#cntwrap4,
#cntwrap5,
#cntwrap6,
#cntwrap7,
#cntwrap8,
#cntwrap9,
#cntwrap10,
#basewrap,
#reviewwrap,
#footwrap,
#credwrap {
  position: relative;
  width: 100%;
  z-index: auto;
}
#cntwrap,
#cntwrap2,
#cntwrap3,
#cntwrap4,
#cntwrap5,
#cntwrap6,
#cntwrap7,
#cntwrap8,
#cntwrap9,
#cntwrap10 {
  background: #fff;
}
#pagewrap h1,
#pagewrap h2,
#pagewrap h3,
#pagewrap h4,
#pagewrap h5,
#pagewrap h6 {
  font: normal normal 700 47px/51px Open Sans;
  margin: 5px 0;
}
/*#pagewrap .pgtitle { color: #5C5C5C; }*/
#pagewrap .heading-blue {
  /*background: #3575A7;*/
  background: #3575a7;
  background: -moz-linear-gradient(90deg, #3575a7 20%, #1b3b54 90%);
  background: -webkit-linear-gradient(90deg, #3575a7 20%, #1b3b54 90%);
  background: linear-gradient(90deg, #3575a7 20%, #1b3b54 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3575a7", endColorstr="#1b3b54", GradientType=1);
  color: #fff;
  padding: 15px;
}
#pagewrap .heading-red {
  background: #D01A53;
  color: #fff;
  padding: 15px;
}
#pagewrap .heading-orange {
  background: #E69223;
  color: #fff;
  padding: 15px;
}
#pagewrap .heading-purple {
  background: #4D2973;
  color: #fff;
  padding: 15px;
}
#pagewrap .heading-blue a,
#pagewrap .heading-red a,
#pagewrap .heading-orange a,
#pagewrap .heading-purple a {
  color: #fff;
  text-transform: uppercase;
}
.purple-txt {
  color: #4D2973;
  text-shadow: none !important;
}
.white-txt {
  color: #ffffff;
  text-shadow: none !important;
}
.blue-txt {
  color: #4D2973;
  text-shadow: none !important;
}
.fadewhite {
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none !important;
}
a.button,
.login-page button.btn,
.form-actions button[type="submit"],
.form-actions button {
  padding: 12px 15px;
  margin: 3px auto;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
  color: #fff !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 0;
  min-width: 250px;
  text-align: center;
  background: #D01A53;
  font: normal normal 700 14px/20px Open Sans;
}
a.button.blue {
  background: #3575A7;
}
a.button.red {
  background: #D01A53;
}
a.button.orange {
  background: #E69223;
}
a.button.purple {
  background: #4D2973;
}
a.button.green {
  background: #28a150;
}
a.button.gradpurple {
  background: transparent linear-gradient(99deg, #0d297b 0%, #813a77 100%, #ff4c72 100%) 0% 0% no-repeat padding-box;
}
a.button.gradblue {
  background: transparent linear-gradient(99deg, #3575a7 0%, #1b3b54 100%) 0% 0% no-repeat padding-box;
}
a.button:hover,
.login-page button.btn:hover,
.form-actions button[type="submit"]:hover,
.form-actions button:hover {
  opacity: 0.75;
  text-decoration: none;
  text-transform: uppercase;
}
a.button:active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  text-decoration: none;
}
a.button.purple:active,
a.button.gradpurple {
  box-shadow: none;
}
body {
  background: #fff;
}
#pagewrap {
  background: #fff;
  overflow: hidden;
}
#stickerhead-sticky-wrapper {
  position: relative;
  z-index: 10;
}
.toptop {
  position: fixed;
  bottom: -5%;
  right: 25px;
  opacity: 0;
  padding: 0;
  z-index: 9;
  text-transform: uppercase;
  transition: 0.35s ease-in-out all;
}
.toptop a {
  display: block;
  color: #000;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}
.toptop a:hover {
  text-decoration: none;
}
.toptop a .fa {
  transition: 0.15s ease-in-out all;
  display: inline;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 12px;
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.toptop a:hover .fa {
  background: #ffffff;
}
.toptop a .fa:before {
  color: #000;
  position: relative;
  top: -1px;
}
.pgscrolled .toptop {
  bottom: 55px;
  opacity: 1;
}
.scrolldown {
  position: absolute;
  bottom: 15%;
  right: 25px;
  padding: 0;
  opacity: 1;
  z-index: 2;
  text-transform: uppercase;
  transition: 0.35s ease-in-out all;
}
.scrolldown a {
  display: block;
  color: #000;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}
.scrolldown a:hover {
  text-decoration: none;
}
.scrolldown a .fa {
  transition: 0.15s ease-in-out all;
  display: inline;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 12px;
  margin-right: 5px;
  color: #fff;
  font-size: 20px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.scrolldown a:hover .fa {
  background: #ffffff;
}
.scrolldown a .fa:before {
  color: #000;
  position: relative;
  top: -1px;
}
.pgscrolled .scrolldown {
  bottom: 20%;
  opacity: 0;
}
#stickerhead {
  position: relative;
  z-index: 2;
}
#headwrap {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
#header {
  transition: all 0.15s ease-in-out;
}
#logo,
#headtxt {
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}
.page-template-contact #slidewrap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
#navwrap {
  z-index: 10;
  text-align: right;
}
#slidewrap {
  /*background: #1B3B54; color: #fff;*/
}
#slidewrap .container {
  position: relative;
  z-index: 1;
}
.page-template-home #slidewrap {
  color: #fff;
}
#fadewhite,
#fadeblack {
  position: absolute;
  content: '';
  z-index: 1;
}
#fadeblack {
  z-index: 0;
}
#fadewhite {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+90 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.page-template-home #fadewhite {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f8f9+0,f4f8f9+85&0+0,1+85 */
  background: -moz-linear-gradient(top, rgba(244, 248, 249, 0) 0%, #f4f8f9 85%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244, 248, 249, 0) 0%, #f4f8f9 85%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244, 248, 249, 0) 0%, #f4f8f9 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f8f9', endColorstr='#f4f8f9', GradientType=0);
  /* IE6-9 */
}
#slidecontact {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  color: #4D2973;
  text-shadow: 1px 1px 3px #fff;
  z-index: 9;
}
#slidecontact p {
  font-weight: 600 !important;
}
#slidecontact a {
  color: #4D2973;
}
#slidecontact a:hover {
  color: #82a7c7;
}
#slideshow {
  position: relative;
  z-index: 3;
  text-shadow: 1px 1px 1px #000;
}
.trustpilotsm {
  position: absolute;
  top: 15px;
  right: 15px;
}
.trustpilotsm iframe {
  border: none !important;
}
#slidewrap table table {
  background: none;
}
#slidewrap .pgpaper:before,
#slidewrap .nopaper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
}
#slideshow:before,
#slideshow:after {
  position: absolute;
  content: '';
  z-index: 0;
}
.page-template-home #slidewrap:before,
.page-template-home #slidewrap:after,
.page-template-service-page #slidewrap:before,
.page-template-service-page #slidewrap:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
}
.page-template-home #slidewrap:before,
.page-template-service-page #slidewrap:before {
  background: url(/application/themes/theme_csis/images/csis-icon-black-semi.svg) right top no-repeat;
  background-size: contain;
  opacity: 1;
}
.page-template-home #slidewrap:after,
.page-template-service-page #slidewrap:after {
  background: url(/application/themes/theme_csis/images/csis-icon.svg) right top no-repeat;
  background-size: contain;
  opacity: 1;
}
#featwrap {
  background: #F4F8F9;
}
#featwrap .featboxwrap {
  position: relative;
}
#featwrap .featbox {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px #00000029;
  border-radius: 15px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 25px;
  overflow: hidden;
}
#pagewrap #featwrap .featbox h5,
#pagewrap .featureswiper h5 {
  display: block;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px #fff solid;
}
#featwrap .featbox p {
  padding-left: 35px;
  padding-right: 35px;
}
#featwrap .featbox p strong {
  font-size: 16px;
}
#featwrap .featbox a.button,
#pagewrap .featureswiper a.button {
  width: -webkit-fill-available;
  min-width: inherit;
}
#featwrap .featbox img {
  padding-bottom: 15px;
}
#cntwrap {
  background: #fff;
}
#crumbz {
  font-size: 13px;
}
#cntwrap2 {
  background: #F4F8F9;
}
.ccm-block-social-links ul.list-inline li a {
  display: block;
  font-size: 26px;
  opacity: 0.75;
  color: #fff;
}
.ccm-block-social-links ul.list-inline li a:hover {
  opacity: 1;
  color: #fff;
  background: none;
}
.ccm-block-social-links ul.list-inline li a i.fa {
  padding: 6px 0 4px 0;
  width: 40px;
  font-size: 30px;
  text-align: center;
}
.ccm-block-social-links svg {
  max-height: 20px;
  width: 20px;
  height: 20px;
}
#whychoose {
  background: #3575A7;
  color: #fff;
  overflow: hidden;
}
#whychoose:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  opacity: 0.5;
  background: transparent linear-gradient(127deg, #3575a7 0%, #1b3b54 100%) 0% 0% no-repeat padding-box;
  /*background: rgb(50,26,74);
background: -moz-linear-gradient(105deg, rgba(50,26,74,1) 0%, rgba(208,26,83,1) 100%);
background: -webkit-linear-gradient(105deg, rgba(50,26,74,1) 0%, rgba(208,26,83,1) 100%);
background: linear-gradient(105deg, rgba(50,26,74,1) 0%, rgba(208,26,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#321a4a",endColorstr="#d01a53",GradientType=1);*/
}
#basewrap {
  background: #F4F8F9;
}
#reviewwrap {
  background: #F4F8F9;
  box-shadow: inset 0px 3px 6px #00000029;
}
#footwrap {
  background: #3575A7;
  color: #fff;
  overflow: hidden;
}
#footwrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  background: transparent linear-gradient(127deg, #3575a7 0%, #1b3b54 100%) 0% 0% no-repeat padding-box;
  /*background: rgb(50,26,74); opacity: 0.5;
background: -moz-linear-gradient(105deg, rgba(50,26,74,1) 0%, rgba(208,26,83,1) 100%);
background: -webkit-linear-gradient(105deg, rgba(50,26,74,1) 0%, rgba(208,26,83,1) 100%);
background: linear-gradient(105deg, rgba(50,26,74,1) 0%, rgba(208,26,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#321a4a",endColorstr="#d01a53",GradientType=1);*/
}
#footwrap:after {
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
  z-index: 0;
  background: url(/application/themes/theme_csis/images/csis-icon-gray.svg) right center no-repeat;
  background-size: cover;
  opacity: 0.05;
}
.ftaside {
  padding-top: 5px;
}
#footwrap img {
  margin: 2px;
}
#footwrap a {
  color: #fff;
}
#footwrap p,
#footwrap li {
  line-height: 28px;
}
#footwrap p a,
#footwrap li a {
  color: rgba(255, 255, 255, 0.6);
}
#footwrap .fadewhite {
  transition: color 0.25s ease-in-out;
}
#footwrap a:hover,
#footwrap a:hover .fadewhite {
  color: #ffffff !important;
}
#footwrap ul {
  margin: 0;
  padding: 0;
}
#footwrap li {
  list-style-type: none;
  line-height: 28px;
}
#pagewrap #footwrap h1,
#pagewrap #footwrap h2,
#pagewrap #footwrap h3,
#pagewrap #footwrap h4,
#pagewrap #footwrap h5,
#pagewrap #footwrap h6 {
  color: #fff;
}
#footwrap .ccm-block-social-links ul.list-inline li a {
  display: block;
  opacity: 0.85;
}
#footwrap .ccm-block-social-links ul.list-inline li a:hover {
  opacity: 1;
  color: #fff !important;
}
#footwrap .ccm-block-social-links ul.list-inline li a i.fa {
  padding: 6px 0 4px 0;
  width: 40px;
  font-size: 30px;
  text-align: center;
}
#credwrap {
  background: #1B3B54;
  font-size: 14px;
}
#credwrap,
#credwrap a {
  color: rgba(255, 255, 255, 0.6);
}
.trustpilot-widget iframe {
  border: none !important;
  min-height: 50px;
  margin: 8px auto;
}
/*** Home Page ***/
.page-template-home #cntwrap2 {
  background: #ECF2F4;
}
.page-template-home #featwrap .featboxwrap {
  top: -100px;
}
/*** General Page ***/
.page-template-full #cntwrap {
  background: #F4F8F9;
}
/*** News Page ***/
.page-template-news #slidewrap {
  background: #F4F8F9;
}
.page-template-news #cntwrap {
  background: #F4F8F9;
}
.page-template-news #cntwrap2 {
  background: #ffffff;
}
.page-template-news #featwrap {
  background: none !important;
}
.page-template-news #reviewwrap {
  box-shadow: none;
}
/*** Landing Page ***/
.page-template-landing #cntwrap2 {
  background: #3575A7;
}
.page-template-landing #cntwrap4 {
  background: #ECF2F4;
}
.page-template-landing #cntwrap6 {
  background: #ECF2F4;
}
.page-template-landing #reviewwrap {
  box-shadow: none;
}
.page-template-unowned #cntwrap2 {
  background: #3575A7;
}
.page-template-unowned #cntwrap4 {
  background: #ECF2F4;
}
.page-template-unowned #cntwrap6 {
  background: #ECF2F4;
}
.page-template-unowned #reviewwrap {
  box-shadow: none;
}
/*** Service Page ***/
.page-template-service-page #cntwrap2 {
  background: #3575A7;
}
.page-template-service-page #cntwrap2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  opacity: 0.5;
  background: transparent linear-gradient(127deg, #3575a7 0%, #1b3b54 100%) 0% 0% no-repeat padding-box;
}
.page-template-service-page #cntwrap4 {
  background: #ECF2F4;
}
.page-template-service-page #cntwrap6 {
  background: #ECF2F4;
}
.page-template-service-page #reviewwrap {
  box-shadow: none;
}
/*** General Page ***/
.page-template-full #slidewrap {
  background: #F4F8F9;
}
.page-template-full #cntwrap {
  background: #F4F8F9;
}
.page-template-full #cntwrap2 {
  background: #3575A7;
}
.page-template-full #cntwrap2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  opacity: 0.5;
  background: transparent linear-gradient(127deg, #3575a7 0%, #1b3b54 100%) 0% 0% no-repeat padding-box;
}
.page-template-full #cntwrap3 {
  background: #ffffff;
}
.page-template-full #cntwrap4 {
  background: #F4F8F9;
}
.page-template-full #cntwrap5 {
  background: #ffffff;
}
.page-template-full #reviewwrap {
  box-shadow: none;
}
/*** Contact Page ***/
.page-template-contact #cntwrap {
  background: #F4F8F9;
}
.page-template-contact #featwrap {
  background: #FFF;
}
.page-template-contact #reviewwrap {
  box-shadow: none;
}
.page-template-contact .whitebx {
  background: #fff;
  padding: 10%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 550px) {
  .row table td {
    display: block !important;
    width: 100% !important;
  }
  .form-check.custom-control.custom-radio label {
    padding: 10px 40px;
  }
}
@media screen and (min-width: 250px) {
  .scrolldown,
  .toptop {
    display: none;
  }
  .container {
    width: 95%;
  }
  #pagewrap h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #pagewrap h1.pgtitle {
    font-size: 45px;
    line-height: 45px;
  }
  #pagewrap h2 {
    font-size: 45px;
    line-height: 45px;
  }
  #pagewrap h3 {
    font-size: 32px;
    line-height: 32px;
  }
  #pagewrap h4 {
    font-size: 26px;
    line-height: 30px;
  }
  #pagewrap h5 {
    font-size: 26px;
    line-height: 30px;
  }
  #pagewrap h6 {
    font-size: 16px;
    line-height: 20px;
  }
  #fadeblack {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
  }
  #slideshow {
    padding: 125px 0 225px 0;
  }
  .image-full,
  .image-left,
  .image-right {
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
  }
  .page-template-home #slidewrap:before {
    left: -35%;
    bottom: 0%;
    width: 600px;
    height: 600px;
  }
  /*.page-template-home #slidewrap:after { right: -40%; top: -25%; width: 550px; height: 600px; }*/
  .page-template-service-page #slidewrap:before {
    right: -50%;
    top: 25%;
    width: 750px;
    height: 750px;
    opacity: 0.5;
  }
  /*.page-template-service-page #slidewrap:after { left: -30%; top: 0%; width: 450px; height: 450px; }*/
  #cntwrap2img,
  #whychooseimg {
    position: relative;
    clear: both;
    width: 100%;
    height: 500px;
    /* 
background: url(../images/car-insurance-02.jpg) no-repeat center; background-size: cover; */
  }
  /*.ccm-custom-style-whychooseleft  { position: relative; clear: both; width: 100%; height: 100%; }*/
  .page-template-home #featwrap {
    z-index: 2;
  }
  .page-template-home #featwrap:after {
    position: absolute;
    bottom: -4%;
    right: 0;
    width: 650px;
    height: 650px;
    content: '';
    z-index: -1;
    background: url(/application/themes/theme_csis/images/csis-icon-gray.svg) right center no-repeat;
    background-size: contain;
    opacity: 1;
  }
  #footwrap:after {
    width: 100%;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .landing-block {
    padding: 35px 35px 10px 45px;
    margin: 0px 20px;
  }
  .scrolldown,
  .toptop {
    display: block;
  }
  .page-type-page #cntwrap .cntpad {
    min-height: 150px;
  }
  .container {
    width: 100%;
  }
  #logo {
    transition: all ease-in-out 0.25s;
  }
  .pgscrolled #logo {
    max-width: 125px;
  }
  #fadeblack {
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #000000;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  }
  #slideshow {
    padding: 75px 0 175px 0;
  }
  .page-template-home #slidewrap:before {
    left: -2%;
    bottom: 15%;
    width: 600px;
    height: 600px;
  }
  .page-template-home #slidewrap:after {
    transition: right 0.5s ease-in-out;
    right: -100%;
    top: 8%;
    width: 550px;
    height: 600px;
  }
  .image-left {
    float: left;
    padding: 0 15px 15px 0;
  }
  .image-right {
    float: right;
    padding: 0 0 15px 15px;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: 0 auto;
  }
  .fifty {
    width: 50%;
  }
  .sixty {
    width: 60%;
  }
  .eighty {
    width: 80%;
  }
  .page-template-service-page #slidewrap:before {
    right: 5%;
    top: 10%;
    width: 750px;
    height: 750px;
    opacity: 0.5;
  }
  .page-template-service-page #slidewrap:after {
    left: -5%;
    top: 25%;
    width: 450px;
    height: 450px;
  }
  #cntwrap2img,
  #whychooseimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }
  #footwrap:after {
    width: 45%;
    right: -5%;
  }
}
@media screen and (min-width: 1140px) {
  .scrolldown {
    display: inherit;
  }
  #pagewrap h1 {
    font-size: 65px;
    line-height: 80px;
  }
  #pagewrap h1.pgtitle {
    font-size: 55px;
    line-height: 60px;
  }
  #pagewrap h2 {
    font-size: 48px;
    line-height: 65px;
  }
  #pagewrap h3 {
    font-size: 36px;
    line-height: 50px;
  }
  #pagewrap h4 {
    font-size: 26px;
    line-height: 32px;
  }
  #pagewrap h5 {
    font-size: 24px;
    line-height: 32px;
  }
  #headwrap {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
}
@media screen and (min-width: 1400px) {
  .page-template-home #featwrap:after {
    bottom: -20%;
    right: 0;
  }
  .page-template-home #slidewrap:before {
    left: -2%;
    bottom: 15%;
    width: 600px;
    height: 600px;
  }
  .page-template-home #slidewrap:after {
    right: -10%;
    top: 8%;
    width: 550px;
    height: 600px;
  }
  .page-template-home #cntwrap2 .row.elemental {
    position: relative;
  }
  .page-template-home #cntwrap2 .row.elemental:before {
    position: absolute;
    top: -150px;
    left: -20%;
    width: 500px;
    height: 600px;
    content: '';
    z-index: 0;
    background: url(/application/themes/theme_csis/images/csis-icon.svg) right top no-repeat;
    background-size: contain;
    opacity: 1;
  }
  .page-template-home #cntwrap3:after {
    position: absolute;
    top: 0;
    right: -8%;
    width: 45%;
    height: 100%;
    content: '';
    z-index: 0;
    background: url(/application/themes/theme_csis/images/csis-icon-gray.svg) left center no-repeat;
    background-size: cover;
    opacity: 0.05;
  }
  #reviewwrap .row {
    position: relative;
  }
  #reviewwrap .row:before {
    position: absolute;
    top: -150px;
    left: -20%;
    width: 375px;
    height: 420px;
    content: '';
    z-index: 0;
    background: url(/application/themes/theme_csis/images/csis-icon.svg) left center no-repeat;
    background-size: contain;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  /*** Landing page customise ***/
  .landing-block {
    padding: 25px 25px 10px 25px;
    margin: 0px 0px;
  }
  .ccm-layout-column {
    float: none !important;
    width: 100% !important;
  }
  .ccm-layout-column-inner {
    margin: 25px 0 !important;
  }
}
.ccm-layout-column-inner {
  margin-top: 25px;
  margin-bottom: 25px;
}
.verticle .ccm-layout-column {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}
.login-page h1 {
  display: none;
}
.login-page input,
.login-page select,
.login-page textarea {
  border: 1px #122b46 solid;
  background: none;
  color: #122b46;
  text-align: center;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-page input::placeholder,
.login-page textarea::placeholder {
  color: #111;
  text-align: center;
}
.login-page .form-group {
  margin: 5px auto;
}
.login-page,
.login-page .col-sm-6,
.login-page button.btn,
.login-form {
  text-align: center;
  margin: 0 auto;
}
.login-page input {
  font-size: 16px;
}
.login-page input,
.login-page button.btn {
  width: 88%;
  padding: 15px 5%;
  margin: 0 auto;
}
.login-page input[type=checkbox] {
  width: auto;
}
.login-page .checkbox {
  margin-bottom: 15px;
}
.login-page button.btn {
  width: 99%;
}
.login-page label {
  font-size: 12px;
}
.login-page button.btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 5px 0;
}
.login-page a.btn {
  font-size: 13px;
}
