/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 3, 2018, 11:39:08 AM
    Author     : Andjela
*/

@media only screen and (max-width: 1850px){
    #header.fixed a.logoFix{
        left:-30px;
        top:-29px;
        width:300px;
    } 
    #header.fixed #primaryNavigation .nav ul{
        width: auto;
        float: right;
    }
    #header.fixed #primaryNavigation .nav ul li{
        width: auto;
        padding: 0 7px;
    }
    #header.fixed #primaryNavigation .nav ul li a {
        font-size:14px;
    }
    #header.fixed .primary-header #secondaryNavigation {
        margin-right: 220px;
        margin-top: 12px;
    }
    #header.fixed .primary-header .languageHolder.right{
        margin-top: 12px;
        margin-right: 20px;
    }
    #header.fixed .secondary-header .searchForm{
        display: none;
    }
    #header.fixed .searchForm{
        display:block;
        margin-top:1px;
        width:200px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        right: 0;
    }

}
@media only screen and (max-width: 1366px){
    .secondary-header .container {
        width: 100%;
        margin: 0 auto;
    }

    #primaryNavigation .nav ul li {
        width: 12.5%;
        box-sizing: border-box;
        padding:0;
    }
    .container-fluid.primary-header .container {
        background: none;
        padding: 0 10px;
    }
    .homoPromoContainer .firstHomePromo img{
        display: none;
    }
    /*.nav ul#header.fixed #primaryNavigation .nav{
        float: right;
        width: calc(100% - 280px);
    }*/

    fieldset.searchFieldset{
        width:200px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

    }
    fieldset.searchFieldset input.searchInput{
        padding:7px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .container-fluid.primary-header .container{
        /*        background-image: url('/img/building2.png');
                background-size: auto auto;
                background-position: center center;
                background-repeat: no-repeat;*/
    }
}
@media only screen and (max-width: 1270px){
    .container{
        max-width:984px;
        width:100%;
        margin:0 auto;
    }
    #container{
        max-width:984px;
        width:100%;
        margin:0 auto;
    }

    #content{
        max-width:664px;
        width:100%;
        margin:0 auto;
    }
    .container-fluid.primary-header .container{
        /*        background-image: none;*/
    }
    table tbody tr td.tdInput{
        padding: 24px 10px 0 30px;
    }
    table.controlNo tr td input.wideCon{
        width: 330px;
    }
    .children{
        width: 214px;
        margin: 0 10px 20px 0;
        padding: 15px 10px 20px 15px;
    }
    #content .children h3{
        width:190px;
        font-size:19px;
    }
    .container-fluid.primary-header{
        height:40px;
    }
    a.logoFix{
        width: 200px;
        height: 63px;
        display: block;
        position: absolute;
        top: -9px;
        left: 0;
        z-index: 9999;
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-size:100% auto;

    }
    .container-fluid.primary-header .logo a{
        display:none;
    }
    #secondaryNavigation {
        margin-right: 220px;
        margin-top: 8px;
    }
    body.en #secondaryNavigation {
        margin-top:10px;
    }
    #secondaryNavigation .menu{
        float:right;
    }
    div.searchForm{
        position: absolute;
        right: 0;
        margin-top:2px;

    }
    body.en div.searchForm{
        margin-top: 5px;
    }
    form.searchForm{
        float:right;
    }
    .languageHolder{
        margin-top: 8px;
    }
    #primaryNavigation .nav ul{
        border:0;
        float:right;

    }
    #primaryNavigation .nav ul li{
        width:auto;
        border-right:0;
        padding: 0 0 0 10px;
    }
    #primaryNavigation .nav li a{
        font-size: 13px;
        font-weight: 400;
    }
    #header.fixed .primary-header .logo,
    #header.fixed .primary-header #secondaryNavigation,
    #header.fixed .primary-header .searchForm,
    #header.fixed #primaryNavigation{
        display: none;
    }
    #header.fixed .primary-header {
        height: 0;
    }
    #header.fixed .menu-triger{
        display: block;
    }
    #header.fixed .container-fluid.secondary-header{
        display: table;
        width: 100%;
    }
    #header.fixed .secondary-header a.logoFix{
        position: relative;
        width: 165px;
        height: 52px;
        float: left;
        top: auto;
        left: auto;
        margin: 4px 0;
    }
    #header.fixed .secondary-header .searchForm{
        display: none;
        width: auto;
        position: absolute;
        top: 32px;
        left: auto;
        right: 0;
    }
    #header.fixed .primary-header .languageHolder.right {
        display: none;
    }
    #header.fixed .languageHolder a {
        color: #676767;
        border-color: #676767;
    }
    #header.fixed .searchTrigger {
        display: none;
    }
    body.en #header.fixed .searchTrigger {
        margin:17px 0 0;
    }
    #header.fixed .secondary-header .searchForm.active {
        display: block;
    }
    #header,
    #header.fixed {
        z-index: 99;
    }
    body.lock {
        overflow: hidden;
    }
    .homoPromoContainer .firstHomePromo{
        min-width:500px;
    }
    a.homePromoLinks p.subTitle{
        display:none;
    }
    .homeLeft{
        width:48%;
        margin-right:4%;
    }
    .homeLeft.left .singleStory{
        width: 48%;
    }
    .homeLeft.left .singleStory:nth-of-type(odd){
        margin-right:4%;
    }
    .homeLeft.left .singleStory img{
        width:100%;
    }
    .homeRight{
        width:48%;
    }
    .homeBanner .bannerBackground{
        width:300px;
        padding: 30px 0 30px 30px;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground h3{
        margin-bottom: 20px;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground p{
        font-size:16px;
        margin-bottom:15px;
    }

    .contactForm .holder select,
    .contactForm .holder input#address2,
    .contactForm .holder textarea,
    .contactForm .holder{
        width:100%;
    }

    /*    .contactForm.askForm .holder:nth-of-type(3n),
        .contactForm.askForm .holder:nth-of-type(3n+1){
            width: calc((100% - 10px)/2);
        }*/
    .contactForm.askForm .holder:nth-of-type(1){
        width:100%;
    }
    .topArticle-3 .gridHolder {
        width: calc(100% + 70px);
        margin: 0 -35px;
    }
    .topArticle-3 .gridHolder .four {
        padding: 0 35px;
    }
    .firstWithImage img {
        right: -10px;
    }
    .firstWithImage .text {
        padding: 28px 5px 28px 10px;   
    }
    .registarEFU .holder {width: 100% !important}
}
@media only screen and (max-width: 1024px){
    #st-2 {
        top: auto !important; 
        transform: none !important; 
    }  
    #footerOut{
        height:360px;
    }
    .niDataTable .fakeTitle:first-child,
    .niDataTable .data1.rowTitle, 
    .niDataTable .data2.rowTitle {
        padding-left: 15px;
    }
    .niDataTable .data1, 
    .niDataTable .data2 {
        font-size: 14px;
        line-height: 16px;
    }
    .niDataTable .data1.rowTitle, 
    .niDataTable .data2.rowTitle {
        font-size: 12px;
        line-height: 14px;
    }
}
@media only screen and (max-width: 1023px){
    body {
        padding-top: 60px !important;
    }
    .homoPromoContainer {
        margin-top: 0;
        padding: 30px;
    }
    .container{
        max-width:728px;
    }
    #container{
        max-width:728px;
        padding-bottom: 420px;
    }
    #content{
        max-width:100%;
    }
    #footer{
        margin-top: 40px;
    }
    #path{
        display: none;
    }
    #header.fixed {
        min-height: 1px;
    }
    #stripe1{
        display: none;
    }

    #footerOut{
        height:420px;
    }
    #content h1{
        font-size: 24px;
    }
    #content p.lead{
        font-size: 16px;
    }
    .children{
        width: 235px;
        margin: 0 10px 20px 0;
        padding: 20px 20px 30px 20px;
    }
    #content .children h3{
        width:190px;
        font-size:18px;
    }
    .container-fluid.primary-header,
    #primaryNavigation{
        display:none;
    }
    a.logoFix,
    #header.fixed .secondary-header a.logoFix{
        width: 165px;
        height: 52px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position-x: center;
        position: relative;
        top:auto;
        left:auto;
        bottom: auto;
        right:auto;
        float: none;
        margin: 4px auto;
    }
    /*    body.en a.logoFix,
        body.en #header.fixed .secondary-header a.logoFix{
            height: 62px;
        }
        body.sr a.logoFix,
        body.sr #header.fixed .secondary-header a.logoFix{
            height: 57px;
        }*/
    .menu-triger{
        display: block;
        margin: 18px 20px 0 0;
    }
    /*    body.en .menu-triger{
            margin: 22px 20px 0 0;
        }
        body.sr .menu-triger{
            margin: 20px 20px 0 0;
        }*/
    .searchTrigger,
    #header.fixed .searchTrigger{
        display: none;
        position: absolute;
        right: 0;
        top: 50%;
        margin: 0;
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Safari */
        transform: translateY(-50%);
    }
    body.en .searchTrigger,
    body.en #header.fixed .searchTrigger{
        margin-top: 0;
    }
    .homoPromoContainer .firstHomePromo{
        width:100%;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground h2{
        font-size:33px;
    }
    #content .homoPromoContainer .firstHomePromo p{
        margin-bottom:0;
    }
    .homoPromoContainer .firstHomePromo a{
        margin-top:20px;
    }
    .homePromoLinksContainer{
        width:100%;
        margin-top:50px;
        padding:0;
    }
    .homePromoLinksContainer a.homePromoLinks{
        width:32%;
        margin:0 0 20px 0;
        min-height:80px;
        padding:15px 20px 15px 10px;
    }
    .homePromoLinksContainer a.homePromoLinks:nth-of-type(even){
        float:left;
        margin:0 0 20px 0;
    }
    .homePromoLinksContainer a.homePromoLinks:nth-of-type(odd){
        margin:0 0 20px 0;
    }
    .homePromoLinksContainer a.homePromoLinks:nth-of-type(3n+2){
        margin:0 2% 20px 2%;
    }
    #content a.homePromoLinks h2.PromoTitle{
        margin-bottom:0;
    }
    a.homePromoLinks i{
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        font-size:18px;
    }
    .homeLeft,
    .homeRight{
        width:100%;
    }
    .homeBanner .bannerBackground{
        width:460px;
    }
    .latestList .latestStory{
        width:48%;
        margin-right: 0;
        margin-bottom: 45px;
    }
    .latestList .latestStory:nth-of-type(odd){
        margin-right: 2%;
    }
    body.ci a.taxCalendarLink.ci,
    body.sr a.taxCalendarLink.sr,
    body.en a.taxCalendarLink.en {
        display: block;
    }
    a.ImgWrapper {
        margin-right: 0;
        float: none;
        width: 160px;
        display: block;
    }
    .storyTextNew {
        float: none;
        width: 100%;
        padding: 10px 0;
        position: relative;
        min-height: inherit; 
    }
    .storyTextNew a.button-link {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .topArticle-3 .gridHolder {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .topArticle-3 .gridHolder .four {
        padding: 0 15px;
    }
    .gridHolder .eight {
        width: 100%;
        float: none;
    }
    .fourNew,
    .fourNew2 {
        width: 50%;
    }
    .gridHolder .fourNew2:nth-of-type(4),
    .gridHolder .fourNew2:nth-of-type(7) {
        clear: none;
    }
    .gridHolder .fourNew2:nth-of-type(2),
    .gridHolder .fourNew2:nth-of-type(4),
    .gridHolder .fourNew2:nth-of-type(6),
    .gridHolder .fourNew2:nth-of-type(8) {
        clear: left;
    }
    .workinHour {
        min-height: 100px;
    }
    .firstWithImage .text {
        width: 200px;
    }
    .topArticle-1-1-9 .fourNew2.first {
        clear: none;
    }
}

@media only screen and (max-width: 767px){
    .container{
        max-width:460px;
    }
    #container{
        max-width:460px;
        padding-bottom: 330px;
    }
    #content h1{
        width:100%;
    }
    #footerOut{
        height: 330px;
    }
    #header.fixed .menu-triger{
        margin-right:0;
    }
    a.logoFix,
    #header.fixed .secondary-header a.logoFix{
        /*        width: 31px;*/
        background-size: auto 100%;
        background-position-x: left;

    }
    body.en a.logoFix,
    body.en #header.fixed .secondary-header a.logoFix{
        height: 52px;
    }

    body.en .menu-triger{
        margin: 18px 20px 0 0;
    }
    .homePromoLinksContainer a.homePromoLinks{
        padding: 15px 30px 15px 10px;
    }
    #content a.homePromoLinks h2.PromoTitle{
        font-size: 14px;
    }
    a.homePromoLinks i{
        right:15px;
    }
    .children{
        width:225px;
    }
    .children:nth-of-type(2n){
        margin-right: 0;
    }
    .children:nth-of-type(2n+1){
        margin-right: 10px;
    }

    .homoPromoContainer .firstHomePromo{
        min-width: auto;
    }
    .homePromoLinksContainer a.homePromoLinks{
        width:49%;
        min-height: 100px;
        margin: 0 0 20px 0;
    }
    .homePromoLinksContainer a.homePromoLinks:nth-of-type(3n+2){
        margin:0;
    }
    .homePromoLinksContainer a.homePromoLinks:nth-of-type(odd){
        margin-right: 2%;
    }
    .homeBanner .bannerBackground{
        width: 270px;
    }
    .latestList .latestStory a h3{
        min-height: 60px;
    }
    .footerNav,
    .footerSecNav{
        display: none;
    }
    .contactForm .holder,
    .contactForm.askForm .holder:nth-of-type(3n), 
    .contactForm.askForm .holder:nth-of-type(3n+1),
    .contactForm .holder select,
    .contactForm .holder textarea{
        width:100%;
    }
    #content .box-right,
    #content .box-left{
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 0;
    }
    table.controlNo tr {
        width: 100%;
        display: table;
    }
    table.controlNo td {
        border: none !important;
    }
    table.controlNo td.tdInput {
        width: 100%;
        display: block;
        padding: 20px 20px 0;
        box-sizing: border-box;
        border: none;
    }
    table.controlNo tr td input.wideCon {
        width: 100%;
        margin: 5px 0;
    }
    table.controlNo div {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    table.controlNo div p {
        margin: 0 !important;
        text-align: left;
        line-height: 1.2;
    }
    table.controlNo td.mod,
    table.controlNo td.mod.first {
        width: 110px;
        display: block;
        box-sizing: border-box;
        float: left;
        padding: 20px 0 20px 20px;
    }
    table.controlNo td.mod.first {
        padding-bottom: 0;
    }
    table.controlNo td.result,
    table.controlNo td.result.first {
        width: calc(100% - 110px);
        display: block;
        box-sizing: border-box;
        float: left;
        padding: 20px 20px 20px 0;
    }
    table.controlNo td.result.first {
        padding-bottom: 0;
    }
    table.controlNo tr td input.buttonCon {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 9px 0;
        margin: 0;
    }
    table tbody tr td.result input {
        width: 100%;
        margin: 0;
        border: 1px solid rgba(0,0,0,0.3);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        box-sizing: border-box;
        padding-left: 10px;
        height: 38px;
    }
    .table-overflow{
        overflow-x: scroll;
    }
    #path {
        max-height: 40px;
    }
    .homeBanner.bannerWithOutLink{
        width: 48%;
        margin-right: 4%;
        float: left;
        display: block;
        margin-top: 0;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground h3,
    #content .homeBanner.bannerWithOutLink .bannerBackground h2 {
        margin-bottom: 5px;
        line-height: 1.2;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground p {
        margin-bottom: 0;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground a,
    #content .homeBanner.bannerWithLink .bannerBackground a {
        bottom: 10px;
    }
    .homeBanner.bannerWithLink{
        width: 48%;
        margin-right: 0;
        float: left;
        display: block;
        margin-top: 0;
    }
    .homeBanner.bannerWithOutLink .bannerBackground,
    .homeBanner.bannerWithLink .bannerBackground{
        width: 100%;
        box-sizing: border-box;
        padding: 15px 10px;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground h2{
        font-size: 22px;
    }
    .homeBanner.bannerWithOutLink .bannerBackground .bannerContent{
        bottom: 60px;
    }
    .homeBanner .bannerBackground,
    .homeBanner.bannerWithLink .bannerBackground{
        min-height: 234px;
    }
    /*    #content .homeBanner.bannerWithLink .bannerBackground a{
            bottom:30px;
        }*/
    .homeBanner img{
        width: 100%;
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: 150px;
    }
    .homeRight.right,
    .homeLeft.left .storyList{
        padding-top: 0;
    }
    #content table tbody tr td{
        padding: 5px;   
        font-size: 12px;
    }
    #content table tbody tr td p{
        font-size: 12px;
    }
    .storyImgWrapper,
    .infoText{
        width: 100%;
    }
    .modalWrapper {
        padding: 20px 20px;
    }
    .topArticle-3 .gridHolder {
        text-align: center;
    }
    .topArticle-3 .gridHolder .four {
        width: 50%;
        display: inline-block;
        float: none;
        margin-top: 30px;
    }
    .topArticle-3 .gridHolder .four:firs-child {
        margin-top: 0;
    }
    .fourNew,
    .fourNew2 {
        width: 100%;
        float: none;
    }
    .gridHolder .six {
        width: 100%;
        float: none;
    }
    .firstWithImage .text {
        width: 50%;
        padding: 28px 5px 28px 5px;
        box-sizing: border-box;
        background-color: rgba(18,61,123,0.75);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    a:hover .firstWithImage .text {
        background-color: #C03A41;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    .nagradnaIgraWrapper {
        padding: 10px 20px;
        width: 100%;
        display: table;
        box-sizing: border-box;
    }
    .niLogo {
        margin: 0 auto;
    }
    .niDataTableContent.desktop {
        display: none;
    }
    .niDataTableContent.mobile {
        display: table;
        width: 100%;
    }
    .fakeTitleFirst {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-align: center;
        margin: 15px 0;
        text-transform: uppercase;
        color: #133D7B;
    }
    .niDataTable .data1.rowTitle, 
    .niDataTable .data2.rowTitle {
        border: none;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase;
        background-color: rgba(19,61,123,0.1);
        color: #133D7B;
        font-weight: bold;
        padding: 10px 5px;
        display: block;
    }
    .niDataTableContent.mobile .rowData {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    .niDataTableContent.mobile .rowData.first {
        border-bottom: 1px solid #F0F0F0;
    }
    .leftFmt {
        font-size: 14px;
        line-height: 16px;
        color: #676767;
        flex-shrink: 1;
    }
    .rightData {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        padding-left: 10px;
        flex-shrink: 0;
        color: #133D7B;
    }
}
@media only screen and (max-width: 479px){
    .container{
        max-width:280px;
    }
    .secondary-header .container{
        max-width: 90%;
    }
    #container{
        max-width:90%;
        padding-bottom: 355px;
    }
    body.calendar #container {
        max-width: 300px;
    }
    #footerOut{
        height: 355px;
    }
    #content h1{
        width:100%;
    }
    .homoPromoContainer{
        padding: 30px 30px 20px;
    }
    .homePromoLinksContainer a.homePromoLinks{
        padding: 10px;
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
    #content a.homePromoLinks h2.PromoTitle,
    a.homePromoLinks i{
        font-size:14px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    #content a.homePromoLinks h2.PromoTitle{
        width: 85%;
        float: left;
    }
    a.homePromoLinks i{
        bottom:auto;
        right:5px;
        width: 6%;
    }

    .homeLeft.left .singleStory{
        width: 100%;
        margin: 0 0 30px 0;
    }

    .latestList .latestStory{
        width:100%;
        margin: 0 0 30px 0;
    }
    .homeBanner.bannerWithOutLink,
    .homeBanner.bannerWithLink{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .homeBanner .bannerBackground{
        width:100%;
        padding: 20px 0 20px 20px;
    }
    .homeBanner img{
        height: auto;
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
    }
    .homeBanner .bannerBackground,
    .homeBanner.bannerWithLink .bannerBackground{
        min-height: 0;
    }

    .homeBanner.bannerWithOutLink .bannerBackground .bannerContent,
    #content .homeBanner.bannerWithLink .bannerBackground a{
        position: relative;
        bottom: auto;
        float: none;
        left: auto;
    }

    #content .homeLeft.left .singleStory a h3 {
        margin-bottom: 15px;
    }
    .singleStory a {
        display: block;
    }
    #content .homeLeft.left h1.storyTitle {
        margin-bottom: 20px;
    }
    .homeLeft.left .storyList {
        margin-bottom: 20px;
    }
    .homeRight.right {
        padding-top: 0;
        margin-bottom: 25px;
    }
    #content .latestList .latestStory a h3{
        margin-bottom: 15px;
        min-height: 1px;
    }
    .latestList{
        margin: 20px 0 20px 0;
    }
    .footerCopy p{
        font-size: 13px;
    }
    .children{
        width:100%;
        margin: 0 0 10px 0;
    }
    #content .children h3{
        width:220px;
    }
    .lawBrowser .storyNav{
        padding: 0;
        margin-bottom: 20px;
    }
    .lawBrowser .storyNav span.title{
        width: 100%;
    }
    .lawBrowser .storyNav .linkWrapper{
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        border:none;
        width: 100%;
        text-align: center;
        position: relative;
        display: table;
        padding: 10px 0;
    }
    .lawBrowser .storyNav .linkWrapper a{
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        display: inline-block;
        -ms-transform: translate(0, 0); /* IE 9 */
        -webkit-transform: translate(0, 0); /* Safari */
        transform: translate(0, 0);
    }
    .tenderBrowser .articleNav .uptitleArticle{
        font-size:17px;
    }
    .contactForm .holder,
    .contactForm.askForm .holder:nth-of-type(3n), 
    .contactForm.askForm .holder:nth-of-type(3n+1),
    .contactForm .holder select,
    .contactForm .holder textarea{
        width:200px;
    }
    .contactForm .holder{
        font-size: 12px;
    }
    #content .lawBrowser .storyNav .title_leadShort {
        display: table;
        width: 100%;
        float: none;
        min-height: 1px;
    }
    .lawBrowser .storyNav span.title {
        float: none;
        width: 100%;
    }
    #path {
        max-height: 60px;
    }
    .accordion dt {
        padding: 15px 25px 15px 10px;
    }
    .accordion dd{
        padding: 0 25px 15px 10px 
    }
    .accordion dt a{
        font-size: 14px;
    }
    .accordion dt a i{
        right:10px;
    }
    .contactForm{
        padding: 15px;
    }
    .contactForm .holder,
    .contactForm.askForm .holder:nth-of-type(3n), 
    .contactForm.askForm .holder:nth-of-type(3n+1), 
    .contactForm .holder select,
    .contactForm .holder textarea{
        width: 100%;
    }
    .modalWrapper {
        padding: 10px 15px;
    }
    #content .modalWrapper p {
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .modalContainer .modalHeader {
        text-align: left;
    }
    #content .homeBanner.bannerWithOutLink .bannerBackground a {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 10px;
        float: none;
        display: block;
    }
    .gridHolder .half {
        width: 100%;
        float: none;
        clear: both;
    }
    .whiteBackground {
        padding: 20px 10px;
    }
    .topArticle-3 .gridHolder .four {
        width: 100%;
        max-width: 330px;
        float: none;
        display: table;
        margin: 30px auto 0;
    }
    .topArticle-3 .gridHolder .four:first-child {
        margin-top: 0;
    }
    .singleStory a {
        float: left;
        margin-right: 20px;
    }
    .storyTextNew {
        float: left;
        width: calc(100% - 180px);
        padding: 0;
    }
    .storyTextNew a.button-link {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 400px) {
    .singleStory a {
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
    }
    .storyTextNew {
        float: none;
        width: 100%;
        display: block;
    }
    .fullLink .dateSpan {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
    }
    .topArticle-4 .fullLink a {
        padding-left: 0;
        margin-top: 5px;
    }
    .firstWithImage .text {
        width: 100%;
    }
}
