@charset "UTF-8";
/* CSS Document */

.author-image {
height: 50px;
margin: 1rem 1rem 1rem 0;
}

.background-decoration-circles {
    background-image: url('/SiteCollectionImages/Content/background-decoration-circles.png');
    background-repeat: no-repeat;
    background-size: 125px, 59px;
}

.background-decoration-circles .background-top-left {
    background-position: 5% 0%;
}

.background-decoration-circles .background-top-right {
    background-position: 95% 0%;
}

.bg-lightest-gray {
    background-color: #eeeeef;
}

.border-above {
border-top: solid 1px #e3e3e3;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
.border-above {
        border-top: 0;
    }
}

.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
.border-between > [class*='col-']:before {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .btn-mobile-overflow-fix {
        white-space: normal!important;
        width: 84%;
    }
}

.bullet-style-checkbox {
    list-style: none;
    padding:0 20px;
}

.bullet-style-checkbox li {
    font-weight: bold;
    margin-bottom: 8px;
    text-indent: -20px;
}


.bullet-style-checkbox li::before {
   content: '\2714\00A0';
   color: #ff8300;
}

.card-content .btn {
color: #fff;
}

.card-orange {
border: 1px solid #FF8300;
margin-bottom: 2rem;
Xmax-height: 25rem;
Xmin-height: 20rem;
padding: 2rem;
}

.comparison-table {
    background-color: #e3e4e5;
}

.comparison-table tr td {
    height: 94px;
}

.comparison-table tr td:last-child {
    text-align: center!important;
}

.comparison-table tr td, .comparison-table tr th {
    border: .75rem solid #e3e4e5;
    min-width:139px;
    text-align: center;
    width: 15%;
}

.comparison-table tr td:nth-child(1) {
    background-color: #ffffff;
    text-align: left;
}

.comparison-table tr td:nth-child(1), .comparison-table tr th:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
    width: 30%;
}

.comparison-table tr th {
    min-width: 150px;
    padding: 0px;
}

.comparison-table tr th h4 {
    background-color: #fff;
    margin: 0;
    min-height: 96px;
    padding: 20px 8px;
}

.comparison-table-wrapper {
    background-color: #e3e4e5;
    overflow-x:auto;
    padding-top: 20px;
}

.comparison-table .table-cell-check {
    background-color: #ffffff;
    font-size: 2rem;
    text-align: center!important;
}

.comparison-table .table-cell-check::before {
        content: '\2714';
    }

.comparison-table .table-footer td {
    background-color: #003a70!important;
    color: #ffffff;
}

.comparison-table .table-footer td:nth-child(1) {
    text-align: center!important;
}

@media screen and (max-width: 767px) {
	.comparison-table tr td {
    height: 138px;
    }
}

.faq-list {
list-style: none;
}

.faq-list li {
text-align: left;
}

.faq-list li h3{
margin-top:0;
padding-top:0;
}

.faq-list li img{
min-height: 20px;
}

.featured-image-2col-w-border {
    text-align: left;
}

.featured-image-2col-w-border img {
    border-style: solid;
    border-width: 5px; 
    max-width:250px;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
.featured-image-2col-w-border {
        text-align: center;
    }
}

.flexgrid-intro-paragraph {
    color: #555;
    text-align: center;
}

.hero-image {
height:120px;
}

.icon {
padding:0;
height:30px;
}

.icon + h3 {
    margin-top: 20px;
}

.li-inline-bullet-image {
padding-bottom:1.5rem;
}

.li-inline-bullet-image img
{
padding-right:1rem;
}

.lp-quote {
    background: url(/SiteCollectionImages/Content/glyphicon-opening-quotation-mark.svg);
    background-repeat: no-repeat;
    background-size: 300px 100px;
    background-position: -100px -10px;
}

.lp-quote q {
    font-style: italic;
}

.lp-section {
padding-bottom:3rem;
padding-top:3rem;
}

.lp-section-blue {
    background-color: rgb(0, 115, 159);
}

.lp-section-grey {
background-color: rgb(249, 250, 250);
}

.margin-top-2rem {
    margin-top: 2rem;
}

.margin-top-none {
margin-top:0px !important;
}

.padding-top-none {
padding-top:0;
}

.padding-top-2rem {
    padding-top: 2rem;
}

.parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-footer::before {
    content: "\2014 ";
}

.quote-column {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .row.quote-column {
    display: flex;
    flex-wrap: wrap;
  }
}

.rounded-white {
background-color: #fff;
border-radius: 5px;
}

.section-heading-logo {
width: 200px;
}

.steps-img {
margin-top: 2rem;
width:100%
}

@media screen and (min-width: 480px) {
    .steps-img {
        width: 350px;
    }
}

.top-divider {
  border-top: 2px solid rgb(241, 241, 242);
  margin-left: 25%;
  width: 50%;
}

