*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 1rem !important;
    letter-spacing: 0.3px;
    line-height: 1.60;
    margin: 0 auto;
    color: #333;
}

.outer {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    background: #fff;
}

a{
    color: #333;
    text-decoration: none !important;
}
a:hover{
    color: #cd2122;
}
header {
    width: 100%;
    padding: 15px;
}
.toggle-nav {
    display: none
}
#search-form input {
    border: none;
    outline: none;
    padding:5px;
}
.menu{
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333333;
    border-bottom: 4px solid #cd2122;
}
.menu ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.menu li {
    text-transform: uppercase;
    font-family: Tahoma,arial,Georgia,serif;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    border: solid #4e4e4e;
    border-width: 0 0 0 1px;
    height: 50px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu a {
    color: #fff;
    transition: color linear 0.15s;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
}

.menu a:hover,
.menu .current-item a {
    text-decoration: none;
    color: #cd2122;
}

/*----- Search -----*/
#search-form {
    display: inline-block;
    padding-top: 4px;
    padding-right: 5px;
}

#search-form input {
    width: 200px;
    height: 30px;
    padding: 0 8px;
    float: left;
    border-radius: 2px 0 0 2px;
    font-size: 1rem;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px;
    font-size: 100%;
    font: inherit;
}

/*----- Responsive -----*/

@media screen and (max-width: 650px) {
    .menu {
        position: relative;
        display: inline-block;
        width: 100%;
        background: #333;
        border-bottom: 4px solid #cd2122;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu ul.active {
        display: none;
    }

    .menu ul {
        width: 100%;
        position: absolute;
        top: 99%;
        left: 0;
        background: #333;
        margin: 0;
    }

    .menu li {
        float: none;
        display: block;
        margin: 20px;
        border-left: none;
        border-bottom: 1px solid #4e4e4e;
    }
    .menu li:last-child {
        margin-right: 20px;
    }

    .menu a {
        display: block;
    }

    .toggle-nav {
        display: inline-block;
        background: #333;
        font-size: 20px;
        transition: color linear 0.15s;
    }
    .toggle-nav:hover,
    .toggle-nav.active {
        text-decoration: none;
        color: #fff;
    }
}

/* Main */

main{
    width: 100%;
    display: flex;
}
main .ls{
    width: 60%;
    display: flex;
    flex-direction: column;    
}
.breadcrumbs {
    align-items: center;
    display: flex;
    font-size: 1rem;
    padding: 15px 14px 14px 15px;
}

.breadcrumbs a {
    align-items: center;
    display: flex;
    text-decoration: none;
    text-transform: capitalize;
}

.svgIcon {
    height: 20px;
    padding: 0 .25em;
}
.mainArticle{
    padding: 5px;
    margin: 5px;
    border-top: 1px solid #ddd;
}
.mainArticle .imgResponsive {
    width: 100%;
    height: auto;
  }
.mainArticle h1{
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
}
.mainArticle p{
    padding-top: 0;
    padding-bottom: 0.5em;
}
.reletedArticles{
    padding: 5px;
    margin: 5px;
}
.reletedHeader{
    text-transform: uppercase;
    border-bottom: 3px solid #333;
    line-height: 1.5rem;
    margin-bottom:8px;
    font-size: 1.17rem;
}
 .raWrap{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.a1 {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.a1 img{
    width: 100%;
}
.a1 h2{
    font-size: 1.17em;
    font-weight: normal;
}

.gridWrap{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gridtab{
    position: relative;
    padding: 10px 15px;
    box-sizing: border-box;
    max-width: 50%;
    width: 100%;
}
.gridtab img{
    width: 100%;
}
.gridtab h2{
    font-size: 1.17rem;
    font-weight: normal;
}
.gridtab p{
    line-height: 1.5;
    word-wrap: break-word;
}

main .rs{
    width: 40%;
    display: flex;
}
main .rs ul{
    list-style-type: none;
    max-width: 300px;
    margin: 0 auto;
}
main .rs ul li{
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
main .rs ul li a{
    font-size: 1rem;
    text-decoration: none;
}
main .rs ul li a:hover{
    color: #cd2122;
}
.rs .lastestNews{
    margin: 0 5px;
    padding: 0 8px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.rs .lastestNews .latestTitle{
    text-transform: uppercase;
    border-bottom: 3px solid #333;
    line-height: 1.5rem;
    padding: 5px;
    padding-top: 50px;
}
.rs .writtenUpdates{
    margin: 0 5px;
    margin-bottom: 10px;
    padding: 0 8px;
}
.rs .writtenUpdates .latestTitle{
    line-height: 1.5rem;
    background-color: #cd2122;
    padding: 4px 3px;
    color: #fff;
    margin-top: 50px;
    
}

/* Footer */
footer {
    border-top: 4px solid #cd2122;
    background: #333;
    color: #fff;
    padding: 10px;
}

footer .footerMenu {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

footer .footerMenu li {
    list-style: none;
    border-right: 1px solid #fff;
    padding: 0 10px;
}
footer .footerMenu li:first-child {
    padding-left: 0;
}

footer .footerMenu li:last-child {
    border-right: none;
}

footer .footerMenu li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

footer .footerMenu li a:hover {
    color: #cd2122;
}

@media screen and (max-width: 720px){
    main , main .ls, main .rs, .rs .lastestNews, .rs .writtenUpdates{
        width: 100%;
        display: block;
    }
    main .rs ul{
        max-width: 100%;
        padding: 0 10px;
    }
    .rs .lastestNews .latestTitle, .rs .writtenUpdates .latestTitle{
        margin: 10px;
    }
    .rs .lastestNews{
        border: none;
    }
    .rs .lastestNews .latestTitle{
        padding-top: 0;
    }

}

@media(min-width: 816px) {
    .a1 {
      flex-basis: 33.33%;
    }
  }
  @media(max-width: 815px) {
    .a1 {
      flex-basis: 50%;
    }
    .gridtab{
        max-width: 100%;
    } 
  }
  
  @media(max-width: 555px) {
    .a1 {
      flex-basis: 100%;
    }
    footer{
        font-size: 12px;
    }
  }