/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: "Myriad-Pro";
    src: url("../assets/fonts/MyriadWebPro.ttf");
}

/****************************************************/
/* Misc overrides */
/****************************************************/

html, body {
  height: 100%;
}

body {
    background: #f1f1f1;
    color: #494949;
    font-family: Myriad-Pro,Calibri,Arial,sans serif;
    font-size: 13px;
}

a:active,
a {
    color: #1a5a96;
    outline: medium none;
    text-decoration: none;
    background-color: transparent;
}
a:focus,
a:hover {
    color: #00f;
    text-decoration: underline
}
/*a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}*/
h1 {
    font-size: 24px;
    margin-bottom: 0.67em;
}

h1, h2, h3, h3, h4, h5 {
    color: #494949;
    font-weight: normal;
}

.h1,
h1 {
    font-size: 24px;
    font-weight:600;
}
.h2,
h2 {
  font-size: 21px;
}
.h3,
h3 {
    font-size: 18px
}
.h4,
h4 {
    font-size: 15px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}


h2 {
    margin-bottom: 0.83em;
    margin-top: 0.83em;
}

h3 {
    margin-bottom: 1em;
    margin-top: 1em;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.menu-tile h3,
.menu-tile h3,
.popular-topics h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 1.75em;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.item-list {
  margin-top: 1em;
}

ul, ol  {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 0;
}

li ol {
    margin: 0;
    list-style:lower-alpha;
    margin-bottom: 1.75em;
}
li ul {
    margin: 0;
    margin-bottom: 1.75em;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul.inline {
    background: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

table {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 10px 0;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    padding: 4px;
}
td {
    padding: 4px;
}
.table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 4px;
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.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 #000;
}


@font-face {
    font-family: "customfontpack";
    font-style: normal;
    font-weight: normal;
    src: url("../assets/fonts/customfontpack.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/customfontpack.woff") format("woff"), url("../assets/fonts/customfontpack.ttf") format("truetype"), url("../assets/fonts/customfontpack.svg#customfontpack") format("svg");
}

#theme-template .box-content [class*="icon-"] {
  font-family: 'customfontpack';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.icon-info:before {
  content: "\f315";
}

.icon-supportrequest:before {
  content: "\f0a3";
}

button,
.btn {
  background-color: #38598a;
  border: 1px solid white;
  color: #fff;
  cursor: pointer;
  padding: 4px 8px;
  text-align: center;
  border-radius: 0px;
}

button:hover,
.btn:hover {
  background-color: #5475A7;
  color: #fff;
}

.muted {
  color: #7f818c;
}

a.paginate_button {
  background: transparent;
  color: #1a5a96;
  border: none;
  padding: 4px;
}
a.paginate_button:hover {
  background: transparent;
  color: #1a5a96;
}
a.paginate_button:active,
a.paginate_button.active {
  box-shadow: none;
  font-weight: bold;
  text-decoration: underline;
}

#right-column button.btn {
  width: 100%;
}

/****************************************************/
/* Sticky top bar*/
/****************************************************/

html.overlay-open .navbar-fixed-top {
    z-index: 400
}

#header {
  background-color: #003366;
  width: 100%;
  position: fixed;
  z-index: 1040;
  box-shadow: 0 3px 3px 1px rgba(51, 51, 51, 0.5);
  font-size: 13px;
}

#header .menu-button {
  background-color: #38598a;
  border: 1px solid white;
  color: #fff;
  cursor: pointer;
  margin-top: 14px;
  padding: 4px 0 3px;
  text-align: center;
  width: 155px;
  height: 28px;
}

#header .menu-button:hover {
	background-color: #5475A7;
}

#header .menu-button span {
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

#header .search {
    height: 25px;
    margin-left: 10px;
    margin-top: 20px;
    position: relative;
}

#header .search input {
    border: 0 none;
}

#header .search .search-trigger {
    background-image: url("../assets/img/search-ico.png");
    background-position: 98% center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-top: -25px;
    position: relative;
    right: 6px;
    width: 25px;
}

#header-links {
	margin-top: 10px;
}

#header-links a {
	color: #fff;
}

#header .collapsible li + li > a::after {
  background: #748bad none repeat scroll 0 0;
  bottom: 25%;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 1px;
}

#header a {
  color: #fff;
}

#header li.selected {
  font-weight: bold;
  text-decoration: underline;
}

#header li > a {
  padding: 10px 15px;
}

#header .nav > li,
#footerMediaLinks .nav > li,
#footerAdminLinks .nav > li, {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  float: none;
}

#header ul li,
#header ol li {
  margin-bottom: 0px;
}

#header .menu-button-icon {
    background: transparent url("../assets/img/menu-ico-sm.png") no-repeat  scroll 0 8px;
    background-repeat: no-repeat;
    background-position: center;
    padding:0px 13px;
}

#header.collapsed-header .top-navbar > .container {
    position: relative;
}

#header.collapsed-header .collapsible {
    display: none !important;
}

#header.collapsed-header .navbar-collapse.collapse {
    display: none !important;
}
#header.collapsed-header .navbar-collapse.collapse.in {
    display: block !important;
}

#header.collapsed-header .navbar-collapse {
    height: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

#header.collapsed-header .menu-button.mini-menu-trigger,
#header.collapsed-header .search-button.mini-menu-trigger {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 52px;
    margin-bottom: 4px;
    margin-top: 4px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 60px;
}

#header.collapsed-header .search-button.mini-menu-trigger {
  background-image: url("../assets/img/search-open-mobile.png");
  /*right: 70px; no menu button, so search is being moved over*/
}

#header.collapsed-header .menu-button.mini-menu-trigger {
  background-image: url("../assets/img/menu-open-mobile.png");
}

#header.collapsed-header .mini-menu-trigger + .mini-menu-trigger {
    border-right: 2px solid #4b5e73;
}

#header.collapsed-header .col-sm-6 {
    float: none;
    left: auto;
    right: auto;
    width: auto;
}

#header.collapsed-header #header-main-row1 .navbar-header {
    float: none;
    padding-bottom: 10px;
}

#header.collapsed-header #header-main-row1 .header-search .header-main-right .search,
#header.collapsed-header #header-main-row1 .header-search .header-main-right .search input {
    bottom: 7px;
    height: 35px;
    margin: 0;
    right: 20px;
}

#header.collapsed-header #header-main-row1 .header-search .header-main-right .search .search-trigger {
    margin-top: -30px;
}

#header.collapsed-header #mobile-gov-nav {
    border: medium none;
    max-height: none;
}

#header .search {
    position: static;
}

#header #header-main-row1 .header-main-right {
    margin-top: 5px;
    position: static;
}

#header #header-main-row1 .navbar-header {
    padding-bottom: 10px;
}

#header #header-main-row1 {
    position: relative;
}

#header.collapsed-header #header-main-row1 .header-search.in .search-boarder-arrow::after {
    display: block !important;
}

#header.collapsed-header #header-main-row1 .header-search .header-main-right {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding: 10px;
    position: static;
}

#header.collapsed-header #header-main-row1 .header-search .search-boarder-arrow::after {
    border-right: 36px solid transparent;
    border-top: 41px solid #c7c8ca;
    content: "";
    display: none;
    position: absolute;
    right: 61px;
    top: -14px;
    transform: rotate(45deg);
}

#header-main-row1 .in .search-boarder-arrow::after {
    display: block;
}

#header #header-main-row1 .header-main-left {
    padding-bottom: 0;
    padding-top: 0;
}

#header #header-main-row1 .header-search {
    border-top: medium none;
    box-shadow: none;
    margin-bottom: -2px;
    overflow-y: visible;
    z-index: 10;
}

#header.collapsed-header #header-main-row1 .header-search {
    background-color: #c7c8ca;
    border-top: medium none;
    box-shadow: none;
    height: 0;
    margin-bottom: -2px;
    position: absolute;
    right: 50px;
    width: 440px;
}

#header #header-main-row2 {
    border: medium none;
    max-height: none;
    padding-bottom: 10px;
}

#header.collapsed-header #header-main-row2 {
    border: medium none;
    max-height: none;
    background-color: #036;
    position: absolute;
    right: 65px;
    width: 440px;
}

#header.collapsed-header #header-main-row2 .header-main-right {
    margin: 0;
}

#header .header-main-left,
#header .header-main-right {
    padding: 0;
}

#header.collapsed-header .col-sm-6 {
    float: none;
    left: auto;
    right: auto;
    width: auto;
}

#header-links ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#header-links  ul li {
	float: left;
	padding: 2px 10px;
	position: relative;
}

#header-links ul li a:link,
#header-links nav ul li a:visited {
	color: white;
	display: block;
	text-align: center;
}

#mobile-gov-nav {
  padding-bottom: 10px;
}

.header-search .in .search-boarder-arrow::after {
    display: block;
}

.header-main-right {
    margin-top: 5px;
}

#top-toolbar {
  background-color: #003366;
  border-bottom: 2px solid #fcb929;
}

.top-navbar {
  background-color: #38598a;
}

.top-navbar li.no-submenu a.active-trail {
  background-image: none;
}

.top-navbar li a.active-trail {
  background-image: url("../assets/img/nav-ribbon-arrow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.top-subnavbar {
  background-color: #5475A7;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav>li {
    position: relative;
    float: left;
}
.nav>li>a {
    position: relative;
    display: block;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
    outline: none;
}
.nav>li>a.active-trail {
  font-weight: bold;
  text-decoration: underline;
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

/****************************************************/
/* Forms */
/****************************************************/

.form-control {
    border-radius: 0px;
    height: 25px;
    color: #494949;
    font-size: 13px;
    padding: 3px 10px;
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-group:last-child, .panel:last-child {
    margin-bottom: 20px;
}

.webform-client-form label,
.webform-client-form input,
.webform-client-form select,
.webform-client-form button {
  display: table-cell;
  width:auto;
}

.webform-client-form .form-item,
.webform-client-form .form-actions {
  display: table-row;
  height: 40px;
}


/****************************************************/
/* Breadcrumbs */
/****************************************************/

#breadcrumb-container {
  height: 80px;
  position: relative;
}

#breadcrumb-container ul {
  padding-left: 0px;
}

#breadcrumb-container a {
  text-decoration: underline;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.breadcrumb > li {
    display: inline;
    list-style-type: none;
}
.breadcrumb > li + li::before {
    content: none;
}
.breadcrumb > li::after, .breadcrumb > li + li::after {
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > li::after, .breadcrumb > li + li::after {
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb .active {
    color: #494949
}

/****************************************************/
/* Back-to-top */
/****************************************************/

.back-to-top.footer-overlap {
    position: absolute;
    bottom: auto;
    top: -63px;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

a.back-to-top {
    background-image: url("../assets/img/back-to-top.png");
    background-repeat: no-repeat;
    display: none;
    opacity: 0.75;
    cursor: pointer;
    padding: 27px 27px;
}



/****************************************************/
/* Templates */
/****************************************************/

#front-page-template {
    background-image: url("../assets/img/themepage.png");
    background-color: transparent;
    background-position: right 150px;
    background-repeat: no-repeat;
    padding-top: 150px;
}

#front-page-template h1{
  font-size: 36px;
}

#theme-template {
    padding-top: 184px;
}



/****************************************************/
/* Main container */
/****************************************************/

.site-name {
    font-weight: 600;
    min-height: 54px;
    position: relative;
    width: 100%;
}

.row {
    margin: 0;
}

.main-content {
  background-color: #fff;
  font-size: 14px;
  min-height: 100%;
  padding-bottom: 80px;
}

.main-content .table-responsive {
	overflow-x: visible;
	overflow-y: visible;
}

.main-content p {
  margin-bottom: 1em;
  margin-top: 1em;
}

.main-content ul {
  padding-left: 17px;
}

.main-content ol {
  padding-left: 28px;
}

.main-content table {
    height: auto !important;
    width: 100% !important;
}

.box-content .explore ul li {
    background-image: none;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
}

.box-content .explore ul li + li {
    border-top: 1px solid #e1e3e6;
}

.box-content .explore ul li a {
    color: #333;
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.box-content .explore ul li a:hover {
    text-decoration: underline;
    color: #00f;
}

[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.box-content ul,
.box-content ol  {
  margin-bottom: 15px;
  margin-top: 15px;
}

.box-content .menu-tile ul,
.box-content .menu-tile ol  {
  margin-bottom: 10px;
  margin-top: 0px;
}

.box-content ul > li,
.right-column-box ul > li,
#footerThemeLinks ul > li,
#footerAZLinks ul > li {
  background: transparent url("../assets/img/bullet.png") no-repeat  scroll 0 8px;
  margin-bottom: 3px;
  padding-left: 15px;
}

.box-content ol > li {
  list-style: decimal;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin-left: 2px;
  padding-left: 2px;
}

.box-content .nav li {
  float: none;
}

#theme-template .box-content *:first-child {
  margin-top: 0px;
}

#right-column h2.block-title,
.blue-heading-bar {
    background-color: rgba(0, 51, 102, 0.8);
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 8px 15px 7px;
}

#main-column .blue-heading-bar {
	margin: 0;
}

.blue-heading-bar a:active ,
.blue-heading-bar a {
    color: #fff;
}

.active-description {
  margin-bottom: 1em;
}

#front-page-template .content {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  padding: 15px;
  word-wrap: break-word;
}

#front-page-template .content  p {
    margin-top: 0em;
}

.block-content {
  background-color: #f1f1f2;
  padding: 20px 15px;
}

.block-content-header {
    background-color: rgba(0, 51, 102, 0.8);
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 8px 15px 7px;
}

/****************************************************/
/* Explore within */
/****************************************************/

.explore-within {
    background-color: #f4f6f9;
    border: 1px solid #e1e3e6;
    color: #174f84;
    cursor: pointer;
    float: left;
    font-size: 14px;
    padding: 4px 10px;
    width: 130px;
}

@media ( max-width : 767px) {
  .explore-within {
    float: none;
  }
}

.explore {
  position: relative;
}

.explore ul {
    background-color: #f4f6f9;
    border: 1px solid #e1e3e6;
    box-shadow: 2px 2px 2px #ccc;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 26px;
    width: 100%;
    z-index: 5;
}



/****************************************************/
/* Left Column */
/****************************************************/

@media ( min-width : 768px) {
	.left-column-nav {
		padding-right: 15px;
	}
}

.left-column-nav ul {
	list-style: none;
	padding-left: 0;
}

.left-column-nav ul.nav {
	border: 1px solid #e1e1e1;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

.left-column-nav ul li {
	width: 100%;
}

.left-column-nav>div {
	padding-left: 10px;
}

.left-column-nav ul li {
	list-style: none;
	background-position: 0 4px;
	background-repeat: no-repeat;
	line-height: 14px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.nav>li:first-child {
	margin-top: 0;
}

.left-column-nav div>ul {
	padding-bottom: 26px;
	padding-top: 10px;
	top: 10px;
}

.left-column-nav ul li.closed {
	background-image: url("../images/sidecolumnnav_closed.gif");
	background-position: 0 2px;
}

.left-column-nav ul li ul {
	display: none;
}

.left-column-nav ul li.open ul {
  font-weight: normal;
	display: block;
}

.left-column-nav ul li.solo {
	background-image: none;
}

.left-column-nav ul li.open {
	background-image: url("../images/sidecolumnnav_open.gif");
	background-position: 0 2px;
}

.left-column-nav ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 0 0 4px;
}

#left-nav, #left-nav .navbar-collapse {
	padding: 0;
	border: none;
}

#left-nav li.open a {
	background-color: inherit;
}

.left-column-nav ul li a:hover {
	text-decoration: underline;
}

.left-column-nav ul li.active a {
	font-weight: bold;
	text-decoration: underline;
}

.left-column-nav ul li.current a {
	font-weight: bold;
	text-decoration: underline;
}

/****************************************************/
/* Right Column */
/****************************************************/

#right-column {
  padding-left: 15px;
}

@media ( max-width : 767px) {
	#right-column {
		padding-left: 0px;
	}
}

#right-column h2 {
    margin-bottom: 0;
    margin-top: 0;
}

#right-column ul {
  padding-left: 0px;
}

#theme-template .right-column-box {
  background-color: #f1f1f2;
}

.right-column-box {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    padding: 15px;
    word-wrap: break-word;
}

.right-column-box table {
  background-color: #f1f1f2;
}

.right-column-box th,
.right-column-box td {
    padding: 0px;
    padding-bottom: 10px;
}
.right-column-box p:first-of-type {
    margin-top: 0;
}

.right-column-box img {
    margin-bottom: 10px;
}

.right-column-box h3.contact-name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: bold;
}

.right-column-box td.contact-label {
    display: table-cell;
    font-weight: bold;
    padding-right: 15px;
    font-weight: bold;
    width: 25%;
}

.right-column-box .contact-value {
    display: table-cell;
    padding-bottom: 10px;
}

/****************************************************/
/* Footer */
/****************************************************/

#footer {
  clear: both;
  border-top: 2px solid #fcba19;
  background-color: #003366;
  position: relative;
}

#footer .nav>li>a {
    position: relative;
    display: inline;
    padding: 0px;
}

#footerToggle {
  text-align: center;
}

#footerCollapsible {
  border: 1px solid transparent;
  display: none;
}

#footerMediaLinks ul {
    padding-top: 22px;
}

#footerMediaLinks li {
  padding: 2px 10px;
}

#footerAdminLinks ul {
  padding: 10px 0;
}

#footerMediaLinks li,
#footerAdminLinks li {
  padding: 2px 10px;
}

#footerMediaLinks ul.nav li + li,
#footerAdminLinks ul.nav li + li {
    border-left: 1px solid #4b5e73;
}


#footerMediaLinks h2 {
  float: left!important
}

#footerAZLinks ul {
  margin-bottom: 10px;
}

#footerAZLinks li {
  width: 33.33333333%;
}


a.footerExpand {
  background-image: url("../assets/img/footer_expandbutton.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 2px 30px;

}

a.footerCollapse {
  background-image: url("../assets/img/footer_collapsebutton.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 2px 30px;
}

#footer hr {
  background: #4b5e73 none repeat scroll 0 0;
  border: 0 none;
  height: 1px;
  margin: 10px 0;
}

#footer a, #footer h2, #footer p {
    color: #fff;
}

#footer h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 22px;
  padding-right: 20px;
}

/****************************************************/
/* Menu tiles */
/****************************************************/

table.menu-tile {
  background-color: transparent;
}

.menu-tile,
.popular-topics {
  width: 100%;
  font-size: 13px;
  margin-bottom: 15px;
}

table.menu-tile,
.popular-topics table {
  margin: 0;
}

.menu-tile td {
  padding: 20px 15px;
  vertical-align: top;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  display: table-cell;
  border: 1px solid #e3e3e3;
}

.menu-tile td.grid-columns-2 {
  width: 50%;
}
.menu-tile td.grid-columns-3 {
  width: 33.3333%;
}
.menu-tile td.grid-columns-4 {
  width: 25%;
}

#front-page-template .menu-tile td {
  border: 0px;
  border-top: 1px solid #e3e3e3;
  background-color: rgba(255, 255, 255, 0.8);
}

#front-page-template .menu-tile tr:first-child td {
  border-top: 0px none;
}

#front-page-template .menu-tile td + td {
    border-left: 1px solid #e3e3e3;
}


@media ( max-width : 767px) {

  .menu-tile td {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .menu-tile td.grid-columns-2 {
    width: 100%;
  }
  .menu-tile td.grid-columns-3 {
    width: 100%;
  }
  .menu-tile td.grid-columns-4 {
    width: 100%;
  }

  .menu-tile td + td {
      border-top: 0px;
      border-bottom: 0px;
  }
  .menu-tile tr + tr {
      border-top: 0px;
      border-bottom: 0px;
  }

  #front-page-template .menu-tile td {
      border: none;
  }

  #front-page-template .menu-tile tr:first-child td:first-child {
    border-top: 0px none;
  }

  #front-page-template .menu-tile tr:first-child td {
    border-top: 1px solid #e3e3e3;
  }

  #front-page-template .menu-tile td {
      border: 0px;
      border-top: 1px solid #e3e3e3;
  }

  #front-page-template .menu-tile td + td {
      border-left: none;
  }
}

/****************************************************/
/* Popular Topics */
/****************************************************/

.popular-topics {
    margin-bottom: 15px;
}

.popular-topics td {
    padding: 20px 15px;
    width: 33.333%;
    vertical-align: top;
}

@media ( max-width : 767px) {
  .popular-topics td {
    width: 100%;
  }
}

.views-view-grid td + td {
  border-left: 1px solid #e3e3e3;
}

@media ( max-width : 767px) {
  .views-view-grid td + td {
      border-top: 1px solid #e3e3e3;
      border-left: 0px;
  }
}

.popular-topics table td[class*="col-"],
.popular-topics table th[class*="col-"] {
  display: table-cell;
  float: none;
  position: static;
}

@media ( max-width : 767px) {
  .popular-topics table td[class*="col-"],
  .popular-topics table th[class*="col-"] {
      display: block;
  }
}

#logo {
    float: left;
}

/****************************************************/
/* Accordions */
/****************************************************/

.panel-heading .collapse-arrow{
	background-image: url("../assets/img/accordion-chevron.png");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: right 0px bottom 0px;
	height: 14px;
	width: 14px;
	overflow:hidden;
	float:right;

}

.panel-heading .open{
	/*Point arrow upwards*/
	webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-container{
	margin-top:6px;
}

.panel-group .panel {
    margin-top: 6px;
    border-radius: 0px;
}

.panel-body p.panel-text{
	margin: 0px;
}

.panel-group .panel+.panel {
    margin-top: 6px;
}

.accordion-btn-container{
	width:170px;
}

button.accordion-btn{
	background-color: #f1f1f3;
	border:none;
	padding:5px 8px;
	color: #1c5a97;
	text-decoration: none !important;
}

a.accordion-btn{
	background-color: #f1f1f3;
	border:none;
	padding:5px 8px;
	color: #1c5a97;
	text-decoration: none !important;
}

a.accordion-btn:hover{
	background-color: #f1f1f3;
	border:none;
	padding:5px 8px;
	color: #1c5a97;
	text-decoration: none !important;
	cursor: pointer;
}

.accordion-bar {
	background-color: #f1f1f1;
	padding: 5px 0px;

}

.panel>.panel-heading {
    background-color: #f1f1f3;
    border-color: #f1f1f3;
    padding: 8px;
    cursor: pointer;
}
.panel-heading{
	border-radius: 0;
}

.panel{
	border-color: #f1f1f3;
	border-radius: 0;
}

.panel-text{
	margin-top: -1em;
}
.panel-text p{
	margin-bottom: 0em;
}
.panel>.panel-heading+.panel-collapse>.panel-body {
    border: 2px #f1f1f3;
}

#theme-template .panel-title{
	font-weight: bold;
	color: #1c5a97;
	max-width: 95%;
	font-size: 16px;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.panel-title p{
	margin-top: 0;
	margin-bottom: 0;
}

.show-btn{
	margin-right:-4px;
}

.hide-btn{
	margin-left:-4px;
}

#theme-template .main-column a.accordionA{
	text-decoration:none;
}

#theme-template .main-column a.accordionA:hover{
	text-decoration: none;
	color: #1c5a97;
}

/****************************************************/
/* Responsive Menu */
/****************************************************/

@media ( max-width : 767px) {

  	#header {
  		z-index: 2;
      position:relative;
      box-shadow: none;
  	}
  	#header .container {
  		padding: 0;
  	}
  	#header .qa-banner .container .qa-banner-text {
  		font-size: 13px;
  	}
  	#top-toolbar {
  		position: relative;
  		border-bottom: none;
  		margin-bottom: 0;
  		border-bottom: 2px solid #fcba19;
  	}
  	#header #logo img {
  	    width: 95%;
  	    height: 95%;
  	}

  	#header-links>ul li {
  		width: 33.3%;
  	}
  	#header-links>ul li a {
  		text-align: left;
  	}
  	#header #header-main-row1 {
  		position: relative;
  	}
  	#header #header-main-row1 .header-main-left {
  		padding-top: 0;
  		padding-bottom: 0;
  	}
  	#header #header-main-row1 .header-main-right {
  		margin-left: -15px;
  		margin-right: -15px;
  		margin-top: 0;
  		padding: 10px;
  		position: static;
  	}
  	#header #header-main-row1 .navbar-header {
  		padding-bottom: 10px;
  	}
  	#header-main-row1 .search-boarder-arrow::after {
  		border-right: 36px solid transparent;
  		border-top: 41px solid #c7c8ca;
  		content: "";
  		position: absolute;
  		right: 95px;
  		top: 46px;
  		transform: rotate(45deg);
  		-ms-transform: rotate(45deg); /* IE 9 */
  		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  		z-index: 10;
  		display: none;
  	}
  	#header-main-row1 .in .search-boarder-arrow::after {
  		display: block;
  	}
  	#header #header-main-row1 .header-search {
  		border-top: none;
  		box-shadow: none;
  		background-color: #c7c8ca;
  		margin-bottom: -2px;
  		overflow-y: visible;
  	}
  	#header #header-main-row2 {
  		border: none;
  		max-height: none;
  	}
  	#header .search {
  		position: static;
  	}
  	#header .search .search-trigger {
  		margin-top: -30px;
  	}
  	#header .search, #header .search input {
  		height: 35px;
  		margin: 0;
  		bottom: 7px;
  		right: 20px;
  		font-size: 16px;
  	}
  	#header .menu-button.mini-menu-trigger, #header .search-button.mini-menu-trigger
  		{
  		background-image: url("../assets/img/menu-open-mobile.png");
  		background-repeat: no-repeat;
  		background-color: transparent;
  		border-radius: 0;
  		cursor: pointer;
  		height: 52px;
  		margin-top: 4px;
  		margin-bottom: 4px;
  		position: absolute;
  		right: 10px;
  		top: 0px;
  		width: 60px;
  		border: none;
  		background-position: center center;
  	}
  	#header .mini-menu-trigger+.mini-menu-trigger {
  		border-right: 2px solid #4b5e73;
  	}
  	#header .search-button.mini-menu-trigger {
  		background-image: url("../assets/img/search-open-mobile.png");
  		right: 70px;
  	}
    #header .header-main-left {
      padding: 0 15px;
    }
  	#breadcrumb-container, #breadcrumb-container>.breadcrumb, #breadcrumb-container>a.olrLinkSwitch, .themeHeader,
  		.themeHeader>.themeHeaderTitle {
  		position: static;
  	}
  	#breadcrumb-container {
  		height: auto;
  		padding: 10px 0;
  	}
  	.themeHeader {
  		height: auto;
  	}
  	#footer {
  		position: relative;
  		height: auto!importent;
  	}
  	#footerThemeLinks ul {
  		margin: 0;
  	}
  	.homepage-tile .tile-text,
  	.homepage-tile
  	{
  		height: auto;
  		min-height: 70px;
  	}
  	#theme-template, #front-page-template {
  		padding-top: 0 !important;
  		background-image: none !important;
  	}
  	.left-column-nav ul.nav {
  		margin: 0;
  		padding: 0;
  		border: none;
  		top: 0;
  	}
  	.left-column-nav>div {
  		padding-left: 0px;
  	}
  	.left-column-nav ul.nav {
  		border-left: 1px solid #e2e2e2;
  		border-right: 1px solid #e2e2e2;
  		border-bottom: 1px solid #e2e2e2;
  	}
  	.left-column-nav ul li {
  		border-top: 1px solid #e2e2e2;
  		margin: 0;
  		padding: 0;
  		background-image: none !important;
  	}
  	.left-column-nav ul.nav>li:first-child {
  		border-top: none;
  	}
  	.left-column-nav ul.nav li a {
  		padding: 15px 50px 15px 25px;
  	}
  	.left-column-nav ul.nav li li a {
  		padding-left: 40px;
  	}
  	.left-column-nav ul.nav li li li a {
  		padding-left: 55px;
  	}
  	.left-column-nav ul.nav li li li li a {
  		padding-left: 70px;
  	}
  	.left-column-nav ul.nav li li li li li a {
  		padding-left: 85px;
  	}
  	.left-column-nav ul.nav li li li li li li a {
  		padding-left: 100px;
  	}
  	.topic-menu-trigger {
  		background-image: url("../assets/img/section-nav-open.png");
  		background-position: 97% center;
  		background-repeat: no-repeat;
  		color: #1a5a96;
  		cursor: pointer;
  		display: block;
  		font-size: 16px;
  		padding: 15px 10px;
  		width: 100%;
  		text-align: left;
  		border: 1px solid #e2e2e2;
  		border-radius: 0;
  		margin: 0;
  	}
    .navbar-header button:hover,
    .navbar-header .btn:hover{
      background-color: #fff;
      color: #1a5a96;
    }
  	.leftNav-item-wrapper {
  		position: relative;
  	}
  	.left-column-nav .level-trigger {
  		background-position: center center;
  		background-repeat: no-repeat;
  		border-left: 1px solid #e2e2e2 !important;
  		cursor: pointer;
  		display: inline-block;
  		float: right;
  		height: 100%;
  		position: absolute;
  		right: 0;
  		top: 0;
  		width: 50px;
  	}
  	.left-column-nav li.open>.leftNav-item-wrapper .level-trigger {
  		background-image: url("../images/mini-menu/section-nav-arrow-dn.png");
  	}
  	.left-column-nav li.closed>.leftNav-item-wrapper .level-trigger {
  		background-image: url("../images/mini-menu/section-nav-arrow-up.png");
  	}
  	#shareIcons{
  		display:none;
  	}
}

/*
Tabs
*/

#tabs #tabs-header {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  background-color: #f1f1f2;
}

#tabs {
  float: left;
  position: relative;
  border-radius: 0px;
  width: 100%;
}
#tabs ul {
  list-style: none;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0px;
}

#tabs li	{
  float: left;
  margin: 0 10px 0 0;
  top: 1px;
}
#tabs ul > li {
  padding-left: 0px;
  border-radius: 0px;
}
#tabs a.ui-tabs-anchor {
  color: #494949;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-decoration: none;
}
#tabs li.ui-tabs-active a {
  color: #000;
}


#tabs .table-bordered > thead > tr > th,
#tabs .table-bordered > tbody > tr > th,
#tabs .table-bordered > tfoot > tr > th,
#tabs .table-bordered > thead > tr > td,
#tabs .table-bordered > tbody > tr > td,
#tabs .table-bordered > tfoot > tr > td {
    border: 1px solid #c5c5c5;
}

.ui-widget {
  color: #494949;
  font-family: Myriad-Pro,Calibri,Arial,sans serif;
  font-size: 13px;
}

.ui-tabs .ui-tabs-panel {
  border: 1px solid #c5c5c5;
}

.ui-tabs {
    padding: 0px;
}

.ui-widget-content {
    border: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
}



.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #c5c5c5;
    background-color: #fff;
}

.panel-body a {
    color: #1c5a97;
}

.popover {
  color: #000;
  font-size: 13px;
}

.arrow-link {
    background: transparent url("../assets/img/bullet-arrow.png") no-repeat scroll 0 4px;
    color: #1a5a96;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}

.front .views-field.views-field-field-promo-content-header h2 {
  font-size: 18px;
}
.front .view.view-right-column-boxes-view.view-id-right_column_boxes_view p {
  font-size: 13px;
}
