@media print {
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/GothamBlack.eot");
    src: url("../fonts/GothamBlack.eot") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg#GothamBlack") format("svg");
    font-weight: 900;
    font-style: normal;
}

/*@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProSemibold.eot");
    src: url("../fonts/MyriadProSemibold.eot") format("embedded-opentype"), url("../fonts/MyriadProSemibold.woff2") format("woff2"), url("../fonts/MyriadProSemibold.woff") format("woff"), url("../fonts/MyriadProSemibold.ttf") format("truetype"), url("../fonts/MyriadProSemibold.svg#MyriadProSemibold") format("svg");
    font-weight: 600;
    font-style: normal;
}
*/
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?sxij3t");
    src: url("../fonts/icomoon.eot?sxij3t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sxij3t") format("truetype"), url("../fonts/icomoon.woff?sxij3t") format("woff"), url("../fonts/icomoon.svg?sxij3t#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.panel-group .panel .panel-heading a:after,
.accordion > li .opener:after,
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e900";
}

.icon-button:before {
    content: "\e901";
}

.icon-close:before {
    content: "\e902";
}

.icon-close-1:before {
    content: "\e903";
}

.icon-open:before {
    content: "\e904";
}

.icon-plus:before {
    content: "\e905";
}

.icon-prew:before {
    content: "\e906";
}

.icon-question:before {
    content: "\e907";
}

#nav ul,
.pager,
.filter-nav,
.accordion,
.accordion .list-row,
.row-info,
.tile-head {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.twocolumns:after,
.label-map:after,
.anchor-box:after,
#footer .top-holder:after,
.modal-header .hold:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

#header .nav-hold {
    background: #fff;
    padding: 21px 23px 3px;
    margin: 0 -23px;
    border-bottom: 10px solid #f31637;
}

    #header .nav-hold .text {
        display: inline-block;
        vertical-align: middle;
        margin: 13px 7px 0 13px;
        font-size: 16px;
        line-height: 20px;
    }

.logo {
    margin: 0 0 0 25px;
}

.logo-panel {
    overflow: hidden;
    margin-bottom: 18px;
    padding: 0 5px 0 0;
}

#nav {
    overflow: hidden;
    background: #069;
    margin: 0 -23px;
    padding: 7px 47px;
}

    #nav ul {
        overflow: hidden;
    }

    #nav li {
        margin: 0 0 0 17px;
        float: left;
        font-size: 13px;
        font-weight: 900;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        #nav li:first-child {
            margin-left: 0;
        }

        #nav li.active a {
            opacity: .8;
        }

    #nav a {
        color: #fff;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        #nav a:hover {
            text-decoration: none;
            opacity: .8;
        }

#wrapper {
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #fbfbfb 100%);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .85);
    margin: 0 auto;
    max-width: 1026px;
    width: 1026px;
    overflow: hidden;
}

    #wrapper.fixed {
        padding-top: 94px;
    }

.container {
    width: 1014px;
}

h1 {
    margin: 0 0 19px;
    font-weight: 700;
    line-height: 1;
    color: #069;
}

h2 {
    margin: 0 0 6px;
    font-weight: 700;
    line-height: 1;
    color: #069;
}

h3 {
    margin: 0 0 6px;
    font-weight: 700;
    line-height: 1;
    color: #069;
}

p {
    margin: 0 0 18px;
}

.form-control {
    font-size: 14px;
    line-height: 17px;
    padding: 4px 6px 4px;
    height: 25px;
}

img {
    vertical-align: top;
    border: 0;
}

.legend {
    font-size: 14px;
    line-height: 1.286;
    color: #505050;
    background: #d9d9d9;
    padding: 25px 25px 24px;
    border-bottom: 10px solid #f31637;
    margin-bottom: 16px;
}

    .legend h2 {
        color: #069;
        line-height: 1;
        margin: 0 0 5px 0;
        font-weight: 900;
    }

    .legend p {
        margin-bottom: 18px;
    }

    .legend .jcf-select {
        margin-bottom: 120px;
    }

    .legend .btn {
        line-height: 22px;
        font-size: 18px;
        min-width: 140px;
    }

ol {
    margin: 0;
    padding: 0;
    height: 1%;
    overflow: hidden;
    counter-reset: item;
    font-weight: 700;
}

    ol .text {
        overflow: hidden;
        display: block;
    }

    ol ol {
        padding: 0 0 0 15px !important;
    }

    ol li {
        display: block;
        margin: 0 0 18px;
    }

        ol li:before {
            content: counters(item, ".") ".";
            counter-increment: item;
            float: left;
            margin: 0 3px 0 0;
        }

.btn {
    min-width: 125px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 8px;
    border-radius: 3px;
}

    .btn.btn-warning:hover {
        background: #fbb449;
        border-color: #fbb449;
    }

.btn-default {
    color: #2c3e50;
}

.anchor-opener {
    position: relative;
    font-size: 16px;
    padding: 2px 36px 4px 8px;
    min-width: 104px;
    border-radius: 4px;
}

    .anchor-opener:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
    }

.map-box {
    margin-left: -23px;
    margin-right: -23px;
    padding: 17px 23px 40px;
    border-bottom: 10px solid #f31637;
}

.map {
    padding: 26px 0;
}

    .map > img {
        max-width: none;
        width: 100%;
    }

.pager {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    padding: 26px 0;
}

    .pager .next .ico,
    .pager .previous .ico {
        color: #f90;
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 1px 3px 0 0;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .pager a {
        color: #069;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

        .pager a:hover {
            color: #0379b4;
        }

            .pager a:hover .ico {
                color: #fbb449;
            }

.width-130 {
    width: 130px;
}

.width-71 {
    width: 71px;
}

.width-94 {
    width: 94px;
}

.email-form {
    padding: 9px 0 0;
    margin: 0 0 20px;
}

    .email-form .row-form {
        overflow: hidden;
    }

        .email-form .row-form .col {
            margin: 0 0 0 10px;
            float: left;
        }

            .email-form .row-form .col:first-child {
                margin-left: 0;
            }

    .email-form .btn {
        min-width: 30px;
        width: 100%;
        font-weight: 900;
        text-transform: none;
        font-size: 14px;
        line-height: 17px;
        padding: 3px 6px 3px;
    }

.text-content {
    padding: 29px 0 20px;
}

.bar-box {
    margin: 0 -23px;
    padding: 0 32px;
    background: #f31637;
    position: relative;
    color: #fff;
}

    .bar-box .email-form {
        margin-bottom: 11px;
    }

    .bar-box .title {
        display: block;
        margin: 21px 0 21px 124px;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        font-weight: 600;
    }

    .bar-box h3 {
        color: #fff;
    }

    .bar-box .ico-map {
        position: absolute;
        top: 1px;
        left: 4px;
    }

.block-map {
    margin: 0 -23px;
    border-bottom: 5px solid #898989;
}

.map-wrap img {
    width: 100%;
    height: auto;
}

.twocolumns .col {
    float: left;
    width: 52%;
}

    .twocolumns .col:first-child {
        width: 48%;
    }

.label-map {
    /*padding: 3px 10px 0 157px;*/
    padding: 33px 10px 0 97px;
}

    .label-map .modall-opener {
        text-transform: uppercase;
        text-decoration: underline;
        color: #898989;
        font-size: 12px;
    }

        .label-map .modall-opener:hover {
            text-decoration: none;
        }

    .label-map .btn {
        float: left;
        clear: both;
        margin-bottom: 10px;
        padding: 4px 8px;
    }
dl {
    color: #2d3e50;
    font-weight: 900;
    padding: 15px 0 0;
    margin: 0 0 12px;
    font-size: 17px;
}

.dl-horizontal dt {
    text-align: left;
    /*width: 240px;*/
    width:320px;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 2px;
    float: left;
}

.dl-horizontal dd {
    margin-left: 235px;
    text-align: right;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 2px;
}

.profile-wrap {
    width: 100%;
    clear: both;
}

.profile {
    color: #2c3e50;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
}

    .profile:hover {
        text-decoration: none;
    }

    .profile .ico {
        position: absolute;
        left: -15px;
        top: 1px;
        font-size: 13px;
    }

.grey-box {
    background: #dcdcdc;
    margin-right: -23px;
    padding-right: 23px;
}

.fixed .sticky-block-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

    .fixed .sticky-block-wrap .sticky-block {
        width: 1026px;
        padding: 0 23px;
        margin: 0 auto;
        background: -webkit-linear-gradient(top, #f0f0f0 0%, #fbfbfb 100%);
        background: linear-gradient(to bottom, #f0f0f0 0%, #fbfbfb 100%);
    }

.filter-nav {
    float: left;
    padding: 10px 0 10px;
    margin-bottom: 16px;
    font-family: "MyriadPro", Arial, Helvetica, sans-serif;
    line-height: 19px;
}

    .filter-nav li {
        float: left;
        padding: 0 14px 0 0;
    }

        .filter-nav li.active a {
            text-decoration: none;
            background-position: 0 -32px;
            color: #f90;
        }

    .filter-nav a {
        display: inline-block;
        vertical-align: top;
        color: #898989;
        padding: 0 0 0 30px;
        min-height: 20px;
        position: relative;
    }

        .filter-nav a .ico {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 20px;
            line-height: 20px;
        }

            .filter-nav a .ico.icon-question {
                /*color: #000;*/
            }
            
            .filter-nav a:hover  {
                 color: #f90;
            }

        .filter-nav a:hover {
            text-decoration: none;
            color: #f90;
        }

            .filter-nav a:hover.icon-question {
                color: #f90;
            }

.anchor-box .text {
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.anchor-drop {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
    font-weight: 700;
    font-size: 16px;
}

.input-group-addon {
    height: 25px;
    padding: 3px 12px;
}

.input-group-btn > .btn {
    height: 25px;
    padding: 3px 8px;
}

.navbar-form .btn {
    padding: 5px 17px;
    line-height: 16px;
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #f90;
}

    .panel-group .panel:first-child {
        border-top: 2px solid #f90;
    }

    .panel-group .panel .panel-heading {
        position: relative;
        padding-left: 31px;
        text-transform: uppercase;
    }

        .panel-group .panel .panel-heading a {
            font-weight: 900;
            text-decoration: none;
            color: #2c3e50;
        }

            .panel-group .panel .panel-heading a:after {
                content: "\e902";
                position: absolute;
                top: 50%;
                left: 4px;
                margin-top: -10px;
                font-size: 20px;
                line-height: 1;
                color: #f90;
            }

            .panel-group .panel .panel-heading a.collapsed:after {
                content: "\e904";
            }

.nav-tabs {
    border-width: 2px;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border-width: 2px;
        background: #dbdbdb;
        color: #575757;
        font-weight: 900;
        padding: 4px 10px;
    }

    .nav-tabs > li {
        margin: 0 3px -2px;
    }

        .nav-tabs > li > a {
            font-weight: 900;
            padding: 4px 10px;
            color: #959595;
            border-width: 2px;
            background: transparent;
            border-bottom: none;
        }

.tab-content {
    background: #dbdbdb;
    padding: 30px 15px 38px;
}

#footer {
    padding: 21px 59px 20px 60px;
    clear: both;
}

    #footer .top-holder {
        margin: 0 0 10px;
    }

        #footer .top-holder .pull-right {
            margin-top: 27px;
        }

    #footer .text {
        display: inline-block;
        vertical-align: top;
        margin: 14px 8px 0 0;
        font-size: 16px;
        line-height: 20px;
    }

    #footer a {
        color: #505050;
    }

        #footer a:hover {
            text-decoration: none;
            color: #069;
        }

.copyright {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 4px;
    background: #f2f2f2;
    margin: 0 0 12px;
    width: 100%;
    height: 26px;
    overflow: hidden;
    cursor: pointer;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 16px;
        line-height: 26px;
        margin: 0 35px 0 11px;
        font-weight: 700;
        color: #2c3e50;
        cursor: pointer;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #f2f2f2;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
        cursor: pointer;
    }

        .jcf-select .jcf-select-opener:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -4px;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 6px 0 6px;
            border-color: #2a2c77 transparent transparent transparent;
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f2f2f2;
    line-height: 18px;
    font-size: 16px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
        cursor: pointer;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}

.modal-lg {
    width: 1080px !important;
}

.modal .modal-dialog {
    width: 1080px !important;
    overflow: auto !important;
    margin: 10px auto !important;
}

.modal-open .modal {
    overflow: auto !important;
}

.modal-header {
    background: #fff;
}

    .modal-header .logo {
        margin-left: -9px;
    }

    .modal-header .logo-savi {
        margin: -7px 0 0 0;
    }

    .modal-header .hold {
        padding: 22px 0 11px;
    }

        .modal-header .hold.two {
            padding-bottom: 15px;
        }

    .modal-header .specify {
        margin: -4px 0 22px;
    }

        .modal-header .specify .txt {
            font-size: 13px;
            font-weight: 600;
            display: inline-block;
            vertical-align: middle;
        }

        .modal-header .specify .jcf-select {
            width: 150px;
            height: 20px;
            margin: 0 0 0 8px;
            display: inline-block;
            vertical-align: middle;
        }

            .modal-header .specify .jcf-select .jcf-select-text {
                line-height: 20px;
                font-size: 12px;
            }

        .modal-header .specify .btn {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            line-height: 12px;
            letter-spacing: 1px;
            border-radius: 0;
            min-width: 72px;
            font-weight: normal;
            margin-left: 7px;
            padding: 5px 8px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .modal-header .specify .btn:hover {
                background: #666;
                border-color: #666;
            }

    .modal-header .text {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        margin: 10px 7px 0 13px;
        vertical-align: middle;
    }

.modal {
    font-size: 14px;
}

    .modal .modal-dialog {
        overflow: hidden;
    }

    .modal .close {
        position: absolute !important;
        top: -24px !important;
        right: 17px !important;
        color: #fff !important;
        font-size: 20px !important;
        line-height: 1 !important;
        z-index: 999 !important;
        opacity: 1 !important;
    }



        .modal .close:hover {
            opacity: .8 !important;
        }

    .modal .body-text {
        padding: 40px 60px 100px;
        line-height: 26px;
    }

        .modal .body-text p {
            margin: 0 0 25px;
        }

        .modal .body-text h2 {
            font-weight: 600;
        }

    .modal .nav-tabs {
        margin: -38px -50px 0 -49px;
        padding: 0 40px 0 36px;
        border-width: 2px;
    }

        .modal .nav-tabs li {
            margin: 0 3px -2px;
        }

            .modal .nav-tabs li a:hover,
            .modal .nav-tabs li a:focus {
                background: #dbdbdb;
            }

            .modal .nav-tabs li.active a {
                color: #575757;
                border-width: 2px;
                background: #dbdbdb;
                border-bottom: none;
            }

        .modal .nav-tabs a {
            font-weight: 900;
            padding: 4px 10px;
            color: #959595;
            border-width: 2px;
            background: transparent;
            border-bottom: none;
        }

    .modal .tab-content {
        padding: 30px 15px 38px;
    }

        .modal .tab-content h2 {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 25px;
            color: #5f6775;
        }

        .modal .tab-content .img-holder {
            text-align: center;
            margin: 0 0 27px;
        }

.modal-content {
    border-radius: 0;
    border-top: 30px solid #069;
}

.jcf-select-select-modall .jcf-list {
    font-size: 12px;
    line-height: 20px;
}

    .jcf-select-select-modall .jcf-list .jcf-option {
        padding: 2px 11px;
    }

.accordion {
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

    .accordion .slide {
        padding: 0;
    }

.active1 {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 980px;
}

.accordion .slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 23px;
    z-index: 1;
    background: #dedede;
}

.accordion .list-row > li {
    position: relative;
    padding: 2px 0 0;
}

    .accordion .list-row > li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 83px;
        right: 0;
        border-top: 2px solid #ccc;
        z-index: 1;
    }

.accordion .list-row .twocolumns > .col:first-child {
    padding-left: 83px;
}

.accordion .list-row .title {
    line-height: 34px;
    font-weight: 500;
    display: block;
    position: relative;
}

    .accordion .list-row .title .modall-opener {
        position: absolute;
        right: 12px;
        top: 9px;
        font-size: 20px;
        line-height: 1;
        color: #7c81b8;
    }

.accordion a {
    color: #2c3e50;
    text-decoration: none;
}

.accordion > li {
    position: relative;
}

    .accordion > li:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 2px solid #f90;
        z-index: 10;
    }

    .accordion > li:first-child {
        padding-top: 2px;
    }

        .accordion > li:first-child:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            border-bottom: 2px solid #f90;
            z-index: 10;
        }

    .accordion > li.active .opener:after {
        content: "\e902";
    }

    .accordion > li.active .grey-box {
        opacity: 1;
    }

.accordion .opener {
    font-size: 16px;
    padding: 10px 0 12px 31px;
    position: relative;
    display: block;
    color: #2c3e50;
}

    .accordion .opener b {
        font-weight: 900;
        text-transform: uppercase;
    }

    .accordion .opener:after {
        content: "\e904";
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -10px;
        font-size: 20px;
        line-height: 1;
        color: #f90;
    }

    .accordion .opener:hover {
        text-decoration: none;
    }

    .accordion .opener .size-14 {
        font-size: 14px;
    }

.accordion .grey-box {
    position: relative;
    z-index: 1;
    opacity: 0;
}

    .accordion .grey-box:before {
        content: "";
        position: absolute;
        top: -2px;
        right: -23px;
        left: 0;
        bottom: 0;
        background: #dedede;
        z-index: -1;
    }

.head-table {
    text-align: center;
    line-height: 16px;
    padding: 5px 4px 0;
}

    .head-table .title {
        font-size: 21px;
        line-height: 1;
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
        text-align: left;
    }

    .head-table p {
        margin: 0;
    }

.row-info,
.tile-head {
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    line-height: 1;
}

    .row-info li,
    .tile-head li {
        float: left;
        padding: 0 0 5px;
    }

        .row-info li:first-child,
        .tile-head li:first-child {
            width: 26%;
        }

            .row-info li:first-child + li,
            .tile-head li:first-child + li {
                width: 29%;
            }

        .row-info li:nth-child(3),
        .row-info li:nth-child(4),
        .row-info li:nth-child(5),
        .tile-head li:nth-child(3),
        .tile-head li:nth-child(4),
        .tile-head li:nth-child(5) {
            width: 15%;
        }

    .row-info strong,
    .tile-head strong {
        font-weight: 900;
    }

.row-info {
    font-size: 15px;
    padding: 3px 0 2px;
    line-height: 33px;
    color: #2d3e50;
}

    .row-info > li {
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .row-info .columns {
        padding: 0;
    }

        .row-info .columns .col {
            text-transform: none;
            font-size: 14px;
            line-height: 33px;
            color: #2d3e50;
            position: relative;
        }

.white-rectangle:after {
    box-sizing: border-box;
    background: #fff;
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 5px;
    right: 5px;
    border-radius: 5px;
    z-index: -1;
}

.grey-rectangle:after {
    /*color: white;*/
    box-sizing: border-box;
    background: grey;
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 5px;
    right: 5px;
    border-radius: 5px;
    z-index: -1;
}

.red-rectangle:after {
    color: #fff;
    box-sizing: border-box;
    background: #ed1d39;
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 5px;
    right: 5px;
    border-radius: 5px;
    z-index: -1;
}
.green-rectangle, .red-rectangle, .grey-rectangle {
    color: #fff!important;
}

    .green-rectangle:after {
        color: #fff;
        box-sizing: border-box;
        background: #5db746;
        content: "";
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 5px;
        right: 5px;
        border-radius: 5px;
        z-index: -1;
    }

.rectangle:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 5px;
    right: 5px;
    border-radius: 5px;
    z-index: -1;
}

.triangle-top,
.triangle-bottom {
    position: relative;
}

    .triangle-top:after,
    .triangle-bottom:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 50%;
        margin-left: -29px;
        border-top: 26px solid transparent;
        border-left: 27px solid transparent;
        border-right: 27px solid transparent;
        height: 0;
        width: 59px;
        z-index: -1;
    }

    .triangle-top:before,
    .triangle-bottom:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 50%;
        width: 59px;
        margin-left: -29px;
        height: 3px;
        z-index: -1;
    }

    .triangle-top.red-triangle,
    .triangle-bottom.red-triangle {
        color: #fff !important;
    }

        .triangle-top.red-triangle:after,
        .triangle-bottom.red-triangle:after {
            border-top: 26px solid #ed1d39;
        }

        .triangle-top.red-triangle:before,
        .triangle-bottom.red-triangle:before {
            background: #ed1d39;
        }


        
    .triangle-top.white-triangle,
    .triangle-bottom.white-triangle {
        color: grey !important;
    }

        .triangle-top.white-triangle:after,
        .triangle-bottom.white-triangle:after {
            border-top: 26px solid white;
        }

        .triangle-top.white-triangle:before,
        .triangle-bottom.white-triangle:before {
            background: white;
        }



    .green-triangle.triangle-top,
    .green-triangle.triangle-bottom {
        color: #fff !important;
    }

        .green-triangle.triangle-top:after,
        .green-triangle.triangle-bottom:after {
            border-top: 26px solid #5db746;
        }

        .green-triangle.triangle-top:before,
        .green-triangle.triangle-bottom:before {
            background: #5db746;
        }

    .triangle-top.green-triangle,
    .triangle-bottom.green-triangle {
        color: #fff !important;
    }

        .triangle-top.green-triangle:after,
        .triangle-bottom.green-triangle:after {
            border-bottom: 26px solid #5db746;
        }

        .triangle-top.green-triangle:before,
        .triangle-bottom.green-triangle:before {
            background: #5db746;
        }

    .triangle-top:after {
        top: -1px;
        border-top: 0;
        border-bottom: 26px solid transparent;
        border-left: 27px solid transparent;
        border-right: 27px solid transparent;
    }

    .triangle-top:before {
        top: 25px;
    }

    .triangle-top.green-triangle {
        color: #fff !important;
    }

        .triangle-top.green-triangle:after {
            border-top: 0;
            border-bottom: 26px solid #5db746;
        }

        .triangle-top.green-triangle:before {
            background: #5db746;
        }

    .triangle-top.red-triangle {
        color: #fff !important;
    }

        .triangle-top.red-triangle:after {
            border-top: 0;
            border-bottom: 26px solid #ed1d39;
        }

        .triangle-top.red-triangle:before {
            background: #ed1d39;
        }

    .triangle-top.white-triangle {
        color: grey !important;
    }
        .triangle-top.white-triangle:after {
            border-top: 0;
            border-bottom: 26px solid white;
        }

        .triangle-top.white-triangle:before {
            background: white;
        }

.red {
    color: #fff;
}

    .red:after {
        background: #ed1d39;
    }

.green {
    color: #fff;
}

    .green:after {
        background: #5db746;
    }

.white {
    color: #2d3e50;
}

    .white:after {
        background: #fff;
    }

.grey {
    color: #fff;
}

    .grey:after {
        background: #8a8a8a;
    }

.columns {
    overflow: hidden;
    padding: 4px 0 0;
    width: 100%;
}

    .columns .col {
        float: left;
        width: 50%;
        font-size: 10px;
        line-height: 11px;
        font-weight: 700;
        color: #999;
        text-transform: uppercase;
    }

        .columns .col:first-child {
            width: 50%;
        }