im*{
    margin:0;
    padding:0;
}
body{
    width:100%;
    background: #fff;
    font-family: 'Roboto', sans-serif; font-weight: 400;
    margin: 0 auto;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', san-serif; font-weight: 800;
}
/*Start of center-aligner*/
.center-aligner{
    margin: 0 auto;
    width: 96%;
    position: relative;
}
/* End of center-aligner */

/*Start of header*/
.header{
    width: 100%;
    height: 76px;
    background: #093C71;
    position: relative;
    z-index: 100;
}
.logo{
    width: 131px;
    height: 75px;
    display: inline-block;
    float: left;
}
/*.name h1{
    color: #fff;
    float: left;
    font-size: 42px;
    padding:10px 0 13px 20px;
}*/
.name h1 {
    color: #fff;
    float: left;
    font-size: 21px;
    padding: 24px 0 13px 11px;
}
.menu-opener{
    display: none;
    width: 40px;
    height:40px;
    position: absolute;
    background-image: url(../images/menu-opener.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
    top: 15px;
    z-index: 10;
}
/*.main-links{
    width: 60%;
    float: left;
    margin-left: 10%;
}*/
.main-links {
    width: 60%;
    float: right;
    /*    margin-right: 5%;*/
}
.main-links ul{
    text-decoration: none;
}
.main-links li{
    list-style: none;
}
.main-links ul li{
    float: left;
    font-size: 16px;
    color: #fff;
    height:60px;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
    background: url(../images/background-images/separator.png)right center no-repeat;
}
.main-links ul li:nth-child(6n) {
    background: none;
}
.main-links ul li a{
    text-decoration:none;
    color: #fff;
    display: block;
    padding:0px 15px;
    line-height: 60px;
}

.main-links ul li a:hover, .main-links ul li.current-menu-item a{
    color: #75BF44;
    height: 85px;
    background: url(../images/header/active.png) center bottom no-repeat;
}

/*End of header*/

/*start of banner area*/
.banner{
    width: 100%;
}
.banner-slider{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-slider ul{
    text-decoration: none;
    position: relative;
}
.banner-slider li{
    list-style: none;
}
.banner-slider ul li{
    float: left;
    width: 30.3%;
    border-radius: 1px;
    margin: 5% 3% 5% 0%;
    position: relative;
}
.banner-slider img{
    width: 100%;
    border-radius: 5px;
}
.bannertext1{
    position: absolute;
    top: 5%;
    left: 15%;
}
.bannertext1 h3{
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;

}
.banner-text{
    position: absolute;
    bottom: 49px;
    width: 80%;
    left: 10%;
    color: #fff;
    text-align: center;
}
.banner-text h4{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
	font-weight: 800;
    margin-bottom: 14px;
    padding-bottom: 18px;
    background: url("../images/background-images/strip1.png") no-repeat center bottom;
}
.banner-text h5{
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.banner-read-more{
    line-height: 30px;
    width: 346px;
    top: 85%;
    left: 23px;
    text-align: center;
    position: absolute;
    background: #FFF200;
    border-radius: 5px;
}
.banner-read-more a{
    font-size: 14px;
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
}
.banner-read-more:active{
    color: green;
}
.banner-read-more a:active{
    color: green;
}
.banner-read-more a:hover{
    color: green;
}




/*End of bannner*/


/*start of content-area*/
.content-area{
    width: 100%;
    overflow: hidden;
    background: #F2F2F2;
}
.title{
    background-image: url("../images/background-images/title.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.title {
    margin-left: 35%;
    margin-top: 3%;
    margin-bottom: 17px;
}
.title h1{
    width: 30%;
    padding-left: 47px;
    font-size: 37px;
    line-height: 56px;
    font-family: 'Roboto', san-serif; font-weight: 300;
    margin-left: 1%;
    background: url(../images/background-images/strip.png) no-repeat center bottom;
}
.border_line{
    width: 10%;
    border-bottom: 2px solid #BEBDBD;
    margin-top: 2%;
    margin-left: 13%;
}
.article-section{
    width: 50%;
    margin-left: 25%;
    margin-top: 50px;
    margin-bottom: 40px;
}
.article-section p{
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    padding-bottom: 50px;
    font-family: 'Roboto', san-serif; font-weight: 300;
    background: url(../images/background-images/strip.png) no-repeat 43% bottom;
}

/*start of grid-container*/
.grid-container{
    width: 100%;
    margin-left: 0px;
    overflow: hidden;
}
.grid-container ul{
    text-decoration: none;
}
.grid-container li{
    list-style: none;
}

.grid-container ul li,.grid-container a.galleryImage img{
    width: 100%;
}

.grid-container ul li,.grid-container a.galleryImage{
    width: 30%;
    float: left;
    margin-bottom: 2%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    text-decoration: none;
}

.grid-container a.galleryImage p{
    color: #003B70;
    padding-bottom: 0px;
}

.grid-item{
    width: 100%;
    background: #fff;
    margin-left: 1%;
    margin-right:1.3%;
    /*box-shadow: 0px 2px 10px rgba(0,0,0,0.15);*/
    border-radius: 5px;
    background-image: url("../images/background-images/strip.png");
    background-repeat: no-repeat;
}
.grid-item img{
    width: 100%;
    height: 243px;
    border-radius: 5px 5px 0px 0px;
}
.description{
    width: 88%;
    margin: 32px 24px;
}
.description h4{
    font-size: 25px;
    height: 40px;
    padding-bottom: 22px;
    font-family: 'Roboto', san-serif; font-weight: 800;
    background: url(../images/background-images/strip.png) no-repeat left bottom;

}
.description h5{
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    padding-top: 22px;
    font-weight: normal;
    font-family: 'Roboto', san-serif; font-weight: 300;
    color: #808080;
}

.read-more{

}
.read-more a{
    width: 190px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-decoration: none;
    background: #75BF44;
    border-radius: 5px;
    display: inline-block;
    text-indent: 64px;
    margin-top: 24px;
    font-family: 'Roboto', san-serif; font-weight: 400;
}
.read-more:active{
    color: green;
}
.read-more a:active{
    color: green;
}
.read-more a:hover{
    color: green;
}

/*start of load-more-button*/

/*.load-more{
    width: 30%;
    height: 65px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 65px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    overflow:hidden;
}*/
.load-more a{
    width: 31%;
    font-size: 14px;
    color: #000;
    line-height: 33px;
    text-decoration: none;
    padding: 5px 10px 5px 100px;
}



.load-more:active{
    color: green;
}
.load-more a:active{
    color: green;
}
.load-more a:hover{
    color: green;
}

/*end of load-more-button*/

/*start of logo-container*/
.logo-container{
    background: #fff;
    margin-top: 50px;
}

/*start of investors-section*/
.investor-section{
    width: 100%;
    overflow: hidden;
}
.investor-section h3{
    float: left;
    font-size: 30px;
    margin: 50px 0 28px 66px;
}
.investor-logo{
    width: 90%;
    background: #F2F2F2;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 66px;
}
.investor-logo ul{
    text-decoration: none;
}
.investor-logo li{
    list-style: none;
}
.investor-logo ul li{
    width: 75%;
    margin: 0 auto;
}
.investor-logo img{
    width: 100%;
}
/*end of investors-section*/

/*start of partners-section*/
.partners-section{
    width: 90%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}
.partners-section h1{
    float: left;
    font-size: 30px;
    margin: 50px 0 28px 0;
}
.partner-logos{
    width: 100%;
    background: #F2F2F2;
    overflow: hidden;
    padding: 15px 0;
    border-radius: 5px;
}
.partner-logos ul{
    text-decoration: none;
}
.partner-logos li{
    list-style: none;
}
.partner-logos ul li{
    float:left;
    font-size: 14px;
    width: 15.45%;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: green;
    margin-left: 1%;
    color: #fff;
}
/*start of govern-section*/
.government-section{
    width: 100%;
    overflow: hidden;
}
.government-section h1{
    float: left;
    font-size: 30px;
    margin: 50px 0 28px 64px;
}
.government-logos{
    width: 100%;
    overflow: hidden;

}
.government-logos ul{
    overflow: hidden;
    margin-bottom: 50px;
    text-decoration: none;
}
.government-logos li{
    list-style: none;
}
.government-logos ul li{
    float:left;
    width: 15%;
    padding-left: 5%;
    background: url("../images/government-partners/button.png") no-repeat right center;
}
.government-logos li:last-child{
    background: none;
}

.government-logos img{
    width: 40%;
}
.government-logos h5{
    font-size: 14px;
    padding-left: 15px;
}
/*start of footer*/
.footer{
    width: 100%;
    background: #003B71;
    overflow: hidden;
}
.colunm{
    width: 25%;
    margin-top: 28px;
    margin-left: 17px;
    overflow: hidden;
    background: url(../images/background-images/strip2.png) no-repeat top left;
    display: block;
    float: left;
}
.colunm h5{
    font-size: 16px;
    color: #fff;
    padding-left: 28px;
    margin-bottom: 10px;
    font-family: 'roboto_condensedbold'; font-weight: 800;
}
.colunm ul{
    text-decoration: none;
}
.colunm li{
    list-style: none;
}
.colunm ul li{
    font-size: 13px;
    color: #fff;
    padding-left: 28px;
    padding-bottom: 15px;
}
.colunm ul li a{
    text-decoration: none;
    color: #fff;
}
.colunm ul li a:active{
    color: #fff;
}
.colunm ul li a:hover{
    color: #75BF44;
}

.colunm .contact{
    width: 81%;
}
.colunm .contact img{
    float: left;
    margin-right: 2px;
}
.colunm .contact ul li{
    float: left;
    width: 13%;
    padding-left: 13px;
}
.colunm .contact ul li a{
    text-decoration: none;
}
.colunm .contact ul li img a:active{
    color: none;
}
.colunm .contact ul li img a:hover{
    color: #75BF44;
}
.colunm .contact ul li img{
    width: 100%;
}
.colunm .contact p{
    line-height: 25px;
}

.bottomfooter{
    width: 100%;
    background: #75bf44;
    display: inline-block;
    margin:  0 auto;
    padding:0;
    color: #fff;
}
.bottomfooter_align{
    width: 96%;
    margin: 0 auto;
}
.bottomfooter_content1{
    color: #fff;
    float: left;
}
.bottomfooter_content1 h5{
    padding: 20px 0px;
    font-size: 14px;
}
.bottomfooter_content2{
    float: right;
    color: #fff;
}
.bottomfooter_content2 h5{
    padding: 20px 0px;
    font-size: 14px;
}
/*start of About_page*/
.about_banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about_banner h1{
    position: absolute;
    color: #fff;
    top: 45%;
    left: 5%;
    line-height: 40px;
    font-size: 48px;
    font-family: 'Roboto', san-serif; font-weight: 300;

}
.about_banner img{
    width: 100%;
    min-width: 960px;
}
.content-container{
    width: 100%;
    overflow: hidden;
}
.center-aligner h6{
    color: #000;
    font-size: 12px;
    padding-top: 16px;
    font-family: 'Roboto', san-serif; font-weight: 400;
}
.center-aligner h6 a{
    text-decoration: none;
    color: #000;
}
.center-aligner h6 a:active{
    color: #000;
    font-family: 'Roboto', san-serif; font-weight: 400;
}
.center-aligner a:hover, .center-aligner a.current {
    color: #75BF44;

}
.aside{
    width: 28%;
    float: left;
    margin-top: 20px;
    overflow: hidden;
}

.aside a{
    text-decoration: none;
    color: black;
    display: block;
    padding: 15px 50px 20px 22px;
    font-size: 18px;
    border-bottom: 1px solid #ccc ;
}
.aside a:hover, .aside a.current{
    color: #fff !important;
    background: #75BF44;
    display: block;
    padding: 15px 50px 20px 22px;
    font-size: 18px;
    background: url("../images/background-images/current.png") no-repeat 96% center #75BF44;
}
.aside ul li{
    width: 100%;
    list-style: none;
}
.aside ul li a{
    text-decoration: none;
}

.article{
    width: 69%;
    float: right;
    margin-top: 1%;
    /*margin-bottom: 65px;*/
}
.article h1{
    font-size: 32px;
    padding-bottom: 30px;
}
.article p{
    text-align: left;
    line-height: 25px;
    padding-bottom: 30px;
}
.article ul{
    margin-left: 5%;
    line-height: 25px;
}
.article ul li{
    list-style-type: disc;
    font-family: 'roboto_condenseditalic';
}

/*start of content-section*/
.content-section{
    width: 69%;
    float: right;
    /*margin-top: 1%;*/
    overflow: hidden;
}
.content-section li{
    list-style: none;
}
.content-section ul li{
    width: 31%;
    list-style: none;
    float: left;
    margin: 0 20px 35px 0;
}
.content-section img{
    width: 100%;
}
.border-image{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.border-image img{
    width: 100%;
}
.overlay{
    background: url(../images/borders/overlay1.png);
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-repeat: repeat;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 164px;
}
.overlay img{
    width: 50px;
    margin: 50px auto;
    display: block;
    top: 50px;
}
.video-anchor {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 50;
    background: url(../images/borders/video.png) no-repeat top left;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.content-section p{
    /*height: 33px;*/
    color: #003B71;
    width: 100%;
    font-family: 'roboto_condensedbold'; font-weight: 800;
    padding-top: 17px;
    /*    height:33px;*/
}

.videos-section p {
    height: 33px;
    padding-top: 3px;
}

.content-section p span {
    font-size: 15px;
    color: #4D4D4D;
    font-family: 'Roboto', san-serif; font-weight: 300;
}
/*start of resource-center-downloads*/
.downloads-section{
    width: 69%;
    float: right;
    margin-top: 2%;
    overflow: hidden;
}
.downloads-section ul li{
    list-style: none;
    width: 100%;
    padding: 18px 0 18px 0;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
    background: url("../images/background-images/download-button.png") no-repeat top right ;
}
.downloads-section a{
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 18px;
}
.downloads-section:active{
    color: green;
}
.downloads-section a:active{
    color: green;
}
.downloads-section a:hover{
    color: green;
}
.download-more{
    width: 30%;
    height: 65px;
    display: block;
    margin: 0 auto;
    line-height: 65px;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.download-more a{
    width: 31%;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.download-more:active{
    color: green;
}
.download-more a:active{
    color: green;
}
.download-more a:hover{
    color: green;
}

/*start of news*/
.content-grid{
    width: 100%;
}
.content-grid ul{
    text-decoration: none;
}
.content-grid  li{
    list-style: none;
}
.content-grid ul li{
    width: 100%;
    padding-bottom: 55px;
    list-style: none;
    overflow: hidden;
}
.image-area{
    width: 28%;
    float: left;
}
.image-area img{
    width: 100%;
}
.content-grid2{
    width: 70%;
    float: right;
}
.content-grid p {
    width: 100%;
    font-size: 16px;
    color: #003B71;
    margin-top: -17px;
    padding: 10px 0 18px 0;

    line-height: 32px;
}
.content-section .content-grid p span{
    color: #4D4D4D;
}
.news-read-more {
    text-decoration: none;
    color: #4D4D4D;
    float: right;
    padding-right: 20px;
}
.news-load-more{
    overflow: hidden;
    width: 30%;
    height: 52px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 52px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    margin-bottom: 28px;
}
.news-load-more a{
    width: 31%;
    font-size: 14px;
    color: #000;
    line-height: 33px;
    text-decoration: none;
    padding: 5px 10px 5px 100px;
}

/*start of contact*/
.border_contacts{
    width: 48%;
    float: left;
    margin-bottom: 47px;
}
.content-section .border_contacts ul li{
    width: 100%;
}
.content-section .border_contacts img{
    width: 20%;
}

#location-button {
    width: 100%;
    height: 48px;
    background: #F7F7F7;
    color: #808080;
    letter-spacing: 1px;
    text-indent: 5%;
    border: none;
    font-family: 'roboto_condenseditalic';
}
.headequarters-infor{
    width: 80%;
    padding-top: 27px;
}
.headequarters-infor h5{
    color: #003B71;
    font-size: 16px;
}
.headequarters-infor p{
    color: #000;
    padding-top: 10px;
    line-height: 24px;
}
.map-section{
    width: 100%;
}
.map-section iframe{
    width: 100%;
    padding-top: 5px;
}

.side-B{
    width: 48%;
    float: right;
    margin-bottom: 27px;

}
.side-B h5{
    font-size: 16px;
    color: #003B71;
}
.container {
    max-width: 400px;
    width: 100%;

}
#contact {
    background: #F9F9F9;
    padding: 25px;
    margin-top: 30px;
}

.locationSelector{
    width: 100%;
    height: 45px;
    border: 1px solid #b1b1b1;
    outline: none;
    margin-bottom: 15px;

}

.headequarters-info{
    margin-bottom: 15px;
}

fieldset {
    margin: 0 0 24px;
    min-width: 100%;
    padding: 0;
    width: 100%;

}
.button{
    height: 44px;
    border: none;
}
#tag-name{
    text-indent: 15px;
    width: 100%;
}

#contact textarea {
    width: 100%;
    background: #FFF;
}
#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
/*start of news-read-more*/
.content-section .news-article{
    width: 96.5%;
}
.content-section .news-article h5{
    padding-top: 20px;
}
.content-section .news-article h5 span{
    color: #003B71;
    font-size: 16px;
}
.content-section .news-article p{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    font-family: 'Roboto', san-serif; font-weight: 400;
}
.content-section .social-media-icons{
    width: 50%;
    overflow: hidden;
}
.content-section .social-media-icons ul li{
    list-style: none;
    float: left;
    width: 13%;
}
.content-section .social-media-icons img{
    width: 100%;
}

/*start of video-section*/
.bodywrap{
    width: 100%;
    position: relative;
}
.body-overlay{
    position: absolute;
    margin: 0 auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.body-overlay img{
    width: 100%;
    max-height: 1873px;
}
.video-area{
    position: fixed;
    margin: 0 auto;
    width: 520px;
    top: 137px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
}
.cancel-button{
    position: absolute;
    width: 521px;
    top: 78px;
    bottom: 0px;
    left: 414px;
    right: 0px;
    background: url("../images/borders/cancel-button2.png") no-repeat top right;

}
.video-section{
    width: 100%;
    background-color: #fff;
}
.video-section ul li{
    width: 100%;
}
.video-section img{
    width: 100%;
}
.video-section p{
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-left: 10px;
}
.video-section h5{
    padding-top: 20px;
    padding-left: 10px;
}
.video-section h5 span{
    color: #003B71;
    font-size: 16px;
}
.social-media-icons{
    width: 50%;
    overflow: hidden;
}
.social-media-icons ul li{
    list-style: none;
    float: left;
    width: 13%;
}
.social-media-icons img{
    width: 100%;
}

/***** JOHN EDITS *******/

.banner-text h4{
    padding-bottom: 15px;
}

.banner-text h5{
    margin-bottom: 15px;
}

.banner-slider{
    margin-bottom: 20px;
}

.banner-slider ul li{
    width: 94%;
    float: none;
    position: relative;
    margin-left: 3%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.banner-slider ul li .playButton{

    position: absolute;

    top: 40%;

    margin-top: -35px;

    width: 70px;

    height: 70px;

    left: 50%;

    margin-left: -35px;

    z-index: 100;

    cursor: pointer;

    background: url(../images/banners/play_button.png) no-repeat center center;
}

.banner-slider ul li .overlay{
    position: absolute;
    top:0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    background: url(../images/banners/overlay.png) bottom left repeat-x;
}

.overlay{
    height: auto;
    bottom: 0px;
}

.banner-read-more a{

}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #222;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;

}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{

    background: #003B70;

}

.owl-buttons{

    position: absolute;
    top: 45%;
    margin-top: -40px;
    right: 0px;
    left: 0px;
    z-index: 10;
    height: 80px;

}

.owl-pagination{

    text-align: center;

}

.owl-buttons .owl-prev{
    right: 0px;
    position: absolute;
    display: block;
    width: 90px;
    height: 80px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/slider/left_button.png) left top no-repeat;
}

.owl-buttons .owl-next{
    left: 0px;
    position: absolute;
    display: block;
    width: 90px;
    height: 80px;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background: url(../images/slider/right_button.png) left top no-repeat;
}



.banner-read-more{
    width: 90%;
    left: 5%;
    top: auto;
    bottom: 50px;
}
.title{
    /*    width: 30%;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        background: url(../images/background-images/strip.png) no-repeat center bottom;*/
}


.title h1{
    /*padding-bottom: 20px;*/
    /*margin: 0 auto;*/
    /*width: auto;*/
    /*padding-left: 50px;*/
    /*text-align: left;*/
    /*display: inline-block;*/
    /*background: url(../images/background-images/title.png) left top no-repeat;*/
}

.article-section{
    /*margin: 0 auto;*/
}

.grid-container{

}


.grid-container ul li {
    margin-bottom: 2%;
    /*    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;*/
}

.center-aligner a:hover, .center-aligner a.current{
    color: #000;
}

.article-section p{
    padding-bottom: 20px;
}

.main-links ul .current-menu-item{

}

.main-links ul .current-menu-item a,.main-links ul li a:hover{
    color: #74BE44;
}

.partner-logos ul li{
    display: table;
    width: 14%;
    padding:0px 0.75%;
}

.partner-logos ul li span{
    display: table-cell;
    vertical-align: middle;
}

.government-logos img{
    /*    width: 40%;
        display: block;
        margin: 0 auto;*/
}

.government-logos h5{
    /*    padding-left: 0px;
        text-align: center;*/
}

.content-section ul li{
    width: 30%;
    padding:0px;
    margin-right: 2%;
    margin-bottom: 2%;
}

.border-image{
    height: auto;
    margin-bottom: 10px;
}

.content-grid ul li{
    width: 100%;
    float: none;
    margin: auto;
    margin-bottom: 35px;
}

.image-area{
    width: 15%;
}

.content-grid2{
    width: 80%;
}

.content-grid p{
    line-height: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

.content-grid a,.content-grid a:hover,.content-grid a:visited{
    color: #003B71;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
}

.socialLinks a{

    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/social-media-icons/social_sprites.png) 0px 0px no-repeat;
}

.socialLinks a.instagram{background-position: -5px -2px;}
.socialLinks a.twitter{background-position: -54px -2px;}
.socialLinks a.linkedin{background-position: -102px -2px;}
.socialLinks a.youtube{background-position: -150px -2px;}
.socialLinks a.facebook{background-position: -198px -2px;}


.missingContent{
    display: table;
    min-height: 400px;
    width: 100%;
    text-align: center;
}

.missingContent .missingDescription{
    display: table-cell;
    vertical-align: middle;
}

.missingContent .missingDescription img{
    margin-bottom: 40px;
}

.missingContent .missingDescription h1{
    font-size: 30px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../images/404/bottom_bg.png) center bottom no-repeat;
}

.missingContent .missingDescription p{
    font-size: 16px;
    font-family: 'Roboto', san-serif; font-weight: 300;
}

.tabNavigation{
    overflow: hidden;
    margin-left: 31%;
    margin-bottom: 30px;
    margin-top: 20px;

}

.tabNavigation li{
    background: #75BF44;
    color: white;
    display: inline-block;
    list-style: none;
    height: 50px;
    line-height: 50px;
    padding:0px 30px;
    font-family: 'roboto_condensedlight' !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    margin-right: 20px;

}

.tabNavigation li:hover,.tabNavigation li.active{

    background: #003B70;
    color: #fff;

}

/***** END JOHN EDITS *******/

img.front-image.wp-post-image {
    height: 581px;
}
.bannertext1 h3 {
    font-size: 35px;
}
.main-links {
    text-transform: uppercase;
}
.page-content, .entry-content, .entry-summary {
    margin: 0px!important; 
}

.widgetmenu {
    color: #fff;
    background: #75BF44;
    margin-top: 3%;
    padding: 10px 30px;
    font-size: 14px;
}
img.front-osbp-image.wp-post-image {
    width: 100%;
    height: 160px;
}
img.single-image.wp-post-image {
    width: 874px;
    height: 290px;
}
.current_page_item a {
    color: #75BF44!important;
}

/***** JOHN EDITS *******/
#sidr{
    display:none;
}

.banner-text h4{
    padding-bottom: 15px;
}

.banner-text h5{
    margin-bottom: 15px;
}

.banner-slider{
    margin-bottom: 20px;
}

.banner-slider ul li{
    width: 97%;
    float: none;
    position: relative;
}

.banner-slider ul li .overlay{
    position: absolute;
    top:0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    background: url(../images/banners/overlay.png) bottom left repeat-x;
}

.banner-read-more a{

}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #222;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;

}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{

    background: #003B70;

}

.owl-buttons{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 0px;
    left: 0px;
    z-index: 10;
    height: 80px;
}

.owl-pagination{

    text-align: center;

}

.owl-buttons .owl-prev{
    right: 0px;
    position: absolute;
    display: block;
    width: 90px;
    height: 80px;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/slider/left_button.png) left top no-repeat;
}

.owl-buttons .owl-next{
    left: 0px;
    position: absolute;
    display: block;
    width: 90px;
    height: 80px;
    text-indent: -999px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background: url(../images/slider/right_button.png) left top no-repeat;
}


.title{
    /*	width: 30%;
            margin: 0 auto;
            text-align: center;
            margin-top: 30px;
            margin-bottom: 20px;
            background: url(../images/background-images/strip.png) no-repeat center bottom;*/
}


.title h1{
    /*	padding-bottom: 20px;
            margin: 0 auto;
            width: auto;
            padding-left: 50px;
            text-align: left;
            display: inline-block;
            background: url(../images/background-images/title.png) left top no-repeat;*/
}

.article-section{
    margin: 0 auto;
}

.grid-container{
    margin-top: 20px;
}

.center-aligner a:hover, .center-aligner a.current{
    color: #000;
}

.article-section p{
    padding-bottom: 20px;
}

.main-links ul .current-menu-item{

}

.main-links ul .current-menu-item a,.main-links ul li a:hover{
    color: #74BE44;
}

.partner-logos ul li{
    display: table;
    width: 14%;
    padding:0px 0.75%;
}

.partner-logos ul li span{
    display: table-cell;
    vertical-align: middle;
}

.government-logos img{
    /*	width: 40%;
            display: block;
            margin: 0 auto;*/
}

.government-logos h5{
    /*	padding-left: 0px;
            text-align: center;*/
}

.content-section ul li{
    width: 30%;
    padding:0px;
    margin-right: 2%;
    margin-bottom: 2%;
    /*border-bottom: 1px solid #000;*/
}
.content-section .content-grid ul li{
    width: 100%;
    padding:0px;
    margin-right: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #000;
}

.border-image{
    height: auto;
    margin-bottom: 10px;
}

.content-grid ul li{
    width: 100%;
    float: none;
    margin: auto;
    margin-bottom: 35px;
}

.image-area{
    width: 15%;
}

.content-grid2{
    width: 80%;
}

.content-grid p{
    line-height: 20px;
}

.socialLinks a{

    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/social-media-icons/social_sprites.png) 0px 0px no-repeat;
}

.socialLinks a.instagram{background-position: -5px -2px;}
.socialLinks a.twitter{background-position: -54px -2px;}
.socialLinks a.linkedin{background-position: -102px -2px;}
.socialLinks a.youtube{background-position: -150px -2px;}
.socialLinks a.facebook{background-position: -198px -2px;}


/***** END JOHN EDITS *******/


/*New edits*/
.article{
    width: 69%;
    float: right;
    margin-top: 1%;
    /*	margin-bottom: 65px;*/
    overflow: hidden;
}
.article h1{
    width: 100%;
    font-size: 32px;
    font-family: roboto_condensedlight;
}
.article p{
    text-align: left;
    line-height: 25px;
    padding-bottom: 30px;
}
.article ul{
    margin-left: 5%;
    line-height: 25px;
}
.article ul li{
    list-style-type: disc;
    font-family: 'roboto_condenseditalic';
    overflow: hidden;
}
.second-article{
    width: 69%;
    float: right;
    margin-top: 1%;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.second-article ul li{
    list-style: none;
    float: left;
    width: 48%;
    margin-bottom: 30px;
    display: table;
}
.second-article h1{
    width: 100%;
    font-size: 32px;
    margin-bottom: 30px;
    font-family: roboto_condensedlight;
}
.second-article h5{
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}
.second-article p{
    text-align: left;
    line-height: 25px;
}
.third-article ul li{
    list-style: none;
    float: left;
    width: 95%;
    margin-right: 5px;
    margin-bottom: 30px;
}
.third-article{
    width: 69%;
    float: right;
    margin-top: 1%;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.third-article img{
    margin-top: 15px;
    margin-right: 13px;
    width: 100%;
}

.third-article h1{
    width: 100%;
    font-size: 32px;
    margin-bottom: 30px;
    font-family: roboto_condensedlight;
}
.tab1{
    width: 47%;
    float: left;
}
.tab1 iframe{
    margin-top: 16px;
    height: 197px;
    list-style: none;
    float: left;
    width: 99%;
    margin-right: 5px;
}
.third-article h5{
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    width: 100%;
}
.third-article p{
    text-align: left;
    line-height: 25px;
    padding-top: 15px;
}
.third-article h6{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    float: left;
}
.view {
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.view .controls .prev {
    background: url(../images/background-images/control-left.png) no-repeat center;

}
.view .controls span {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.view .controls .next {
    background: url(../images/background-images/control-right.png) no-repeat center;
}
.map-area iframe{
    margin-top: 16px;
    width: 100%;
    height: 228px;
    /*margin-bottom: 20px;;*/
}
.content-section .content-grid p span{
    color: #4D4D4D;
    /*border-bottom: 1px solid #ccc;*/
}
.news-read-more {
    text-decoration: none;
    color: #4D4D4D;
    float: right;
    padding-right: 20px;
}


/*End of new edits*/

/*start of contact us*/
.search_eng{
    width: 100%;
}
/*input[type=search]{
    width: 50%;
    height: 48px;
    float: left;
    border: none;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 20px;
    margin-top: 5px;
    color: #808080;
    font-family: 'roboto_condenseditalic';
    background:#F7F7F7 url(../images/background-images/search_icon.png) no-repeat right top ;
}*/
.borders-contacts{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.borders-contacts ul li{
    width: 30%;
    float: left;
    list-style: none;
    overflow: hidden;
}
.borders-contacts img{
    width: 24%;
}
.borders-contacts h4{
    color:#003B71;
    font-size: 16px;
    margin-top: 14px;
}
.borders-contacts h5{
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin-top: 2px;
    font-family: 'Roboto', san-serif; font-weight: 400;
}
.borders-contacts ul li span{
    font-weight: bold;
}


/*start of contact form*/
.contact-form{
    width: 100%;
    float: right;
    margin-top: 27px;

}
.contact-form h5{
    font-size: 16px;
    color: #003B71;
}
.container {
    max-width: 400px;
    width: 100%;

}
#contact {
    background: #F9F9F9;
    padding: 25px;
    margin-top: 30px;
}
fieldset {
    margin: 0 0 24px;
    min-width: 100%;
    padding: 0;
    width: 100%;

}
.button{
    height: 44px;
    border: none;
}
#tag-name{
    text-indent: 15px;
    width: 100%;
}

#contact textarea {
    width: 100%;
    background: #FFF;
}
#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
/*start of news-read-more*/
.content-section .news-article{
    width: 96.5%;
}
.content-section .news-article h5{
    padding-top: 20px;
}
.content-section .news-article h5 span{
    color: #003B71;
    font-size: 16px;
}
.content-section .news-article p{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    font-family: 'Roboto', san-serif; font-weight: 400;
}
.content-section .social-media-icons{
    width: 50%;
    overflow: hidden;
}
.content-section .social-media-icons ul li{
    list-style: none;
    float: left;
    width: 13%;
}
.content-section .social-media-icons img{
    width: 100%;
}
/*end of contact form*/




.third-article ul {
    overflow: hidden;
    list-style: none;
}

span.current {
    color: #75BF44;
}

.wpcf7-form.AVAST_PAM_nonloginform > h5 {
    padding-bottom: 30px;
}

.search-form .screen-reader-text {
    display: none;
}
.search-box {
    position: relative;
    width: 30%;
    margin: 0;
    float: right!important;
    margin-top: 2%;
}
.search-form {
    height: 37px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.search-box input[type="search"] {
    width: 60%;
    padding: 11px 0 12px 1px;
    color: #333;
    text-indent: 26px;
    border:none;
    outline: none;
    background: #fff url(../images/background-images/search.png) no-repeat 0px center;
}
.search-text {
    font-size: 14px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}
.search-submit {
    position: absolute;
    top: 0;
    color: #fff;
    right: 0;
    height: 38px;
    width: 80px;
    font-size: 14px;
    background: #75BF44;
    text-align: center;
    line-height: 38px;
    border-width: 0;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    font-family: 'roboto_condenseditalic';
}

.map-area {
    width: 100%;
    overflow: hidden;
}

/*images carousel*/
.view .images-carousel .controls .prev {
    background: url(../images/background-images/control-left.png) no-repeat center;

}
.view .controls span,.images-carousel .owl-carousel .owl-controls .owl-buttons div {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    cursor: pointer;
    text-indent: -999px;
    margin-top: 30px;
}
.view  .images-carousel .controls .next {
    background: url(../images/background-images/control-right.png) no-repeat center;
}
.images-carousel .owl-controls .owl-buttons .owl-prev{
    background: url(../images/background-images/control-left.png) no-repeat center;

}
.images-carousel .owl-controls .owl-buttons .owl-next{
    background: url(../images/background-images/control-right.png) no-repeat center;
}

.images-carousel .clickable .owl-buttons{
    position:relative;
    top:auto;
    margin-top:0px;
    right: 0px; 
    left: 0px;
    z-index: 10;
    height: 80px; 
}

.view .controls span, .images-carousel .owl-controls .owl-buttons div{
    margin-top: 0px;
}

.images-carousel .owl-pagination{
    display:none;
}

.images-carousel .owl-buttons .owl-prev,.images-carousel .owl-buttons .owl-next{
    position:relative;
    float:left;
}

.images-carousel li.img-item{
    width:95%;
    margin-right:0%;
}

.videos-carousel .owl-buttons{

    position:relative;
    top:auto;
    margin-top:0px;
    right: 0px; 
    left: 0px;
    z-index: 10;
    height: 80px; 
}

.videos-carousel .owl-pagination{
    display:none;
}

.videos-carousel .owl-buttons .owl-prev,.videos-carousel .owl-buttons .owl-next{
    position:relative;
}

.videos-carousel li{
    width:95%;
    margin-right:0%;
}


.view .videos-carousel .controls .prev {
    background: url(../images/background-images/control-left.png) no-repeat center;

}
.view .controls span,.videos-carousel .owl-carousel .owl-controls .owl-buttons div {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    cursor: pointer;
    text-indent: -999px;
    margin-top: 30px;
}
.view  .videos-carousel .controls .next {
    background: url(../images/background-images/control-right.png) no-repeat center;
}
.videos-carousel .owl-controls .owl-buttons .owl-prev{
    background: url(../images/background-images/control-left.png) no-repeat center;

}
.videos-carousel .owl-controls .owl-buttons .owl-next{
    background: url(../images/background-images/control-right.png) no-repeat center;
}

.videos-carousel .clickable .owl-buttons{
    position:relative;
    top:auto;
    margin-top:0px;
    right: 0px; 
    left: 0px;
    z-index: 10;
    height: 80px; 
}

.view .controls span, .videos-carousel .owl-controls .owl-buttons div{
    margin-top: 0px;
}

.videos-carousel .owl-pagination{
    display:none;
}

.videos-carousel .owl-buttons .owl-prev,.images-carousel .owl-buttons .owl-next{
    position:relative;
    float:left;
}

.videos-carousel li.img-item{
    width:95%;
    margin-right:0%;
}

.load-more-button{
    text-align: center;
}
.load-more{
    height: 65px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 65px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    padding: 0px 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}


.wpcf7-form h5 {
    padding-bottom: 21px;
}

img.aligncenter.wp-image-459.size-large {
    width: 100%;
}

.page-content .search-form {
    display: none;
}

.read-more1 {
    line-height: 30px;
    width: 74%;
    top: 85%;
    left: 12%;
    text-align: center;
    position: absolute;
    background: #FFF200;
    border-radius: 5px;
}
.govern-logos {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.govern-logos ul li {
    float: left;
    font-size: 14px;
    width: 15.45%;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-left: 1%;
}
.govern-section {
    width: 90%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}
.govern-section h1 {
    float: left;
    font-size: 32px;
    margin: 50px 0 28px 0;
}

.socialShare {
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
}

.addtoany_list {
    display: inline-block!important;
}

.videos-carousel .owl-controls .owl-buttons .owl-prev {
    background: url(../images/background-images/control-left.png) no-repeat center;
}