﻿.clr::after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.arrow-down
{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFB000;
    float: left;
}

.arrow-right
{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFB000;
    float: left;
}



.larger
{
    font-size: 14px;
    line-height: 20px;
}
.smaller
{
    font-size: 11px;
    line-height: 14px;
}
.bold
{
    font-weight: bold;
}
.darkGray
{
    color: #4D4D4D;
}
.labelText
{
    padding-left: 10px;
    color: #000;
}

.blueLink
{
    color: #25A0DA;
}
.blueLink:hover
{
    color: #FFB000;
}
 .clear
{
    clear: both;
}
.btn
{
    border: none;
    padding: 6px 4px;
    padding-top: 7px;
}
.mybutton
{
    color: #FFFFFF;
    margin-left: 4px;
}

.btn
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fa-download::before
{
    content: "\f019";
}

.fa
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default
{
    color: #333;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.cs_mobile_menu, .cs_mobile_close
{
    display: none;
}


.filterButton
{
    display: none;
}


.cs_asset_image
{
    max-width: 100%;
    width: 100%;
}
.cs_faq 
{
    display: block;
    margin-bottom: 5px;
}