/*
Theme Name: Singh Center
Theme URI: http://www.0to5.com
Author: Travis Hoglund
Author URI: http://www.0to5.com
Description: Custom Theme for Client - Singh Center
Version: 1.0
*/

/* ---- GLOBALS ---- */
body, select, input, textarea {
  color: #474747;
  font-family: "source-sans-pro",sans-serif;
  font-weight: 300;
}
body {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
/*
ul li {
    list-style: none;
    text-indent: ;
}
ul li:before {
    content: '\2022 ';
    padding-right: 0.5em;
} */
.clear {
	clear: both;
}
.container .container {
    padding: 0;
    width: 100%;
}
.mobileONLY {
    display: none;
}

/* ---- HIDE FONT FLASH ---- */
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading .row-aux,
.wf-loading .banner-content,
.wf-loading .navbar,
.wf-loading .why-singh-wrapper,
.wf-loading .col-working-at-singh-center,
.wf-loading .getting-started-wrapper,
.wf-loading .research-areas-content,
.wf-loading .research-panel-link a,
.wf-loading .col-news-title *,
.wf-loading .col-news-content *,
.wf-loading .next, .wf-loading .prev,
.wf-loading .footer-nav,
.wf-loading .internal-page-content,
.wf-loading .sidebar-module * {
  visibility: hidden;
}

/* ---- ALLOW JS TO ACCESS CSS WIDTH ---- */
.mediaJS {
	max-width: 2560px;
	min-width: 2560px;
	display: none;
}
@media(max-width: 991px) {
    .mediaJS {
        max-width: 991px;
        min-width: 991px;
    }
}
@media(max-width: 767px) {
    .mediaJS {
        max-width: 767px;
        min-width: 767px;
    }
}
@media(max-width: 650px) {
    .mediaJS {
        max-width: 650px;
        min-width: 650px;
    }
}

/* ---- HEADERS ---- */
h1 { font-size: 4.2em; font-family: "effra",sans-serif; font-weight: 300; line-height: 1.0em; margin-bottom: 10px; margin-top: 0; color: #011f5b; letter-spacing: 3px; }
h2 { font-size: 3.6em; font-family: "effra",sans-serif; font-weight: 300; line-height: 1.3em; margin-bottom: 10px; margin-top: 0; color: #FFF; letter-spacing: 2px; }
h3 { font-size: 2em; font-family: "effra",sans-serif; font-weight: 300; line-height: 1.3em; margin-bottom: 10px; margin-top: 0; }
h4 { font-size: 2em; font-family: "effra",sans-serif; font-weight: 300; line-height: 1.3em; margin-bottom: 10px; margin-top: 0; }
h5 { font-size: 2em; font-family: "effra",sans-serif; font-weight: 300; line-height: 1.3em; margin-bottom: 10px; margin-top: 0; }
h6 { font-size: 2em; font-family: "effra",sans-serif; font-weight: 300; line-height: 1.3em; margin-bottom: 10px; margin-top: 0; }

/* ----- HEADER ---- */
#masthead {
    position: relative;
}
#header {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 500;
}
a.logo {
    display: block;
}
.row-aux {
    min-height: 38px;
    text-align: right;
    line-height: 38px;
    color: #FFF;
}
.row-header {
    background-color: #FFF;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #ff9800;
}

/* ---- AUX NAV ---- */
.aux-nav {
    list-style: none;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 0;
}
.aux-nav li {
    display: inline-block;
    margin-right: 8px;
    line-height: 38px;
}
.aux-nav li.sep {
    color: #FFF;
}
.page-id-13 .aux-nav li.sep {
	color: #011f5b;
}
.aux-nav a {
    color: #FFF;
}
.aux-nav a:hover {
    color: #FF9800;
    text-decoration: none;
}
.page-id-13 .aux-nav a {
	color: #011f5b;
}
.page-id-13 .aux-nav a:hover {
	color: #FF9800;
}
.social-icons {
    height: 17px;
    width: 17px;
    margin-top: 10px;
    display: inline-block;
	background-size: 17px 51px !important;
}
.social-icons:hover {
    background-position: center center !important;
}
.page-id-13 .social-icons {
	background-position: bottom center !important;
}
.page-id-13 .social-icons:hover {
	background-position: center center !important;
}
.user-login a, .user-login a:hover {
    color: #FFF;
    text-decoration: none;
    padding: 4px 15px 4px 30px;
    background: #FF9800 url("images/bg-icon-user.png") no-repeat 10% 50%;
    border-radius: 3px;
}
#header ul .search ul li .searchform input[type='search'] { color: #000 !important;}

/* ----- NAV CONTAINER ---- */
.col-nav {
    position: absolute; bottom: -15px; right: 0;
    padding-right: 0;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.sub-menu {
    display: none;
    min-width: 220px;
}

/* ---- NAV ELEMENTS ---- */
.col-nav ul, .col-nav ul li {
    list-style: none;
}
.col-nav ul li a {
    color: #011f5b;
    font-family: "effra",sans-serif; font-weight: 300;
    font-size: 1.1em;
    background: none;
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 12px;
    text-decoration: none;
}
.col-nav ul li a:hover {
    text-decoration: none;
}
.col-nav ul li:hover > a {
    color: #FF9800;
}
.col-nav ul li {
    position: relative;
}
.col-nav ul li ul li {
	position: static;
}
.col-nav ul li:hover > ul {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #777;
    background: #e7e7e7 url("images/bg-menu-caret.png") no-repeat top left;
    padding: 20px 0 10px 0;
}
.col-nav ul .hasSubMenu .hasSubMenu > ul {
    position: absolute;
    top: 0;
	bottom: 0;
    padding-bottom: 0;
    /*border-top: 2px solid #858484; */
	left: 100%;
	background-color: #dbdada;
	padding-top: 10px;
}
/*
.col-nav ul .hasSubMenu .hasSubMenu > ul:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	bottom: 0;
	background-color: #858484;
} */
.col-nav ul li ul li:hover > ul {
	background-image: none;
}
.col-nav ul .hasSubMenu .hasSubMenu > ul li a {
    background-color: #dbdada;
    color: #727272;
}
.col-nav ul .hasSubMenu .hasSubMenu > ul li a:hover {
	background-color: #dbdada;
    color: #727272;
	text-decoration: underline;
}
.col-nav ul .hasSubMenu .hasSubMenu > ul li:hover a {
    color: #727272;
}
.col-nav ul .hasSubMenu li > a {
	border-bottom: 2px solid transparent;
}
.col-nav ul .hasSubMenu li:hover > a {
    border-bottom: 2px solid #e18400;
}
.col-nav ul .hasSubMenu li li > a {
	border-bottom: none !important;
}
.col-nav ul.navbar-nav > li:last-child:hover > ul {
    display: block;
    position: absolute;
    top: 50px;
    left: auto;
    right: 0;
    background-color: #777;
    background: #e7e7e7 url("images/bg-menu-caret.png") no-repeat top right;
    padding: 20px 0 10px 0;
}


/* -- Second Tier -- */
.col-nav ul li ul li a {
    height: auto;
    min-height: 38px;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
}
.col-nav ul li ul li:hover a {
    background-color: #FF9800;
    color: #FFF;
}
.col-nav ul li ul li:hover:before {
    /* content: ""; */
    position: absolute; bottom: 0; height: 2px;
    background-color: #e18400; left: 0; right: 0;
}
.col-nav ul li ul li ul li:hover:before {
	content: normal;
}
/*.col-nav .hasSubMenu li.hasSubMenu ul li a:before { content:"\2013\00a0";} */
.col-nav .hasSubMenu li.hasSubMenu:hover:after, .col-nav .hasSubMenu li.hasSubMenu ul li:hover:after {
    background-color: transparent;
}

@media(max-width: 767px) {
    body.menuActive {
        overflow: hidden;
        background-color: #ff9800;
    }
    body.menuActive > * {
        visibility: hidden;
    }
    body.menuActive .cycle-slideshow, body.menuActive .internal-banner {
        display: none;
    }
    body.menuActive > #masthead {
        visibility: visible;
        background-color: #FFF;
    }
    .mobileONLY {
        display: block;
    }
    #masthead {
        position: static;
    }
    #header {
        position: static;
    }
    .row-header > div {
        position: static;
    }
    .col-nav {
        position: static;
        bottom: 0;
    }
    .navbar {
        min-height: 0;
        position: static;
    }
    .navbar-toggle {
        cursor: pointer;
        cursor: hand;
        margin: 0 15px 0  0;
        padding: 0 0 0 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #ff9800;
    }
    .navbar-collapse {
        position: fixed;
        z-index: 9999;
        top: 100px; bottom: 0; right: 0; left: 0;
        background-color: #ff9800;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-top: none !important;
        box-shadow: none !important;
        overflow: auto !important;
    }
    .navbar-collapse > ul {
        float: none !important;
        margin: 0;
        padding: 0;
    }
    .navbar-collapse ul li a {
        height: auto;
        line-height: 1.3em;
    }
    .col-nav ul li:hover > ul {
        display: none !important;
    }
    .col-nav .navbar-nav > li {
        border-bottom: 1px solid #ffac31 !important;
    }
    .col-nav ul li a {
        color: #011f5b !important;
        padding: 10px 0 !important;
        margin: 0 25px !important;
        font-weight: 400;
    }
    .col-nav ul li li a {
        padding: 5px 0 !important;
        margin: 0 40px !important;
        min-height: 0 !important;
    }
    .col-nav ul li li:last-child > a {
        padding-bottom: 15px !important;
    }
    .col-nav ul li ul li:hover:after {
        visibility: hidden !important;
    }
     #header .navbar-custom .navbar-collapse ul li ul {
        display: none !important;
        position: relative !important;
        margin: 0 !important;
        left: auto !important; right: auto !important;
        top: auto !important; bottom: auto !important;
        background: none !important;
        padding: 0 !important;
        font-size: .90em !important;
      }
      #header .navbar-custom .navbar-collapse ul li.hasSubMenu > a,
      #header .navbar-custom .navbar-collapse ul li.hasSubMenu > a:hover {
        background: transparent url("images/sprite-menu-arrow.svg") no-repeat !important;
        background-position: 100% -30px !important;
        background-size: 9px 180px !important;
        padding-right: 18px !important;
      }
      #header .navbar-custom .navbar-collapse ul li.hasSubMenu.hovered > a {
        background: transparent url('images/icon-link@2x.png') no-repeat right center !important;
        background-size: 12px 12px !important;
      }
      #header .navbar-custom .navbar-collapse ul li.hasSubMenu.hovered > ul {
        display: block !important;
      }
      #header .navbar-custom .navbar-collapse ul li.hasSubMenu.hovered > a.iscloseable {
        background: transparent url("images/sprite-menu-arrow.svg") no-repeat !important;
        background-position: 100% -30px !important;
        background-size: 9px 180px !important;
        padding-right: 18px !important;
      }
      .cycle-pager {
        position: absolute;
        top: 10px;
        width: 200px;
        left: 50%; margin-left: -100px;
        text-align: center;
        display: block;
        z-index: 101;
      }
      .cycle-pager span {
        display: inline-block;
        background-color: #a8bfe7;
        border: 5px solid transparent; /*allow larger clicking area with borders */
        width: 16px;
        height: 16px;
        border-radius: 8px;
        text-indent: -9999px;
        cursor: pointer; cursor: hand;
        background-clip: padding-box;
      }
      .cycle-pager span.cycle-pager-active {
        background-color: #FFF;
      }
    .col-nav ul .hasSubMenu .hasSubMenu > ul {
        position: relative;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-top: none;
    }
    .col-nav ul .hasSubMenu .hasSubMenu > ul li a {
        background-color: #FF9800;
        padding-left: 30px;
    }
    .col-nav ul .hasSubMenu li.hasSubMenu:hover > a {
        border-bottom: none;
    }
    iframe {
        max-width: 100% !important;
    }
}

@media(max-width: 400px) {
    .navbar-collapse {
        top: 80px;
    }
}

/* ---- SEARCH ---- */
#header ul .search {
  font-size: 1em;
  overflow: hidden;
  /* display: block; */
  height: 25px;
  vertical-align: middle;
}
#header ul .search ul {
  display: block;
  margin: 0;
  padding: 0;
  height: 25px;
  white-space: nowrap;
}
#header ul .search ul li {
  display: inline-block;
  height: 25px;
  position: relative;
}
#header ul .search ul li .searchform {
  display: block;
  padding: 4px 0 0 0;
  height: 25px;
  margin: 0;
}
#header ul .search ul li .searchform label {
  display: none;
  float: left;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
}
#header ul .search ul li .searchform input[type='search'] {
  text-indent: -9999px;
  float: right;
  margin: 1px 0 0 9px;
  padding: 0 30px 0 9px;
  width: 130px;
  height: 20px;
  color: #bfbfbf;
  font-size: 1em;
  line-height: 20px;
  border: 0;
  zoom: 1;
  position: relative;
  top: -5px;
}
#header ul .search ul li .searchform input[type='submit'] {
  float: left;
  margin: 1px 0 0 0;
  padding: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  background-image: url('images/sprite-search.png');
  background-position: 50% -26px;
  background-repeat: no-repeat;
  background-size: 13px 39px;
  text-indent: -9999em;
  border: 0;
}
.page-id-13 #header ul .search ul li .searchform input[type='submit'] {
	background-position: 50% 0;
}
#header ul .search ul li .searchform input[type='submit']:hover {
  background-position: 50% -13px;
}
#header ul .search ul li .close {
  display: block;
  width: 20px;
  font-size: 1.25em;
  text-align: center;
  line-height: 24px;
  float: none;
  position: absolute;
  top: -2px;
  right: 0;
}
#header ul .search ul li .close:hover {
  color: #f79422;
}

/* ----- BANNER ---- */
.cycle-slideshow {
    border-bottom: 10px solid #fff;
}
.next {
    position: absolute;
    top: 50%; right: 20px;
    color: #FFF;
    z-index: 150;
    width: 50px;
    height: 86px;
    margin-top: -43px;
    background: transparent url("images/bg-banner-nav-right.png") no-repeat top center;
    text-indent: -9999px;
    cursor: pointer; cursor: hand;
}
.next:hover {
    background-position: bottom center;
}
.prev {
    position: absolute;
    top: 50%; left: 20px;
    color: #FFF;
    z-index: 150;
    width: 50px;
    height: 86px;
    margin-top: -43px;
    background: transparent url("images/bg-banner-nav-left.png") no-repeat top center;
    text-indent: -9999px;
    cursor: pointer; cursor: hand;
}
.prev:hover {
    background-position: bottom center;
}
.control-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 86px;
    margin-top: -43px;
    left: 0; right: 0;
}
.next, .prev {
    background-size: 25px 85px;
    width: 25px; height: 42px;
    margin-top: -21px;
}
.banner-slide {
    right: 0;
    overflow: hidden !important;
}
.banner-slide img {
    width: 100%;
}
.banner-slide h1 .thin {
    font-weight: 300;
}
.banner-slide h1 .reg {
    font-weight: 400;
}
.banner-slide h1 .strong {
    font-weight: 500;
}
.banner-table-container {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.banner-table {
    display: table;
    height: 100%;
    padding: 0;
    max-height: 700px;
}
.col-banner-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.col-banner-table-cell > div {
    padding: 0;
    position: static;
}
.banner-opacity {
    padding: 30px 40px;
    color: #FFF;
    overflow: hidden;
    position: relative;
    background: transparent url("images/bg-banner-blue-overlay.png") repeat top center;
}
.banner-filter-image {
    position: absolute; top: 0; right: 0; left: 0; bottom: 0;
    z-index: 100;
}
.banner-content {
    position: relative;
    z-index: 101;
}
.banner-content h1 {
    color: #FFF;
}
.banner-text {
    font-size: 1.7em;
    line-height: 1.2em;
}
.banner-content a.arrow-orange {
    font-size: 1.8em;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ---- HOMEPAGE ELEMENTS ---- */
.why-singh-wrapper {
    position: relative; z-index: 102; height: 0; overflow: visible;
}
.why-singh-wrapper .container {
    position: relative;
}
.why-singh-wrapper .row {
    position: absolute; top: -65px; left: 0; right: 0;
    margin: 0;
}
.col-why-singh-title {
    background-color: #011f5b;
    padding-left: 25px;
    padding-right: 25px;
}
.col-why-singh-content {
    background-color: #FFF;
    font-size: 1.45em;
    line-height: 1.3em;
    padding-left: 25px;
    padding-right: 65px;
    color: #011f5b;
    letter-spacing: .04em;
}
.why-singh-wrapper .row > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.why-singh-wrapper h2 {
    margin-bottom: 0;
}
.why-singh-wrapper a.arrow-orange {
    font-size: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


.working-at-singh-wrapper {
    background: transparent url("images/bg-working-at-singh.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 10px solid #FFF;
}
.working-at-singh-wrapper .container .container .row > div {
    padding: 0;
}
.col-working-at-singh-center {
    padding-top: 140px;
    padding-bottom: 140px;
}
.working-at-singh-wrapper h1 {
    text-align: center;
    margin-bottom: 30px;
}
.working-at-singh-content {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.1em;
    padding: 0 40px;
}
.working-divider-wrapper {
    position: relative;
}
.working-divider {
    position: absolute;
    top: 0;
    bottom: 10%;
    left: 50%;
    width: 1px;
    background-color: #777;
}
.working-at-singh-content a.arrow-orange {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.working-at-singh-content a.arrow-orange:hover {
    color: #011f5b;
    background: transparent url("images/bg-arrow-blue.png") no-repeat center right;
    background-position: 100% 60%;
}



.getting-started-wrapper {
    position: relative; z-index: 102; height: 0; overflow: visible;
}
.getting-started-wrapper .container {
    position: relative;
}
.getting-started-wrapper .row {
    position: absolute; top: -65px; left: 0; right: 0;
    margin: 0;
}
.col-getting-started-title {
    background-color: #011f5b;
    padding-left: 25px;
    padding-right: 25px;
}
.col-getting-started-content {
    background-color: #FFF;
    font-size: 1.45em;
    line-height: 1.3em;
    padding-left: 25px;
    padding-right: 65px;
    color: #011f5b;
    letter-spacing: .04em;
}
.getting-started-wrapper .row > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.getting-started-wrapper h2 {
    margin-bottom: 0;
}
.getting-started-wrapper a.arrow-orange {
    font-size: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 1px;
}



.research-areas-wrapper {
    background-color: #f3f2f2;
    border-bottom: 10px solid #FFF;
}
.research-areas-wrapper > div.container {
    padding-left: 0;
    padding-right: 0;
}
.research-areas-wrapper .container .container .row > div {
    padding: 0;
}
.col-research-areas-center {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-right: -3px; margin-left: -3px;
}
.research-areas-wrapper h1 {
    text-align: center;
    margin-bottom: 24px;
}
.research-areas-content {
    font-size: 1.45em;
    line-height: 1.3em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px auto;
    letter-spacing: .04em;
}
.col-research-panel {
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    border: 3px solid transparent;
}
.col-research-panel:before {
    content: "";
    padding-top: 70%;
    display: block;
}
.research-panel-link {
    position: absolute;
    bottom: -1px; left: 0; right: 0; height: 35%; text-align: center;
}
.research-panel-link > div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.research-panel-link a {
    color: #FFF;
    font-size: 1.8em;
    display: table-cell;
    vertical-align: middle;
    background: transparent url("images/bg-arrow-orange.png") no-repeat center right;
    background-position: 90% 50%;
    padding-right: 15%;
    letter-spacing: 1px;
    line-height: 1.1em;
}
.research-panel-link a:hover {
    background: #e68b03 url("images/bg-arrow-white.png") no-repeat center right;
    background-position: 90% 50%;
    text-decoration: none;
    color: #FFF;
}



.home-news-wrapper {
    background-color: #c6c4c4;
    position: relative; z-index: 102;
}
.home-news-wrapper > div {
    position: relative;
    top: -65px;
}
.col-news-title{
    background-color: #ff9800;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #FFF;
}
.col-news-feed {
    background-color: #FFF;
    font-size: 1.4em;
    line-height: 1.3em;
    padding-left: 0;
    padding-right: 0;
    color: #011f5b;
}
.col-news-feed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.col-news-feed ul li {
    background: #FFF url("images/bg-arrow-orange.png") no-repeat 98% 50%;
}
.col-news-feed ul li:nth-child(even) {
    background-color: #f9f9f9;
}
.col-news-feed ul li:hover {
    background: #ff9800 url("images/bg-arrow-white.png") no-repeat 98% 50%;
    color: #FFF;
}
.col-news-feed ul li a {
    padding: 20px 60px 20px 26px;
    display: block;
    color: #555555;
    letter-spacing: .04em;
}
.col-news-feed ul li a:hover {
    color: #FFF;
    text-decoration: none;
}
.news-item-date {
    display: block;
}
.news-feed-item .auth {
    font-weight: 400;
}
.news-feed-item .location {
    font-weight: 400;
}
.news-feed-item .sep {
    position: relative;
    padding: 0 2px 0 6px;
}
.home-news-wrapper h2 {
    margin-bottom: 0;
}
.home-news-wrapper a.arrow-blue {
    font-size: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.home-social-wrapper {
	padding: 30px 0;
}
.home-social-wrapper ul {
	padding: 0; margin: 0; text-align: center;
}
.home-social-wrapper li {
	display: inline-block;
	margin: 0 15px;
}
.home-social-wrapper li a.social-icons {
	height: 50px; width: 50px;
	background-size: 50px 150px !important;
	background-position: bottom center !important;
}
.home-social-wrapper .user-login-mobile {
	display: block;
	text-align: center;
	background-color: #FF9800;
	border-radius: 5px;
	max-width: 280px;
	margin: 20px auto;
}
.home-social-wrapper .user-login-mobile a {
	padding: 6px 15px 4px 20px;
	display: inline-block;
    background: transparent url("images/bg-icon-user.png") no-repeat left center;
	font-size: 1.15em;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.home-social-wrapper .user-login-mobile:hover {
	background-color: #011f5b;
}

/* ---- INTERNAL PAGES ---- */
.internal-banner {
 background-repeat: no-repeat;
 background-position: top center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 height: 383px;
 width: 100%;
}

.internal-page-wrapper {
    position: relative;
    top: -85px;
    min-height: 500px;
}
.internal-page-wrapper .row > div:first-child {
    padding-right: 0;
}
.internal-page-wrapper .internal-page-content h1, .internal-page-wrapper .internal-page-sidebar h1 { }
.internal-page-wrapper .internal-page-content h2, .internal-page-wrapper .internal-page-sidebar h2 { color: #011f5b; letter-spacing: 2px; font-size: 1.8em; margin-bottom: 5px; }
.internal-page-wrapper .internal-page-content h3, .internal-page-wrapper .internal-page-sidebar h3 { color: #ff9800; letter-spacing: 1px; font-size: 1.50em; font-weight: 500;}
.internal-page-wrapper .internal-page-content h4, .internal-page-wrapper .internal-page-sidebar h4 { color: #011f5b; letter-spacing: 1px; font-size: 1.25em; margin-bottom: 5px; }
.internal-page-wrapper .internal-page-content h5, .internal-page-wrapper .internal-page-sidebar h5 { }
.internal-page-wrapper .internal-page-content h6, .internal-page-wrapper .internal-page-sidebar h6 { }
.internal-page-wrapper h1.internal-page-title {
    line-height: 85px;
    color: #FFF;
    min-height: 85px;
    padding: 0 20px;
    background: transparent url("images/bg-banner-blue-overlay.png") repeat top center;
    font-size: 3.2em;
    margin-bottom: 30px;
    letter-spacing: 0;
}
.internal-page-wrapper p+h1, .internal-page-wrapper p+h2, .internal-page-wrapper p+h3, .internal-page-wrapper p+h4 {
    margin-top: 30px;
}
.internal-page-content {
    color: #474747;
}
.internal-page-content ul li {
    margin-bottom: 10px;
}
.internal-page-content p, .internal-page-content div {
    font-size: 1.25em;
}
.internal-page-content p p, .internal-page-content div div, .internal-page-content div p, .internal-page-content p div  {
    font-size: 1em;
}
.internal-page-main-snippet {
    padding: 0 20px;
    margin-bottom: 30px;
}
.internal-page-content .accordion-group {
	margin-bottom: 40px;
}
.internal-page-content .accordion-group h2 {
	margin-bottom: 20px;
}
.internal-page-content .panel-group {
    margin-bottom: 8px;
}
.internal-page-content .panel-toggle {
	text-decoration: none !important;
}
.internal-page-content .panel-heading {
    background-color: #f1f1f1;
    border-bottom: 2px solid #dddcdc;
    border-right: 2px solid #dddcdc;
    background: #f1f1f1 url("images/bg-accordion-inactive.png") no-repeat 98% 50%;
    cursor: pointer; cursor: hand;
    border-radius: 0;
    padding: 20px 30px;
}
.internal-page-content .panel-heading:hover {
    background: #011f5b url("images/bg-accordion-hovered-down.png") no-repeat 98% 50%;
    border-bottom: 2px solid #011130;
    border-right: 2px solid #011130;
}
.internal-page-content .panel-heading:hover a h3 {
    color: #FFF;
}
.internal-page-content .panel-heading h3 {
    font-size: 1.25em; margin-bottom: 0; color: #011f5b; font-weight: 300;
}
.internal-page-content .panel-heading a:hover {
    text-decoration: none;
}
.internal-page-content .accordion.active > .panel-group > .panel-heading {
    background: #011f5b url("images/bg-accordion-active.png") no-repeat 98% 50% !important;
    border-bottom: 2px solid #011130;
    border-right: 2px solid #011130;
}
.internal-page-content .accordion.active > .panel-group > .panel-heading h3 {
    color: #FFF;
}
.internal-page-content .accordion.active > .panel-group > .panel-heading:hover {
    background: #011f5b url("images/bg-accordion-hovered-up.png") no-repeat 98% 50%;
    border-bottom: 2px solid #011130;
    border-right: 2px solid #011130;
}
.accordion.active > .panel-group > .panel-body {
    display: block;
    border: 1px solid #ccc;
    border-top: none !important;
    max-height: none;
    opacity: 1;
}
.accordion .panel-body .portrait-image {
    float: left;
    max-width: 150px;
}
.accordion .panel-body .portrait-image+div {
    padding-left: 175px;
}
.accordion .panel-body p {
    margin: 0;
}
.internal-page-wrapper a.arrow-orange {
    margin: 7px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.internal-page-wrapper a.arrow-orange:hover {
    background: transparent url("images/bg-arrow-blue.png") no-repeat center right;
    background-position: 100% 60%;
    color: #011f5b;
}
.internal-page-content .internal-page-tertiary-content {
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.internal-page-content .secondary-links {
    display: inline-block;
    text-align: center;
    margin-right: 70px;
}
.internal-page-content .secondary-links .sec-link-text {
    color: #ff9800;
    font-weight: 400;
    padding-top: 8px;
    display: block;
    line-height: 1.2em;
}
.internal-page-content .secondary-links a {
    display: block;
}
.internal-page-content .secondary-links a:hover {
    text-decoration: none !important;
}
.internal-page-content .secondary-links a:hover .sec-link-text {
    text-decoration: none;
    color: #011f5b;
}
.internal-page-content .secondary-links .img-hover {
    display: none;
}
.internal-page-content .secondary-links a:hover .img-hover {
    display: inline-block;
}
.internal-page-content .secondary-links a:hover .img-static {
    display: none;
}
.internal-page-content ol ul, .internal-page-content ul ul, .internal-page-content ol ol, .internal-page-content ul ol {
	padding-top: 8px;
	line-height: 1.15em;
}

/* Lightbox Accordions */
.internal-page-content .panel-group .panel-group .panel-heading {
    background: #FFF url("images/bg-accordion-lightbox.png") no-repeat center right !important;
    background-position: 98% 50% !important;
    color: #474747 !important;
    border-right: 2px solid #DDDCDC !important;
    border-bottom: 2px solid #DDDCDC !important;
}
.internal-page-content .panel-group .panel-group .panel-heading h3 {
    color: #474747;
}
.featherlight-content {
    max-width: 500px;
    font-size: 1.3em;
}
.aftercopy {
    margin: 30px 0;
}
.accordion .panel-body {
    display: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  background-color: #fff;
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease
  transition: all 0.3s ease; */
}
.accordion.lightbox .panel-body {
    background-color: #f1f1f1;
}
.accordion.active.lightbox > .panel-group > .panel-body {
    background-color: #f1f1f1;
}
.accordion .panel-inner {
    padding: 15px 30px;
}
.profile-button, .research-button, .email-button {
    display: inline-block;
    margin-right: 25px;
    padding-top: 30px;
    color: #FF9800;
    font-size: .90em;
    margin-top: 10px;
}
.profile-button {
    background: transparent url("images/bg-accordion-profile.png") no-repeat top center;
}
.research-button {
    background: transparent url("images/bg-accordion-research.png") no-repeat top center;
}
.email-button {
    background: transparent url("images/bg-accordion-email.png") no-repeat top center;
}
.profile-button:hover, .research-button:hover, .email-button:hover {
    text-decoration: none;
    color: #FF9800;
}
.accordion .panel-inner > div > p:first-child {
    /* font-weight: 500; */
}
.search-result {
}
.search-result h2 {
    font-size: 1.5em;
    margin-top: 30px;
}
.search-result h2 a {
    color: #011F5B;
}
.custom-category {
    margin-bottom: 30px;
    position: relative;
}
.custom-category > span {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-category > a.paddate {
  padding-left: 70px;
  display: block;
}
.sidebar-icon-links a {
	display: inline-block;
	vertical-align: middle;
	color: #ff9800;
}
.sidebar-icon-links .sec-link-text {
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.sidebar-icon-links img {
	float: left;
	max-width: 25px;
}
.sidebar-icon-links img.img-hover {
	display: none;
}
.sidebar-icon-links a:hover {
	color: #011f5b;
	text-decoration: none;
}
.sidebar-icon-links a:hover img.img-hover {
	display: block;
}
.sidebar-icon-links a:hover img.img-static {
	display: none;
}


.fancy-accordion-wrapper > div:last-child {
	min-height: 500px;
}
.team-accordion {
    position: relative;
    padding-top: 220px;
    margin-bottom: 30px;
}
.team-accordion strong {
    font-weight: 500;
}
.team-member-pic {
    height: 215px;
    position: absolute; top: 0;
    border: 2px solid #FFF;
    overflow: visible;
    cursor: pointer;
    cursor: hand;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 50;
}
.team-member.active .team-member-pic:after {
    content: "";
    width: 37px;
    height: 18px;
    position: absolute;
    top: 216px;
    left: 50%;
    margin-left: -18px;
    background: transparent url("images/bg-caret-team.png") no-repeat top center;
    z-index: 50;
}
.team-accordion.hovered .team-name {
    display: none;
}
.team-name {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background-color: #ff9800;
    color: #FFF;
    padding: 4px;
    text-align: center;
    min-height: 46px;
    line-height: 1em;
    font-size: .90em;
    display: inline-block;
    vertical-align: middle;
}
.team-member-description {
    display: none;
    background-color: #011f5b;
    color: #FFF;
    padding: 20px 90px 20px 30px;
    position: relative;
}
.team-member-description h3 {
    font-weight: 300 !important;
}
.team-social {
    position: absolute;
    top: 20px; right: 30px;
}
.team-profile {
    width: 54px;
    height: 55px;
    background: transparent url("images/button-profile.jpg") no-repeat center center;
    background-size: 54px 55px;
    display: block;
    margin-bottom: 10px;
    text-indent: -9999px;
}
.team-email {
    width: 54px;
    height: 55px;
    background: transparent url("images/button-email.jpg") no-repeat center center;
    background-size: 54px 55px;
    display: block;
    margin-bottom: 10px;
    text-indent: -9999px;
}
.team-profile:hover {
    background: transparent url("images/button-profile-hover.jpg") no-repeat center center;
    background-size: 54px 55px;
    text-indent: 0; text-align: center;
    color: #FFF;
    font-size: .8em;
    padding-top: 18px;
    text-decoration: none;
}
.team-email:hover {
    background: transparent url("images/button-email-hover.jpg") no-repeat center center;
    background-size: 54px 55px;
    text-indent: 0; text-align: center;
    color: #FFF;
    font-size: .8em;
    padding-top: 18px;
    text-decoration: none;
}

/* ---- SIDEBAR MODULES ---- */
.col-sidebar {
    padding-left: 0;
}
.sidebar-module {
    background-color: #f1f1f1;
    padding: 20px 30px;
    border-bottom: 3px solid #FFF;
    color: #011f5b;
}
.sidebar-module:first-child {
    border-top: 2px solid #011f5b;
}
.internal-page-sidebar p, .internal-page-sidebar div {
    font-size: 1.25em;
}
.internal-page-sidebar p p, .internal-page-sidebar div div, .internal-page-sidebar div p, .internal-page-sidebar p div  {
    font-size: 1em;
}
/* Mark Allen Quote */
.sidebar-module.mark-allen-quote {
    color: #FFF;
    background: #011f5b;
}
.sidebar-module.mark-allen-quote {
    font-size: 1.65em;
}
.sidebar-module.mark-allen-quote > .quote-details {
    font-size: .7em;
}
.quote-details {
    position: relative;
    max-width: 300px;
}
.quote-details:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background-color: #FFF;
    left: 40%;
}
.quote-details span {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.quote-details span:first-child {
    padding-right: 10%;
}
.quote-details span:last-child {
    font-style: italic;
    padding-left: 10px;
}
.sidebar-module.sidebar-link {
    padding: 6px 30px;
}
.sidebar-link a.arrow-orange {
    background-position: 100% 50% !important;
}
.sidebar-module.sidebar-link h2 {
    margin-bottom: 0;
    font-size: 1.3em;
	color: #ff9800;
}
.sidebar-module.sidebar-link h2:hover {
	color: #011f5b;
}
/* Media Contact */
.sidebar-module.media-contact {
    color: #FFF;
    background: #011f5b;
}
/* Address */
.sidebar-module.address {
    background: #011f5b;
    color: #FFF;
}
.sidebar-module.address h2 {
    color: #FFF;
}
.sidebar-module.address ul {
    margin: 0;
    padding: 0;
}
.sidebar-module.address ul li {
    list-style: none;
    border-bottom: 1px solid #103a8d;
    margin: 0;
    padding: 10px 0;
}
.sidebar-module.address ul li:last-child {
    border: none;
}
/* Directions */
.sidebar-module.get-directions {
    padding: 6px 30px;
}
.sidebar-module.get-directions h2 {
    color: #FF9800;
}
.sidebar-module.get-directions h2:hover {
	color: #011f5b;
}
/* Facility Faculty and Staff */
.sidebar-module.ff-staff h2 {
    font-size: 1.7em;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.sidebar-module.ff-staff p {
    line-height: 1.4em;
    margin-bottom: 24px;
}
.sidebar-module.ff-staff p a {
    font-weight: 400;
    color: #011f5b;
}
.sidebar-module.ff-staff p a:hover {
    cursor: pointer;
    cursor: hand;
}


/* ---- LIGHTBOX ---- */
.featherlight .featherlight-content {
    padding: 0; 
	display: relative;
}
.featherlight .lightbox-header {
    background-color: #011F5B;
    padding: 20px 55px 20px 25px;
    color: #FFF;
    font-size: 1.3em;
    min-height: 60px;
}
.featherlight .lightbox-header br {
    display: none;
}
.featherlight .lightbox-content {
    padding: 25px 25px 0 25px;
}
.featherlight .featherlight-close-icon {
    background: #FF9800 url("images/bg-accordion-active.png") no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
}
.featherlight .lightbox-content {
    padding: 25px 25px 0 25px;
}

.shortcode-video {
    width: 130px;
    text-align: center;
    color: #fff;
    background-color: #ff9800;
    display: inline-block;
    margin: 0px 10px 10px 0;
}
.panel-inner .shortcode-video:last-of-type {
    margin: 0px 0px 10px 0 !important;
}
.shortcode-video:hover {
    cursor: pointer;
    cursor: hand;
}
.shortcode-video p {
    padding: 7px 0;
    line-height: 1.2em;
    margin: 0 10px !important;
}


/* ---- FOOTER ---- */
.footer {
    background-color: #011f5b;
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo-footer {
    display: block;
    margin-left: 50px;
}
.logo-footer-singh {
    display: block;
    margin-right: 50px;
}
.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav li {
    margin-right: 32px;
    position: relative;
    display: inline-block;
    overflow: visible;
    vertical-align: top;
}
.footer-nav li a {
    color: #FFF;
    font-size: 1.1em;
    line-height: 1.1em;
}
.footer-nav li:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: -15px;
    height: 40px;
    width: 1px;
    background-color: #FFF;
}
.footer-nav li:last-child:after  {
    content: none;
    visibility: hidden;
}



/* ---- Buttons ---- */
a.arrow-orange {
    background: transparent url("images/bg-arrow-orange.png") no-repeat center right;
    background-position: 100% 60%;
    padding-right: 30px;
    color: #ff9800;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    padding-top: 1px;
    padding-bottom: 2px;
}
a.arrow-orange:hover {
    background: transparent url("images/bg-arrow-white.png") no-repeat center right;
    background-position: 100% 60%;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}
a.arrow-blue {
    background: transparent url("images/bg-arrow-blue.png") no-repeat center right;
    background-position: 100% 60%;
    padding-right: 30px;
    color: #011f5b;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}
a.arrow-blue:hover {
    background: transparent url("images/bg-arrow-white.png") no-repeat center right;
    background-position: 100% 60%;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}
a.arrow-orange.color-blue {
	background: transparent url("images/bg-arrow-blue.png") no-repeat center right;
	color: #011f5b;
}
a.arrow-orange.color-blue h2 {
	color: #011f5b !important;
}
a.arrow-orange.color-blue:hover{
	background: transparent url("images/bg-arrow-orange.png") no-repeat center right;
	color: #ff9800;
}
a.arrow-orange.color-blue h2:hover {
	color: #ff9800 !important;
}

.lightbox-content h3 {
	color: #ffab30;
	font-size: 1.15em;
	margin-top: 20px;
}
.lightbox-content > img:first-child, .lightbox-content > p:first-child > img:first-child {
	margin: 0px auto 30px auto;
	display: block;
}
.lightbox-content > h3:first-child {
	margin-top: 0;
}



/* ----------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
                        BEGIN MEDIA QUERIES
-------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------- */
@media(max-width: 1366px) {
    .internal-banner {
        height: 383px;
        background-size: 1366px 383px !important;
        background-position: top center !important;
        background-attachment: inherit !important;
    }
}
@media(max-width: 1275px) {
    .control-wrapper {
        width: 1170px; left: 50%;
        margin-left: -585px;
    }
    .col-banner-table-cell > div {
        width: 100%;
    }
    .banner-content {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media(max-width: 1200px) {
    .control-wrapper {
        width: 970px;
        margin-left: -485px;
    }
    .cycle-slideshow {
        min-height: 650px;
        overflow: hidden;
    }
    .banner-slide {
        bottom: 0;
    }
    .banner-slide img {
        max-width: none;
        position: absolute;
        top: 0;
        width: 1300px;
        margin-left: -650px;
        left: 50%;
    }
    .banner-content {
        padding-left: 35px;
        padding-right: 35px;
    }
    .col-nav ul li a {
        padding: 0 7px;
    }
    .col-nav ul li li a {
        padding: 0 15px;
    }
    .col-why-singh-title {
        width: 30%;
    }
    .col-why-singh-content {
        width: 69.9%;
    }
    .working-at-singh-content {
        font-size: 1.5em;
    }
    .col-getting-started-title {
        width: 50%;
    }
    .col-getting-started-content {
        width: 49.9%;
    }
    .col-news-title {
        width: 30%;
    }
    .col-news-feed {
        width: 69.9%;
    }
    .logo-footer {
        margin-left: 0;
    }
    .logo-footer-singh {
        margin-right: 0;
    }
    .footer .row > div {
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {
    .col-sidebar {
        padding-left: 15px;
    }
    html.wf-active, html.wf-inactive {
        margin-top: 0 !important;
    }
    #wpadminbar {
        display: none !important;
    }
    h1 {
        font-size: 3.4em;
        letter-spacing: 2px;
    }
    h2 {
        font-size: 2.8em;
        letter-spacing: 1px;
    }
    .control-wrapper {
        width: 750px;
        margin-left: -375px;
    }
    .why-singh-wrapper, .getting-started-wrapper {
        font-size: .85em;
    }
    .working-at-singh-content {
        padding: 0;
    }
    a.logo {
        margin-bottom: 30px;
    }
    .col-nav {
        left: 0;
        padding-left: 0;
        width: 100%;
    }
    .container-fluid {
        padding: 0;
    }
    .banner-content {
        font-size: .8em;
    }
    .navbar-nav {
        float: left !important;
        padding: 0;
    }
    .col-news-feed ul li {
        background-position: 95% 50% !important;
    }

}


@media(max-width: 767px) {
    h1 {
        letter-spacing: 0;
    }
    h2 {
        line-height: 1.1em;
        letter-spacing: 0;
    }
    .row {
        margin: 0;
    }
    .row-aux {
        display: none;
    }
    a.logo {
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 50px;
    }
    #header {
        border-bottom: 1px solid #ff9800;
    }
    .col-nav {
        width: 4.16666667%;
    }
	.col-nav ul .hasSubMenu li > a {
		border: none !important;
		padding: 7px 0 !important;
	}
	.col-nav ul .hasSubMenu .hasSubMenu > ul li a:hover {
		background-color: transparent;
	}
	.col-nav ul li ul li li {
		padding-left: 20px;
	}
	.row-header {
		border-bottom: 0;
	}
    .control-wrapper {
        display: none;
    }
    .col-banner-table-cell {
        vertical-align: bottom;
    }
    .banner-content {
        padding-left: 0;
        padding-right: 0;
    }
    .cycle-slideshow {
        border: none;
        min-height: 550px;
    }
    .banner-table {
        width: 100%;
        margin: 0;
    }
    .why-singh-wrapper {
        height: auto;
    }
    .why-singh-wrapper .row {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }
    .col-why-singh-title {
        width: 40%;
    }
    .col-why-singh-content {
        width: 59.99%;
        padding-right: 25px;
    }
    .why-singh-wrapper a.arrow-blue {
        margin-top: 10px;
    }
    .working-divider {
        display: none;
    }
    .working-at-singh-wrapper {
        border: none;
    }
    .col-working-at-singh-center {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .working-at-singh-content a.arrow-orange {
        margin-top: 8px; margin-bottom: 55px;
    }
    .getting-started-wrapper {
        height: auto;
    }
    .getting-started-wrapper .row {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }
    .col-getting-started-title {
        width: 40%;
    }
    .col-getting-started-content {
        width: 59.99%;
        padding-right: 25px;
    }
    .getting-started-wrapper a.arrow-orange {
        margin-top: 10px;
    }
    .research-areas-wrapper .row {
        margin: 0;
    }
    .col-research-areas-center {
        padding: 80px 0 0 0;
        margin: 0;
    }
    .home-news-wrapper {
        height: auto;
    }
    .home-news-wrapper .container {
        padding: 0;
    }
    .home-news-wrapper .row {
        margin: 0;
    }
    .home-news-wrapper > div {
        top: 0;
    }
    .col-news-title {
        width: 100%;
    }
    .col-news-feed {
        width: 100%;
    }
    .research-areas-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .research-panel-link a {
        font-size: 1.1em;
    }
    .footer-nav li {
        display: block;
        margin: 10px 0 0 0;
        border-bottom: 1px solid #808fad;
        padding-bottom: 5px;
    }
    .footer-nav li a:hover {
        text-decoration: none;
    }
    .footer-nav br {
        display: none;
    }
    .footer-nav li:after {
        visibility: hidden;
    }
    .internal-page-wrapper .pull-right {
        float: none !important;
    }
    .internal-page-wrapper h1.internal-page-title {
        font-size: 2.0em;
    }
    .internal-page-wrapper .internal-page-content h2, .internal-page-wrapper .internal-page-sidebar h2 {
        font-size: 1.4em;
    }
    .internal-page-main-snippet {
        padding: 0;
    }
    p {
        margin: 0 0 20px;
    }
}

@media(max-width: 650px) {
    .internal-page-wrapper {
        overflow: hidden;
    }
    .team-accordion {
        padding-top: 0;
        min-height: 0;
    }
    .team-member {

    }
    .team-member-pic {
        position: relative;
        left: auto !important;
        width: 195px !important;
        height: 215px !important;
        margin-bottom: 10px;
        border: none;
    }
    .team-name {
        display: none !important;
    }
    .team-social {
        position: relative;
        top: auto;
        right: auto;
    }
    .team-social a {
        display: inline-block !important;
    }
    .team-member-description {
        display: block !important;
        padding: 30px 999px;
        margin: 0 -999px 20px -999px;
		height: auto !important;
    }
	.accordion .panel-inner {
		padding: 15px;
	}
	.internal-page-content .panel-heading h3 {
		font-size: 1em;
	}
	.internal-page-content .panel-heading, .internal-page-content .panel-group .panel-group .panel-heading {
		background-position: 95% 50% !important;
	}
}

@media(max-width: 550px) {
    h1 {
        font-size: 2.4em;
    }
    a.logo {
        margin: 0;
    }
    a.logo img {
        max-width: 75%;
    }
    .banner-content {
        font-size: .80em;
    }
    .banner-opacity {
        padding: 20px 25px;
    }
    .why-singh-wrapper .container {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .why-singh-wrapper .row {
        position: relative;
        background-color: #FFF;
    }
    .why-singh-wrapper h2 {
        color: #FF9800;
    }
    .why-singh-wrapper .row > div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .col-why-singh-title {
        width: 100%;
        float: none;
        background: none;
        display: block !important;
        position: static;
    }
    .col-why-singh-content {
        width: 100%;
        float: none;
        display: block !important;
        position: static;
        letter-spacing: 0;
        font-size: 1.25em;
    }
    .col-why-singh-title span {
        display: block;
        position: absolute; bottom: 18px; right: 0; left: 30px;
        text-align: left;
    }
    .why-singh-wrapper a.arrow-blue {
        background: transparent url("images/bg-arrow-orange.png") no-repeat center right;
        background-position: 100% 60%;
        color: #ff9800;
        font-size: 1.4em;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .why-singh-wrapper a.arrow-blue:hover {
        background: transparent url("images/bg-arrow-blue.png") no-repeat center right;
        background-position: 100% 60%;
        color: #011F5B;
    }
    .why-singh-wrapper a.arrow-blue:before {
        content: "";
        display: block;
        margin-left: -50%;
    }
    .working-at-singh-wrapper {
        background: #011f5b;
        font-size: .85em;
    }
    .working-at-singh-wrapper h1 {
        color: #FFF;
        text-align: left;
    }
    .col-working-at-singh-center {
        padding-top: 30px;
        padding-bottom: 0;
        display: block !important;
        position: static;
    }
    .working-at-singh-content {
        text-align: left;
        color: #FFF;
        display: block !important;
        position: static;
        font-size: 1.35em;
    }
    .working-divider-wrapper > div {
        padding: 0;
    }
    .working-at-singh-content a.arrow-orange:hover {
        color: #FFF;
        background: transparent url("images/bg-arrow-white.png") no-repeat center right;
        background-position: 100% 60%;
    }
    .getting-started-wrapper {
        display: none;
    }
    .research-areas-wrapper {
        border: none;
        font-size: .85em;
    }
    .col-research-areas-center {
        padding: 18px 0 0 0;
    }
    .research-areas-wrapper h1 {
        color: #ff9800;
        margin-bottom: 5px;
        text-align: left;
        padding: 0 30px;
    }
    .research-areas-content {
        text-align: left;
        padding: 0 30px;
        font-size: 1.25em;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    .col-research-panel:before {
        padding: 0;
    }
    .research-areas-wrapper .container .container .row > div {
        width: 100%;
        border: none;
        border-bottom: 2px solid #FFF;
        background: none !important;
    }
    .research-panel-link {
        position: static; left: auto; right: auto; top: auto; bottom: auto;
        text-align: left;
    }
    .research-panel-link a {
        min-height: 50px;
        line-height: 1.3em;
        position: static;
        font-size: 1.5em;
        display: block !important;
        padding: 15px 30px;
        color: #FFF;
        text-align: left;
        background: #ff9800 url("images/bg-arrow-white.png") no-repeat center right;
        background-position: 95% 50% !important;
        background-size: 11px 20px !important;
    }
    .home-news-wrapper {
        background-color: #fff;
        padding: 15px 0 3px 0;
        border: none;
        font-size: .85em;
    }
    .col-news-title {
        background: transparent;
    }
    .home-news-wrapper h2 {
        color: #011f5b;
        margin-bottom: 10px;
    }
    .home-news-wrapper a.arrow-blue {
        position: absolute;
        top: 21px; right: 15px; left: 0;
        text-align: right; z-index: 104;
        font-size: 1.2em;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .home-news-wrapper a.arrow-blue:hover {
        background: transparent url("images/bg-arrow-blue.png") no-repeat center right;
        background-position: 100% 60%;
        color: #011F5B;
    }
    .col-news-feed ul li {
        background-image: none !important;
    }
    .col-news-feed ul li:nth-child(even) {
        background-color: #fff;
    }
    .col-news-feed ul li:nth-child(odd) {
        background-color: #eeeeee;
    }
    .col-news-feed ul li a {
        padding: 10px 20px;
        font-size: .9em;
        letter-spacing: 0;
    }
    .col-news-feed ul li a:hover {
        color: #555;
    }
    .internal-page-wrapper h1.internal-page-title {
        padding-top: 10px;
        line-height: 1.3em;
        font-size: 1.3em;
    }
}


@media(max-width: 400px) {
    .cycle-slideshow {
        min-height: 450px;
    }
    .banner-slide img {
        width: 900px;
        height: 100%;
    }
    a.arrow-orange, a.arrow-blue {
        background-size: 11px 20px !important;
    }
}


/* ADDITIONAL CUSTOMIZATIONS
-------------------------------------------------- */
div.pagination {
  padding: 3px 3px 3px 0;
  margin: 3px 3px 3px 0;
  text-align: center;
}
div.pagination span:first-child {
    margin-left: 0 !important;
}
div.pagination a,
div.pagination span.pages,
div.pagination span.dots,
div.pagination span.current {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 1px 2px;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  text-decoration: none !important;
  color: #717171 !important;
  font-size: smaller !important;
  font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
  text-shadow: white 0 1px 0;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  /* Chrome 10+, Saf5.1+ */

  background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  /* FF3.6 */

  background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
  /* IE10 */

  background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  /* Opera 11.10+ */

  background-image: linear-gradient(top, #f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
  /* IE6–IE9 */

}
div.pagination a:hover,
div.pagination a:focus {
  border-color: #fff;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
  /* Chrome 10+, Saf5.1+ */

  background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
  /* FF3.6 */

  background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
  /* IE10 */

  background-image: -o-linear-gradient(top, #fefefe, #fafafa);
  /* Opera 11.10+ */

  background-image: linear-gradient(top, #fefefe, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
  /* IE6–IE9 */

}
div.pagination span.current {
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  border-color: #505050 !important;
  color: #f2f2f2 !important;
  text-shadow: black 0 1px 0;
  background-color: #676767;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* Chrome 10+, Saf5.1+ */

  background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* FF3.6 */

  background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* IE10 */

  background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
  /* Opera 11.10+ */

  background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c');
  /* IE6–IE9 */

}



/* ---- BOOTSTRAP ADDITIONS ---- */
@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* fix firefox responsive images */
.img-responsive {
    width: 100%
}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}

@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .research-areas-wrapper .row-sm-height {
      display:block;
      width: 100%;
      margin: 0px auto;
    }
    .research-areas-wrapper .col-sm-height {
      display: block;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}



.col-logo img{
    max-width: 400px;
}




.new_news-events-holder{
    background-color: #c6c4c4;
    border-bottom: 10px solid #fff;
    padding-bottom: 50px;
}
@media(max-width:992px){
    .new_news-events-holder{
        font-size: .85em;    
    }
}

.new_news-events-holder .pullUP{
    position: relative;
    top: -65px;
    z-index: 100;
}
.col-h_ne_left > .row{
    padding-right: 5px;
}
.col-h_ne_right > .row{
    padding-left: 5px;
}
.col-h_ne_title{
    background-color: #ff9800;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    width: 100%;
}
.col-h_ne_title h2{
    margin-bottom: 0;
}
.col-h_ne_title a.arrow-blue{
    font-size: 1.6em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-top: 3px;
    padding-bottom:2px;
}
.home-ne-items-holder{

}
.home-single-ne-item{
    background-color: #fff;
    background:#FFF url("images/bg-arrow-orange.png") no-repeat 96% 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4em;
    line-height: 1.3em;
    padding-right: 35px;
}

.home-single-ne-item a{
    color: #555555;
    text-decoration: none;
}
.home-single-ne-item:nth-of-type(2){
    background-color: #f9f9f9;
}
.home-single-ne-item:hover, .home-single-ne-item:nth-of-type(2):hover{
    background:#ff9800 url("images/bg-arrow-white.png") no-repeat 96% 50%;
    color: #fff;
}
.home-single-ne-item:hover a{
    color: #fff;
}
.home-single-news-item{
    min-height: 105px;
    padding-left: 26px;
    padding-right: 60px;
}

.home-single-event-item{
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;      /* TWEENER - IE 10 */
      display: -webkit-flex;  
    display: flex;
    -ms-flex-direction:row;
    -moz-flex-direction:row;
    -o-flex-direction:row;
    -webkit-flex-direction:row;
    flex-direction:row;
    min-height: 105px;
    padding:0;
    padding-right: 50px;
}

.home-se_icon{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;  
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: row;
    padding:10px;
    padding-left: 26px;
    padding-right: 26px;
    background-color: #eee;
    align-items:center;
}
.home-se_icon img{
    max-width: 50px;
}
.home-se_content{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;  
    display: flex;
    padding:10px 15px;
    align-items:center;
}
@media(max-width:992px){
    .home-single-event-item{
        min-height: 115px;
    }
    .home-single-news-item{
        min-height: 115px;
    }
}
@media(max-width:768px){
    .home-single-event-item{
        min-height: 95px;
    }
    .home-se_icon{
        padding-left: 26px;
        padding-right: 26px;
    }
    .home-single-news-item, .home-single-event-item{
        padding-right: 26px;
    }

}

#crisis_banner{
    background-color: #ff9800;
    position: relative;
    visibility: visible;
}
#crisis_banner #crisis_banner_content{
    font-family: "Source Sans Pro",sans-serif;
    text-align: center;
    margin:auto;
    width: 100%;
    max-width: 1100px;
    padding:20px 45px;
    padding-right: 60px;
    font-size: 19px;
    color: #011f5b;
}
#crisis_banner #crisis_banner_content p{
    display: inline-block;
    margin:0;
}
#crisis_banner #crisis_banner_content a{
    color: #011f5b;
    text-decoration: underline;    
}

@media(max-width: 767px){
    #crisis_banner #crisis_banner_content{
        text-align: left;
        line-height: 20px;
    }
}
#crisis_banner_content b{
    display: inline-block;
    margin-right: 5px;
}
#crisis_banner_close{
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    width: 25px;
    cursor: pointer;
}
#crisis_banner_close::after{
    height: 2px;
    width: 100%;
    background-color: #011f5b;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
#crisis_banner_close::before{
    height: 2px;
    width: 100%;
    background-color: #011f5b;
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    -o-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.row-aux{
    background-color: rgba(1, 31, 91, 0.8);
}

#aux_logo_holder{
    float: left;
    padding-left: 35px;
}
#aux_logo_holder img{
    height: 25px;
}

.sh_se_featuredimage i{
    color: #011f5b;
    display: inline-block;
    margin-top: 10px;
}
.sh_se_gotopage{
    display: block;
    margin-top: 25px;
    color: #ff9800;
    margin-bottom: 15px;
}

#single_equipment h3:empty{
    display: none;
}
#single_equipment h3{
     color: #011f5b; letter-spacing: 1px; font-size: 1.25em; margin-bottom: 5px;
}
@media(min-width:767px){
    #header .col-logo{
        padding-left: 35px;
    }
}
.col-logo img{
    max-height: 58px;
}
@media(max-width:1200px){
    #header .navbar-nav.navbar-right{
        padding-left: 0;
    }
   
}
@media(max-width:992px){
    .col-h_ne_title{
        padding-top: 10px;
    }
}

@media(max-width:767px){
    .navbar-toggle{
        top: 4px;
    }
    .col-logo img{
        max-width: 100%!important;
    }
    .new_news-events-holder{
        border-bottom: 0px;
        padding-bottom: 0;
    }
    .col-h_ne_left, .col-h_ne_right{
        padding:0;
    }
    .new_news-events-holder .container{
        padding:0;
    }
    .new_news-events-holder .pullUP{
        top: 0;
    }
    .home-single-ne-item{
        background: #fff;
    }
    .home-single-ne-item:hover, .home-single-ne-item:nth-of-type(2):hover{
        background:#ff9800;
    }
    .col-h_ne_title h2{
        display: inline-block;
        width: 40%;
    }
    .col-h_ne_title span{
        width:59%;
    }
    .col-h_ne_title span{
        font-size: 11px;
        text-align: right;
    }
    .col-h_ne_left > .row{
        padding-right: 0px;
    }
    .col-h_ne_right > .row{
        padding-left: 0px;
    }
    
}

@media(max-width: 376px){
    .col-h_ne_title a.arrow-blue{
        font-size: 1.2em;
    }
}


.page-template-template-gallery .featherlight-content{
    background-color: transparent;
}

.sh-single-gallery{
    overflow: hidden;
    border:1px solid #ff9800;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.shsgholder{
    padding-right: 15px!important;
    padding-left: 15px!important;
    margin-bottom: 15px;
}






.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {}


table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.internal-page-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.internal-page-content table > thead > tr > th,
.internal-page-content table > tbody > tr > th,
.internal-page-content table > tfoot > tr > th,
.internal-page-content table > thead > tr > td,
.internal-page-content table > tbody > tr > td,
.internal-page-content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.internal-page-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.internal-page-content table > caption + thead > tr:first-child > th,
.internal-page-content table > colgroup + thead > tr:first-child > th,
.internal-page-content table > thead:first-child > tr:first-child > th,
.internal-page-content table > caption + thead > tr:first-child > td,
.internal-page-content table > colgroup + thead > tr:first-child > td,
.internal-page-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.internal-page-content table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.internal-page-content table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.internal-page-content table > thead > tr > td.active,
.internal-page-content table > tbody > tr > td.active,
.internal-page-content table > tfoot > tr > td.active,
.internal-page-content table > thead > tr > th.active,
.internal-page-content table > tbody > tr > th.active,
.internal-page-content table > tfoot > tr > th.active,
.internal-page-content table > thead > tr.active > td,
.internal-page-content table > tbody > tr.active > td,
.internal-page-content table > tfoot > tr.active > td,
.internal-page-content table > thead > tr.active > th,
.internal-page-content table > tbody > tr.active > th,
.internal-page-content table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.internal-page-content table > thead > tr > td.success,
.internal-page-content table > tbody > tr > td.success,
.internal-page-content table > tfoot > tr > td.success,
.internal-page-content table > thead > tr > th.success,
.internal-page-content table > tbody > tr > th.success,
.internal-page-content table > tfoot > tr > th.success,
.internal-page-content table > thead > tr.success > td,
.internal-page-content table > tbody > tr.success > td,
.internal-page-content table > tfoot > tr.success > td,
.internal-page-content table > thead > tr.success > th,
.internal-page-content table > tbody > tr.success > th,
.internal-page-content table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.internal-page-content table > thead > tr > td.info,
.internal-page-content table > tbody > tr > td.info,
.internal-page-content table > tfoot > tr > td.info,
.internal-page-content table > thead > tr > th.info,
.internal-page-content table > tbody > tr > th.info,
.internal-page-content table > tfoot > tr > th.info,
.internal-page-content table > thead > tr.info > td,
.internal-page-content table > tbody > tr.info > td,
.internal-page-content table > tfoot > tr.info > td,
.internal-page-content table > thead > tr.info > th,
.internal-page-content table > tbody > tr.info > th,
.internal-page-content table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.internal-page-content table > thead > tr > td.warning,
.internal-page-content table > tbody > tr > td.warning,
.internal-page-content table > tfoot > tr > td.warning,
.internal-page-content table > thead > tr > th.warning,
.internal-page-content table > tbody > tr > th.warning,
.internal-page-content table > tfoot > tr > th.warning,
.internal-page-content table > thead > tr.warning > td,
.internal-page-content table > tbody > tr.warning > td,
.internal-page-content table > tfoot > tr.warning > td,
.internal-page-content table > thead > tr.warning > th,
.internal-page-content table > tbody > tr.warning > th,
.internal-page-content table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.internal-page-content table > thead > tr > td.danger,
.internal-page-content table > tbody > tr > td.danger,
.internal-page-content table > tfoot > tr > td.danger,
.internal-page-content table > thead > tr > th.danger,
.internal-page-content table > tbody > tr > th.danger,
.internal-page-content table > tfoot > tr > th.danger,
.internal-page-content table > thead > tr.danger > td,
.internal-page-content table > tbody > tr.danger > td,
.internal-page-content table > tfoot > tr.danger > td,
.internal-page-content table > thead > tr.danger > th,
.internal-page-content table > tbody > tr.danger > th,
.internal-page-content table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.internal-page-content table {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .internal-page-content table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    display: block;
  }
  .internal-page-content table > .internal-page-content table {
    margin-bottom: 0;
  }
  .internal-page-content table > .internal-page-content table > thead > tr > th,
  .internal-page-content table > .internal-page-content table > tbody > tr > th,
  .internal-page-content table > .internal-page-content table > tfoot > tr > th,
  .internal-page-content table > .internal-page-content table > thead > tr > td,
  .internal-page-content table > .internal-page-content table > tbody > tr > td,
  .internal-page-content table > .internal-page-content table > tfoot > tr > td {
    white-space: nowrap;
  }
  .internal-page-content table > .table-bordered {
    border: 0;
  }
  .internal-page-content table > .table-bordered > thead > tr > th:first-child,
  .internal-page-content table > .table-bordered > tbody > tr > th:first-child,
  .internal-page-content table > .table-bordered > tfoot > tr > th:first-child,
  .internal-page-content table > .table-bordered > thead > tr > td:first-child,
  .internal-page-content table > .table-bordered > tbody > tr > td:first-child,
  .internal-page-content table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .internal-page-content table > .table-bordered > thead > tr > th:last-child,
  .internal-page-content table > .table-bordered > tbody > tr > th:last-child,
  .internal-page-content table > .table-bordered > tfoot > tr > th:last-child,
  .internal-page-content table > .table-bordered > thead > tr > td:last-child,
  .internal-page-content table > .table-bordered > tbody > tr > td:last-child,
  .internal-page-content table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .internal-page-content table > .table-bordered > tbody > tr:last-child > th,
  .internal-page-content table > .table-bordered > tfoot > tr:last-child > th,
  .internal-page-content table > .table-bordered > tbody > tr:last-child > td,
  .internal-page-content table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.featherlight .featherlight-content{
    max-width: 750px;
}
.featherlight-next, .featherlight-previous{
    background-color: rgba(255, 255, 255, 0)!important;
}
.featherlight-previous{
    top: 0!important;
    left: 0!important;
    right: auto!important;
    width: 50%!important;
}
.featherlight-next{
    top: 0!important;
    left: 50%!important;
    width: 50%!important;
    right: auto!important;
}
.featherlight-next span{
    width: 25px;
    height: 25px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.featherlight-previous span{
    width: 25px;
    height: 25px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.featherlight-next span img, .featherlight-previous span img{
    display: none!important;
}
.banner-slide h1{opacity:1;}
.banner-slide{-webkit-font-smoothing:antialiased;}


.sh_gal_container{
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.sh_gal_container .sh_gal_toggle{
    color: #011f5b;
    cursor: pointer;
}
.sh_gal_toggle::after{
    content: '+';
    display: inline-block;
    float: right;
}
.sh_gal_container.active .sh_gal_toggle{
    color: #ff9800;
}
.sh_gal_container.active .sh_gal_toggle::after{
    content: '-';
    display: inline-block;
}
.sh_gal_holder{
    display: none;
}
.sh_gal_container.active .sh_gal_holder{ display: block;}
.banner-content h1 span{display:inline-block;opacity:1;overflow:visible; backface-visibility:visible;}