/*************************************************************************
**************************************************************************

  1. BASE
      1.2 Fonts
      1.3 Default styles

  2. COMMON
    2.1 Page
    2.2 Header
    2.3 Boxes
    2.4 Effects
    2.5 Slider
    2.6 Footer

  3. APPLICATIONS
  *************************************************************************/


  /* 1. BASE
--------------------------------------------------------------------------
========================================================================*/

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf');
}


.icon-new {
    display: inline-block;
    background: url(../img2/sprite.png);
}

.icon-clock {
    position: relative;
    background-position: 0 0;
    width: 14px;
    height: 16px;
    background: url(../img2/sprite.png);
}

.icon-close {
    width: 18px;
    height: 18px;
    vertical-align: top;
    display: inline-block;
    background: url(../img2/icon-close.png) no-repeat;
}

.icon-house {
    display: inline-block;
    width: 57px;
    height: 48px;
    background: url(../img2/sprite.png);
    background-position: 0 -50px;
}

.icon-people {
    display: inline-block;
    width: 71px;
    height: 42px;
    background: url(../img2/sprite.png);
    background-position: -100px -50px;
}

.icon-government {
    display: inline-block;
    width: 70px;
    height: 46px;
    background: url(../img2/sprite.png);
    background-position: -200px -50px;
}

.icon-arrow-up {
    display: block;
    right: 5px;
    top: 8px;
    width: 15px;
    height: 15px;
    background: url(/media/img2/sprite.png);
    background-position: -247px 4px;
}

.icon-arrow-down {
    display: block;
    width: 15px;
    height: 14px;
    background: url(/media/img2/sprite.png);
    background-position: -197px 4px;
}

.icon-arrow-up-mobile {
    display: block;
    width: 18px;
    height: 14px;
    background: url(../img2/sprite.png);
    background-position: -250px -15px;
}

.icon-arrow-down-mobile {
    display: block;
    width: 18px;
    height: 14px;
    background: url(../img2/sprite.png);
    background-position: -200px -15px;
}

.icon-star {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../img2/sprite.png);
    background-position: -50px 0;
}

.icon-calendar {
    display: inline-block;
    width: 17px;
    height: 14px;
    background: url(../img2/sprite.png);
    background-position: -100px 0;
}

.icon-briefcase {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../img2/sprite.png);
    background-position: 0 -100px;
}

.icon-ticket {
    display: inline-block;
    width: 23px;
    height: 17px;
    background: url(../img2/sprite.png);
    background-position: -50px -100px;
}

.icon-note {
    display: inline-block;
    width: 26px;
    height: 16px;
    background: url(../img2/sprite.png);
    background-position: -100px -100px;
}

.icon-this-icon {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../img2/sprite.png);
    background-position: -150px 0;
}

.icon-arrow-up-blue {
    display: inline-block;
    width: 9px;
    height: 7px;
    margin-left: 5px;
    background: url(../img2/sprite.png);
    background-position: -300px -25px;
}

.icon-arrow-down-blue {
    display: inline-block;
    width: 9px;
    height: 7px;
    margin-left: 5px;
    background: url(../img2/sprite.png);
    background-position: -300px 0;
}

.icon-share {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../img2/sprite.png);
    background-position: -350px 0;
}

.icon-question {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../img2/sprite.png);
    background-position: -250px -100px;
}

.button-blue {
    display: block;
    background: #1256bb;
    color: #fff !important;
    padding: 12px 0px;
    font-size: 16px;
    text-align: center;
    font-family: "Ubuntu Medium";
}

.button-blue.small {
    width: 230px;
}

.button-blue:hover {    
    color: #fff !important;
}

.button-blue-send,
.button-blue-share {
    position: relative;
    max-width: 220px;
    background: #1256bb;
    padding: 10px 30px 10px 20px; 
    margin: 10px 0 0;
    font-size: 15px;
    color: #fff !important;
    display: inline-block;
    font-family: "Ubuntu Medium";
}

.button-blue-send:hover {
    color: #fff !important;
}

.button-blue-send:focus,
.button-blue-share:focus {
    outline: 2px solid #000 !important;
}

.button-blue-share:hover {
    color: #fff !important;
}

.button-blue-share .icon-share {
    position: absolute;
    top: 13px;
    right: 15px;
}

.button-blue-send {   
    padding: 10px 20px 10px 20px;  
}


/* 1. BASE
--------------------------------------------------------------------------
========================================================================*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.support-box {
    margin-top: 15px;
}

.support-box .icon-boxes a:focus {
    outline: 2px solid #000 !important;
}

.support-box li {
    position: relative;
}

.support-box li:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    height: 84px;
    border: 1px solid #02102d;
    background-repeat: no-repeat;
}

.support-box li.last-child:after {
    display: none;
}

.support-box li a {
    height: 220px;
}

.support-box li a:hover span.small-10 span {
    text-decoration: underline;
}

.support-box li a img {
    margin-bottom: 30px;
}

#popular-search li a {
    display: table;
    width: 100%;
    height: 169px;
    border: 3px solid #d0ddf1;
}

#support-box h2 .header-search {
    font-weight: 300;
    font-size: 30px;
    color: #72e9fb;
}

#support-box h2 .header-search a:hover {
    text-decoration: none;
}

#support-box h2 .header-search:focus {
    border: 2px solid #000;
}

#support-box h2 .header-search i.icon-close:focus {
    outline: 2px solid #000 !important;
}

#popular-search li a .header-text {
    display: table-row;
    background: #d0ddf1;
    width: 100%;
    height: 113px;
    font-size: 16px;
}

#popular-search li a .content {
    display: table-row;
    font-size: 13px;
}

#popular-search li a .text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#popular-search li a .text .icon-clock {
    top: 2px;
    left: -8px;
}

#list-remainder-box {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    padding: 76px 0 30px 0;
    color: #fff;
    background: #464749;
}

#list-remainder-box h3 {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: "Ubuntu Light", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

#list-remainder-box h3 + ul {
    margin-left: 12px;
}

#list-remainder-box h3 + ul li {
    width: 100% !important;
    list-style-type: disc;
}

#list-remainder-box h3 + ul li a {
    font-size: 16px;
    font-family: "Ubuntu Light", sans-serif;
}

#list-remainder-box .close {
    position: absolute;
    top: -45px;
    right: 15px;
    cursor: pointer;
}

#list-remainder-box .close-icon-header:after {    
    content: "";
    display: inline-block;
    position: absolute;
    top: -96px;
    right: 155px;
    width:0px;
    height:0px;
    border-left:20px solid transparent;
    border-top:0px solid transparent;
    border-right:20px solid transparent;
    border-bottom:20px solid  #464749;
}

#list-remainder-box .close span {
    float: left;
    margin-right: 5px;
}

#list-remainder-box a {
    display: block;
    color: #fff;
    font-family: "Ubuntu Light", sans-serif;
}

#list-remainder-box nav.list-remainder {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

#list-remainder-box .list-remainder li {    
    width: 95%;
    float: left;
    padding-top: 5px;
    border-top: 3px solid transparent;
}

#list-remainder-box .list-remainder li.turquoise {
    border-top-color: #00b4aa;
}

#list-remainder-box .list-remainder li.turquoise li {
    color: #00b4aa;
}

#list-remainder-box .list-remainder li.light-green {
    border-top-color: #a4cd39;
}

#list-remainder-box .list-remainder li.light-green li {
    color: #a4cd39;
}

#list-remainder-box .list-remainder li.green {
    border-top-color: #37d61d;
}

#list-remainder-box .list-remainder li.green li {
    color: #37d61d;
}

#list-remainder-box .list-remainder li.orange {
    border-top-color: #f58020;
}

#list-remainder-box .list-remainder li.orange li {
    color: #f58020;
}

#list-remainder-box .list-remainder li.pink {
    border-top-color: #d04599;
}

#list-remainder-box .list-remainder li.pink li {
    color: #d04599;
}

#list-remainder-box .list-remainder li.violet {
    border-top-color: #5f5aa7;
}

#list-remainder-box .list-remainder li.violet li {
    color: #5f5aa7;
}

#list-remainder-box .list-remainder li.red {
    border-top-color: #ea1c24;
}

#list-remainder-box .list-remainder li.red li {
    color: #ea1c24;
}

#list-remainder-box .list-remainder li.gray {
    border-top-color: #bcbdc0;
}

#list-remainder-box .list-remainder li.yellow {
    border-top-color: #ecc731;
}

#list-remainder-box .list-remainder li.yellow li {
    color: #ecc731;
}

#list-remainder-box .list-remainder li.light-blue {
    border-top-color: #1393d1;
}

#list-remainder-box .list-remainder li.light-blue li {
    color: #1393d1;
}

#list-remainder-box .list-remainder li.blue {
    border-top-color: #5b67ff;
}

#list-remainder-box .list-remainder li.blue li {
    color: #5b67ff;
}

#entrepreneurs {
    margin-top: 15px;
}

#entrepreneurs .support-box {
    border-top: 2px solid #457aca;
    padding-top: 15px;
    margin-top: 10px;
    display: none;
}

#entrepreneurs h2,
#entrepreneurs h3 {
    display: inline-block;
}

#entrepreneurs h3 {
    color: #72e9fb;
    font-weight: 300;
    font-size: 32px;
}

#entrepreneurs h3.units-box {
    line-height: 32px;
}

#entrepreneurs .icon-house {
    margin: 0 10px;
}

#entrepreneurs .btn-change {
    float: right;
    display: inline-block;
    background: #fff;
    margin-top: 15px;
    width: 76px;
    font-family: 'Ubuntu Medium';
    font-size: 16px;
    color: #1256bb;
}

#entrepreneurs .btn-change:focus {
    outline: 2px solid #000 !important;
}

.grants-content .search-box {
    margin-bottom: 30px;
}

.grants-content .search-box .header-search {
    line-height: 30px;
    font-size: 20px;
}

.header-search a:focus {
    outline: 2px solid #000 !important;
}

.grants-content .sort a {
    font-family: 'Ubuntu Medium';
    text-decoration: none !important;
}

#search-grants {
    margin-top: 60px;
}

#search-grants aside h3,
#search-grants aside .clear {
    float: left;
}

#search-grants aside h3 {
    font-family: "Ubuntu Bold";
}

#search-grants aside .clear {
    margin-top: 15px;
    margin-right: 20px;
    font-size: 14px;
    font-family: "Ubuntu Bold";
}

#search-grants input[type="checkbox"],
#search-grants input[type="radio"] {
    float: left;
    margin-top: 6px;
}

#search-grants .next-step input[type="checkbox"],
#search-grants .next-step input[type="radio"] {
    margin-top: 2px;
}

#search-grants .next-step .description {
    line-height: 15px;
    margin: 6px 0;
}

#search-grants .description {
    display: block;
    padding: 0 20px;
    line-height: 26px;
}

#search-grants .description .info {
    font-size: 12px;
    line-height: 10px;
}

.filter-mobile {
    display: none;
    width: 100%;
}

.text-filter-mobile {
    padding-top: 3px;
}

.filter-mobile-box {
    margin: 0 auto;
    text-align: center;
}

.text-filter-mobile,
.filter-mobile .icon-filter-mobile {
    display: inline-block;
}

.text-filter-mobile {
    padding-left: 5px;
}

.filter-mobile .icon-filter-mobile {
    padding-right: 5px;
    text-align: right;
}

.filter {
    position: relative;
}

.filter .filter-check a{    
    position: absolute;
    right: 5px;
    top: 8px;
}

#search-grants .filter-check {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cacaca;
}

#search-grants .filter-check .next-step {
    display: none;
}

#search-grants .filter-check .next-step label {
    margin-bottom: 0;
}

#search-grants .filter-check .next-step .description {
    font-size: 12px;
}

#grants-list .grants-list-box {
    padding: 0;
}

#grants-list .checked-box {    
    border: 2px solid #000;
}

#grants-list li {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

#grants-list li:hover {
    cursor: pointer;
    border: 2px solid #000;
}

#grants-list .active {
    background: #ececec;
}

#grants-list li.active:hover {
    border: 1px solid #e1e1e1;
}

#grants-list li:hover .header-list {
    padding: 19px 14px 0; 
}

#grants-list li:hover .content-list {
    padding: 15px 14px 0 14px;
}

#grants-list li .grants-list-box.active .content-list {
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
}

.content-more-list {
    font-family: "Ubuntu Light";
    display: none;
}

#grants-list li .grants-list-box.active .content-more-list {
    display: block;
}

#grants-list li .header-list {
    display: block;
    padding: 20px 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

#grants-list li .header-list h3 {
    width: 82%;
    float: left;
    font-size: 20px;
    color: #1256bb;
}

#grants-list li .header-list .fund {
    float: right;
    font-weight: 700;
}

#grants-list li .header-list p {
    clear: both;
    margin-bottom: 10px;
}

#grants-list .icon-question,
#grants-list .star,
#grants-list .calendary,
#grants-list .this-icon,
#grants-list .icon-star,
#grants-list .calendary .icon-calendar,
#grants-list .this-icon .icon-this-icon,
#grants-list .icon-ticket,
#grants-list .icon-briefcase,
#grants-list .icon-note {
    margin-right: 10px;
}

#grants-list .content-list {
    padding: 15px 15px 1px;
    line-height: 24px;
}

#grants-list .active .content-list {
    padding: 15px 14px 0;
}

#grants-list .active .header-list {
    padding: 19px 14px 0;
}

#grants-list li.active .next.down {
    display: none;
}

#grants-list .next.down {
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    font-family: "Ubuntu Bold";
}

#grants-list li.active .next.up {
    display: block;
}

#grants-list .next.up {    
    display: none;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    font-family: "Ubuntu Bold";
}

#grants-list .content-list .next a {
    color: #1256bb;
}

.grants-content .info-box {
    padding-bottom: 15px;
}

.grants-content .info-box h3 {
    margin-bottom: 10px;
}

.grants-content .info-box p {
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "Ubuntu Light";
}

.grants-content .info-box .button:hover {
    color: #fff;
    text-decoration: none;
}

.content-more-list {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.content-more-list .info {
    float: left;
    width: 53px;
    height: 53px;
    background: #fff;
    margin-right: 20px;
    text-align: center;
    font-size: 13px;
    font-family: 'Ubuntu Light';
    line-height: 21px;
    border: 2px solid #FFF;
}

.content-more-list .right-info {
    float: left;
    width: 86%;
}

.content-more-list .right-info p {    
    font-family: 'Ubuntu Medium';
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.content-more-list .info strong.small {
    font-family: 'Ubuntu Medium';
    font-size: 17px;
}

.content-more-list .info strong {
    font-family: 'Ubuntu Medium';
    font-size: 24px;
}

.content-more-list .content-more-header {
    font-family: "Ubuntu Medium";
    margin-bottom: 10px;
}

.content-more-list .content-more-box {
    clear: both;
    overflow: hidden;
    display: block;
    padding: 3px 0;
    font-size: 14px;
    font-family: "Ubuntu Light";
    line-height: 20px;
}

.content-more-list .content-more-box.error small {
    clear: both;
    padding-left: 10px;
}

.content-more-list .content-more-box.error small:before {
    content: "!";
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
    padding: 2px;
}

.content-more-list .content-more-box .icon-calendar {
    margin-top: 4px;
}

.content-more-list .content-more-box .button-blue {
    margin-top: 10px;
}

.button-blue:focus {
    outline: 2px solid #000000 !important;
}

.content-more-list .content-more-box .statute {
    font-size: 10px;
    font-family: "Ubuntu";
    color: #676767;
}

.content-more-box .email-box {
    margin: 10px 0;
}

#entrepreneurs .icon-people {
    margin: 0 10px;
}

#entrepreneurs .icon-government {
    margin: 0 10px;
}

.filter-button {
    display: none;
}

.info.pink {
    border-color: #d04599;
}

.info.green {
    border-color: #77b542;
}

.info.aqua {
    border-color: #00b4aa;
}

.info.orange {
    border-color: #f58020;
}

.info.purple {
    border-color: #5f5aa7;
}

.info.darkGreen {
    border-color: #447a16;
}

.info.red {
    border-color: #ea1c24;
}

.info.yellow {
    border-color: #ffd514;
}

.info-box {
    width: 105%;
    margin-left: -15px;
}

.footer-list {
    height: 208px;
}

.footer-list li {
    margin: 5px 0;
}

.footer-list .btn-gray {
    position: absolute;
    bottom: 0;
}

.text-none {
    visibility: hidden;
}

.mail-box,
.acknowledgements {
    display: none;
}

.acknowledgements {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
}
a.descending-order, a.ascending-order {
    color:#1256bb !important;
}
a.descending-order.active,
a.ascending-order.active,
.grants-content .sort a.ascending {
    font-weight: bold;
    text-decoration: underline !important;
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.lt-ie9 section.grants-content .search-box {
    margin-bottom: 20px;
}

#preloader, #preloaderNewsletter {
    display: none;
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

#preloader #status{
    background: url("/media/img2/loader.gif") no-repeat center center;
    height: 200px;
    left: 58%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 20%;
    width: 200px;
}

#preloaderNewsletter #statusNewsletter {
    background: url("/media/img2/loader.gif") no-repeat center center;
    height: 200px;
    left: 58%;
    margin: -100px 0 0 -140px;
    position: absolute;
    top: 20%;
    width: 200px;
}

#preloader p {
    width: 200px;
    height: 200px;
    left: 58%;
    text-align: center;
    margin: -100px 0 0 -90px;
    position: absolute;
    top: 85%;
}

#preloaderNewsletter p {
    width: 200px;
    height: 200px;
    left: 58%;
    text-align: center;
    margin: -100px 0 0 -130px;
    position: absolute;
    top: 85%;
}
#preloaderNewsletter p {
	width: 300px;
}
#preloaderNewsletter #statusNewsletter {
	width: 300px;
}
.hide-button-blue {
    display: none;
}

.hide-button-blue:focus {
    border: 0;
}

/*Multiselect*/
.ui-multiselect {
    width: 100% !important;
    padding: 2px 0 2px 4px;
    text-align: left;
    background: #fff;
    border: 2px solid #717171;
}


.ui-multiselect-arrow-down:after {
    position: absolute;
    display: block;
    right: 6px;
    top: 7px;
    content: "";
    width: 15px;
    height: 14px;
    background: url(../img2/sprite.png);
    background-position: -197px 4px;    
}

.ui-multiselect-arrow-up:after {
    position: absolute;
    display: block;
    right: 6px;
    top: 7px;
    content: "";
    width: 15px;
    height: 14px;
    background: url(../img2/sprite.png);
    background-position: -247px 4px;    
}

.ui-multiselect span {
    color: #000;
}

.ui-multiselect span.ui-icon {
    float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important;
}

.ui-multiselect-header {
    position: absolute;
    width: 100%;
    height: 97px;
    bottom: -74px;
    background: #fff;    
    border: 2px solid #717171;
    border-top: none;
}

.ui-multiselect-header ul {
    font-size: 0.9em;
}

.ui-multiselect-header .ui-helper-reset li {
    display: inline-block;
    width: 80px;
}

.ui-multiselect-header .ui-helper-reset li + li {
    margin-top: 10px;
    text-align: center;
    float: right;
}

.ui-multiselect-header .ui-helper-reset li + li + li {
    margin-top: 0;
}

.ui-multiselect-header .ui-helper-reset .ui-multiselect-all {
    width: 100px;
    padding: 10px 0 10px 15px;
    display: block;
}

.ui-multiselect-header ul li {
    padding: 0 10px 0 0;
}

.ui-multiselect-header a {
    text-decoration: none;
}

.ui-multiselect-header a:hover {
    text-decoration: underline;
}

.ui-multiselect-header span.ui-icon {
    float: left;
	text-indent: initial;
    overflow: initial;
}

.ui-multiselect-header li.ui-multiselect-close {
    text-align: right;
    padding-right: 0;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
}

.ui-multiselect-header li.ui-multiselect-close span {
    display: block;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    background: #1256bb;
    margin-left: 42%;
    margin-bottom: 2px;
}

.ui-multiselect-menu {
    display: none;
    margin-top: 1px;
    position: absolute;
    z-index: 10000;
    text-align: left;
}

.ui-multiselect-checkboxes {
    position: relative /* fixes bug in IE6/7 */;
    background: #fff;
    border: 2px solid #717171;
    border-bottom: none;
    padding: 15px;
    height: 585px !important;
}

.ui-multiselect-checkboxes .ui-corner-all span {
    margin-left: 5px;   
    font-family: 'Roboto Light';
}

.ui-multiselect-checkboxes label {    
    font-weight: bold !important;
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px;
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px;
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 0.9em;
    padding-right: 3px;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none;
}

.ui-multiselect-all:focus {
    outline: 0 !important;
    border: 0;
}

.ui-multiselect-all:focus span {
    outline: 2px solid #1256BB;
}

.ui-multiselect-close:focus {
    outline: 0 !important;
    border: 0;
}

.ui-multiselect-close:focus span {
    outline: 2px solid #000;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
    border: none;
}