/********************************************
   LAYOUT
********************************************/ 

#container{
    position:relative; 
    /*    min-height: 750px;*/
}

#header {position:relative;}
#header #headerIn{width: 980px; position:relative; margin: auto; padding: 0 9px;}

#footerOut {
    height: 321px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #e2e4e5;
}
#footer {background-color: #e2e4e5; text-align: center; position: relative; padding-bottom: 10px;}
#footer #footerIn{width:980px; position:relative; margin: 0 auto; padding: 0 9px;}
#footer .fix{display: table;width: 100%;}
#footer .fix:after{display: none;}
/* #main {width: 100%; margin: 0 auto;}

#topFull {width: 100%; padding-bottom: 20px;}
#path {display: none}
#stripe1 {display:none}
#content {float:left; width:74%; background-color: #ff0000}
#stripe2 {float:right; width:24%; min-width: 300px} */

#main {
    position: relative;
}
#main #stripe2 {display: none}
#content {
    background:  none; 
    float: right; 
    width: 850px;
    margin-bottom: 60px;
    padding-top: 15px;
}
.home #content{
    max-width:100%;
    padding-top: 0;
    margin-bottom: 0;
}
#content h1 {
    font-size: 30px;
    font-weight: 600;
    color:#123d7b;
    padding: 0;
    width: 84%;
}
#content h1.PromoTitle {
    font-size: 24px;
    font-weight: 400;
    color:#f2f2f2;
    font-family: 'Open Sans', sans-serif;
}
#stripe1 {
    width: 300px;
    background: none;
    margin-right: 20px;
    box-sizing: border-box;
    background: #fff;
    float: left;
}
#stripe1:before {
    display: block;
    content: "";
    width: 300px;
    position: absolute;
    top: 0;
    bottom: -312px;
    background: #fff;
    -webkit-box-shadow: 2px 0px 2px 0px rgba(127,127,127,0.2);
    -moz-box-shadow: 2px 0px 2px 0px rgba(127,127,127,0.2);
    box-shadow: 2px 0px 2px 0px rgba(127,127,127,0.2);
}


.logo {display: block;
       width: 410px;
       -webkit-transition: all .3s ease-in-out;
       transition: all .3s ease-in-out;}
.conteiner-fluid {width:100%;}
.container{
    width:100%;
    max-width: 1170px;
    margin: 0 auto;}
#container{
    width: 1170px; 
    margin: 0 auto;  
    position: relative;
    padding-top: 0;
    padding-bottom: 320px;
    -webkit-transition: padding-top .1s ease-in-out;
    transition: padding-top .1s ease-in-out;
}
#container.paddingTop {
    padding-top: 160px;
}
.container-fluid.primary-header{background: #123d7b; display: -webkit-box; height: 160px;}
.container-fluid.primary-header .logo a {
    background-position: center left;
    width: auto;
}

.container-fluid.secondary-header a { }
.container-fluid.primary-header .container {background: url('/img/building.png') no-repeat top right; position: relative;}
.container-fluid.secondary-header {
    background-color: #fff;
    position: relative;
    -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);}


/*-------------------------------------HOME-------------------*/
.homoPromoContainer {
    width:100%;
    margin:0 auto;
    margin-top: 40px;
    /*    background-color: #123d7b;*/
    padding: 35px;
    display: table;
    box-sizing: border-box;
    background: url('/img/bg.png') no-repeat;
    background-size: 100% 100%;

}
.homoPromoContainer .firstHomePromo{
    width: 43.11%;
    min-width: 527px;
    float: left;
}
.homoPromoContainer   .firstHomePromo h1{
    color: #f2f2f2;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}
.homoPromoContainer .firstHomePromo p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.homoPromoContainer .firstHomePromo img {
    margin-top: 20px;
    padding: 12px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    float: left;
}
.homoPromoContainer .firstHomePromo a {
    font-size: 14px;
    font-weight: 600;
    border:1px solid #20a8ef;
    border-radius: 3px;
    background: #20a8ef;
    color:#fff;
    padding: 7px 20px;
    float: left;
    clear: both;
    margin-top: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.homoPromoContainer .firstHomePromo a:hover {
    background: #c03a41;
    border-color: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.homePromoLinksContainer{
    width:43.11%;
    float: right;
}
.homePromoLinksContainer a.homePromoLinks{width: calc((100% - 10px) / 2);}
.pageLeftBanner a.homePromoLinks {
    width: 300px;
}
a.homePromoLinks{

    padding: 20px 5px 20px 20px;
    box-sizing: border-box;
    min-height: 164px;
    background: #02a9f3;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
}
.homePromoLinksContainer a.homePromoLinks:nth-of-type(odd){
    float: left;
    margin-right: 9px;
    box-sizing: border-box;
}
a.homePromoLinks:nth-of-type(odd){

}
.homePromoLinksContainer a.homePromoLinks:nth-of-type(even){
    float: right;
}

a.homePromoLinks:hover{
    background: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.homePromoLinks h2.PromoTitle{
    font-size:18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
a.homePromoLinks p.subTitle{
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 15px 0 25px 0;
}
a.homePromoLinks i{
    position: absolute;
    bottom: 20px;
    color:#fff;
    font-size: 14px;
}
#content .homeLeft.left h1.storyTitle{
    color:#676767;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.latestTitleLink:hover h1.storyTitle {
    color: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.homeLeft.left .storyList {
    margin-bottom: 55px;
}
.homeLeft.left .singleStory {
    float:left;
    width: 47.27%;
    margin: 20px 0 45px 0;
    min-height: 293px;
}
.homeLeft.left .singleStory:nth-of-type(odd) {
    margin-right: 5.46%
}
.homeLeft.left .singleStory img {
    border: 1px solid #929da5;
    width: 260px;
    height: auto;
}
.homeLeft.left .singleStory a h3 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #676767;
    margin: 10px 0 35px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.homeLeft.left .singleStory a:hover h3 {
    color: #cd5052;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.button-link {
    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;
}
a.button-link:hover {
    background: #c03a41;
    border-color: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.latestList {
    margin: 20px 0 20px 0;
}
.latestList .latestStory{
    width:23%;
    margin-right: 2.6%;
    float: left;
}
.latestList .latestStory:last-child{
    margin-right: 0;
}
.latestList .latestStory img{
    width: 100%;
    height: auto;
    border: 1px solid #929da5;
}
#content .homeBottom a h1.storyTitle{
    color: #676767;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.homeBottom a:hover h1.storyTitle {
    color: #c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.latestList .latestStory a h3{
    font-size: 15px;
    min-height: 40px;
    font-weight: 400;
    color: #676767;
    margin: 10px 0 35px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.latestList .latestStory a:hover h3{
    color: #cd5052;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.homeBanner{
    position: relative;
    width: 100%;
    display: table;
    margin: 30px 0 70px;
}
#stripe1 .homeBanner{
    height: 400px;
    display: inline-block;
}
#strip1 .homeBanner{
    margin-top: 20px;
}
#stripe1 .homeBanner.bannerWithOutLink h2{
    color: #fff;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 1;
}
#stripe1 .homeBanner.bannerWithOutLink h3{
    color: #fff;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1;
}
#stripe1 .homeBanner.bannerWithOutLink p{
    color: #fff;
    margin-bottom: 5px; 
    padding: 0;
    line-height: 1;
}
#stripe1 .homeBanner.bannerWithOutLink .bannerBackground span{
    font-size: 20px;
    line-height: 1;
}
#stripe1 .homeBanner.bannerWithOutLink a{
    text-transform: capitalize;
    color: #fff;
    background: #123d7b;
    border: 1px solid #123d7b;
    border-radius: 3px;
    padding: 6px 23px;
    margin: 0;
    position: absolute;
    bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 120px;
    max-height: 36px;
}
#stripe1 .homeBanner.bannerWithOutLink a:hover{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #c03a41;
    border-color: #c03a41;
}
.homeRight.right{
    padding-top: 0;
}
.homeBanner.bannerWithLink {
    margin-top: 47px;
}
.homeBanner img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#stripe1 .homeBanner img{
    height: auto;
    max-width: 300px;
    left: 0;
    top: 205px;
}
.homeBanner .bannerBackground{
    position: relative;
    min-height: 314px;
    width:350px;
    padding: 40px;
    box-sizing: border-box;
    z-index: 2;
}
#stripe1 .homeBanner .bannerBackground{
    min-height: 210px;
    padding: 20px 25px;;
    max-width: 300px;
    float: right;
}
.homeBanner.bannerWithOutLink .bannerBackground{
    background-color: #02a9f3;
}
.homeBanner.bannerWithLink .bannerBackground{
    background-color: #123d7b;
    min-height: 314px;
}
#content .homeBanner.bannerWithOutLink .bannerBackground h3{
    color:#fff;
    font-size:22px;
    font-weight: 400;
    margin-bottom: 15px;
}
#content .homeBanner.bannerWithLink .bannerBackground h3{
    color:#fff;
    font-size:20px;
    font-weight: 400;
}
.homeBanner.bannerWithOutLink .bannerBackground .bannerContent {
    position: absolute;
    bottom: 95px;
}
#stripe1 .homeBanner.bannerWithOutLink .bannerBackground .bannerContent{
    bottom: 70px;
}
#content .homeBanner.bannerWithOutLink .bannerBackground h2{
    font-size: 36px;
    color:#fff;
    font-weight: 700;
    line-height: 36px;
}
#content .homeBanner.bannerWithOutLink .bannerBackground p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.homeBanner.bannerWithOutLink .bannerBackground span{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 0;
}
#content .homeBanner.bannerWithOutLink .bannerBackground a{
    text-transform: capitalize;
    color:#fff;
    background: #123d7b;
    border: 1px solid #123d7b;
    border-radius: 3px;
    padding: 6px 23px;
    margin: 0;
    position: absolute;
    bottom: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 120px;
    max-height: 36px;
}
#content .homeBanner.bannerWithLink .bannerBackground a{
    text-transform: capitalize;
    color:#fff;
    background: #20a8ef;
    border: 1px solid #20a8ef;
    border-radius: 3px;
    padding: 6px 23px;
    margin: 0;
    position: absolute;
    bottom: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 120px;
    max-height: 36px;
}
#content .homeBanner.bannerWithOutLink .bannerBackground a:hover,
#content .homeBanner.bannerWithLink .bannerBackground a:hover{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #c03a41;
    border-color: #c03a41;
}

dl.accordion {
    border-radius: 5px;
    -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);
    overflow: hidden;
    margin-bottom: 40px;
}
.accordion dt{
    background: #fff;
    padding: 30px 50px 30px 20px;
    position:relative;
}
.accordion dt a {
    color:#676767;
    font-size: 18px;
    font-weight: 700;
}
.accordion dt a:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.7;
}
.accordion dd {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    overflow-x: auto;
}
.accordion dd p {
    font-weight: 400;
    font-size: 14px;
    color:#676767;
}
.accordion dd ul li {
    font-weight: 400;
    font-size: 14px;
    color:#676767;
}
.accordion dd p a {
    color:#c03a41;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.accordion dd p a:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity:0.7;
}
.accordion dt a i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color:#676767;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.accordion dt a.active i:before {
    content:'\f077';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.accordion dt a:hover i {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.accordion span{
    background: #cdd1d5;
    display: block;
    height: 1px;
}
.accordion span:last-child{
    display: none;
}
.lastStoryNav{
    display: table;
}
.storyImgWrapper{
    width: 48%;
    margin-right: 4%;
    float: left;
}
.storyImgWrapper a{
    width: 100%;
}
.storyImgWrapper img{
    width: 100%;
    height: auto;
}
.infoText{
    width: 48%;
    float: left;
}
.articleOnlyBody{
    margin: 40px 0 30px;
}


.stampaj {
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 21px;
    border: 1px solid #c03a41;
    border-radius: 3px;
    background-color: #c03a41;
    max-width: 120px;
    max-height: 36px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
}
.stampaj:hover {
    background: #123d7b;
    border-color: #123d7b;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}