/** css **/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin:0;
    padding:0;
}
.mt-30 {
    margin-top: 30px;
    min-height: 1px;
}
.mb-30 {
  margin-bottom:30px;
  min-height:1px;
}
.colorline {
    height: 3px;
    background: rgba(29,97,160,1);
    background: -moz-linear-gradient(left, rgba(29,97,160,1) 0%, rgba(0,159,227,1) 25%, rgba(150,193,31,1) 50%, rgba(222,218,0,1) 75%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(29,97,160,1)), color-stop(25%, rgba(0,159,227,1)), color-stop(50%, rgba(150,193,31,1)), color-stop(75%, rgba(222,218,0,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(29,97,160,1) 0%, rgba(0,159,227,1) 25%, rgba(150,193,31,1) 50%, rgba(222,218,0,1) 75%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(29,97,160,1) 0%, rgba(0,159,227,1) 25%, rgba(150,193,31,1) 50%, rgba(222,218,0,1) 75%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(29,97,160,1) 0%, rgba(0,159,227,1) 25%, rgba(150,193,31,1) 50%, rgba(222,218,0,1) 75%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(29,97,160,1) 0%, rgba(0,159,227,1) 25%, rgba(150,193,31,1) 50%, rgba(222,218,0,1) 75%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d61a0', endColorstr='#ffffff', GradientType=1 );
}
.container {margin:0 auto;}
.listhead {border-bottom: 1px solid #acacac;font-weight:bold;}
.DW-item {border-bottom:1px solid #ddd; padding: 5px 0;}
.DW-item A {
    color: #333;
    text-decoration: none;
    font-size: .85rem;
    font-weight: bold;
}
.DW-item A:hover {color:#009fe3;}
.DW-icon {padding:3px 0;}
.DW-icon img, .imgResp {max-width:100%; height: auto;}
.row {}
.row:after {
  clear:both;
  content:"";
  display:block;
}
.col-m-1, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-m-10, .col-m-11, .col-m-12, 
.col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12, 
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-sx-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 
 {float:left; display:block;}

.footer {
    border-top: 1px solid #acacac;
    text-align: center;
    color: #272727;
    padding: 15px 0;
    font-size: 12px !important;
}
.footer A {
    text-decoration: none;
    color: #272727;
}
.footer A:hover {color: #009fe3;}



@media (max-width:575px) {
  .col-xs-1 {width:8.333%;}
  .col-xs-2 {width:16.666%;}
  .col-xs-3 {width:25%;}
  .col-xs-4 {width:33.333%;}
  .col-xs-5 {width:41.666%;}
  .col-xs-6 {width:50%;}
  .col-xs-7 {width:58.333%;}
  .col-xs-8 {width:66.666%;}
  .col-xs-9 {width:75%;}
  .col-xs-10 {width:83.33%;}
  .col-xs-11 {width:91.666%;}
  .col-xs-12 {width:100%;}
  .hidden-xs {display:none}
  .logo {margin:20px 30px 0; }
  .DW-item A {margin-bottom:10px;display:block;}
  .footer {font-size: 12px !important;}
}

@media (min-width:576px) and (max-width:767px) {
  .col-s-1 {width:8.333%;}
  .col-s-2 {width:16.666%;}
  .col-s-3 {width:25%;}
  .col-s-4 {width:33.333%;}
  .col-s-5 {width:41.666%;}
  .col-s-6 {width:50%;}
  .col-s-7 {width:58.333%;}
  .col-s-8 {width:66.666%;}
  .col-s-9 {width:75%;}
  .col-s-10 {width:83.33%;}
  .col-s-11 {width:91.666%;}
  .col-s-12 {width:100%;}
  .logo {margin:20px 35px 0; }
}

@media (min-width:768px) {
  .col-m-1 {width:8.333%;}
  .col-m-2 {width:16.666%;}
  .col-m-3 {width:25%;}
  .col-m-4 {width:33.333%;}
  .col-m-5 {width:41.666%;}
  .col-m-6 {width:50%;}
  .col-m-7 {width:58.333%;}
  .col-m-8 {width:66.666%;}
  .col-m-9 {width:75%;}
  .col-m-10 {width:83.33%;}
  .col-m-11 {width:91.666%;}
  .col-m-12 {width:100%;}
  .logo {margin:20px 0 0 5%; }
  footer .info {display:inline-block}
  footer .info:after {content:" |";}
  footer .info:last-child:after {content:" ";}
}

@media (max-width:991px) {
  .DW-item A {font-size: .85rem;}
}
@media (min-width:992px) {
  .DW-item {font-size:.85rem;}
  .DW-item A {font-size:1.03rem !important;}
}
@media (max-width:1059px) {
    .container {width:calc(100% - 30px);padding:0 15px;}

}

@media (min-width:1060px) {
  .container {width:1040px;}
}