h2.sectionTitle {
    border-bottom: 2px solid #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 4px;
    text-transform: uppercase;
}


/* STORY LIST */
.storyNav{
    width: 100%;
    padding:30px 40px;
    margin-bottom: 10px; 
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
    border-radius: 3px;
    box-sizing: border-box;
}
.storyNav a.smallThumb{background: #fff; margin: 0 10px 0 0; padding: 5px; float: left;
-webkit-box-shadow:   0px 1px 1px 0px #989C9E;box-shadow:  0px 1px 1px 0px #989C9E; -moz-box-shadow:  0px 1px 1px 0px #989C9E;}
.storyNav a.smallThumb img{border: none; display: block;}

p.uptitle_eventDate_commentCount{padding: 0; padding-bottom: 20px;}
p.uptitle_eventDate_commentCount span.uptitle{padding: 9px 20px; background: #CC0000; display: inline-block; color: #fff; line-height: 100%; text-transform: uppercase;}
p.uptitle_eventDate_commentCount span.eventDate{padding: 9px 10px; background: #fff; display: inline-block; font-size: 12px; color: #161616; line-height: 100%;}
p.uptitle_eventDate_commentCount span.commentCount{padding: 9px 12px 9px 25px; display: inline-block; font-size: 12px; color: #161616; line-height: 100%;background: url("/img/commentCount.gif") no-repeat scroll 10px center #FFFFFF}

p.uptitle_eventDate_releaseTime_commentCount{padding: 0; padding-bottom: 20px;}
p.uptitle_eventDate_releaseTime_commentCount span.uptitle{padding: 9px 20px; background: #CC0000; display: inline-block; color: #fff; line-height: 100%; text-transform: uppercase;}
p.uptitle_eventDate_releaseTime_commentCount span.eventDate,
p.uptitle_eventDate_releaseTime_commentCount span.releaseTime {padding: 9px 10px; background: #fff; display: inline-block; font-size: 12px; color: #161616; line-height: 100%;}
p.uptitle_eventDate_releaseTime_commentCount span.commentCount{padding: 9px 12px 9px 25px; display: inline-block; font-size: 12px; color: #161616; line-height: 100%;background: url("/img/commentCount.gif") no-repeat scroll 10px center #FFFFFF}

.author_source {padding-bottom: 0; font-size: 12px !important;}
.author_source .source {font-style: italic}

.storyNav h2.title{ color: #505050; font-size: 32px; margin-bottom: 20px;}
.storyNav h2.title a{color: #505050;}
.storyNav h2.title a:hover{text-decoration: none; color: #cc0000;}
.storyNav p.leadShort{font-size: 14px; line-height: 160%; padding: 0;}
/* @end */



/* INCREASE FONT, DECREASE FONT, RESET FONT */

a.increaseFont{background:transparent url("/img/icons/font/increaseFont.png") no-repeat left top;display:block;
             height:24px;text-indent:-2000px;width:25px;}
a.resetFont{background:transparent url("/img/icons/font/resetFont.png") no-repeat left top;display:block;
          height:24px;text-indent:-2000px;width:17px;}
a.decreaseFont{background:transparent url("/img/icons/font/decreaseFont.png") no-repeat left top;display:block;
             height:24px;text-indent:-2000px;width:18px;}
/* @end */

/* STORY VIEW */
.data{ position: relative;}
.data h1.title{ color: #505050; font-size: 32px; line-height: 130%; margin-bottom: 20px; 
       text-transform: none; border-bottom: 0; padding-bottom: 0;}
.data p.lead{font-size: 14px; padding: 0 0 30px 0;}

.box450{margin-right: 20px;}
.boxImage{text-align: center;}
.boxImage img{display: block;}
.boxImage .boxImageCaption{font-style: italic;}
.boxBody{background: #fff; padding: 20px; text-align: center; margin: 0; font-style: italic;
-webkit-box-shadow:   0px 1px 1px 0px #989C9E;box-shadow:  0px 1px 1px 0px #989C9E; -moz-box-shadow:  0px 1px 1px 0px #989C9E;}
.boxBody p{padding: 0; font-size: 18px; color: #333; line-height: 120%; font-family: georgia}

.boxFiles{
 
}
.boxFiles a.boxFile{color: #666; display: block;}

.boxFiles p{border-bottom: 1px solid #E6EBEE; padding-bottom: 15px; margin-bottom: 15px; font-size: 13px; line-height: 130%; color: #666; display: block;}
.boxFiles p:before {
    font-family: 'Font Awesome 5 Free';
    content:'\f15c';
    color: #cd5052;
    font-weight: 900;
;    font-size: 22px;
    float: left;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.boxFiles p:hover:before {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.boxFiles p{
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.boxFiles p a {
    color: #cd5052 !important;
    margin-right: 5px;
    line-height: 150%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.boxFiles p span{
    color: #cd5052;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.boxLink{background: url("/img/icons/link.gif") no-repeat left top; padding-left: 25px;line-height: 20px; display: block;color: #696969; font-size: 16px;}

.boxFiles p a:hover{
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
     }
.boxFiles p a span{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
     }
.box-center {
    float: none; 
    display:block; 
    clear: both; 
    width: 850px;}
.box-right {margin:0 0 15px 20px; float: right; padding:0;clear: both;}
.box-left {margin:0 20px 15px 0; float: left; padding:0;clear: both;}
.box900 {margin-right:  0;}

.boxCaption {
    background: #fff;
    margin: 0 0 2px 0;
    padding: 15px 20px;
    color: #01397F;
    font-weight: bold; 
    font-size: 18px;
    -webkit-box-shadow:   0px 1px 1px 0px #989C9E;
    box-shadow:  0px 1px 1px 0px #989C9E;
    -moz-box-shadow:  0px 1px 1px 0px #989C9E;
    display: none;}

/* @end */

/* SOCIAL*/
.addthis_toolbox.addthis_default_style{ margin:  0;}
.addthis_toolbox.addthis_default_style span {line-height: 10px !important;}
.addthis_toolbox.addthis_default_style span.FBConnectButton {float:left;margin:1px 30px 0 0;	}
.addthis_toolbox.addthis_default_style .twitter-share-button{ float:left; margin-bottom: 15px;}
.addthis_toolbox.addthis_default_style #___plusone_0{ float:left !important; margin-bottom: 15px !important;}
.addthis_toolbox.addthis_default_style .fb-like{ float:left !important; margin-bottom: 14px;}
.addthis_toolbox.addthis_default_style .facebook_share {  float:left !important; margin-bottom: 10px;}
.addthis_toolbox.addthis_default_style .fb-like span{width:130px !important;}
/* @end */

div#viewMore{color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
    padding: 16px 20px;
    text-transform: uppercase;    
    background: url("/img/buttons/button.png") repeat-x scroll left top transparent;font-weight: bold;
    margin: 0 auto 15px;
    width: 60px;
    display: block;
    cursor: pointer;}


/*LAW*/
span.subSection{display: block; color: #01397F; font-size: 24px; font-weight: bold; margin-bottom: 10px; margin-top: 25px;}
span.firstSubSection{margin-top: 0;}
.lawBrowser .storyNav{ background: #fff; 
                       margin: 0 0 10px 0;
                       padding: 0 140px 0 0;                      
                       box-sizing: border-box;
                        -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
                        -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
                        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
                        border-radius: 5px;
                        position: relative;}
.lawBrowser .storyNav .linkWrapper{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 140px;    
}
.lawBrowser .storyNav .linkWrapper a {
    position: absolute;
    right: 15px;
    top:50%;
    transform: translateY(-50%);
}
.lawBrowser .storyNav span.title{
    color: #123d7b; 
    font-size: 18px;
    font-weight: 400;
    line-height: 100%; 
    float: left; 
    padding: 0;
    width: 100%;
}
.lawBrowser .storyNav span.title a{
    color: #01397F;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;


}
.lawBrowser .storyNav span.title a:hover{
    color: #c03a41; 
      text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
#content .lawBrowser .storyNav .title_leadShort{
    width: 100%; 
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    min-height: 75px;
    margin-bottom: 0;
}
.lawBrowser .storyNav a.more{float: right;}
.law-view h2.title{color: #676767; font-size: 22px; font-weight: 400; margin: 15px 0 0 0;}
.lawBrowser .storyNav span.leadShort {display: none;}

/*tenderi*/
.tenderBrowser .storyNav{background: url("/img/dividers/divider.gif") repeat-x left bottom; padding: 0 0 15px 0; margin: 0 0 30px 0;}
.tenderBrowser .storyNav .eventDate{font-size: 12px; color: #666; line-height: 130%; float: left; padding: 0;}
.tenderBrowser .storyNav .uptitle{background: url("/img/deadline.png") repeat-x left top; float: right; line-height: 30px; color: #fff; font-size: 14px; padding: 0 20px 0 0;}
.tenderBrowser .storyNav .uptitle span{color: #E6EBEE; font-size: 12px; padding: 0 30px 0 10px}
.tenderBrowser .storyNav .subtitle{clear: left;font-size: 14px; color: #666;padding: 0 0 25px 0}
.tenderBrowser .storyNav .source{clear: both;font-size: 14px; color: #666;padding: 0; text-transform: uppercase;}
.tenderBrowser .storyNav h2.title{font-size: 20px; color: #01397F; line-height: 110%; margin: 0 0 5px 0;}
.tenderBrowser .storyNav h2.title a{ color: #01397F;}
.tenderBrowser .storyNav h2.title a:hover{ color: #D12C34;text-decoration: none;}
.tenderBrowser .storyNav a.more{background: url("/img/arrows/smallArrow.gif") no-repeat right bottom; font-size: 12px; color: #D12C34; padding: 0 10px 0 0; text-align: left; line-height: 12px;}
.tenderBrowser .storyNav a.more:hover{color: #01397F;text-decoration: none;}


/*info*/
#content .infoBrowser .storyNav .eventDate{
    font-size: 14px;
    color: #676767; 
    font-weight: 400;
    padding: 0;
    line-height: 100%;
    margin-bottom: 0;
}
#content .infoBrowser .storyNav h2.title{
    font-size: 18px;
    font-weight: 400;
    color: #123d7b; 
    margin: 35px 0 30px 0;
    line-height: 100%}
.infoBrowser .storyNav h2.title a{ 
    color: #123d7b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infoBrowser .storyNav h2.title a:hover{ 
    color: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infoBrowser .storyNav a.more{
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 21px;
    border: 1px solid #123d7b;
    border-radius: 3px;
    background-color: #123d7b;
    max-width: 120px;
    max-height: 36px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.infoBrowser .storyNav a.more:hover{
    background: #c03a41;
    border-color: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.law-view p.lead{padding:30px 0 20px 0 ; color:#676767; font-size: 16px; font-weight: 400;}
/*.law-view h2{font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.law-view h3{font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.law-view h4{font-size: 14px; font-weight: bold; margin-bottom: 20px;}*/

.tender-view .eventDate{font-size: 12px; color: #666; line-height: 130%; float: left; padding: 0;}
.tender-view .uptitle{background: url("/img/deadline.png") repeat-x left top; float: right; line-height: 30px; color: #fff; font-size: 14px; padding: 0 20px 0 0;}
.tender-view .uptitle span{color: #E6EBEE; font-size: 12px; padding: 0 30px 0 10px}
.tender-view .subtitle{clear: left;font-size: 14px; color: #666;padding: 0 0 25px 0}
.tender-view .source{clear: both;font-size: 14px; color: #666;padding: 0; text-transform: uppercase;}
.tender-view h2.title{font-size: 24px; color: #01397F; font-weight: bold; line-height: 110%; margin: 0 0 20px 0;}

.tender-view h2{font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.tender-view h3{font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.tender-view h4{font-size: 14px; font-weight: bold; margin-bottom: 20px;}

.info-view .eventDate{
    font-size: 12px;
    padding: 0; 
    line-height: 38px;}
.info-view h2.title{font-size: 24px; color: #01397F; font-weight: bold; margin-bottom: 15px;}
.info-view p.lead{
    font-size: 16px;
    padding-bottom: 15px;
    float: left;
    clear: both;
}

#content p.eventDate{
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
}

#content .box-center {
    float: none;
    display: block;
    width: 100%;
    margin: 20px auto;
}
#content .box-center img{
    display: block;
    margin: 0 auto;
}
#content .box-right {
    margin: 0 0 15px 0;
    float: right;
    padding: 0 0 0 20px;
    width: 50%;
    box-sizing: border-box;
}
#content .box-left {
    margin: 0 0 15px 0;
    padding-right: 20px;
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
    box-sizing: border-box;
}
#content .box-left img,
#content .box-right img{
    width:100% !important;
    height: auto;
}
#content .box-center img{
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
}

p img {
    width: 100%;
    height: auto;
}
#content .box-center img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}
