﻿
/*------------------------------------*\
    $SVGS
\*------------------------------------*/

svg {
    height: 26px;
    width: 26px;
}

.search .btn-link svg.icon-search {
    height: 18px;
    width: 18px;
    fill: #ce9700;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    /*margin-bottom: -4px;*/
}

.search .btn-link:hover svg.icon-search,
.search .btn-link:focus svg.icon-search {
    fill: #ce9700;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.secondary-nav > ul > li > a > svg.icon-down-open-1 {
    fill: #fff;
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.mobile-nav > ul > li > a > svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-left: 6px;
    /*margin-bottom: -4px;*/
}

.well-panel .mega-header a > svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.footer-top a svg {
    width: 18px;
    height: 18px;
    fill: #406e92;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -4px;
}

.footer-top a:hover svg,
.footer-top a:focus svg,
.footer-top .feedback-trigger a:hover svg,
.footer-top .feedback-trigger a:focus svg {
    fill: #031122;
}

.footer .footer-bottom .backtotop a svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    fill: #fff;
}

.footer .footer-bottom .backtotop a:hover svg,
.footer .footer-bottom .backtotop a:focus svg {
    fill: #ce9700;
}

.footer-top .feedback-trigger a svg {
    width: 12px;
    height: 12px;
    fill: #406e92;
}

.footer-accordion .accordion .panel-heading .panel-title .accordion-toggle svg {
    float: right;
    width: 15px;
    height: 15px;
    fill: #fff;
    vertical-align: middle;
    margin: 4px;
}

.contact-details-wrapper .contact-details svg.icon-mail-1 {
    width: 22px;
    height: 22px;
    fill: #406e92;
    margin-right: 4px;
    margin-bottom: -4px;
}

a svg.icon-link-ext {
    width: 18px;
    height: 18px;
    /*position: relative;
    top: 4px;*/
    fill: #406e92;
    margin: 0 4px;
}

table thead tr th a svg {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-left: -2px;
    margin-bottom: -2px;
    fill: #406e92;
}
