.tm-all-body-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family:'Merriweather Light', 'Times New Roman', serif;
}
.tm-blurb-padding {
  padding-top: 10%;
}
.tm-box-icon-design a {
  text-decoration: none;
}
.tm-box-icon-design img {
  width: 100%;
  height: 170px;
  border: 1px solid #000;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0;
  box-shadow: 2px 2px 10px #aaa;
}
.tm-box-icon-design-no-margin {
  padding: 12px;
}
.tm-box-icon-design-no-margin a {
  text-decoration: none;
}
.tm-box-icon-design-no-margin img {
  width: 100%;
  height: 170px;
  border: 1px solid #000;
  padding: 0;
  box-shadow: 2px 2px 10px #aaa;
}
.tm-box-icon-design-no-margin2 {
  padding: 12px;
}
.tm-box-icon-design-no-margin2 a {
  text-decoration: none;
}
.tm-box-icon-design-no-margin2 img {
  width: 100%;
  height: 230px;
  border: 1px solid #000;
  padding: 0;
  box-shadow: 2px 2px 10px #aaa;
}
.tm-box-icon-design-small a {
  text-decoration: none;
}
.tm-box-icon-design-small img {
  width: 100%;
  height: 130px;
  border: 1px solid #000;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0;
  box-shadow: 2px 2px 10px #aaa;
}
.tm-box-news-design {
  padding: 2%;
}
.tm-box-news-design img {
  width: 100%;
  height: 170px;
  border: 1px solid #000;
  box-shadow: 2px 2px 10px #aaa;
}
.tm-box-video-design a {
  text-decoration: none;
}
.tm-box-video-design img {
  width: 100%;
  height: 100px;
  box-shadow: 2px 2px 10px #aaa;
}
.tm-box-outer {
  background: inherit;
  padding: 10px;
}
.tm-collapse-menu-icon-bars {
  background-color: #E6EDFF;
}
.tm-common12-level-row-padding {
  padding-top: 12%;
}
.tm-background-color-dark {
  background-color: #00A5A5;
}
.tm-background-color-mid {
  background-color: #F1F1F1;
}
.tm-dropdown-menu-font {
  font-size: 17px;
}
.tm-dropdown-menu-bg-color {
  background-color: #014A7D;
}
.tm-dropdown-menu-bg-color > li > a {
  color: #E6EDFF;
}
.tm-dropdown-submenu {
  position: relative;
}
.tm-dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tm-dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.tm-dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.tm-dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.tm-dropdown-submenu.pull-left {
  float: none;
}
.tm-dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#tm-footer-layer-stick {
  background-color: #014A7D;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 120px;
}
#tm-header-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0.9;
}
#tm-header-navbar {
  background-color: #014A7D;
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.tm-header-title-logo {
  text-align: center;
  padding: 5px;
}
.tm-header-top {
  color: #E6EDFF;
  text-align: center;
  padding-top: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.tm-header-top h4,
.tm-header-top h3,
.tm-header-top h2 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.tm-header-top h4 {
  font-size: 20px;
}
.tm-layer-title-white {
  color: #FFFFFF;
}
.tm-layer-title-black {
  color: #000000;
}
.tm-layer-title-container {
  padding-bottom: 10px;
  text-align: center;
}
.tm-left-float-icon {
	display : block;
	margin : 5px 10px 5px 0px;
	padding : 0px 0px 0px 0px;
}
.tm-left-float-icon img {
	width : 100px;
	height : 70px;
	border : 1px solid #000;
	float : left;
	margin-left : 10px;
	margin-top : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
	padding : 0;
	box-shadow: 2px 2px 10px #aaa;
}
.tm-left-float-icon a {
	text-decoration : none;
}
.tm-left-float-icon  a:hover h3 {
	text-decoration : underline;
}
.tm-left-float-icon h3 {
	margin : 0;
	padding : 0px 0px 5px 0px;
}
.tm-left-float-icon p {
	padding : 0;
	margin : 0;
	vertical-align : top;
}

#tm-logos {
  visibility: hidden;
  display: none;
}
#tm-logos img {
  padding-left: 8px;
  margin-top: 10px;
}
.tm-menu-btn,
.tm-menu > ul > li > a:hover,
.tm-menu > ul > li > a:focus,
.nav .open > a,
.open > a:focus,
.nav .open > a:hover {
  color: #009DFF;
}
.tm-menu-search-bar {
  float: left;
}
.tm-mid-box {
  background-color: #F1F1F1;
  color: #000;
  padding: 8px;
  border-bottom: 2px solid #9C9092;
  border-right: 2px solid #9C9092;
}
.tm-mid-box a {
  color: #0000FF;
}
.tm-nav-box {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.tm-navbar-input {
  display: block;
  width: 133px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#tm-navbar-menu {
  border-top: none;
  box-shadow: none;
  font-size: 20px;
}
#tm-navbar-menu-word {
  color: #E6EDFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 17px;
}
.tm-navbar-search {
  margin-left: 40px;
  padding: 5px;
}
.tm-navbar-search + .glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}
.tm-pub-cite-padding p {
  padding: 5px 0 10px 1px;
  color: #000000;
  font-size: 16px;
}
.tm-pub-cite-padding ul li {
  padding: 5px;
  font-size: 16px;
}
.tm-pub-year-button {
  margin-bottom: 3px;
}
.tm-row-title {
  padding: 10px;
  text-align: center;
}
.tm-regular-layer {
  padding-bottom: 30px;
}
.tm-section-boxed {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.tm-section-header {
  padding: 0;
}
.tm-slick-slider-info-box {
  font-family:'Merriweather Light', 'Times New Roman', serif;
  background-color: #008B8B;
  color: #F3FBFF;
  padding: 15px;
  font-size: 18px;
  opacity: 0.8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tm-slick-slider-info-blurb {
  padding: 5px;
}
.tm-slick-slider-info-blurb a {
  color: #0000FF;
}
.tm-slick-slider-more-info-btn {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tm-slick-slider-more-info-btn a {
  color: #FFFFFF;
  font-size: 18px;
}
#tm-slider-container {
  margin-bottom: 25px;
}
.tm-title-bar {
  color: #000000;
	padding-bottom: 10px;
	border-bottom: 7px solid #3385AD;
  text-align: center;
}
.tm-white-box {
  background-color: #FFFFFF;
  color: #000;
  padding: 8px;
  border-bottom: 2px solid #9C9092;
  border-right: 2px solid #9C9092;
}
.tm-white-box a {
  color: #0000FF;
}


@media (max-width:1200px) {
  .tm-menu > ul > li > a {
    padding-left: 17px;
  }
  .tm-navbar-search {
    margin-left: 17px;
  }
}

@media (max-width:992px) {
  #tm-header-fixed {
    position: initial;
    opacity: 1;
  }
  .tm-header-top h3,
  .tm-header-top h2 {
    font-size: 22px;
  }
  #tm-navbar-menu {
    font-size: 17px;
  }
  .tm-navbar-search {
    margin-left: 10px;
  }
  .tm-menu > ul > li > a {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .tm-header-title-logo {
    display: none;
    visibility: hidden;
  }
  #tm-logos {
    visibility: initial;
    display: initial;
  }
  .tm-navbar-search {
    margin-left: 0px;
  }
}
