body {
	color: #404040;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  background-color: #f2f2f2;
  margin-bottom: 0; 
}

html {
  box-sizing: border-box;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
  height: 0;
}

.grid-style.th-grid-3 .bam-entry {
  box-sizing: border-box;
}

.bam-entry.grid-entry .post-thumbnail {
  margin-bottom: 10px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.bam-entry .category-list {
  margin: 0 0 5px;
}

.cat-links {
  color: #cccccc;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.cat-links a {
  color: #ff7301;
}

.cat-links a:hover {
  color: #404040;
}

.bam-entry .entry-header {
  margin-bottom: 15px;
}

.bam-entry .entry-summary {
  margin: 0 0 25px;
}

.bam-entry .entry-summary p {
  margin: 0;
}

.bam-readmore {
  background: #ff7301;
}

.bam-readmore:hover {
  background: #326ea1;
}

.bam-readmore {
  border-radius: 3px;
  background: #FF4F4F;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: .6em 1.2em;
  text-transform: uppercase;
}

.bam-readmore:hover {
  color: #ffffff;
  background: #326ea1;
  padding-bottom: 0.6em
}

.bam-readmore:visited {
  color: #ffffff;
}

.bam-readmore:active, .bam-readmore:focus {
  color: #ffffff;
  background: #326ea1;
}

.entry-readmore {
  margin: 27px 0 0;
}

#footer img {
  background-color: transparent;
}

.grid-style.th-grid-2 .bam-entry:nth-of-type(2n) {
  margin-left: 4.301075268817204%;
  float: right;
}

.bam-entry {
  margin-bottom: 50px;
}

.grid-style .bam-entry.th-col-1, .tableHolder {
    clear: both;
}

#wrap {
	max-width: 1400px;
  margin: 0 auto;
  background: #ffffff;
  width: auto;
  box-sizing: border-box;
}

.bam-topbar {
	height: 34px;
	border-bottom: 1px solid #eeeeee;
}

.site-header.default-style #site-header-inner {
  padding-top: 28px;
  padding-bottom: 27px;
  height: 100%;
  overflow: auto;
}

.site-branding {
  width: 50%;
  float: left;
}

.custom-logo-link {
  display: block;
  height: 47px;
}

.header-sidebar {
  /*width: 50%;*/
  float: right;
  /*text-align: right;*/
}

.site-header.default-style .header-sidebar .widget {
  margin: 0;
}

.header-sidebar form {
  width: auto;
}

.search-form {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.search-form .search-field {
  display: block;
  margin: 0;
  height: 45px;
  padding: 10px 90px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 3px;
  width: 100%;
}

.search-form label {
  display: block;
  width: auto;
}

.search-form .search-field::placeholder {
  color: #aaa;
  /*font-size: 18px;*/
}

.search-form .search-submit {
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.search-field {
  border: 1px solid #dddddd;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

.search-form .search-submit:hover {
  background: #326ea1;
}

input[type="submit"], .bam-readmore {
    background: #ff7301;
}

input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: #ff7301;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 1em 1.5em;
  text-transform: uppercase;
  text-shadow: none;
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-size: 16px;
  font-size: 1rem;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: -10px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul li a {
  font-weight: normal;
  line-height: 1.3;
  text-transform: none;
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
  font-family: FontAwesome;
  content: "\f107";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 1px 0 0 10px;
  font-weight: normal;
}

.main-navigation .menu-item-has-children .menu-item-has-children > a:after,
.main-navigation .page_item_has_children .menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  float: right;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: normal;
}

.rtl .main-navigation .menu-item-has-children .menu-item-has-children > a:after,
.rtl .main-navigation .page_item_has_children .menu-item-has-children > a:after {
  content: "\f104";
}

/**
 * Default style
 */
.site-header.default-style .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #326ea1;
}

.site-header.default-style .main-navigation ul li a {
  color: #ffffff;
  line-height: 50px;
  padding: 0 16px;
}

.site-header.default-style .main-navigation ul li a:hover {
  color: #ff7301;
}

.site-header.default-style .main-navigation ul ul {
  padding: 10px;
  background: #326ea1;
}

.site-header.default-style .main-navigation ul ul li a {
  color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.site-header.default-style .main-navigation ul ul li a:hover {
  color: #ffffff;
  background: #ff7301;
}

.site-header.default-style .main-navigation .current_page_item > a,
.site-header.default-style .main-navigation .current-menu-item > a,
.site-header.default-style .main-navigation .current_page_ancestor > a,
.site-header.default-style .main-navigation .current-menu-ancestor > a {
  color: #FF4F4F;
}

.site-header.default-style .main-navigation #site-navigation-inner.align-center #primary-menu {
  display: table;
  margin: 0 auto;
}

.site-header.default-style .main-navigation #site-navigation-inner.align-right #primary-menu {
  float: right;
}

.site-header.default-style .main-navigation #site-navigation-inner.align-left #primary-menu {
  float: left;
}

.site-header.default-style .main-navigation #site-navigation-inner.show-search ul {
  margin-right: 40px;
}

/**
 * Horizontal Style 
 */
.site-header.horizontal-style .main-navigation ul li a {
  color: #ffffff;
  line-height: 65px;
  padding: 0 16px;
}

.site-header.horizontal-style .main-navigation ul li a:hover {
  color: #FF4F4F;
}

.site-header.horizontal-style .main-navigation ul ul {
  padding: 10px;
  background: #333333;
}

.site-header.horizontal-style .main-navigation ul ul li a {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.site-header.horizontal-style .main-navigation ul ul li a:hover {
  color: #ffffff;
  background: #FF4F4F;
}

.site-header.horizontal-style .main-navigation .current_page_item > a,
.site-header.horizontal-style .main-navigation .current-menu-item > a,
.site-header.horizontal-style .main-navigation .current_page_ancestor > a,
.site-header.horizontal-style .main-navigation .current-menu-ancestor > a {
  color: #FF4F4F;
}

.site-header.horizontal-style .main-navigation #site-navigation-inner.show-search ul {
  margin-right: 40px;
}

#site-navigation-inner {
  position: relative;
}

/* Mobile Dropdown Navigation. */
.mobile-dropdown {
  clear: both;
}

.mobile-navigation {
  display: none;
  background: #333333;
}

.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 30px;
}

.mobile-navigation ul li {
  position: relative;
  border-bottom: 1px solid #222222;
}

.mobile-navigation ul li a {
  display: block;
  width: 100%;
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

.mobile-navigation ul ul {
  display: none;
  padding: 0 0 0 20px;
  border-top: 1px solid #222222;
}

.mobile-navigation ul ul.toggled-on {
  display: block;
}

.mobile-navigation.toggled-on {
  display: block;
}

.menu-toggle {
  cursor: pointer;
  border: none;
  background: transparent;
  line-height: 50px;
  border-radius: 0;
  padding: 0 10px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.menu-toggle i.fa {
  margin-right: 10px;
}

.site-header.horizontal-style .menu-toggle {
  line-height: 65px;
}

.dropdown-toggle {
  cursor: pointer;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 0 15px;
  border-left: 1px dotted #222222;
  border-right: 1px dotted #222222;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  border-radius: 0;
}

button.dropdown-toggle:hover {
  background-color: #326ea1;
}

button.dropdown-toggle::after {
  content: '+';
}

button.dropdown-toggle.toggled-on::after {
  content: '-';
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

@media screen and (min-width: 959px) {
  .mobile-dropdown,
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.container {
	width: auto;
	max-width: 94.286%;
	margin: auto;
}

.bam-date {
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 25px;
  float: left;
}

.top-navigation {
  clear: both;
  display: inline-block;
}

.top-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.top-navigation li {
  float: left;
  position: relative;
}

.top-navigation a {
  display: block;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 600;
}

table.steps {
  background: #f2f2f2;
}

#header {
	width: auto;
	background-image: none;
	box-sizing: border-box;
}

#content-wrap {
	width: 94.286%;
	margin: 0 20px;
	padding: 40px 0;
}

#main, .full-width {
	width: 80%;
	margin: 0 auto;
}

#main h1, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed';
  font-weight: normal;
  color: #000000;
}

#main h1, .full-width h2 {
	color: #000000;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 10px;
  line-height: 1.3;
}

#main h3, .full-width h3 {
	font-size: 28px;
  font-size: 1.75rem;
}

#main li, .full-width li {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 12px;
}

#footer {
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #dddddd;
	background-color: #ffffff;
	box-sizing: border-box;
	overflow: auto;
}

.banner-row, .footer-nav, .footer-info  {
	background-color: #ffffff;
	box-sizing: border-box;
}

.banner-row {
	margin: 0 20px;
	padding: 12px 0;
	border-top: 1px solid #dddddd;
}

.banner-container {
	width: 80%;
	margin: 0 auto;
	padding: 12px 0 6px 0; 
}

.banner-holder {
	width: 33%;
	display: inline-block;
}

@media screen and (max-width: 800px) {
  body.left-sidebar #primary, body #primary, body.left-sidebar #secondary, body #secondary {
    float: none;
    width: 100%;
  }

  body #secondary {
    padding-right: 0 !important;
    margin: auto;
    width: 50%;
    float: none !important;
  }
}

@media screen and (max-width: 1020px) {
  .banner-holder {
    width: 100%;
    margin-bottom: 18px;
  }

  .banner-holder:last-child {
    margin-bottom: 0;
  }

}

.footer-nav {
	padding: 12px 0;
	border-top: 1px solid #dddddd;
	margin: auto 20px;
}

.footer-nav ul {
	list-style-type: none;
}

.footer-nav li {
	display: inline;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-nav li:last-child {
	padding-right: 0;
}

.footer-info {
	background-color: #212121;
}

.footer-container {
	overflow: auto;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #212121;
	width: 94.286%;
}

.footer-copy, .footer-jayde, .footer-isedn {
	width: 33%;
	display: inline-block;
}

.footer-copy {
	text-align: left;
	vertical-align: middle;
}

.footer-copy p {
	padding: 0;
}

.footer-jayde {
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}

.footer-isedn {
	text-align: right;
	vertical-align: middle;
}

.ES-FL-Border {
  margin-left: 0;
}

a.ES-FL-Title, a.ES-FL-Body {
  padding: 4px 8px;
}

.post-thumbnail {
  margin-bottom: 10px;
}

.entry-header {
  margin-bottom: 15px;
}

.entry-title {
  padding-left: 0 !important;
  font-family: 'Roboto Condensed' !important;
  font-weight: normal !important;
}

#main h2.entry-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 10px;
  line-height: 1.2;
  padding: 0 ;
}

.entry-title a {
  color: #000000;
}

.entry-title a:hover {
  color: #ff7301;
}
.entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}

.related-post-meta a,
.entry-meta a {
  color: #999999;
}

.related-post-meta a:hover,
.entry-meta a:hover {
  color: #FF4F4F;
}

.related-post-meta i.fa,
.entry-meta i.fa {
  margin-right: 6px;
}

.related-post-meta .byline a,
.entry-meta .byline a {
  color: #000000;
}

.related-post-meta .byline a:hover,
.entry-meta .byline a:hover {
  color: #FF4F4F;
}

.entry-summary p {
  margin: 0;
  padding-left: 0;
}

.results_numbers, .tableHolder ol {
  margin-left: 0;
}

.sitemain {
  width: 100% !important;
}

.blog-wrap {
  margin-left: 0 !important;
}

/**
 * Pagination
 */

.screen-reader-text {
  display: none;
}

.pagination {
  margin: 10px 0 30px;
  background: transparent;
  border: none;
}

.pagination .page-numbers {
  border: 1px solid #cccccc;
  color: #404040;
  padding: 8px 15px;
  margin: 0 2px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.previous {
  margin: 0;
}

.pagination .page-numbers.current {
  background: #ff7301 !important;
  border: 1px solid #ff7301 !important;
  color: #ffffff;
}

.pagination a.page-numbers:hover {
  background: #ff7301 !important;
  border: 1px solid #ff7301 !important;
  color: #ffffff;
}

form .required {
  font-weight: normal;
}

select {
  font-size: 16px;
  font-size: 1rem;
}

time:nth-child(2) {
  display: none;
}

.posted-on {
  margin-left: 9px;
}

@media screen and (max-width: 500px) {
  .grid-style.th-grid-2 .bam-entry {
    width: 100% !important;
    float: none !important;
  }
}

@media screen and (max-width: 751px) {

  .site-branding {
    float: none;
    text-align: center;
    width: 100%;
  }

  .header-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    width: 75%;
  }

}

@media screen and (max-width: 780px) {

  #content-wrap {
    float: none;
    display: block;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #main {
    width: 94.286%;
  }

  .grid-style.th-grid-3 .bam-entry {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .pagination {
    padding-left: 0;
  }

  .footer-copy, .footer-jayde, .footer-isedn {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 18px;
  }

  .footer-isedn {
    margin-bottom: 0;
  }
}