/* GLOBAL STYLES
    -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  margin-bottom: 50px !important; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 12px;
  margin-bottom: 0;
  /* -90px Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */ }

.navbar-wrapper .navbar {
  width: 100%; }

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0; }

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 14px 20px 16px;
  /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold; }

.awarness-icons {
  width: 20%;
  margin-left: auto  !important;
  margin-left: auto  !important;
  text-align: center;
  float: left; }

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px; }

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 60px; }

.carousel .container {
  position: relative;
  z-index: 9; }

.carousel img {
  top: 0;
  left: 0;
  min-width: 100%; }

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 20px; }

.carousel-caption .btn {
  margin-top: 10px; }

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .span4 {
  text-align: center; }

.marketing h2 {
  font-weight: normal; }

.marketing .span4 p {
  margin-left: 10px;
  margin-right: 10px; }

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */ }

.featurette {
  padding-top: 120px;
  /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden;
  /* Vertically center images part 2: clear their floats. */ }

.featurette-image {
  margin-top: -120px;
  /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */ }

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px; }

.featurette-image.pull-right {
  margin-left: 40px; }

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px; }

.navbar-inner {
  min-height: 40px;
  padding-right: 0;
  padding-left: 20px; }

@media (min-width: 768px) {
  .navbar.transparent.navbar-inverse .navbar-inner {
    background: rgba(0, 0, 0, 0); }

  .m-color {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; } }
@media (min-width: 979px) {
  .nav-collapse .collapse {
    text-align: center; }

  .navbar .nav {
    max-width: 100% !important;
    /*margin: 0 -20px 0 0 ;*/
    margin: 0 0 0 0; } }
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto; }

  .navbar-inner {
    border-radius: 0;
    margin: -20px 0; }

  .featurette {
    height: auto;
    padding: 0; }

  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px; }

  .navbar.transparent.navbar-inverse .navbar-inner {
    background: black; } }
@media (max-width: 767px) {
  #bgdiv {
    width: 100%; }

  body {
    padding: 0 !important; }

  #myCarousel {
    margin: -30px 0px 0 0px !important; }

  .carousel .container {
    width: 100% !important; }

  .navbar-inner {
    min-height: 40px;
    padding-right: 0;
    padding-left: 20px; }

  .nav li:last-child a {
    padding-right: 0px; }

  .carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px; }

  .carousel-caption h1 {
    font-size: 30px; }

  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px; }

  .marketing .span4 + .span4 {
    margin-top: 40px; }

  .featurette-heading {
    font-size: 30px; }

  .featurette .lead {
    font-size: 18px;
    line-height: 1.5; } }
/* Noshn styles*/
.right.carousel-control, .left.carousel-control {
  /*display: none !important;*/ }

.carousel .item {
  width: 100%;
  /*slider width*/
  max-height: 100%; }

.carousel .item img {
  width: 100%;
  /*img width*/
  height: auto !important; }

/*add some makeup*/
.carousel .carousel-control {
  background: none;
  border: none;
  top: 50%; }

/*full width container*/
.bgwhite {
  background: #ffffff !important;
  position: relative;
  padding-top: 60px !important;
  margin-top: 30px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  opacity: 1; }

.bgred {
  background: #9e0b0f; }

.bgbrown {
  background: #b19f64; }

.bggray {
  background: #7a8188; }

.bgblue {
  background: #3780a9; }

.bggold {
  background: #fff;
  margin-top: 30px;
  max-height: 690px; }

.expandthis2 .bggold {
  margin-top: 20px; }

.pad20 {
  padding: 20px; }

.pad10 {
  padding: 10px; }

.title {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0; }

.title h2 {
  font-size: 20px;
  font-weight: normal;
  color: #023651;
  padding-left: 20px;
  padding-left: 9px !important;
  z-index: -1; }

.title.visiontxt h2 {
  padding-left: 3px !important; }

.title.objectxt h2 {
  padding-left: 9px !important; }

.fullpic, .pictxt {
  margin-top: 0px;
  background: #fff;
  height: 145px; }

.pictxt p {
  padding: 0px; }

#bgdiv {
  width: 100%;
  height: 100%;
  background: #102a54;
  -webkit-transition: width 2s;
  /* Safari */
  transition: background 2s; }

#bgwrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  z-index: 0;
  background-blend-mode: overlay;
  -moz-transform: scaleX(-1);
  /* For Mozilla Firefox */
  -o-transform: scaleX(-1);
  /* For Opera */
  -webkit-transform: scaleX(-1);
  /* For Safari, Google chrome */
  /* For IE */
  filter: FlipH;
  -ms-filter: "FlipH";
  background-size: contain; }

.pattern0 {
  background: url(../../images/bg0.png) repeat-x bottom center; }

.pattern1 {
  background: url(../../images/bg0.jpg) !important;
  background-position: 100%;
  background-size: cover !important; }

.pattern2 {
  background: url(../images/pattern2.png) repeat-x bottom center; }

.pattern3 {
  background: url(../images/pattern3.png) repeat-x bottom center; }

.pattern4 {
  background: url(../images/pattern4.png) repeat-x bottom center; }

.pattern5 {
  background: url(../images/pattern5.png) repeat-x bottom center; }

.pattern6 {
  background: url(../images/pattern6.png) repeat-x bottom center; }

.pattern7 {
  background: url(../images/pattern7.png) repeat-x bottom center; }

.pattern8 {
  background: url(../images/pattern8.jpg) repeat-x bottom center; }

.tagline {
  color: #FFF;
  font-size: 24px;
  padding-top: 10px;
  letter-spacing: 1.5px;
  float: right; }

/*search updated*/
.form-search .input-append .search-query {
  -webkit-border-radius: 20px 20 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  width: 370px;
  height: 21px;
  border: 1px solid #AF872D !important;
  border-right: 0px !important;
  background-color: #FFF !important; }

.sbtn {
  display: inline-block;
  padding: 1px 18px 3px 12px;
  margin-top: 0;
  font-size: 14px;
  /*color: #333333;*/
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  color: #023651;
  border: 1px solid #AF872D;
  border-left: 0px;
  -webkit-border-radius: 20px 20px 20px 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 0 20px 20px 0;
  height: 31px; }

/*end search updated*/
.footer {
  /*height: 45px;*/
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  color: #cccccc;
  /*background: #023651!important;*/
  background: #04385f !important;
  opacity: .9;
  z-index: 999;
  padding-top: 10px;
  text-align: center; }

.fdir {
  color: #a79a46;
  position: absolute;
  top: 6px; }

#search {
  padding: 80px 20px 0 10px; }

.searchpos {
  margin-left: 0px;
  padding-top: 10px;
  position: relative;
  float: right;
  padding-right: 6px; }

.input-append {
  position: absolute;
  left: 0px; }

.fdir {
  color: #a79a46;
  cursor: pointer;
  position: absolute;
  top: 5px; }

.navbar .nav {
  /*margin-left:-40px;*/ }

.carousel-indicators .active {
  background-color: #76acc9; }

.carousel-indicators {
  position: relative !important;
  z-index: 3;
  margin-bottom: -30px; }

.carousel-indicators li {
  background-color: rgba(55, 55, 55, 0.25); }

/*.text-center {
  text-align: center;
  padding-left: 48%; }*/

/*Nadeem Styles*/
.footer {
  font-size: 12px; }

.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px); }

.footer a {
  text-decoration: none;
  color: #FFF; }

.footer a:hover {
  text-decoration: none;
  color: #00679E; }

.aleft {
  text-align: left; }

.aright {
  text-align: right; }

.footer ul.link {
  margin: 24px !important;
  padding: 0 !important; }

.footer ul.link li {
  list-style-type: none;
  display: inline !important;
  padding-right: 5px !important;
  padding-left: 0px !important; }

.footer .link li:before {
  content: " | ";
  padding-right: 5px; }

.footer .link li:first-child:before {
  content: none; }

.ficon {
  margin-top: -40px; }

.ficon span {
  margin-left: 10px; }

ul.link {
  margin: 0 !important;
  padding: 0 !important; }

.plist li {
  list-style-type: none;
  margin-left: -25px; }

.plist li:before {
  content: " + "; }

a.blink {
  color: #00679E; }

a.blink:hover {
  color: #FFF; }

a.newslink {
  color: #00679E;
  text-decoration: none; }

a.newslink:hover {
  color: #00679E;
  text-decoration: underline; }

.fgallery div {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.fgallery img {
  border-radius: 6px; }

.faicon {
  margin-top: -52px;
  margin-right: 10px;
  font-size: 24px;
  float: right;
  color: #023651;
  display: none; }

.homenews {
  margin-bottom: 10px; }

.homenews .newstitle {
  font-weight: bold;
  margin-bottom: 8px; }

.homenews .newsbreif {
  font-weight: normal; }

.imgthumbnail {
  position: relative;
  overflow: hidden; }

.imgcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 30%;
  display: none;
  text-align: center;
  line-height: 20px;
  padding-top: 10px;
  color: #000 !important;
  z-index: 22; }

.implist li {
  list-style-type: none;
  margin-left: -25px; }

.implist li:before {
  content: " + "; }

.implist li a {
  color: #333333;
  text-decoration: none; }

.implist li a:hover {
  color: #00679E;
  text-decoration: none; }

.table-striped {
  margin-top: -20px; }

.table-striped tbody > tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
  background-color: #a3c6d9; }

.table-stripedgray tbody > tr:nth-child(even) > td, .table-stripedgray tbody > tr:nth-child(even) > th {
  background-color: #d3d5d8 !important; }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #FFF !important; }

.table th, .table td {
  padding: 5px 20px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 0px solid #dddddd; }

.table-striped a {
  color: #333333;
  text-decoration: none; }

.table-striped a:hover {
  color: #00679E;
  text-decoration: none; }

.newsticker {
  margin-left: 0px; }

.newsticker li {
  overflow: unset;
  line-height: 50px;
  text-align: left;
  border-bottom: 1px dotted #ccc; }

.newsticker li div {
  vertical-align: middle;
  line-height: 50px; }

.newsticker li div a {
  vertical-align: middle;
  line-height: 50px; }

.newsticker2 li p {
  text-overflow: ellipsis;
  width: 500px; }

.searchradio .radio {
  font-size: 12px; }

.txtwhite {
  color: #333 !important; }

.searchradio {
  text-align: left;
  margin-left: 0px;
  padding-bottom: 5px; }

@media (min-width: 768px) and (max-width: 979px) {
  .form-search .input-append .search-query {
    width: 237px;
    height: 23px !important; }

  .title h2 {
    font-size: 14px;
    font-weight: normal;
    color: white;
    padding-left: 20px;
    line-height: 20px; }

  .ficon {
    margin-top: -10px; } }
@media (max-width: 767px) {
  .aleft, .aright {
    text-align: center !important; }

  .fgallery {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 70%;
    padding-left: 30px; }

  .sfield {
    width: 540px !important;
    height: 40px !important; } }
@media (max-width: 480px) {
  .form-search .input-append .search-query {
    width: 54%;
    height: 21px !important; }

  li.cbp-hropen:first-of-type + li.cmaportal-link {
    display: none; } }
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #fff;
  text-shadow: none; }

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); }

/*About Us*/
#bgabout {
  width: 100%;
  height: 215px;
  background: #4a0707 url(../images/pattern3_inner.png) repeat-x bottom left; }

.bgdbrown {
  background: #846331; }

.bglgray {
  background: #c4c2bf; }

.nowhite {
  position: relative;
  margin-top: 30px; }

.ptb14 {
  padding: 14px 0; }

.txtblack {
  color: #023651 !important; }

#myCarousel {
  min-height: 100%; }

.h92 {
  padding: 20px;
  height: 92px; }

.mmt48 {
  margin-top: -48px; }

.bgint {
  background: #FFFFFF;
  padding-bottom: 60px; }

.int {
  position: relative;
  margin-top: 12px; }

.intcontent {
  border-right: 1px solid #af872d;
  min-height: 50px;
  padding-right: 30px;
  margin-top: 50px;
  border-left: 1px solid #af872d;
  padding-left: 30px;
  margin-left: -1px;
  margin-right: -1px;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 40px !important; }

.intcontent h2 {
  font-size: 18px;
  font-weight: normal; }

.date {
  font-style: italic; }

.list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list li {
  /*	margin-left: 15px;*/
  margin-bottom: 6px; }

.list li::before {
  content: " + ";
  /*margin-left: -15px;
  padding-right: 4px;*/ }

.list li a {
  color: #333333;
  text-decoration: none; }

.list li a:hover {
  color: #00679E;
  text-decoration: none; }

#intcontent {
  font-size: 14px; }

.sidenav {
  margin-top: 20px; }

.stitle {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #023651; }

.sidenav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.sidenav ul li {
  margin-bottom: 5px; }

.sidenav ul li a {
  color: #333333;
  text-decoration: none; }

.sidenav ul li a:hover {
  color: #00679E;
  text-decoration: none; }

.sidenav .active a {
  color: #c2a63a !important;
  font-weight: bold;
  text-decoration: none; }

.borderleft {
  border-left: 1px solid #c2a63a;
  min-height: 50px;
  padding-left: 30px;
  margin-top: 25px; }

.intfaicon {
  margin-top: -40px;
  margin-right: 0px;
  font-size: 24px;
  float: right;
  color: #FFf; }

@media (min-width: 768px) and (max-width: 979px) {
  .navbar-inner {
    border-radius: 0;
    margin: -20px -20px; }

  .navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px 40px;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); }

  .intcontent h2 {
    font-size: 16px;
    font-weight: normal; }

  .stitle {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .cmaportal-link {
    position: relative;
    text-align: center;
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    top: -20px !important; }

  #logo {
    /*margin-top:20px;*/
    float: none  !important; }

  #logo img {
    margin-top: 20px;
    width: 275px;
    padding-left: 10%; }

  .imgsideline img {
    display: none; }

  .borderleft {
    border-left: 0px solid #ccc; }

  .navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px 40px;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0); }

  .h-txt-menu {
    width: 100% !important; } }
ul.shareprint {
  margin: 0 !important;
  padding: 0 !important; }

ul.shareprint li {
  list-style-type: none;
  display: inline !important;
  padding-right: 5px !important;
  padding-left: 0px !important; }

.shareprint li:before {
  content: " | ";
  padding-right: 5px; }

.shareprint li:first-child:before {
  content: none; }

.posshare {
  position: relative;
  margin-top: 50px; }

/*nav bar shadow fix*/
.navbar-inner {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065); }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #BFA12F !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  outline: 0; }

#myNav {
  left: 6px; }

/*dropdown Search*/
.sfield {
  width: 500px;
  margin-left: -70px; }

.form-group label {
  margin-top: 6px;
  margin-bottom: 0px; }

.dropdown.dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 6px 20px; }

.input-group-btn .btn-group {
  display: flex !important;
  position: absolute;
  right: 0;
  top: -40px; }

.btn-group .btn {
  border-radius: 0;
  margin-left: -1px; }

.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-group .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.sdbtn {
  display: inline-block;
  padding: 4px 12px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #00679e;
  color: #fff;
  border: 1px solid #00679e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 35px; }

a#incfont {
  font-size: 18px;
  text-decoration: none; }

a#incfont:hover {
  text-decoration: none; }

a#decfont {
  font-size: 16px;
  text-decoration: none; }

a#decfont:hover {
  text-decoration: none; }

.mmt10 {
  margin-top: -10px; }

.mmt15 {
  margin-top: -15px; }

.mmt20 {
  margin-top: -20px !important; }

.footer {
  padding-top: 5px !important; }

#nav2 {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: tahoma;
  font-weight: bold;
  font-size: 12px;
  z-index: 999999; }

.lang {
  padding-top: 40px;
  padding-right: 10px; }

.aui a.lang {
  color: #b6b6b6 !important;
  text-decoration: none;
  cursor: pointer; }

#nav2 a:hover {
  color: #BFA12F !important;
  text-decoration: none; }

@media (min-width: 768px) and (max-width: 979px) {
  #nav2 {
    position: absolute;
    right: -10px;
    top: 5px;
    width: 40px;
    z-index: 999999; } }
@media (max-width: 767px) {
  #nav2 {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    z-index: 999999; }

  .footer .mmt15, .footer .mmt20 {
    margin-top: 0px; } }
@media (max-width: 480px) {
  #nav2 {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    z-index: 999999; }

  .awarness-icons {
    width: 100% !important;
    margin-left: auto  !important;
    margin-left: auto  !important;
    text-align: center; }

  .footer .mmt15, .footer .mmt20 {
    margin-top: 0px; } }
/*Advanced Search*/
.advancedsearch a {
  margin-left: 5px;
  color: #333;
  text-decoration: none; }

.advancedsearch a:hover {
  text-decoration: underline; }

#advsearchbox {
  padding: 15px;
  min-width: 650px;
  position: absolute;
  left: -240px;
  text-align: left;
  background: #fff; }

.mr15 {
  margin-right: 15px; }

#advsearchbox .col1 {
  float: left; }

#advsearchbox .col2 {
  float: right; }

#advsearchbox select {
  font-size: 12px;
  width: 100px; }

.advsearchradio {
  text-align: right;
  position: absolute;
  right: 20px; }

.advdate {
  background: #f1f1f1 !important;
  padding: 5px; }

.advdate .col1 {
  float: left;
  width: 42%; }

.advdate .col2 {
  float: left;
  width: 100%; }

.advdate input[type=text] {
  width: 70px; }

.advdate select {
  font-size: 12px;
  width: 80px !important; }

.iconcal {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -5px;
  z-index: 2;
  color: #BFA12F; }

.mmt5 {
  margin-top: -5px; }

* {
  outline: none !important;
  outline: 0 !important; }

.gold {
  color: #BFA12F; }

div .btn-blue {
  float: none; }

.btn-blue {
  display: inline-block;
  padding: 3px 12px 3px 12px;
  margin-top: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #00679e;
  color: #fff;
  border: 1px solid #00679e;
  border-radius: 5px;
  height: 30px;
  margin-left: 5px; }

.btn-blue:hover {
   /*  background-color: #BFA12F;
	border: 1px solid #BFA12F; */
  background-color: #003552;
  border: 1px solid #003552; }

@media (min-width: 768px) and (max-width: 979px) {
  .pdsmall {
    padding-left: 0px;
    padding-right: 0px; }

  .navbar .btn-navbar {
    float: left;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: -5px; } }
@media (max-width: 767px) {
  .pdsmall {
    padding-left: 20px;
    padding-right: 20px; }

  #bgabout {
    width: 100%;
    height: 300px;
    background: #083d3b url(../images/pattern1_inner.png) repeat-x bottom left; }

  .tagline {
    padding-right: 20px;
    padding-bottom: 40px !important;
    margin-bottom: 40px !important; }

  .ficon {
    margin-top: -10px; }

  .footer {
    height: 70px; }

  .int {
    margin-top: 0 !important; }

  .navbar .btn-navbar {
    float: left;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: -5px; } }
@media (max-width: 480px) {
  .pdsmall {
    padding-left: 20px;
    padding-right: 20px; }

  #bgabout {
    width: 100%;
    height: 300px;
    background: #083d3b url(../images/pattern1_inner.png) repeat-x bottom left; }

  .tagline {
    padding-left: 20px; }

  .ficon {
    margin-top: -10px; }

  .footer {
    height: 70px; }

  .int {
    margin-top: 0 !important; }

  .center {
    text-align: center !important; }

  .tagline {
    color: #FFF;
    font-size: 24px;
    padding-top: 25px;
    letter-spacing: 1.5px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 65% !important; }

  .searchpos {
    padding-top: 10px;
    position: relative;
    /*border: 1px solid red;*/
    float: unset !important; }

  .input-append {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    text-align: center !important; }

  .navbar .btn-navbar {
    float: left;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: -5px; } }
.fullheight {
  min-height: 100%;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 40px; }

#logo {
  /*margin-top:20px;*/
  float: left;
  width: 300px;
  margin-left: -10px; }

.intcontent.imgsideline {
  left: -50px; }

.imgsideline {
  top: -20px;
  right: -42px;
  position: absolute;
  cursor: pointer; }

.imgsidelineshow {
  top: 20px;
  right: -30px;
  position: absolute;
  cursor: pointer; }

.fixedheight {
  height: 280px; }

/*Tables*/
.table-striped2 th {
  background-color: #00679E;
  color: #FFF;
  padding: 8px 20px;
  line-height: 20px; }

.table-striped2 tbody > tr:nth-child(even) > td {
  background-color: #e9f1f5; }

.table-striped2 tbody > tr:nth-child(odd) > td {
  background-color: #FFF !important; }

.table-striped2 td {
  padding: 5px 20px;
  line-height: 20px;
  text-align: left;
  vertical-align: top; }

.table-bordered th {
  background-color: #00679E;
  color: #FFF;
  padding: 8px 20px;
  line-height: 20px; }

.table-bordered tbody > tr:nth-child(even) > td {
  background-color: #e9f1f5; }

.table-bordered tbody > tr:nth-child(odd) > td {
  background-color: #FFF !important; }

.table-bordered td {
  padding: 5px 20px;
  line-height: 20px;
  text-align: left;
  vertical-align: top; }

.table-bordered2 {
  border: 1px solid #dddddd;
  border-collapse: separate;
  /*border-collapse: collapse;*/
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.table-bordered2 th,
.table-bordered2 td {
  border-left: 1px solid #dddddd; }

.table-bordered2 th {
  background-color: #A59845;
  color: #FFF;
  padding: 8px 20px;
  line-height: 20px; }

.table-bordered2 td {
  padding: 5px 20px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  #no-more-tables tr {
    border: 1px solid #ccc; }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }

  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-title); } }
/*Lists*/
.nList ol {
  counter-reset: item; }

.nList LI {
  display: block; }

.nList LI:before {
  content: counters(item,".") " ";
  counter-increment: item; }

.nList li {
  margin-top: 5px; }

.nList li:before {
  color: #00679E;
  font-weight: bold;
  margin-left: -10px; }

.nList li ol li {
  margin-top: 5px; }

.nList li ol li:before {
  color: #A59845;
  margin-left: -20px; }

.nList li ol li ol li {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin-top: 10px; }

.nList li ol li ol li:before {
  color: #968027; }

.uList li {
  list-style: none;
  margin-left: 0px;
  margin-top: 5px; }

.uList li:before {
  /* For a round bullet */
  content: '\2022';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: 0px;
  color: #00679E;
  font-size: 20px; }

.uList li ul li:before {
  /* For a round bullet 
  content: '\2022';*/
  /* For a square bullet */
  content: '\b0';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: 4px;
  color: #968027;
  font-size: 20px; }

.uList li ul li ul li:before {
  /* For a round bullet 
  content: '\2022';*/
  /* For a square bullet */
  content: '\25A0';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px;
  top: 0px;
  color: #968027;
  font-size: 10px; }

/*<!--pager/pagination-->*/
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #00679E; }

.pager li > a:hover, .pager li > span:hover {
  color: #FFF;
  background-color: #00679E;
  border-color: #00679E; }

.pagination ul > li > a,
.pagination ul > li > span {
  padding: 6px 12px;
  font-size: 13px;
  color: #333; }

.pagination > ul > li > a, .pagination > ul > li > span, .pagination > ul > li > a:focus, .pagination > ul > li > span:focus {
  color: #00679E;
  border-color: #ddd; }

.pagination > ul > li > a:hover, .pagination > ul > li > span:hover, .pagination > ul > li > a:focus, .pagination > ul > li > span:focus {
  color: #FFF;
  background-color: #00679E;
  border-color: #00679E; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00679E;
  border-color: #00679E; }

/*Collapse*/
.accordion-group {
  margin-bottom: 5px; }

.accordion-heading {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: -21px; }

.accordion-heading i {
  margin-top: 5px; }

/*Gallery*/
.thumbnails {
  margin: 0;
  padding: 0;
  margin-left: -20px; }

.thumbnails > li {
  float: left;
  margin-bottom: 14px;
  margin-right: 0px; }

.modal-title {
  margin-top: 0px;
  font-size: 12px;
  font-weight: normal; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto; }

.thumbnail {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #968027 !important;
  outline: 0; }

.h150 {
  width: 100%;
  height: 146px !important; }

#galPre {
  float: left;
  width: 50px; }

#galNext {
  float: right; }

.modal-body {
  height: 100% !important; }

@media (max-width: 767px) {
  .thumbnails {
    margin: 0;
    padding: 0;
    margin-left: 0px; }

  .thumbnail {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  h2 {
    text-align: center; } }
@media (max-width: 480px) {
  .thumbnails {
    margin: 0;
    padding: 0;
    margin-left: 0px; }

  .thumbnail {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  h2 {
    text-align: center; } }
/*News page*/
.border {
  border: 1px solid #ccc; }

.intimg {
  margin: 12px 0 10px 10px; }

/*Capital Markets*/
.title2 {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0; }

.title2 h2 {
  font-size: 17px;
  font-weight: normal;
  color: white;
  padding-left: 20px;
  line-height: 17px;
  margin-top: 3px !important; }

.title2 .faicon {
  margin-top: -42px; }

.bold {
  font-weight: bold; }

.txtleft {
  text-align: left;
  padding-left: 20px;
  height: 25% !important; }

.gray {
  margin-bottom: 40px; }

.gray tbody > tr:nth-child(even) > td, .gray tbody > tr:nth-child(even) > th {
  background-color: #cccccc !important; }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #FFF !important; }

.gray th, .gray td {
  padding: 4px 20px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  border-top: 0px solid #dddddd; }

.tblgold tbody > tr:nth-child(even) > td, .tblgold tbody > tr:nth-child(even) > th {
  background-color: #e8e1ca !important; }

.tblgold th, .tblgold td {
  padding: 5px 20px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  border-top: 0px solid #dddddd; }

.pad20b5 {
  padding: 20px 20px 5px 20px; }

.mmt30 {
  margin-top: -30px; }

/*Search Results*/
#advSearch .control-label {
  float: left;
  width: 120px;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #BFA12F;
  text-decoration: none; }

/*Annual Reports*/
.annualreports {
  border: 1px solid #ccc;
  margin-bottom: 30px; }

.txtreports {
  line-height: 20px;
  height: 40px;
  background-color: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  padding: 10px; }

@media (max-width: 767px) {
  .annualreports .center {
    text-align: center !important; } }
/*Board*/
.board {
  border: 0px solid #DDDDDD;
  margin-bottom: 30px; }

.txtboard {
  line-height: 20px;
  height: 80px;
  /*background-color: #f2f2f2; */
  text-align: center;
  vertical-align: middle;
  padding: 10px; }

.board .center {
  text-align: center !important; }

@media (max-width: 767px) {
  .board .center {
    text-align: center !important; } }
.blue {
  color: #00679e; }

.pdflist {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.fa-ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px; }

.mmt18 {
  margin-top: -18px; }

@media (min-width: 768px) and (max-width: 979px) {
  .mmt18 {
    margin-top: 10px; } }
@media (max-width: 767px) {
  .mmt18 {
    margin-top: 0px; } }
@media (max-width: 480px) {
  .mmt18 {
    margin-top: 0px; } }
.borderright {
  border-right: 1px solid #af872d;
  min-height: 50px;
  padding-right: 30px;
  margin-top: -10px;
  border-left: 1px solid #af872d;
  padding-left: 30px;
  margin-left: -1px;
  margin-right: -1px; }

@media (max-width: 767px) {
  .borderright {
    border-right: 0px solid #ccc;
    min-height: 50px;
    padding-right: 0px;
    margin-top: -10px; } }
@media (max-width: 480px) {
  .borderright {
    border-right: 0px solid #ccc;
    min-height: 50px;
    padding-right: 0px;
    margin-top: -10px; } }
#boardcom .span3 {
  width: 245px;
  margin: 0px; }

@media (max-width: 1024px) {
  #boardcom .span3 {
    width: 200px; } }
@media (min-width: 768px) and (max-width: 979px) {
  #boardcom .span3 {
    width: 100%; } }
@media (max-width: 767px) {
  #boardcom .span3 {
    width: 100%; }

  .cd-top.cd-is-visible {
    bottom: 100px; } }
@media (max-width: 480px) {
  #boardcom .span3 {
    width: 100%; } }
#bgmedia {
  width: 100%;
  height: 215px;
  background: #104654 url(../images/pattern4_inner.png) repeat-x bottom left; }

#bgawareness {
  width: 100%;
  height: 215px;
  background: #232425 url(../images/pattern1_inner.png) repeat-x bottom left; }

/*radio*/
#playlist, audio {
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  border-radius: 0 !important;
  height: 40px; }

#playlist .active a {
  color: #A59845;
  text-decoration: none;
  font-weight: bold;
  background: #e2e2e2;
  opacity: .8;
  height: 20px; }

#playlist li {
  height: 30px; }

#playlist li a {
  color: #333;
  padding: 5px;
  display: block;
  text-decoration: none;
  padding-left: 20px; }

#playlist li a:hover {
  color: #A59845; }

#playlist {
  height: 100px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: -20px 0 0 0 !important; }

.audiobg {
  background: white URL("../images/radio.jpg") no-repeat top right;
  height: 110px;
  position: relative;
  padding-top: 40px !important;
  margin-top: 30px; }

.trans {
  opacity: .9; }

/*Gallery 2*/
/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url("../images/gallery2/a17.png") no-repeat;
  overflow: hidden; }

.jssora05l {
  background-position: -10px -40px; }

.jssora05r {
  background-position: -70px -40px; }

.jssora05l:hover {
  background-position: -130px -40px; }

.jssora05r:hover {
  background-position: -190px -40px; }

.jssora05l.jssora05ldn {
  background-position: -250px -40px; }

.jssora05r.jssora05rdn {
  background-position: -310px -40px; }

/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p            (normal)
.jssort01 .p:hover      (normal mouseover)
.jssort01 .p.pav        (active)
.jssort01 .p.pdn        (mousedown)
*/
.jssort01 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px; }

.jssort01 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.jssort01 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.jssort01 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 68px;
  height: 68px;
  border: #000 2px solid;
  box-sizing: content-box;
  background: url("../images/gallery2/t01.png") -800px -800px no-repeat;
  _background: none; }

.jssort01 .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 68px;
  height: 68px;
  border: #000 0px solid;
  _border: #fff 2px solid;
  background-position: 50% 50%; }

.jssort01 .p:hover .c {
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
  border: #fff 1px solid;
  background-position: 50% 50%; }

.jssort01 .p.pdn .c {
  background-position: 50% 50%;
  width: 68px;
  height: 68px;
  border: #000 2px solid; }

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
  /* ie quirks mode adjust */
  width: 72px;
  height: 72px; }

.nav {
  padding-left: 5px !important; }

/*Events*/
.mr5 {
  margin-right: 5px; }

#eventgal li {
  text-align: center; }

#eventgal span {
  padding-left: 5px; }

select {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 1px 10px;
  border: 1px solid #AF872D;
  color: #99999C; }

input[type="text"] {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 5px 5px 13px;
  border: 1px solid #AF872D; }

.btn-transparent {
  display: inline-block;
  padding: 3px 12px 3px 12px;
  margin-top: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #0C4976;
  background-color: #FFF;
  border: 1px solid #ae862d;
  border-radius: 20px;
  height: 30px;
  margin-left: 5px; }

.btn-transparent:hover {
  border: 1px solid #BFA12F; }

.pageTitle {
  color: #023651;
  font-size: 20px; }

.breadcrumb {
  padding: 0px 0px;
  margin: 0 0 0;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: right; }

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1; }

.breadcrumb > li > .divider {
  padding: 0 2px;
  color: #ccc; }

.breadcrumb > .active {
  color: #999999; }

.homeIcons {
  color: #ae862d;
  text-align: center; }

.homeIcons:hover {
  color: #AE862D;
  text-align: center; }

.iconTitle {
  color: #023651;
  font-size: 18px;
  text-align: center;
  margin-top: 10px; }

@media (max-width: 480px) {
  .pageTitle, .breadcrumb {
    text-align: center; } }
@media (max-width: 767px) {
  .pageTitle, .breadcrumb {
    text-align: center; } }
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #af872d !important;
  border-bottom: 1px solid #ffffff; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #767b7e; }

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #f2cb38 !important; }

.navbar .nav > li > a {
  text-shadow: 0 0 0; }

.sidenav ul li {
  list-style-type: disc; }

ul.mpage-rr-ul {
  margin-left: 0px; }

.mpage-rr-ul li {
  list-style-type: none; }

.mpage-rr-ul a {
  color: #ae862d !important;
  font-size: 16px; }

.text-dots {
  white-space: nowrap;
  width: 40em;
  overflow: hidden;
  text-overflow: ellipsis; }

.m-color {
  background: #023651 !important;
  margin-top: 15px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important; }

.aui .carousel-indicators {
  top: 0px !important;
  /* z-index:0 !important; */ }

.aui .carousel-indicators li {
  background-color: #cdcdcd; }

.aui .carousel-indicators .active {
  background-color: #36a0ec; }

.carousel-item {
  /*z-index:0 !important;*/ }

.carousel-item-active {
  /* z-index:0 !important; */ }

.carousel-item-transition {
  /*z-index:0 ;*/ }

#portlet_imagegallerytile_WAR_cmaimagegallerytileportlet .center-view-all-link {
  top: -50px !important;
  position: relative; }

.td-padding {
  border-top: 0px !important;
  border-bottom: 1px dotted #dddddd !important; }

.cmaportal-link {
  position: relative;
  text-align: center;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  top: 0px; }

.cmaportal-link a {
  color: #b6b6b6 !important; }

.cmaportal-link a:hover {
  text-decoration: none;
  color: #b6b6b6 !important; }

.viewall a {
  color: #008bcd !important;
  position: relative;
  top: -10px; }

.sign-in {
  display: none; }

.advsearchboxCustom {
  z-index: 1; }

#imgsidelinegenericimg {
  float: right  !important; }

.aui .dockbar .navbar-inner .nav > li, .aui .dockbar-split .dockbar .navbar-inner .nav > li {
  background-color: #118ade !important; }

.goToTop {
  position: fixed;
  top: 0px;
  padding-top: 0px !important;
  margin-top: 0px;
  left: 0px;
  border-radius: 0px !important;
  z-index: 500; }

.goToTop.cmaportal-link {
  top: 0px;
  z-index: 2; }

.genericform a font {
  color: #333 !important; }

/* .accordion-body in collapse{
	border-bottom:1px solid #ae862d;
} */
.h-txt-menu {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.aui #visualAwareness-carousel .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid #cdcdcd;
  height: 364px; }

@media (max-width: 480px) {
  .aui #visualAwareness-carousel .carousel-inner {
    margin-top: 10px !important; } }
.visualAwareness-carousel-media {
  height: 200px !important; }

#p_p_id_1_WAR_webformportlet_INSTANCE_p5TtvqKT3yRg_ {
  height: 0px; }

.bgwhite .table {
  margin-top: 10px !important; }

.audiobg .title h2 {
  margin-top: -38px; }

.accordion-body {
  margin-top: 20px;
  border-bottom: 0px solid #ae862d; }

.genericform {
  /*margin-top: 20px !important ;*/ }

.image-gallery-tile-portlet {
  height: 260px !important; }

.mt30 .title.txtblack {
  margin-top: -84px !important; }

.title.bgblue h2 {
  border-bottom: 0px solid #ae862d !important;
  color: #fff !important; }

.aui .intcontent a {
  color: #008bcd !important; }

.aui .shareprint a {
  font-size: 16px; }

/* .aui a{
	color:#008bcd !important;
}
*/
.aui a:hover {
  text-decoration: none !important; }

hr.sidenav {
  margin-top: 20px;
  border-top: 1px solid #fff !important; }

.aui .portlet-asset-publisher img {
  display: none !important; }

/****************Carousel dots design change :Start**********/
.carousel-menu-next, .carousel-menu-play, .carousel-menu-pause, .carousel-menu-prev {
  display: none !important; }

/* .carousel-item{
	position:relative;
	top:-40px !important;	
} */
.carousel menu {
  background: transparent;
  padding-right: 48% !important;
  bottom: -50px !important;
  /*z-index:0 !important;*/ }

.carousel-menu-active {
  background: #36a0ec !important; }

.carousel-menu-item {
  background: #cdcdcd; }

/***END**/
.aui textarea, .aui input[type="text"], .aui input[type="password"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="date"], .aui input[type="month"], .aui input[type="time"], .aui input[type="week"], .aui input[type="number"], .aui input[type="email"], .aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="color"], .aui .uneditable-input {
  background-color: #eee !important;
  border: 1px solid #008bcd !important; }

.expandthis3 .borderright {
  margin-top: 20px; }

ul.shareprint
a {
  color: #008bcd !important; }

hr.style-one {
  margin: 15px 0px !important; }

@media (max-width: 767px) {
  .aui .navbar-fixed-top, .aui .navbar-fixed-bottom, .aui .navbar-static-top {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .sbtn {
    padding: 0px 18px 3px 12px; } }
.portlet-borderless.image-gallery-tile-portlet {
  height: 390px !important; }

.aui .intcontent a.navyblue {
  color: #023651 !important; }

.aui select {
  width: 190px !important;
  border: 1px solid #008bcd;
  background-color: #eee; }

.aui {
  background: unset !important; }

#galevent {
  margin-top: 19px !important; }

.aui .thumbnail > img {
  width: 100% !important;
  height: 170px !important; }

.sr-only {
  position: unset;
  font-size: 20px !important;
  font-weight: bold !important;
  margin-right: auto;
  margin-left: auto; }

#selectedChapterOrg {
  width: 220px !important; }

#bgwrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  z-index: 0;
  background-blend-mode: overlay;
  -moz-transform: scaleX(-1);
  /* For Mozilla Firefox */
  -o-transform: scaleX(-1);
  /* For Opera */
  -webkit-transform: scaleX(-1);
  /* For Safari, Google chrome */
  /* For IE */
  filter: FlipH;
  -ms-filter: "FlipH";
  background-size: contain; }

@media (max-width: 979px) {
  .aui .dockbar-split .dockbar .navbar-inner {
    display: none !important; }

  .aui select {
    max-width: 100%;
    margin-top: 20px !important; } }
.aui .modal-backdrop, .aui .modal-backdrop.fade.in {
  opacity: 0 !important; }

.aui .modal-backdrop {
  z-index: 0 !important; }

#main-content {
  background: #ffffff !important;
  opacity: 0.9 !important;
  border: 1px solid #023651;
  border-top: none;
  margin-bottom: 60px !important; }

.audiobg {
  margin-top: 50px; }

@media (max-width: 979px) {
  #p_p_id_101_INSTANCE_MZ7aIDK586Yf_ {
    border: 1px solid #023651;
    margin-left: 0px !important;
    margin-right: -8px; }

  #p_p_id_101_INSTANCE_G4Gv2kUgW9N7_ {
    margin-top: 15px; }

  #p_p_id_101_INSTANCE_MZ7aIDK586Yf_ .pad20 {
    height: 100% !important; }

  #p_p_id_56_INSTANCE_z9IDDVT8IrY4_ {
    margin-left: 0 !important;
    margin-right: -8px; }

  #p_p_id_56_INSTANCE_ZwMFGaqcHobr_ {
    margin-left: 0 !important;
    margin-right: -10px; }

  #p_p_id_56_INSTANCE_VrdoB0HolnRY_ {
    margin-left: -5px !important; }

  #p_p_id_56_INSTANCE_Kzo8WdLwAEUK_ {
    margin-top: 15px; }

  #p_p_id_101_INSTANCE_yb9RouePGgOv_ {
    margin-top: 15px; }

  #p_p_id_imagegallerytile_WAR_cmaimagegallerytileportlet_ {
    margin-top: 15px; }

  .carousel-inner {
    margin-top: -15px !important; }

  .carousel-indicators {
    margin-top: -7px !important; }

  .center-view-all-link {
    margin-top: 32px !important; }

  #main-content {
    margin-left: 10px;
    margin-right: 10px; } }
@media (max-width: 480px) {
  #main-content {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .aui .carousel-inner {
    margin-top: 10px !important; }

  .pictxt p {
    padding: 20px; }

  .carousel-indicators {
    margin-top: 30px !important; }

  .mediaappearanceviewall {
    position: absolute;
    left: 10px;
    bottom: 10px; }

  .footer .textAlign {
    text-align: center; }

  .ficon {
    float: unset !important;
    margin-top: 10px; } }
@media (min-width: 480px) {
  .ficon {
    margin-top: -30px; } }
.sidenav ul {
  margin: 0px 15px !important;
  padding: 0px !important; }

.newlogopos {
  margin-left: 15px; }

