@charset "utf-8";
/* ================================================ */
/* ! Content
/* ================================================ */

/***** Get Involved Form *****/

.required, .error {
	color: #e47134;
}

/* Google Recaptcha */
@media screen and (max-height: 575px){
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

/************ MAIN STYLES ************/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Google Translate Overrides */
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}

#scrollTop {
	display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: rgba(0,0,0,.3);
  cursor: pointer;
  color: #fff;
	z-index: 9800;
}
#scrollTop:hover {
  background-color: rgba(0,0,0,.5);
}
#scrollTop:before {
  content: "";
	position: absolute;
	bottom: 50%;
	right: calc(50% + 3px);
	margin-left: 5px;
	width: 4px;
	height: 10px;
	background-color: #fff;
	transform: translate(50%, 50%) rotate(45deg);
}
#scrollTop:after {
	content: "";
	position: absolute;
	bottom: 50%;
	right: calc(50% - 3px);
	margin-right: px;
	width: 4px;
	height: 10px;
	background-color: #fff;
	transform: translate(50%, 50%) rotate(-45deg);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uppercase {
  text-transform: uppercase;
}
.desktop {
  display: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.scrollFixed {
  position: fixed !important;
  width: 100%;
  height: 71px;
  left: 0;
  top: 0;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 5px 50px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, .15);
}
.erase {
	background: none!important;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
  line-height: 1.42857143;
	overflow-x: hidden;
  margin: 0px;
  padding: 0px;
	color: #404040;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
	font-size: 14px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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;
}
.form-group {
  margin-bottom: 15px;
}
.recaptcha {
	margin-bottom: 4rem;
}
textarea.form-control {
  height: auto;
}
table {
	display: table;
	width: 100%;
	padding: 0;
  background-color: transparent;
	border-spacing: 2px;
	border-color: grey;
	border-collapse: collapse;
}
.table-schedule {
  margin-top: 3rem;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.table-schedule th {
  padding: 5px;
  text-align: center;
  background-color: #2a3a4b;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #b3c7bb;
  font-size: .75rem;
}
.table-schedule tr {
  vertical-align: top;
}
.table-schedule td {
  padding: 5px;
  border: 1px solid #b3c7bb;
  font-size: .75rem;
}
.table-schedule .oddRow td {
  background-color: #ecf0f1;
}
.color-blue {
  color: #337ab7;
}
strong {
  font-weight: 600;
}
a {
  text-decoration: none;
  background-color: transparent;
}
.tm-resnavbar {
  width: 270px;
  height: 100%;
  padding-top: 99px;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  margin-right: -270px;
  z-index: 88888;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
.tm-resnavbar-active {
  margin-right: 0 !important;
}
.tm-resnavbar-inner {
  padding: 0px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	-moz-scrollbars-none;
  overflow-y: auto;
  overflow-x: hidden;
}
.tm-resnavbar-inner::-webkit-scrollbar {
	display: none;
}
.tm-resnavbar-inner::scrollbar {
	display: none;
}
.nav > li {
    position: relative;
    display: block;
		font-size: 14px;
}
/*.tm-resnavbar .navbar-nav > li:hover > a:before {
    background-color: #3d566e;
}*/
.tm-resnavbar-background-overlay {
  position: fixed;
  z-index: 77777;
  top: -1000%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: top 0s ease .35s, opacity .35s ease;
  -moz-transition: top 0s ease .35s, opacity .35s ease;
  -ms-transition: top 0s ease .35s, opacity .35s ease;
  transition: top 0s ease .35s, opacity .35s ease;
}
.tm-resnavbar-background-overlay-active {
  top: 0;
  opacity: .3;
  -webkit-transition: top 0s ease 0s, opacity .35s ease;
  -moz-transition: top 0s ease 0s, opacity .35s ease;
  -ms-transition: top 0s ease 0s, opacity .35s ease;
  transition: top 0s ease 0s, opacity .35s ease;
}
.tm-resnavbar .navbar-nav {
  margin: 0px;
  width: 100%;
  border-top: 1px solid rgba(61,86,110,.08);
}
/*.tm-resnavbar .navbar-nav > li {
  border-bottom: 1px solid rgba(61,86,110,.08);
}*/
.tm-resnavbar .navbar-nav > li > a {
	position: relative;
	display: inline-block;
  width: 75%;
  padding: 15px 0px 15px 30px;
	font-weight: 700;
  color: #3d566e;
}
.tm-resnavbar .navbar-nav > li > a:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #2a3a4b;
  position: absolute;
  left: 10px;
  top: 50%;
  bottom: 50%;
  margin-top: -1px;
}
#homePage #homeBtn, #schedulePage #scheduleBtn, #stationPage #stationBtn, #featuresPage #designBtn, #getInvolved #involveBtn, #newsPage #newsBtn, #faqsPage #faqsBtn, #blogPage #blogBtn  {
	background-color: #2a3a4b;
}
#homePage #homeBtn > a, #schedulePage #scheduleBtn > a, #stationPage #stationBtn > a, #featuresPage #designBtn > a, #getInvolved #involveBtn > a, #newsPage #newsBtn > a, #blogPage #blogBtn > a {
	color: #fff!important;
}
#schedulePage #scheduleBtn .carat-wrap > .carat, #stationPage #stationBtn .carat-wrap > .carat, #featuresPage #designBtn .carat-wrap > .carat, #getInvolved #involveBtn .carat-wrap > .carat, #newsPage #newsBtn .carat-wrap > .carat {
  border-top: 6px solid #fff;
}
/*#homePage #homeBtn a:before {
	background-color: #fff;
}*/
/*#schedulePage #scheduleBtn a.schedule-link:before {
  background-color: #fff;
}*/


.carat-wrap {
	display: inline-block;
	position: relative;
	padding: 8px 0px;
	width: 20%;
	cursor: pointer;
}
.carat {
	display: inline-block;
	position: relative;
  margin: 0px 50%;
	width: 5px;
  height: 5px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2a3a4b;
	transition: transform .15s linear;
}
.spin {
	transform: rotate(180deg);
}
.main-sub-nav {
	display: none;
	background-color: #e8e9ea;
	z-index: 99990;
}
.main-sub-nav li {
	border-bottom: 1px solid #fff;
}
.main-sub-nav li span {
	display: block;
	padding: 15px 15px 15px 30px;
	color: #999;
	font-weight: 700;
	font-size: 12px;
}
.child-nav li {
	border: none;
	background: none;
	border-bottom: 1px solid #fff;
	transition: background .15s linear;
}
.child-nav li a {
	display: block;
	padding: 8px 0px 8px 30px;
	color: #2a3a4b;
	font-weight: normal;
	font-size: 14px;
}
.mobile-btn {
  width: 20%;
  max-width: 45px;
  height: 40px;
  float: right;
  margin: 0px;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol, ul {
	list-style: none;
	padding: 0px;
  margin: 0px;
}
a:active, a:hover {
  outline: 0;
}
section {
  position: relative;
}
.images-section {
	display: none;
}
#tm-header {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-top: 5px solid #3d566e;
  z-index: 999;
}
.tm-header-logobar {
  margin: 0px auto;
	padding: 15px 0px 0px 0px;
	height: 100%;
  width: 95%;
	max-width: 1170px;
}
.tm-header-logobar .logo {
	display: block;
	float: left;
	height: 40px;
	margin-right: 20px;
	position: relative;
}
.slogan-box-text {
  color: #999;
  position: absolute;
  top: 36%;
  width: 30%;
  margin-top: -1.5rem;
  display: block;
  vertical-align: middle;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1em;
}
.tm-header-logobar .tm-resnav-btn-wrapper {
  position: relative;
  z-index: 99999;
  width: 40px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: opacity .2s ease .3s, top 0s ease .3s;
  -moz-transition: opacity .2s ease .3s, top 0s ease .3s;
  -ms-transition: opacity .2s ease .3s, top 0s ease .3s;
  transition: opacity .2s ease .3s, top 0s ease .3s;
}
.tm-header-logobar .tm-resnav-btn {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.tm-header-logobar .tm-resnav-btn:after, .tm-header-logobar .tm-resnav-btn:before, .tm-header-logobar .tm-resnav-btn div.tm-resnav-btn-middle:before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin: 5px 0;
  background-color: #3d566e;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  outline: 1px solid transparent;
}
.tab-content > .tab-pane {
    display: none;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.nav > li > a {
  display: block;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.tm-hover-up {
	vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tm-section-heading:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 5px;
  left: 50%;
  right: 50%;
  margin-left: -20%;
  bottom: 0;
  background-color: #ffb053;
}
	#newsPage .updates .tm-section-heading:after {
	  display: none;
	}
.tm-navbar-wrapper {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 71px;
	background-color: #fff;
  z-index: 99999;
}
.navbar-nav {
  float: left;
  margin: 0px;
	height: 100%;
}


.logo-wrapper {
  display: block;
	margin-left: 1rem;
  width: 50%;
  height: 100%;
  float: left;
}
.slogan {
  display: none;
  height: 40px;
  width: 20%;
}
.bg-white {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.orange-text {
  color: #ffb053;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  /*margin-right: auto;
  margin-left: auto;*/
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.alt-font {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.alt-font-lg {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
	line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1 {
  font-size: 29px;
  line-height: 1.5;
  padding: 0px;
  margin: 0px;
}
h2 {
	font-size: 28px;
	 line-height: 28px;
}
h3 {
	font-size: 26px;
	line-height: 32px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 18px;
	margin-bottom: 16px;
}
h6 {
	font-size: 16px;
	margin-bottom: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
p {
  font-size: 16px;
  /* line-height: 24px; */
}
#tm-main {
  position: relative;
  margin-top: 100px;
}
.big-wrapper {
  position: relative;
}
.separator {
  margin: 2rem auto 0px auto;
  width: 40%;
  max-width: 300px;
  height: 5px;
  background-color: #ffb053;
  border: none;
}
.hero {
  position: relative;
  width: 100%;
  padding: 2rem 0px ;
  background: url(/images/slider.jpg) no-repeat center;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
}
.hero-content-wrapper {
  position: relative;
  margin: 0px auto;
  width: 100%;
}
.hero-text {
  position: relative;
  margin: 0px auto;
  margin-bottom: 1.5rem;
  padding: 0 15px 25px 15px;
  width: 100%;
  text-align: center;
}
.hero-news {
	margin: 2rem 0;
}
.hero-news p, .hero-news span {
  display: block;
  margin-top: 4px;
  widows: 2;
  text-align: left;
}
.hero-news a {
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all .08s linear;
}
.hero-news a:hover {
	color: #ffb053;
	border-bottom: 1px solid #ffb053;
}
.sub-hero {
  position: relative;
  display: block;
  padding: 20px 0px 50px 0px;
  background-color: #6fabb1;
}
.nav-section {
	display: none;
}
.sub-hero-wrapper {
  margin: 0px auto;
  width: 90%;
  text-align: center;
}
.sub-heading > h1 {
  margin-top: 0px;
}
.section-tab-list {
	display: none;
}
#homePage .section-tab-list {
	display: block;
}
#getInvolved .section-tab-list {
	display: none;
}
.section-tab-list {
  background-color: #2a3a4b !important;
  height: 7rem;
}
.section-tab-list .nav-tabs {
  margin: 0px auto;
  height: 100%;
}
.section-tab-list .nav-tabs > li > a {
  display: block;
  padding: 40px 16px;
  margin: 0px;
  height: 100%;
  border: none;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.nav-tabs-responsive {
  border: none !important;
}
.nav-tabs-responsive > li > a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  word-wrap: normal;
  width: 100%;
  text-align: center;
  vertical-align: top;
  border: none;
}
.nav-tabs-responsive > li.active:first-child {
  margin-left: 0px;
  height: 100%;
}
.nav-tabs-responsive > li.active {
  width: 50%;
  height: 100%;
}
.nav-tabs-responsive > li {
  width: 50%;
}
.nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
  display: block;
}
.nav-tabs > li {
  float: left;
}
.section-tab-list .nav-tabs > li.active > a {
  background-color: #fff;
  color: #3d566e;
  border: none;
}
.nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
span.text {
  display: block;
  margin: 0px auto;
  width: 80%;
}
.tab-content > .active {
  display: block;
}
.fade.in {
  opacity: 1;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.side-image {
  padding: 0px;
  position: relative;
}
.milestones {
  padding: 80px 0px;
}
.tab-content {
	padding: 0 16px;
}
#homePage .media.archived, #newsPage .media.archived, #archivePage .media {
	display: none;
}
	#archivePage .media.archived {
		display: block;
	}
.project-map {
  position: relative;
  padding: 80px 0px;
  background-color: #CCC!important;
	overflow: hidden;
}
.project-map-heading {
  text-align: center;
}
.project-map-heading:after {
	content: "";
	margin: 1rem auto;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 40%;
	height: 5px;
	background-color: #ffb053;
}
.pull-right {
  right: 0px;
	float: right;
}
.pull-left {
    left: 0px;
		float: left;
}
.control-label {
  font-size: 14px;
}
.image-container {
	display: none;
}
.background-image-holder {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(/images/photo_02.jpg) no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
	background-position: 50% 50%;
  z-index: 0;
}
.content1 {
  margin: 0px auto;
  width: 90%;
  padding: 60px 0px;
}
.content2 {
  margin: 0px auto;
  width: 90%;
  max-width: 1170px;
  padding: 60px 0px;
}
.involved-section {
  padding: 80px 0px;
}
.content-wrapper {
  margin: 0px auto;
}
.content-wrapper h2 {
  text-align: center;
}
#newsPage .content2 {
  padding: 0;
}
.tm-section-heading {
  margin-bottom: 40px;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}
.tab-content .tm-section-heading {
  margin-bottom: 20px;
  width: 100%;
}
.tm-section-heading h1 {
  margin: 0;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.4;
}
.lead p {
  text-align: center;
}
.lead p:not(".required") {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.media {
  position: relative;
  margin: 2rem 0;
}
#homePage .media:nth-child(2) {
   margin: 0 0 4rem 0;
}
.media:not(:first-child):not(:last-child):after {
  content: "";
  position: absolute;
  width: 200px;
  bottom: -2rem;
  right: 50%;
  height: 1px;
  background: #a2d9de;
  transform: translateX(50%);
}
.media:nth-child(1) {
  display: none;
  margin-top: 0;
}
.media-body {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.1em;
}
.media-heading span {
  display: block;
}
#newsPage .media-heading {
  font-weight: 600;
}
#newsPage .media:nth-child(1), #archivePage .media:nth-child(1) {
  display: block;
  margin-top: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
#newsPage h1.heading-archive, #archivePage h1.heading-news {
	display: none;
}
#newsPage .media-body h4, #archivePage .media-body h4 {
  margin: .83em 0;
  line-height: 1.3;
}
#newsPage .media-body h4, #newsPage .media-body p, #archivePage .media-body h4, #archivePage .media-body p {
  text-align: center;
}
#newsPage .media-body a, #archivePage .media-body a {
  margin: 0 auto;
}
#newsPage .media-heading span, #archivePage .media-heading span {
  font-weight: 400;
}
.btn-text-only {
  display: block;
  width: 150px;
  color: #6fabb1;
  border-color: rgba(0, 0, 0, 0);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}
strong {
  font-weight: 600;
}
.project-text {
  position: relative;
  margin: 3rem auto 0 auto;
  width: 90%;
  max-width: 580px;
}
.project-text p {
  text-align: center;
}
.btn {
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
}
.btn:hover {
  border-color: #6fabb1;
  background: none;
  background-color: #6fabb1;
  color: white;
}
.btn-primary {
  display: block;
  margin: 0px auto;
  border-radius: 25px;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  width: 155px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #6fabb1;
  color: #6fabb1;
  text-align: center;
}
.hero-news .btn-primary {
  margin: 1rem auto;
  width: 200px;
  color: #fff;
}
#section-partners {
  display: block;
  position: relative;
  padding: 60px 0px;
  width: 100%;
  background-color: #ecf0f1 !important;
}
#section-partners .col-xs-4 {
  width: 50%;
}
.partners-heading {
  position: relative;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.logos {
  display: block;
  position: relative;
  margin: 3rem auto 0px auto;
  width: 50%;
  max-width: 300px;
  height: 5rem;
}
.img-wrapper {
  width: 50%;
  float: left;
}
.img-wrapper img {
  width: 100%;
  max-width: 86.25px;
  margin: 0px auto;
  display: block;
}
.bg-secondary-2 h1 {
  color: #000;
}
footer {
	display: block;
	background-color: #2f4254;
}
.tm-footer-bottom {
	margin: 0px auto;
	width: 95%;
  padding: 30px 0;
}
.tm-footer-bottom p {
	font-size: 14px;
}
.tm-footer-bottom a {
  color: rgba(255,255,255,.8);
}
.text-right {
	text-align: inherit;
	color: rgba(255,255,255,.4);
}
.flex-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/***************** SCROLLBAR STYLING *****************/
/***** HOME PAGE LISTS *****/
.basic {
  margin: 7px 0 0 25px;
 
}

.basic li {
  list-style-type: disc;
  padding: 5px 0px 5px 7px;
 text-align: left;
}