
/*-- policy page custom css start ---*/

body {
    margin: 0;
    padding: 0;
    overflow: auto;
    line-height: 1.625em;
    font-family: 'Open Sans';
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Regular.ttf') format('woff2'), url('./fonts/OpenSans-Regular.ttf') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.layout-center {
    position: relative;
    max-width: 1024px;
    margin: 0px auto;
    /*padding: 40px 30px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table {
    /*display: table;*/
    width: 100%;
}

.cell {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

section.list-links .cell:first-child {
    padding-right: 20px;
}

section.list-links .cell:last-child {
    padding-left: 20px;
}


section.list-links .cell .link-group h2 {
    color: #505050;
    font-size: 17px;
    font-weight: 300;
}

section.list-links .cell .link-group ul {
    margin: 0px 0px 30px 18px;
    padding: 0;
}

section.list-links a {
    color: #69c;
    text-decoration: none;
}

section.list-links a:hover {
    color: #369;
    text-decoration: underline;
}

section.list-links a:active,
section.list-links a:hover {
    outline: 0;
}

/*-- policy page custom css end ---*/




@media screen and (min-width: 769px){

    #plans .owl-carousel{

        display: flex;

        justify-content: center;

    }

    #plans .owl-carousel .icon-tile{

        height: 100%;

        display: flex;

        flex-direction: column;

    }

    #plans .owl-carousel .icon-tile .icon-tile-footer{

        margin-bottom: auto;

    }

    .callout .row{

        display: flex;

    }

    .callout .row{

        display: flex;

    }

    .callout .row .callout-btn{

        height: 100%;

        display: flex;

        align-items: center;

        justify-content: flex-end;

    }

    .callout .callout-description{

        height: 100%;

        display: flex;

        align-items: center;

    }

    .icon-tile.icon-tile-extended {

        padding-left: 22px;

        padding-right: 22px;

    }

    .custom-list-wrapper .wsp-pages-list{

        display: grid;

        grid-template-columns: repeat(4, minmax(0, 1fr));

        gap: 64px;

    }

    .custom-list-wrapper .wsp-pages-list a{

        font-weight: bold;

    }

    .custom-list-wrapper .wsp-pages-list li{

        font-weight: normal;

    }

    .custom-list-wrapper .wsp-pages-list .page_item_has_children a{

        font-weight: bold;

    }

    .custom-list-wrapper .wsp-pages-list .page_item_has_children .children a{

        font-weight: normal;

    }

}
