/************** GENERAL CLASSES*******************/
body { background-image: url(../images/background.jpg); background-size: cover; background-repeat: no-repeat; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #373737; background-attachment: fixed; }
.spacer { margin-bottom: 30px; }
.space { margin-bottom: 20px; }
.sectionName { line-height: 36px; background-color: #203f5e; padding: 10px; color: #fff; font-size: 14px; }
.blueHeading { font-size: 16px; color: #0283d4; padding: 10px 0; }
.blackButton { background-color: #404040; padding: 5px; color: #fff; font-size: 14px; border-radius: 0px; }
.blackButton:hover { color: #fff; background-color: #323232; }
.pdfButton { background-color: #c97a09; border: 1px solid #9f6107; color: #fff; font-size: 14px; padding: 4px; border-radius: 0px; }
.pdfButton:hover { background-color: #D78C22; color: #fff; }
.authorName { color: #ac6807; font-size: 15px; padding: 5px 0; }
.articleBg { background-color: #f8f8f8; border: 1px solid #e2e2e2; padding: 20px; }
.articleBg:hover { box-shadow: 0px 1px 2px #D4D4D4; }
.articleBg img {max-width: 100%;}
/***************************INDEX PAGE*****************************/
.topStrip { background-color: #282828; color: #fff; font-size: 12px; }
.topStrip img { margin-right: 10px; }
.stripText { padding: 10px 15px; }
.stripLinks { }
.stripLinks ul { display: inline-flex; }
.stripLinks ul li { border-right: 1px solid #fff; padding: 10px 15px; display: table-cell; }
.stripLinks ul li:hover { background-color: #464646; opacity: 0.75; }
.stripLinks ul li a { color: #fff; text-decoration: none; }
.white { background-color: #fff; }
.fbimg { padding-top: 20px; }
@media screen and (max-width:768px) {
.logo { float: none; margin: auto; }
.fbimg { float: none; margin: auto; }
.navbar-default .navbar-toggle { margin-left: 5px; }
}
/*********** navbar started **********************/
.navbar { margin-bottom: 0; }
.navbar-default { background: rgb(95,95,95); /* Old browsers */ background: -moz-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(95,95,95,1)), color-stop(100%, rgba(40,40,40,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(40,40,40,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(40,40,40,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(95,95,95,1) 0%, rgba(40,40,40,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(95,95,95,1) 0%, rgba(40,40,40,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#282828', GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: #333; color: #77DBFF; }
.navbar-nav { width: 100%; text-align: center; }
.navbar-nav li { float: none; display: inline-block; }
 @media (max-width:768px) {
.navbar-nav li { display: block; margin: 0; padding: 0; text-align: left; }
}
.navbar-default .navbar-nav > li:last-child > a { border-right: none; }
.navbar-default .navbar-nav > li > a { color: #dddddd; border-right: 1px solid #232323; }
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #fff; background-color: #333; -webkit-transition: background-color 0.9s; -moz-transition: background-color 0.9s; -o-transition: background-color 0.9s; -ms-transition: background-color 0.9s; transition: background-color 0.9s; }
/***********  Search Section *********************/
.search { background-color: #d2d2d2; margin: 0px 1px; padding: 10px 0px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.show-on-hover:hover > ul.dropdown-menu { display: block; }
.blueButton { color: #fff; background-color: #203f5e; border: 1px solid #0067a7; border-radius: 0px; padding: 5px 20px; }
.blueButton:hover { background-color: #274E75; color: #fff; }
.pPadding { padding-top: 8px; }
 @media (max-width:768px) {
.searches { clear: both; }
.mb { margin-bottom: 10px; }
.search { margin: 0px 1px; }
}
.pAsearch a { text-decoration: none; color: #333; padding-left: 15px; }
.pAsearch a:hover { color: #83201B; }
.fl { float: left; }
html { border-top: 5px solid #fff; background: #58DDAF; color: #2a2a2a; }
h1 { color: #fff; text-align: center; font-weight: 300; }

.articleButtons { float: right; padding-top: 10px; }
 @media (min-width:768px) and (max-width:992px) {
a.control_prev { right: 39px; }
.navbar-nav li { float: none; display: block; text-align: left; }
.navbar-default .navbar-nav > li > a { border-right: none; border-bottom: 1px solid #4E4C4C; }
.search { margin: 0px 1px; }
}
.searchBox { width: 100%; padding: 7px 5px 6px 5px; }
.journal { border-radius: 0px; border: 1px solid #B0B0B0; width: 110%; }

/* Carousel Styles */
.carousel-indicators .active { background-color: #83201B; }
.carousel-inner img { width: 100%; max-height: 460px }
.carousel-control { width: 0; }
.carousel-control.left, .carousel-control.right { opacity: 1; filter: alpha(opacity=100); background-image: none; background-repeat: no-repeat; text-shadow: none; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { position: absolute; top: 50%; z-index: 5; display: inline-block; }
 @media screen and (max-width:992px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { top: 84%; }
}
 @media screen and (max-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { top: 75%; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 34px; margin-top: -11px; font-size: 16px; padding-top: 10px; }
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 0; }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 0; }
.carousel-control.right span { background-color: #83201B; }
.carousel-control.left span { background-color: #2A2B2C; }
.carousel-control.left span:hover, .carousel-control.right span:hover { opacity: .7; filter: alpha(opacity=70); }
/* Carousel Header Styles */
.header-text { position: absolute; top: 20%; left: 1.8%; right: auto; width: 96.66666666666666%; color: #fff; }
.btn-min-block { min-width: 170px; line-height: 26px; }
.btn-theme { color: #fff; background-color: transparent; border: 2px solid #fff; margin-right: 15px; }
.btn-theme:hover { color: #000; background-color: #fff; border-color: #fff; }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: 0; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 40px; height: 41px; margin-top: -11px; font-size: 22px; padding-top: 10px; }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: 0px; }

/***********  Right Section *********************/
.blackHeading { background-color: #333438; border-left: 8px solid #83201B; color: #FFF; padding: 10px; font-size: 14px; }
.redText { color: #83201B; }
.rightLists ul { padding-left: 20px; }
.rightLists ul li { list-style: url(../images/bullet.png); }
.rightLists ul li:hover { list-style: url(../images/bulletselected.gif); }
.rightLists ul li a { text-decoration: none; color: #373737; line-height: 32px; }
.rightLists ul li a:hover { color: #83201B; border-bottom: 1px dotted #999; }
.instructions { text-align: center; }
.instructions ul li { margin-bottom: 10px; list-style: none; }
.instructions ul li a img { margin: auto; }
.instructions ul li a img:hover { box-shadow: 1px 1px 5px #ccc; }
 @media screen and (max-width:992px) {
.searches { margin-top: 50px; }
}
.footerBottom { background-color: #2e2e2e; color: #fff; padding: 30px 0; }
.footerBottom ul { display: -webkit-box; text-align: center;}
.footerBottom ul li { list-style: none; border-right: 1px solid gray; text-align: center; display: table-cell; }
.footerBottom ul li:hover { background-color: #3F3F3F; }
.footerBottom ul li a { text-decoration: none; color: #fff; font-size: 12px !important; padding: 0px 5px; margin: 0 5px; }
.footerBottom ul li a:hover { text-decoration: none; }
.copyRights { background-color: #1f1f1f; color: #fff; padding: 10px 0px; font-size: 11px; }
.poweredBy { float: right; }
 @media (min-width: 768px) and (max-width: 991px) {
.navbar-collapse.collapse { display: none !important; }
.navbar-collapse.collapse.in { display: block !important; }
.navbar-header .collapse, .navbar-toggle { display: block !important; }
.navbar-header { float: none; }
}
 @media (min-width:992px) and (max-width:1200px) {
.navbar-default .navbar-nav > li > a { padding: 10px 6px; font-size: 13px; }
}
@media screen and (max-width:400px){
 .footerBottom ul li a {
    font-size: 11px !important;
    padding: 0px 7px;
    margin: 0px;
    text-align: left;
}

.footerBottom ul li
	{ display:inline-flex;} 
}
 
.objective, .method { font-weight: bold; }
.glyphicon glyphicon-list { color: #fff; }
.colorG { color: white; font-size: 16px; }
.menu { float: right; padding-left: 5px; font-family: "open sans" }
.navbar-default .navbar-toggle { border: 1px solid transparent; float: left; }
.navbar-default .navbar-toggle:hover { background-color: transparent; border: 1px solid #6B6B6B; }
.navbar-default .navbar-toggle:focus { background-color: transparent; }
.table tr td { border: none!important; }

