/* RETINA DISPLAY IMAGES */
body {
  background: #28292b;
  color: #000;
  font-family: "Roboto", helvetica, arial, verdana, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", helvetica, arial, verdana, sans-serif;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
}
h1.margin-bottom-2x, h2.margin-bottom-2x, h3.margin-bottom-2x, h4.margin-bottom-2x, h5.margin-bottom-2x, h6.margin-bottom-2x {
  margin: 0 0 1.25em;
}
h1.not-bold, h1.no-bold, h1.unbolded, h2.not-bold, h2.no-bold, h2.unbolded, h3.not-bold, h3.no-bold, h3.unbolded, h4.not-bold, h4.no-bold, h4.unbolded, h5.not-bold, h5.no-bold, h5.unbolded, h6.not-bold, h6.no-bold, h6.unbolded {
  font-weight: 400;
}
h1.not-bold .bold, h1.not-bold .bolder, h1.not-bold .strong, h1.not-bold strong, h1.no-bold .bold, h1.no-bold .bolder, h1.no-bold .strong, h1.no-bold strong, h1.unbolded .bold, h1.unbolded .bolder, h1.unbolded .strong, h1.unbolded strong, h2.not-bold .bold, h2.not-bold .bolder, h2.not-bold .strong, h2.not-bold strong, h2.no-bold .bold, h2.no-bold .bolder, h2.no-bold .strong, h2.no-bold strong, h2.unbolded .bold, h2.unbolded .bolder, h2.unbolded .strong, h2.unbolded strong, h3.not-bold .bold, h3.not-bold .bolder, h3.not-bold .strong, h3.not-bold strong, h3.no-bold .bold, h3.no-bold .bolder, h3.no-bold .strong, h3.no-bold strong, h3.unbolded .bold, h3.unbolded .bolder, h3.unbolded .strong, h3.unbolded strong, h4.not-bold .bold, h4.not-bold .bolder, h4.not-bold .strong, h4.not-bold strong, h4.no-bold .bold, h4.no-bold .bolder, h4.no-bold .strong, h4.no-bold strong, h4.unbolded .bold, h4.unbolded .bolder, h4.unbolded .strong, h4.unbolded strong, h5.not-bold .bold, h5.not-bold .bolder, h5.not-bold .strong, h5.not-bold strong, h5.no-bold .bold, h5.no-bold .bolder, h5.no-bold .strong, h5.no-bold strong, h5.unbolded .bold, h5.unbolded .bolder, h5.unbolded .strong, h5.unbolded strong, h6.not-bold .bold, h6.not-bold .bolder, h6.not-bold .strong, h6.not-bold strong, h6.no-bold .bold, h6.no-bold .bolder, h6.no-bold .strong, h6.no-bold strong, h6.unbolded .bold, h6.unbolded .bolder, h6.unbolded .strong, h6.unbolded strong {
  font-weight: 700;
}
h1.light, h1.lighter, h2.light, h2.lighter, h3.light, h3.lighter, h4.light, h4.lighter, h5.light, h5.lighter, h6.light, h6.lighter {
  font-weight: 300;
}
h1.thin, h1.thinner, h2.thin, h2.thinner, h3.thin, h3.thinner, h4.thin, h4.thinner, h5.thin, h5.thinner, h6.thin, h6.thinner {
  font-weight: 100;
}

h1 {
  font-size: 1.5em;
  margin: 0 0 .5em;
}

h2 {
  font-size: 1.375em;
  margin: 0 0 .5em;
}

h3 {
  font-size: 1.25em;
  margin: 0 0 .5em;
}

h4 {
  font-size: 1.25em;
  margin: 0 0 .5em;
}

h5 {
  font-size: 1.25em;
  margin: 0 0 .5em;
}

h6 {
  font-size: 1.125em;
  margin: 0 0 .375em;
}

p {
  margin: 0 0 1.5em;
}

.small {
  font-size: .75em;
}

a {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  color: #0c6eb1;
  text-decoration: none;
}
a:hover {
  color: #1f9bf0;
  text-decoration: underline;
}
a:active, a:focus {
  color: #1f9bf0;
  outline: none;
}
a.anchor {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}

bold, strong {
  font-weight: 700;
}

hr {
  border-bottom: 1px solid #898989;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  width: auto;
}
img.float-left, img.left, img.align-left, img.float-right, img.right, img.align-right {
  float: none;
  margin: 0 0 1.5em;
}

[data-align="left"] {
  float: none;
  margin: 0 0 1.5em;
}

[data-align="right"] {
  float: none;
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #d7d7d7;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #262626;
}

blockquote {
  border-left: 6px solid #c2c2c2;
  color: #666;
  font-size: .875em;
  font-style: italic;
  font-weight: 600;
  margin: 0 1.5em 2em 1.5em;
  padding-left: 0.75em;
}

cite {
  color: #404040;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

@media all and (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  img.float-left, img.left, img.align-left {
    float: left;
    margin: .25em 2em 2em 0;
  }
  img.float-right, img.right, img.align-right {
    float: right;
    margin: .25em 0 2em 2em;
  }

  [data-align="left"] {
    float: left;
    margin: .25em 2em 2em 0;
  }

  [data-align="right"] {
    float: right;
    margin: .25em 0 2em 2em;
  }

  blockquote {
    margin: 3em 1.5em;
    padding-left: 1em;
  }
}
@media all and (min-width: 1200px) {
  blockquote {
    margin: 3em 1.5em 4em 2em;
    padding: .5em 0 .5em 1em;
  }
}
.blocks-row {
  zoom: 1;
}
.blocks-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blocks-row.margin-bottom {
  margin-bottom: 2em;
}
.blocks-row .block {
  margin: 0 0 1.5em;
}
.blocks-row .block.text-align-center {
  text-align: center;
}
.blocks-row .block.text-align-right {
  text-align: right;
}
.blocks-row .block img {
  display: inline-block;
}
.blocks-row .block .block-image img {
  display: inline-block;
}
.blocks-row .block .block-title {
  font-size: 1.5em;
  margin: 0 0 .5em;
}

.block {
  zoom: 1;
  position: relative;
}
.block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block .view-more, .block .view-all {
  font-size: .875em;
  margin: 1.5em 0 0;
  text-align: center;
}
.block .view-more a, .block .view-all a {
  display: inline-block;
}

.sidebar-block .block-image {
  margin: .5em 0 1em;
}
.sidebar-block .block-image img {
  display: inline-block;
}
.sidebar-block .block-title {
  font-size: 1.375em;
  margin: 0 0 .5em;
}
.sidebar-block .block-content {
  font-size: .875em;
  line-height: 1.25em;
}

.background-white, .bkgd-white, .bg-white {
  background-color: #FFFFFF;
}

.background-blue, .bkgd-blue, .bg-blue {
  background-color: #0c6eb1;
}

.background-gray, .bkgd-gray, .bg-gray {
  background-color: #c2c2c2;
}

.background-green, .bkgd-green, .bg-green {
  background-color: #4ea162;
}

.background-red, .bkgd-red, .bg-red {
  background-color: #e73d30;
}

.background-orange, .bkgd-orange, .bg-orange {
  background-color: #ff9c00;
}

.background-teal, .bkgd-teal, .bg-teal {
  background-color: #00aa8f;
}

.background-yellow, .bkgd-yellow, .bg-yellow {
  background-color: #fbe24f;
}

.background-purple, .bkgd-purple, .bg-purple, .purple-background, .purple-bkgd, .purple-bg {
  background-color: #95258b;
}

.border-blue {
  border: #0c6eb1 1px solid;
}

.border-bottom-blue {
  border-bottom: #0c6eb1 1px solid;
}

.border-black {
  border: #000 1px solid;
}

.border-bottom-black {
  border-bottom: #000 1px solid;
}

.border-gray {
  border: #c2c2c2 1px solid;
}

.border-bottom-gray {
  border-bottom: #c2c2c2 1px solid;
}

.border-green {
  border: #4ea162 1px solid;
}

.border-bottom-green {
  border-bottom: #4ea162 1px solid;
}

.border-orange {
  border: #ff9c00 1px solid;
}

.border-bottom-orange {
  border-bottom: #ff9c00 1px solid;
}

.margin-bottom {
  margin: 0 0 2em;
}

.padding {
  padding: 1em;
}

.padding2, .padding-extra, .extra-padding {
  padding: 1.25em 1.875em;
}

.padding-top-bottom {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

.padding-left-right {
  padding-left: 1em;
  padding-right: 1em;
}

.styled-list ul {
  list-style: none;
  margin: 0;
  padding: 0 5%;
}
.styled-list ul li {
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  padding: .125em 0;
}
.styled-list ul li:last-child {
  border: none;
}

.text-align-center, .text-center {
  text-align: center;
}

.text-align-left, .text-left {
  text-align: left;
}

.text-align-right, .text-right {
  text-align: center;
}

.text-white, .txt-white, .font-white {
  color: #FFFFFF;
}
.text-white a, .txt-white a, .font-white a {
  color: #FFFFFF;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, .txt-white h6, .font-white h1, .font-white h2, .font-white h3, .font-white h4, .font-white h5, .font-white h6 {
  color: #FFFFFF;
}
.text-white.styled-list ul li, .txt-white.styled-list ul li, .font-white.styled-list ul li {
  border-color: rgba(255, 255, 255, 0.5);
}

.block-title-small .block-title {
  font-size: 1em;
}

.block-title-allcaps .block-title {
  text-transform: uppercase;
}

.tabs-wrapper {
  zoom: 1;
  margin: 0 0 1.5em;
}
.tabs-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs-wrapper .tabs {
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: "Roboto", helvetica, arial, verdana, sans-serif;
  font-size: 1em;
  padding: 0;
}
.tabs-wrapper .tabs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabs-wrapper .tabs button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: #c2c2c2 2px solid;
  background: #f8f8f8;
  color: #7a7a7a;
  display: inline-block;
  float: none;
  font-family: "Roboto", helvetica, arial, verdana, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: .5em 1em;
  width: auto;
}
.tabs-wrapper .tabs button:hover {
  background: #f3f3f3;
}
.tabs-wrapper .tabs button.active {
  background: #9ed9d5;
  border-top-color: #00aa8f;
  color: #000;
}
.tabs-wrapper .tabs button.active:hover {
  background: #9ed9d5;
}
.tabs-wrapper .tab-content {
  background: #9ed9d5;
  padding: 1em .625em;
}
.tabs-wrapper .tab-content .block {
  margin: 0;
  padding: .625em;
}

.block-views h2 {
  border-bottom: #d7d7d7 3px solid;
  color: #0c6eb1;
  display: inline-block;
  font-weight: 300;
  margin: 0 0 1em;
  padding: 0 0 .125em;
}

.view-news {
  margin: 0 0 3em;
  position: relative;
}
.view-news .views-row {
  border-bottom: #d7d7d7 1px solid;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.view-news .views-row:last-child {
  border: none;
  margin: 0;
}
.view-news .views-row .views-field-title {
  font-weight: 700;
  margin: 0 0 .375em;
}
.view-news .views-row .views-field-title a {
  color: #000;
}
.view-news .views-row .views-field-title a:hover {
  color: #0c6eb1;
}
.view-news .views-row .views-field-body {
  font-size: .875em;
}
.view-news .more-link {
  font-size: .875em;
  position: absolute;
  right: .625em;
  top: -3.75em;
}

.view-events {
  margin: 0 0 3em;
  position: relative;
}
.view-events .views-row {
  border-bottom: #d7d7d7 1px solid;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.view-events .views-row:last-child {
  border: none;
  margin: 0;
}
.view-events .views-row .views-field-title, .view-events .views-row h2 {
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 .375em;
}
.view-events .views-row .views-field-title a, .view-events .views-row h2 a {
  color: #000;
}
.view-events .views-row .views-field-title a:hover, .view-events .views-row h2 a:hover {
  color: #0c6eb1;
}
.view-events .views-row .field--type-datetime {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #00aa8f;
  color: #FFFFFF;
  display: inline-block;
  font-size: .813em;
  font-weight: 600;
  margin: .5em 0;
  padding: .25em 1.125em;
}
.view-events .views-row .views-field-body, .view-events .views-row .field--name-body {
  font-size: .875em;
}
.view-events .views-row .views-field-body p, .view-events .views-row .field--name-body p {
  margin: 0;
}

.node--type-event .field--type-datetime {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #00aa8f;
  color: #FFFFFF;
  display: inline-block;
  font-size: .813em;
  font-weight: 600;
  margin: .5em 0;
  padding: .25em 1.125em;
  position: relative;
  top: -1em;
}

.field--name-field-publish-date {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #00aa8f;
  color: #FFFFFF;
  display: inline-block;
  font-size: .75em;
  padding: .25em 1.125em 0;
  position: relative;
  top: -1em;
}
.field--name-field-publish-date .field__label {
  display: inline-block;
  font-size: .875em;
  text-transform: uppercase;
  vertical-align: text-bottom;
}
.field--name-field-publish-date .field__item {
  display: inline-block;
  line-height: 1.5em;
  padding: 0;
  vertical-align: text-bottom;
}

/*#block-abouttciblock-2 {
	font-size: .875em;
	padding: 2em 1.5em .5em;
	text-align: center;
	img {
		display: none;
	}
	a {color: $dark-yellow;}
	h2 {
		color: $white;
		margin: 0 0 1em;
		padding: 0 0 1em;
		position: relative;
		&:after {
			background: $dark-yellow;
			bottom: 0;
			content: "";
			height: 4px;
			left: 0;
			position: absolute;
			width: 100%;
		}
	}
}*/
.flex-wrapper, .flex-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.flex-wrapper .flex-item, .flex-row .flex-item {
  flex: 1 1 100%;
  margin-bottom: 1.5em;
}

#block-views-block-news-block-1-2 {
  margin: 0 0 2em;
}

#block-views-block-events-block-1-2 {
  margin: 0 0 1em;
}
#block-views-block-events-block-1-2 .view-events {
  position: relative;
}
#block-views-block-events-block-1-2 .view-events .views-row {
  border-bottom: #d7d7d7 1px solid;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
#block-views-block-events-block-1-2 .view-events .views-row:last-child {
  border: none;
  padding: 0;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content {
  zoom: 1;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-date-wrapper {
  float: left;
  text-align: center;
  width: 70px;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-date-wrapper .event-date {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #00aa8f;
  color: #FFFFFF;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  width: 60px;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-date-wrapper .event-date .start-date {
  font-size: 1.75em;
  line-height: 1.25em;
  margin: 0 0 .063em;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-date-wrapper .event-date .start-month {
  font-size: .813em;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-details {
  font-size: .875em;
  margin: 0 0 0 80px;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-details .title {
  font-size: 1.125em;
  font-weight: 700;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-details .title a {
  color: #000;
}
#block-views-block-events-block-1-2 .view-events .views-row .field-content .event-details .title a:hover {
  color: #0c6eb1;
}
#block-views-block-events-block-1-2 .view-events .more-link {
  font-size: .875em;
  position: absolute;
  right: .625em;
  top: -3.75em;
}

#user-login-form,
#user-pass {
  max-width: 480px;
}

/* STAFF Listing and Node page styles */
.view-staff-page .attachment-before {
  border-bottom: 1px solid #c2c2c2;
  margin: 0 0 2.5em;
}
.view-staff-page .attachment-after {
  border-top: 1px solid #c2c2c2;
  padding: 2.5em 0 0;
}

.staff-list ul {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.staff-list ul li {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  text-align: center;
}
.staff-list ul li:hover .staff-member-image img {
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.5);
  top: 4px;
}
.staff-list ul li:hover .staff-member-name a {
  text-decoration: underline;
}
.staff-list .staff-member-image {
  margin: 0 0 .75em;
}
.staff-list .staff-member-image img {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  max-width: 180px;
  position: relative;
  top: 0;
}
.staff-list .staff-member-name {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 0 .25em;
}
.staff-list .staff-member-name a {
  color: #000;
}
.staff-list .staff-member-name a:hover {
  color: #000;
  text-decoration: none;
}
.staff-list .staff-member-title {
  font-size: 1.125em;
  margin: 0 0 .5em;
}
.staff-list .staff-member-bio-teaser {
  font-size: .938em;
  margin: 0 0 .875em;
}
.staff-list .staff-read-more-link {
  font-size: .938em;
}

.node--type-staff {
  padding: 0;
}
.node--type-staff .staff-page-header-block {
  background: #00aa8f;
}
.node--type-staff .staff-page-header-block .staff-header-inner {
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 1440px;
  padding: 2em .625em 8em;
  position: relative;
  text-align: center;
}
.node--type-staff .staff-page-header-block .staff-header-inner .field--name-node-title h2 {
  color: #FFFFFF;
  font-size: 1.375em;
  font-weight: 600;
}
.node--type-staff .staff-page-header-block .staff-header-inner .field--name-field-staff-title {
  font-size: 1.125em;
}
.node--type-staff .staff-page-header-block .staff-header-inner .field--name-field-staff-photo {
  position: absolute;
  bottom: -90px;
  margin-left: -90px;
  left: 50%;
}
.node--type-staff .staff-page-header-block .staff-header-inner .field--name-field-staff-photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 8px 14px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 8px 14px -10px rgba(0, 0, 0, 0.5);
  display: inline-block;
  max-width: 180px;
}
.node--type-staff .text-formatted {
  margin: 0 auto;
  max-width: 1440px;
  padding: 7em 1em 2em;
}

/* Contact page FORM styles */
#contact-message-feedback-form .form-actions button, #contact-message-feedback-form .form-actions input[type="submit"] {
  font-size: .875em;
  margin: 0 0 0 .5em;
  width: auto;
}

.header-text {
  font-size: .875em;
  padding: 1.5em 1.25em .5em;
  margin: 0 0 2em;
  text-align: center;
}
.header-text h2, .header-text h3, .header-text h4, .header-text h5, .header-text h6 {
  font-weight: 300;
  margin: 0 0 1.25em;
}
.header-text.teal {
  background: #00aa8f;
  color: #FFFFFF;
}
.header-text.teal h2, .header-text.teal h3, .header-text.teal h4, .header-text.teal h5, .header-text.teal h6 {
  color: #FFFFFF;
}
.header-text.purple {
  background: #95258b;
  color: #FFFFFF;
}
.header-text.purple h2, .header-text.purple h3, .header-text.purple h4, .header-text.purple h5, .header-text.purple h6 {
  color: #FFFFFF;
}
.header-text.red {
  background: #e73d30;
  color: #FFFFFF;
}
.header-text.red h2, .header-text.red h3, .header-text.red h4, .header-text.red h5, .header-text.red h6 {
  color: #FFFFFF;
}
.header-text.yellow {
  background: #fbe24f;
  color: #000;
}
.header-text.yellow h2, .header-text.yellow h3, .header-text.yellow h4, .header-text.yellow h5, .header-text.yellow h6 {
  color: #000;
}
.header-text.blue {
  background: #0c6eb1;
  color: #FFFFFF;
}
.header-text.blue h2, .header-text.blue h3, .header-text.blue h4, .header-text.blue h5, .header-text.blue h6 {
  color: #FFFFFF;
}

/* Accelorator Hubs styles */
.accelerator-wrapper .header-text {
  background: #00aa8f;
  color: #FFFFFF;
}
.accelerator-wrapper .header-text h2, .accelerator-wrapper .header-text h3, .accelerator-wrapper .header-text h4, .accelerator-wrapper .header-text h5, .accelerator-wrapper .header-text h6 {
  color: #FFFFFF;
}
.accelerator-wrapper .hub {
  border-bottom: 1px solid #d7d7d7;
  font-size: .875em;
  line-height: 1.375em;
  margin: 0 0 2em;
  padding: 0 0 1em;
}
.accelerator-wrapper .hub:last-child {
  border: none;
  padding: 0;
}
.accelerator-wrapper .hub .hub-logo {
  margin: 0 0 1em;
}
.accelerator-wrapper .hub .hub-logo img {
  display: inline-block;
}
.accelerator-wrapper .hub .hub-details img {
  display: inline-block;
  vertical-align: middle;
}
.accelerator-wrapper .hub h4 {
  color: #273372;
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 0 0 .5em;
}
.accelerator-wrapper .hub h5 {
  color: #000;
  font-size: 1em;
  margin: 0 0 .75em;
}

/* Photo Gallery */
.view-photo-galleries .views-row {
  border-bottom: 1px solid #c2c2c2;
  margin: 0 0 2em;
  padding: 0 1em 1.5em .25em;
}
.view-photo-galleries .views-row .views-field-field-photos {
  margin: 0 0 .75em;
}
.view-photo-galleries .views-row .views-field-field-photos img {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}
.view-photo-galleries .views-row .views-field-title {
  font-size: 1.125em;
  margin: 0 0 .375em;
}
.view-photo-galleries .views-row .views-field-body {
  font-size: .875em;
  line-height: 1.5em;
}
.view-photo-galleries .views-row .views-field-body p {
  margin: 0;
}

.flex-wrapper.mission-wrapper {
  background: #e73d30;
  color: #FFFFFF;
  margin: 0 0 1.5em;
  padding: 0;
}
.flex-wrapper.mission-wrapper .flex-row {
  padding: 0;
}
.flex-wrapper.mission-wrapper h2 {
  color: #FFFFFF;
}
.flex-wrapper.mission-wrapper .order1 {
  padding: 0 1em;
}

#block-abouttciblock-2 {
  background: #95258b;
  color: #FFFFFF;
  padding: 2em 1em 0;
  text-align: center;
}
#block-abouttciblock-2 .text-formatted {
  margin: 0 auto;
  max-width: 1440px;
}
#block-abouttciblock-2 .text-formatted h2 {
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
  margin: 0 0 1.25em;
}
#block-abouttciblock-2 .text-formatted p {
  font-size: .875em;
}
#block-abouttciblock-2 .text-formatted a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  padding: .375em 2.5em;
  width: auto;
}
#block-abouttciblock-2 .text-formatted a:hover {
  background-color: #FFFFFF;
  color: #95258b;
}

#block-getinvolvedwiththeinitiative {
  padding: 2em 1em 0;
  text-align: center;
}
#block-getinvolvedwiththeinitiative h2 {
  color: #28292b;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
  margin: 0 0 1.25em;
}
#block-getinvolvedwiththeinitiative .text-formatted a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background: #f8f8f8;
  border: 1px solid #28292b;
  color: #28292b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  padding: .375em 2.5em;
  width: auto;
}
#block-getinvolvedwiththeinitiative .text-formatted a:hover {
  background-color: #273372;
  color: #FFFFFF;
}

#block-partnerssupporters {
  background: #00aa8f;
  color: #FFFFFF;
  padding: 2em .625em;
  text-align: center;
}
#block-partnerssupporters h2 {
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
  margin: 0 0 1.25em;
}
#block-partnerssupporters .text-formatted {
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
}
#block-partnerssupporters .text-formatted img {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  display: inline-block;
  margin: .625em;
  max-height: 60px;
  opacity: 0.75;
  vertical-align: middle;
}
#block-partnerssupporters .text-formatted img:hover {
  opacity: 1;
}

.path-frontpage #block-wherewework h2 {
  display: inline-block;
}

#block-wherewework {
  padding: 2em .625em;
  text-align: center;
}
#block-wherewework h2 {
  display: none;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
  margin: 0 0 2em;
}
#block-wherewework .text-formatted {
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
}
#block-wherewework .text-formatted ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-wherewework .text-formatted .geographies-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#block-wherewework .text-formatted .geographies-wrapper .geography {
  flex: 0 0 100%;
  margin: 0 0 2em;
}
#block-wherewework .text-formatted .geographies-wrapper .geography img {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0 .75em;
  max-width: 120px;
  position: relative;
  top: 0;
}
#block-wherewework .text-formatted .geographies-wrapper .geography h2, #block-wherewework .text-formatted .geographies-wrapper .geography h3, #block-wherewework .text-formatted .geographies-wrapper .geography h4 {
  color: #000;
  font-size: 1.125em;
  line-height: 1.25em;
}
#block-wherewework .text-formatted .geographies-wrapper .geography h2 a, #block-wherewework .text-formatted .geographies-wrapper .geography h3 a, #block-wherewework .text-formatted .geographies-wrapper .geography h4 a {
  color: #000;
}
#block-wherewework .text-formatted .geographies-wrapper .geography p {
  font-size: .875em;
  margin: 0 0 .75em;
}
#block-wherewework .text-formatted .geographies-wrapper .geography:hover img {
  top: 4px;
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.5);
}
#block-wherewework .text-formatted .geographies-wrapper .geography:hover a {
  text-decoration: underline;
}

@media all and (min-width: 375px) {
  .staff-list .staff-member-details {
    padding: 0 1em;
  }

  #contact-message-feedback-form {
    padding: 0 1em;
  }

  .view-photo-galleries .views-row .views-field-title {
    padding: 0 2%;
  }
  .view-photo-galleries .views-row .views-field-body {
    padding: 0 2%;
  }

  .header-text {
    padding: 2em 2.5em 1.25em;
    margin: 0 0 2.5em;
  }
}
/* 480+ styles 
  --------------------------------------------------------------------- */
@media all and (min-width: 480px) {
  .block .view-more, .block .view-all {
    margin: 0;
    position: absolute;
    right: 1.5em;
    top: 1.375em;
    text-align: right;
  }

  #block-abouttciblock-2 .text-formatted h2 {
    font-size: 1.375em;
  }

  .staff-list ul li {
    padding: 0 10% 1.5em;
  }

  #block-getinvolvedwiththeinitiative h2 {
    font-size: 1.375em;
  }

  #block-wherewework h2 {
    font-size: 1.375em;
  }
  #block-wherewework .text-formatted .geographies-wrapper .geography {
    flex: 0 0 46%;
    margin: 0 2% 1.5em;
  }

  #block-partnerssupporters h2 {
    font-size: 1.375em;
  }
}
/* 768+ styles 
  --------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .blocks-row .block {
    margin: 0;
  }
  .blocks-row .block.padding-left {
    padding-left: 2%;
  }
  .blocks-row .block.padding-right {
    padding-right: 2%;
  }
  .blocks-row .block.width-50 {
    float: left;
    margin: 0;
    width: 50%;
  }

  .border-left-blue {
    border-left: #0c6eb1 1px solid;
  }

  .border-left-black {
    border-left: #000 1px solid;
  }

  .border-left-gray {
    border-left: #c2c2c2 1px solid;
  }

  .border-left-green {
    border-left: #4ea162 1px solid;
  }

  .border-left-orange {
    border-left: #ff9c00 1px solid;
  }

  #block-views-block-news-block-1-2 {
    padding: 0 8em;
  }
  #block-views-block-news-block-1-2 .view-news .views-row {
    margin: 0 0 1em;
    padding: 0 0 1em;
  }
  #block-views-block-news-block-1-2 .view-news .views-row .views-field-title {
    font-size: 1em;
  }
  #block-views-block-news-block-1-2 .view-news .views-row .views-field-body {
    font-size: .875em;
  }

  #block-views-block-events-block-1-2 {
    padding: 0 8em;
  }

  .view-news .views-row {
    margin: 0 0 2em;
    padding: 0 .5em 2em;
  }
  .view-news .views-row .views-field-title {
    font-size: 1.25em;
  }
  .view-news .views-row .views-field-body {
    font-size: 1em;
  }

  .view-events .views-row {
    margin: 0 0 2em;
    padding: 0 .5em 2em;
  }
  .view-events .views-row .views-field-title, .view-events .views-row h2 {
    font-size: 1.25em;
    margin: 0 0 .25em;
  }
  .view-events .views-row .field--type-datetime {
    font-size: .875em;
    margin: .5em 0 1em;
    padding: .25em 1.25em;
    top: 0;
  }
  .view-events .views-row .views-field-body, .view-events .views-row .field--name-body {
    font-size: 1em;
  }

  .node--type-event .field--type-datetime {
    font-size: .875em;
    padding: .375em 1.25em;
    top: -1.5em;
  }

  .field--name-field-publish-date {
    font-size: .813em;
    padding: .375em 1.25em .25em;
    top: -1.5em;
  }

  .flex-wrapper, .flex-row {
    padding: 0 1.5em;
  }

  .view-staff-page .attachment-before .staff-list ul li {
    margin: 0 2% .5em 1%;
  }
  .view-staff-page .attachment-before .staff-list .staff-member-image {
    padding: 0;
  }
  .view-staff-page .attachment-before .staff-list .staff-member-image img {
    max-width: 220px;
  }

  .staff-list ul li {
    display: inline-block;
    margin: 0 2% 2.5em 1%;
    padding: 0 0 1.5em;
    vertical-align: top;
    width: 46%;
  }
  .staff-list ul li:nth-child(2n) {
    margin: 0 1% 1.5em 2%;
  }
  .staff-list .staff-member-image img {
    max-width: 165px;
  }
  .staff-list .staff-member-details {
    padding: 0;
  }

  #contact-message-feedback-form {
    padding: 1em 10% 0;
  }

  .view-photo-galleries .view-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .view-photo-galleries .views-row {
    border: none;
    margin: 0 1% 2em;
    padding: 0;
    width: 46%;
  }
  .view-photo-galleries .views-row .views-field-title {
    padding: 0 1.5em 0 0;
  }
  .view-photo-galleries .views-row .views-field-body {
    padding: 0 1.5em 0 0;
  }

  .accelerator-wrapper .hub {
    margin: 0 0 3em;
    padding: 0 0 1.5em;
  }
  .accelerator-wrapper .hub .hub-logo {
    width: 50%;
  }

  .flex-wrapper.mission-wrapper .order1 {
    padding: 0 2em;
  }

  #block-getinvolvedwiththeinitiative {
    padding: 3em 1em 2em;
  }

  #block-partnerssupporters {
    padding: 3em 1em 2em;
  }
  #block-partnerssupporters .text-formatted img {
    margin: .625em 1.25em;
  }

  #block-wherewework {
    padding: 3em 1em 0;
  }
  #block-wherewework .text-formatted .geographies-wrapper .geography {
    margin: 0 2% 3.5em;
  }

  #block-abouttciblock-2 {
    padding: 3em 8% 2em;
  }
  #block-abouttciblock-2 .text-formatted {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  #block-abouttciblock-2 .text-formatted h2 {
    font-size: 1.75em;
  }
  #block-abouttciblock-2 .text-formatted a {
    margin: 1.5em 0 0;
  }

  /*
  	.node--type-staff {
  	.staff-page-header-block {
  		.staff-header-inner {
  			padding: 4em .625em 10em;
  			.field--name-node-title {
  				h2 {
  					font-size: 2em;
  				}
  			}
  			.field--name-field-staff-title {
  				font-size: 1.375em;
  			}
  			.field--name-field-staff-photo {
  				bottom: -110px;
  				margin-left: -110px;
  				img {
  					max-width: 220px;
  				}
  			}
  		}
  	}
  	.text-formatted {
  		padding: 9em 4em 3em;
  	}
  }
  */
  .node--type-staff .staff-page-header-block .staff-header-inner {
    zoom: 1;
    padding: 2em;
    text-align: left;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .staff-header-left {
    float: left;
    width: 180px;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .staff-header-right {
    margin: 40px 0 0 220px;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .field--name-node-title h2 {
    font-size: 2em;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .field--name-field-staff-title {
    font-size: 1.375em;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .field--name-field-staff-photo {
    bottom: auto;
    left: auto;
    margin-left: 0;
    position: relative;
  }
  .node--type-staff .text-formatted {
    padding: 4em 4em 3em;
  }
}
/* 960+ styles 
  --------------------------------------------------------------------- */
@media all and (min-width: 960px) {
  .blocks-row .block.width-25 {
    float: left;
    margin: 0;
    width: 25%;
  }
  .blocks-row .block.width-33 {
    float: left;
    margin: 0;
    width: 33.33%;
  }
  .blocks-row .block.width-66 {
    float: left;
    margin: 0;
    width: 66.66%;
  }
  .blocks-row .block.width-75 {
    float: left;
    margin: 0;
    width: 75%;
  }

  #block-views-block-news-block-1-2 {
    float: left;
    margin: 0 0 2em;
    padding: 0 1.5em;
    width: 50%;
  }

  #block-views-block-events-block-1-2 {
    float: left;
    margin: 0 0 2em;
    padding: 0 1.5em;
    width: 50%;
  }

  #block-abouttciblock-2 {
    clear: both;
  }

  .flex-wrapper, .flex-row {
    padding: 0;
  }
  .flex-wrapper .flex-item, .flex-row .flex-item {
    padding: 1em;
  }
  .flex-wrapper .flex-item.width-20, .flex-row .flex-item.width-20 {
    flex: 1 1 20%;
  }
  .flex-wrapper .flex-item.width-25, .flex-row .flex-item.width-25 {
    flex: 1 1 25%;
  }
  .flex-wrapper .flex-item.width-33, .flex-row .flex-item.width-33 {
    flex: 1 1 33.3333%;
  }
  .flex-wrapper .flex-item.width-50, .flex-row .flex-item.width-50 {
    flex: 1 1 50%;
  }
  .flex-wrapper .flex-item.order1, .flex-row .flex-item.order1 {
    order: 1;
  }
  .flex-wrapper .flex-item.order2, .flex-row .flex-item.order2 {
    order: 2;
  }
  .flex-wrapper.mission-wrapper, .flex-row.mission-wrapper {
    flex-flow: row;
  }
  .flex-wrapper.mission-wrapper .order1, .flex-row.mission-wrapper .order1 {
    padding: 1em;
  }

  #contact-message-feedback-form {
    padding: 1em 25% 0 0;
  }

  .view-staff-page .attachment-before .staff-list ul li {
    width: 46%;
  }

  .staff-list ul li {
    width: 30%;
  }

  .header-text {
    font-size: 1em;
    padding: 1.875em 2em 1em;
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  .path-contact .region-content {
    zoom: 1;
  }
  .path-contact .region-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .path-contact .region-content #block-contactinformation-2 {
    float: left;
    margin: 0;
    padding: 0 0 0 .25em;
    width: 45%;
  }
  .path-contact .region-content #block-tci-content {
    float: right;
    margin: 0;
    width: 50%;
  }

  #contact-message-feedback-form {
    padding: 0 10% 0 0;
  }

  .accelerator-wrapper .hub {
    zoom: 1;
  }
  .accelerator-wrapper .hub:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .accelerator-wrapper .hub .hub-logo {
    float: left;
    margin: 0;
    text-align: center;
    width: 240px;
  }
  .accelerator-wrapper .hub .hub-details {
    margin: 0 0 0 280px;
  }

  .view-photo-galleries .view-content {
    justify-content: flex-start;
  }
  .view-photo-galleries .views-row {
    flex: 0 0 33%;
    margin: 0 0 4em;
    padding: 0 1em 0 .5em;
    width: auto;
  }

  #block-getinvolvedwiththeinitiative {
    padding: 4em 1em 2.5em;
  }
  #block-getinvolvedwiththeinitiative h2 {
    font-size: 1.5em;
  }

  #block-wherewework {
    padding: 4em 0 2.5em;
  }
  #block-wherewework h2 {
    font-size: 1.5em;
    margin: 0 0 3em;
  }
  #block-wherewework .text-formatted .geographies-wrapper .geography {
    flex: 0 0 21%;
  }

  #block-partnerssupporters {
    padding: 4em 1em 2.5em;
  }
  #block-partnerssupporters h2 {
    font-size: 1.5em;
  }
  #block-partnerssupporters .text-formatted img {
    margin: .625em 1.125em;
  }

  #block-abouttciblock-2 {
    padding: 4em 4% 2.5em;
  }
  #block-abouttciblock-2 .text-formatted h2 {
    font-size: 2em;
  }

  .node--type-staff .staff-page-header-block .staff-header-inner {
    padding: 2em 4em;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .field--name-node-title h2 {
    font-size: 2.5em;
    margin: 0 0 .125em;
  }
}
/* 1200+ styles 
  --------------------------------------------------------------------- */
@media all and (min-width: 1200px) {
  #block-views-block-news-block-1-2 {
    padding: 0 3em 0 2em;
  }

  #block-views-block-events-block-1-2 {
    padding: 0 2em 0 3em;
  }

  .view-news .views-row {
    margin: 0 0 2.5em;
    padding: 0 .875em 2.5em;
  }

  .view-events .views-row {
    margin: 0 0 2.5em;
    padding: 0 .875em 2.5em;
  }

  .header-text {
    font-size: 1.125em;
    padding: 2em 2em 1.5em 2em;
  }

  .accelerator-wrapper .hub {
    font-size: 1em;
    line-height: 1.5em;
  }

  .view-staff-page .attachment-before .staff-list ul li {
    padding: 0 4% .5em;
  }

  .staff-list ul li {
    padding: 0 2% 1.5em;
  }

  #block-abouttciblock-2 .text-formatted {
    font-size: 1.5em;
  }
  #block-abouttciblock-2 .text-formatted h2 {
    font-size: 1.75em;
  }
  #block-abouttciblock-2 .text-formatted a {
    font-size: .875em;
  }

  .node--type-staff .staff-page-header-block .staff-header-inner {
    padding: 2.5em 4em 2em;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .staff-header-left {
    width: 220px;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .staff-header-right {
    margin: 60px 0 0 275px;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .field--name-field-staff-photo img {
    max-width: 220px;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .field--name-node-title h2 {
    font-size: 2.75em;
  }
  .node--type-staff .staff-page-header-block .staff-header-inner .field--name-field-staff-title {
    font-size: 1.5em;
  }
}
@media all and (min-width: 1440px) {
  #block-views-block-news-block-1-2 {
    padding: 0 5em 0 1em;
  }

  #block-views-block-events-block-1-2 {
    padding: 0 1em 0 5em;
  }

  #block-abouttciblock-2 {
    padding: 5.5em 4% 3em;
  }

  .view-news .views-row .views-field-title {
    font-size: 1.375em;
    margin: 0 0 .75em;
  }
  .view-news .views-row .views-field-body {
    font-size: 1.125em;
    line-height: 1.5em;
  }

  .view-events .views-row .views-field-title, .view-events .views-row h2 {
    font-size: 1.375em;
  }
  .view-events .views-row .field--type-datetime {
    font-size: .938em;
  }
  .view-events .views-row .views-field-body, .view-events .views-row .field--name-body {
    font-size: 1.125em;
    line-height: 1.5em;
  }

  .node--type-event .field--type-datetime {
    font-size: .938em;
  }

  .header-text {
    font-size: 1.125em;
    padding: 2em 2em 1.5em 2em;
  }
  .header-text h3 {
    font-size: 1.75em;
  }
  .header-text p {
    line-height: 1.5em;
  }

  .accelerator-wrapper .hub .hub-logo {
    width: 360px;
  }
  .accelerator-wrapper .hub .hub-details {
    margin: 0 0 0 400px;
  }

  #block-partnerssupporters {
    padding: 6em 1em 4.5em;
  }

  #block-getinvolvedwiththeinitiative {
    padding: 6em 1em 4.5em;
  }
}
form {
  zoom: 1;
  margin: 0 0 1.5em;
}
form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form.no-margin, form.no-margins {
  margin: 0;
}

fieldset {
  background: #f1f1f1;
  border: 1px solid #d7d7d7;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

label {
  font-weight: 500;
  margin-bottom: 0.375em;
}
label.required:after {
  color: #e73d30;
  content: "*";
  font-size: 1.25em;
}
label abbr {
  display: none;
}
label.hide-label {
  display: none;
}

input,
label,
select {
  display: block;
  font-family: "Roboto", helvetica, arial, verdana, sans-serif;
  font-size: 1em;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-color: #FFFFFF;
  border-radius: em(3);
  border: 1px solid #898989;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Roboto", helvetica, arial, verdana, sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin: 0 0 0.625em;
  padding: 0.5em;
  resize: vertical;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover {
  border-color: #666;
}
textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus {
  border-color: #666;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  width: 100%;
}

select {
  width: 100%;
  margin-bottom: 1.5em;
}

.form-actions {
  zoom: 1;
}
.form-actions:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-actions.left-justify button, .form-actions.left-justify input[type="submit"] {
  float: left;
  margin: 0 1em 0 0;
}

button, input[type="submit"] {
  border: 1px solid #0c6eb1;
  border-radius: 6px;
  background: #0c6eb1;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  margin: 0 0 0 1em;
  padding: 0.5em 1em;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, input[type="submit"]:hover {
  background: #0b629e;
}
button.left-justify, input[type="submit"].left-justify {
  float: left;
  margin: 0 1em 0 0;
}

.form-element {
  zoom: 1;
  margin: 0 0 .875em;
}
.form-element:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-element input[type="radio"], .form-element input[type="checkbox"] {
  margin: 0 .25em 0 .5em;
}
.form-element select, .form-element input[type="text"], .form-element textarea {
  margin: 0;
  width: 100%;
}
.form-element .inline-block {
  margin: 0 0 .875em;
}
.form-element .inline-block:last-child {
  margin: 0;
}

.form-signin {
  margin: 0;
}

#ic_signupform .elcontainer {
  max-width: 1440px !important;
  margin: 0 !important;
}

.flex-form-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-form-row .form-item {
  flex: 0 0 100%;
  margin: 0 0 1em;
}
.flex-form-row .form-item input {
  margin: 0;
}
.flex-form-row .form-item.checkbox label {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
}
.flex-form-row .form-item.checkbox input[type="checkbox"],
.flex-form-row .form-item.checkbox input[type="radio"] {
  display: inline-block;
  margin: 0 .375em 0 0;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  select {
    width: auto;
  }

  .form-element {
    zoom: 1;
    margin: 0 0 1.5em;
  }
  .form-element:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .form-element select, .form-element input[type="text"], .form-element textarea {
    margin: 0;
  }

  .flex-form-row .form-item.width-20 {
    flex: 0 0 18.5%;
  }
  .flex-form-row .form-item.width-25 {
    flex: 0 0 23.5%;
  }
  .flex-form-row .form-item.width-33 {
    flex: 0 0 32%;
  }
  .flex-form-row .form-item.width-50 {
    flex: 0 0 49%;
  }
  .flex-form-row .form-item.width-66 {
    flex: 0 0 65%;
  }
  .flex-form-row .form-item.width-75 {
    flex: 0 0 73.5%;
  }
  .flex-form-row .form-item.width-80 {
    flex: 0 0 78.5%;
  }
}
@media all and (min-width: 1024px) {
  .flex-form-row .form-item {
    margin: 0 0 1.5em;
  }
  .flex-form-row .form-item.checkbox {
    margin: .5em 0;
  }
}
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
table thead tr:hover {
  box-shadow: none;
}
table th {
  background-color: #28292b;
  border: 1px solid #28292b;
  color: #FFFFFF;
  font-weight: 500;
  padding: .5em 1em;
  text-align: left;
}
table td {
  border: 1px solid #28292b;
  font-size: .875em;
  padding: .5em 1em;
}
table td .button.small {
  float: none;
  line-height: 1.375em;
  padding: .125em 1em;
}
table td input[type="submit"] {
  float: none;
  margin: 0;
}
table td form {
  margin: 0;
}
table td form input[type="submit"] {
  margin: 0;
}
table tr, table td, table th {
  vertical-align: middle;
}
table tr.nowrap, table td.nowrap, table th.nowrap {
  white-space: nowrap;
  width: 1px;
}
table tr.align-center, table td.align-center, table th.align-center {
  text-align: center;
}
table tr.align-right, table td.align-right, table th.align-right {
  text-align: right;
}
table tr {
  background-color: #f8f8f8;
}
table tr:hover {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 8px 0 rgba(149, 37, 139, 0.5);
  box-shadow: 0 0 8px 0 rgba(149, 37, 139, 0.5);
}
table tr:nth-child(2n) {
  background-color: #d7d7d7;
}
table tr:nth-child(2n):hover {
  background-color: #FFFFFF;
}

.items {
  display: table;
  width: 100%;
}
.items .item {
  display: table-row;
}
.items .item div {
  border-bottom: 1px solid #000;
  display: table-cell;
  padding: .5em;
  width: 25%;
}

.table-tabs button {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  background: #65686d;
  border-color: #4f5155;
  float: none;
  font-size: 1em;
  padding: .375em .875em .25em;
}
.table-tabs button.active {
  background: #28292b;
  border-color: #28292b;
}

@media screen and (max-width: 980px) {
  table {
    border: none;
  }
  table thead {
    display: none;
  }
  table tr {
    border-bottom: 2px solid #28292b;
    display: block;
    margin: 0 0 1.5em;
  }
  table td {
    border-bottom: 0;
    display: block;
    font-size: .875em;
    min-height: 2.5em;
    text-align: right;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  table td.nowrap {
    white-space: inherit;
    width: 100%;
  }
  table td.align-center {
    text-align: right;
  }
  table td .button, table td .btn {
    width: auto;
  }
}
ul, ol {
  margin: 0 0 1.5em;
  padding-left: 2em;
}
ul li, ol li {
  margin: 0 0 .25em;
}
ul ul, ul ol, ol ul, ol ol {
  font-size: .938em;
  margin: 0 0 0.375em;
}

ol {
  list-style-type: decimal;
}

dl {
  line-height: 1.5em;
  margin-bottom: 3em;
}
dl dt {
  font-weight: bold;
  margin-top: 1.5em;
}
dl dd {
  margin: 0;
}

button, .button, .btn, a.button, a.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #0c6eb1;
  border: 1px solid #0c6eb1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Roboto", helvetica, arial, verdana, sans-serif;
  font-size: 1.125em;
  margin: 0 0 1em;
  padding: .638em 1.5em;
  text-align: center;
  width: 100%;
}
button:hover, .button:hover, .btn:hover, a.button:hover, a.btn:hover {
  background: #0b629e;
  text-decoration: none;
  transition: background-color 0s ease 0s, border-color 0s ease 0s, color 0s ease 0s, all 0.3s ease-in-out 0s;
}
button.small, .button.small, .btn.small, a.button.small, a.btn.small {
  font-size: .875em;
  padding: .375em 1em;
}
button.small.icon-left, .button.small.icon-left, .btn.small.icon-left, a.button.small.icon-left, a.btn.small.icon-left {
  padding: .375em 1em .375em .75em;
}
button.small.icon-right, .button.small.icon-right, .btn.small.icon-right, a.button.small.icon-right, a.btn.small.icon-right {
  padding: .375em .75em .375em 1em;
}
button.gray, button.bkgd-gray, .button.gray, .button.bkgd-gray, .btn.gray, .btn.bkgd-gray, a.button.gray, a.button.bkgd-gray, a.btn.gray, a.btn.bkgd-gray {
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  color: #000;
}
button.gray:hover, button.bkgd-gray:hover, .button.gray:hover, .button.bkgd-gray:hover, .btn.gray:hover, .btn.bkgd-gray:hover, a.button.gray:hover, a.button.bkgd-gray:hover, a.btn.gray:hover, a.btn.bkgd-gray:hover {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
button.white, button.bkgd-white, .button.white, .button.bkgd-white, .btn.white, .btn.bkgd-white, a.button.white, a.button.bkgd-white, a.btn.white, a.btn.bkgd-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
button.white:hover, button.bkgd-white:hover, .button.white:hover, .button.bkgd-white:hover, .btn.white:hover, .btn.bkgd-white:hover, a.button.white:hover, a.button.bkgd-white:hover, a.btn.white:hover, a.btn.bkgd-white:hover {
  background-color: transparent;
  color: #FFFFFF;
}
button.black, button.bkgd-black, .button.black, .button.bkgd-black, .btn.black, .btn.bkgd-black, a.button.black, a.button.bkgd-black, a.btn.black, a.btn.bkgd-black {
  background-color: #000;
  border: 1px solid #000;
}
button.black:hover, button.bkgd-black:hover, .button.black:hover, .button.bkgd-black:hover, .btn.black:hover, .btn.bkgd-black:hover, a.button.black:hover, a.button.bkgd-black:hover, a.btn.black:hover, a.btn.bkgd-black:hover {
  background-color: transparent;
  color: #000;
}
button.translucent, .button.translucent, .btn.translucent, a.button.translucent, a.btn.translucent {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
}
button.translucent:hover, .button.translucent:hover, .btn.translucent:hover, a.button.translucent:hover, a.btn.translucent:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
button.transparent, .button.transparent, .btn.transparent, a.button.transparent, a.btn.transparent {
  background-color: transparent;
}
button.transparent:hover, .button.transparent:hover, .btn.transparent:hover, a.button.transparent:hover, a.btn.transparent:hover {
  background-color: transparent;
}
button.no-border, .button.no-border, .btn.no-border, a.button.no-border, a.btn.no-border {
  border: none;
}
button.border-white, .button.border-white, .btn.border-white, a.button.border-white, a.btn.border-white {
  border: 1px solid #FFFFFF;
}
button.border-white:hover, .button.border-white:hover, .btn.border-white:hover, a.button.border-white:hover, a.btn.border-white:hover {
  background: #FFFFFF;
  color: #00AEEF;
}
button.border-black, .button.border-black, .btn.border-black, a.button.border-black, a.btn.border-black {
  border: 1px solid #000;
}
button.border-blue, .button.border-blue, .btn.border-blue, a.button.border-blue, a.btn.border-blue {
  border: 1px solid #0c6eb1;
}
button.border-blue:hover, .button.border-blue:hover, .btn.border-blue:hover, a.button.border-blue:hover, a.btn.border-blue:hover {
  background-color: #0c6eb1;
  color: #FFFFFF;
}
button.border-gray, .button.border-gray, .btn.border-gray, a.button.border-gray, a.btn.border-gray {
  border: 1px solid #898989;
}
button.border-gray:hover, .button.border-gray:hover, .btn.border-gray:hover, a.button.border-gray:hover, a.btn.border-gray:hover {
  background-color: #898989;
  color: #FFFFFF;
}
button.text-white, .button.text-white, .btn.text-white, a.button.text-white, a.btn.text-white {
  color: #FFFFFF;
}
button.text-black, .button.text-black, .btn.text-black, a.button.text-black, a.btn.text-black {
  color: #000;
}
button.text-blue, .button.text-blue, .btn.text-blue, a.button.text-blue, a.btn.text-blue {
  color: #0c6eb1;
}
button.text-gray, .button.text-gray, .btn.text-gray, a.button.text-gray, a.btn.text-gray {
  color: #898989;
}
button.text-dark-gray, .button.text-dark-gray, .btn.text-dark-gray, a.button.text-dark-gray, a.btn.text-dark-gray {
  color: #666;
}
button.rounded, .button.rounded, .btn.rounded, a.button.rounded, a.btn.rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: .5em 1.375em;
}
button.rounded .fa, .button.rounded .fa, .btn.rounded .fa, a.button.rounded .fa, a.btn.rounded .fa {
  font-size: 1.25em;
  vertical-align: inherit;
}
button.icon-left, .button.icon-left, .btn.icon-left, a.button.icon-left, a.btn.icon-left {
  padding-left: 1em;
}
button.icon-left .fa, .button.icon-left .fa, .btn.icon-left .fa, a.button.icon-left .fa, a.btn.icon-left .fa {
  margin: 0 .5em 0 .125em;
}
button.icon-right, .button.icon-right, .btn.icon-right, a.button.icon-right, a.btn.icon-right {
  padding-right: 1em;
}
button.icon-right .fa, .button.icon-right .fa, .btn.icon-right .fa, a.button.icon-right .fa, a.btn.icon-right .fa {
  margin: 0 .125em 0 .5em;
}
button .fa, .button .fa, .btn .fa, a.button .fa, a.btn .fa {
  font-size: 1.5em;
  margin: 0 .25em;
  vertical-align: sub;
}
button.arrow-left, .button.arrow-left, .btn.arrow-left, a.button.arrow-left, a.btn.arrow-left {
  background-image: url("/img/btn-arrow-left.png");
  background-repeat: no-repeat;
  background-size: auto;
}
button.arrow-right, .button.arrow-right, .btn.arrow-right, a.button.arrow-right, a.btn.arrow-right {
  background-image: url("/img/btn-arrow-right.png");
  background-repeat: no-repeat;
  background-size: auto;
}

@media all and (min-width: 768px) {
  button, .button, .btn, a.button, a.btn {
    margin: 0;
    width: auto;
  }
}
#accordion p {
  font-size: 12px;
  color: #666;
}
#accordion .ui-state-default {
  background: #efefef;
  border: 1px solid #4b90cd;
  color: #666;
}
#accordion .ui-state-hover {
  color: #aaa;
  background: #efefef;
}

#colorbox .region-colorbox {
  padding: 2.5em 1.5em 1em;
}
#colorbox .region-colorbox .region-title {
  color: #000;
  margin: 0 0 .5em;
}

#cboxLoadedContent {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

#cboxClose {
  background-image: url("../img/close-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  height: 25px;
  right: 1.5em;
  top: 1.25em;
  width: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #cboxClose {
    background-image: url("../img/close-btn@2x.png");
    background-size: 25px 25px;
  }
}

@media all and (min-width: 768px) {
  #colorbox .region-colorbox {
    padding: 3em 3.5em 1em;
  }
}
#bogus {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

a.skip-main {
  height: 1px;
  left: -999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: -999;
}

.media-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: both;
  float: none !important;
  margin: 0 !important;
}

.media-embed iframe,
.media-embed object,
.media-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.validation-errors {
  background: #fcd9db;
  border: #f7abae 1px solid;
  font-size: .875em;
  padding: .5em;
}
.validation-errors ul {
  zoom: 1;
  margin: 0;
}
.validation-errors ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.message {
  background: #b4dbbd;
  border: #92ca9f 1px solid;
  font-size: .875em;
  margin: 0 0 1.5em;
  padding: .5em;
}

#utility {
  background: #0b244c;
  color: #FFFFFF;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
#utility #utility-inner {
  background: transparent;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0;
}
#utility #utility-inner .utility-nav {
  float: right;
}
#utility #utility-inner .utility-nav ul {
  margin: 0;
  padding: 0;
}
#utility #utility-inner .utility-nav ul li {
  color: #FFFFFF;
  display: inline-block;
  font-size: .75em;
  list-style: none;
  margin: 0 0 0 -4px;
  padding: 0;
  position: relative;
  vertical-align: top;
}
#utility #utility-inner .utility-nav ul li:after {
  border-right: 1px solid #FFFFFF;
  content: "";
  display: block;
  height: 14px;
  margin: -7px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
#utility #utility-inner .utility-nav ul li:first-child {
  margin: 0;
}
#utility #utility-inner .utility-nav ul li:last-child:after {
  border: none;
  content: none;
  display: none;
  height: auto;
  margin: auto;
  position: inherit;
  right: auto;
  width: auto;
}
#utility #utility-inner .utility-nav ul li a {
  color: #FFFFFF;
  display: block;
  line-height: 1.5em;
  padding: .125em 1em;
}
#utility #utility-inner .utility-nav ul li a:hover {
  color: #FFFFFF;
}

@media all and (min-width: 768px) {
  #utility {
    display: block;
  }
}
#header {
  background: #d7d7d7;
  color: #000;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#header #header-inner {
  zoom: 1;
  background: transparent;
  margin: 0;
  padding: 0;
  position: relative;
}
#header #header-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header #header-inner .region-header {
  margin: 0 auto;
  max-width: 1440px;
}
#header #header-inner .block-system-branding-block {
  display: inline-block;
  margin: .5em 0 .5em .625em;
  vertical-align: top;
}
#header #header-inner .block-system-branding-block .site-logo {
  color: #000;
  display: inline-block;
  margin: 0 .5em 0 0;
}
#header #header-inner .block-system-branding-block .site-logo img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
#header #header-inner .block-system-branding-block .site-logo:hover {
  text-decoration: none;
}
#header #header-inner .block-system-branding-block .site-name {
  color: #000;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 500;
  vertical-align: middle;
}
#header #header-inner .block-system-branding-block .site-name a {
  color: #000;
}
#header #header-inner .block-system-branding-block .site-name a:hover {
  color: #28292b;
}

@media all and (min-width: 768px) {
  #header #header-inner .block-system-branding-block {
    margin: .875em 0 .875em .875em;
  }
  #header #header-inner .block-system-branding-block .site-logo img {
    width: auto;
  }
  #header #header-inner .block-system-branding-block .site-name {
    font-size: 2em;
  }
}
@media all and (min-width: 1200px) {
  #header #header-inner .block-system-branding-block .site-name {
    font-size: 3em;
  }
}
#banner {
  zoom: 1;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#banner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#banner #banner-inner {
  background: transparent;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  margin: 0;
  overflow: hidden;
}
.flexslider .views-field-field-hero-image {
  position: relative;
}
.flexslider .flex-caption {
  color: #FFFFFF;
  font-size: .875em;
  padding: 1em 1.5em 2em;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.flexslider .flex-caption h2 {
  border: none;
  color: #FFFFFF;
  font-size: 7vw;
  font-weight: 600;
  line-height: 9vw;
  padding: 0 0 .75em;
  position: relative;
  text-align: center;
}
.flexslider .flex-caption h2:after {
  background: #fbe24f;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.flex-direction-nav {
  display: none;
}

.flex-control-nav {
  bottom: .5em;
  z-index: 490;
}

.flex-control-paging li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 14px;
}
.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.75);
}
.flex-control-paging li a.flex-active {
  background: #e73d30;
}

@media all and (min-width: 480px) {
  .flexslider .flex-caption {
    font-size: inherit;
    padding: 1.5em 2em 2.5em;
  }
  .flexslider .flex-caption h2 {
    margin: 0 0 .75em;
  }
}
@media all and (min-width: 768px) {
  .flexslider .flex-caption {
    left: 1%;
    padding: 1em 0 1em .5em;
    position: absolute;
    text-align: left;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
    top: 25%;
    width: 49%;
  }
  .flexslider .flex-caption h2 {
    font-size: 5.5vw;
    line-height: 6vw;
    margin: 0 0 .5em;
    text-align: left;
  }
  .flexslider .flex-caption h2:after {
    height: 10px;
  }
  .flexslider .flex-caption p {
    font-size: 1.25em;
  }

  .flex-control-nav {
    left: 3%;
    text-align: left;
  }
  .flex-control-nav li a {
    height: 16px;
    width: 16px;
  }
}
@media all and (min-width: 1024px) {
  .flexslider .flex-caption-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-width: 1440px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .flexslider .flex-caption {
    background: transparent;
    padding: 0;
    top: 25%;
    width: 50%;
  }
  .flexslider .flex-caption h2 {
    padding: 0;
  }
  .flexslider .flex-caption h2:after {
    display: none;
  }
  .flexslider .flex-caption p {
    line-height: 1.375em;
    padding: 2em 0 0;
    position: relative;
  }
  .flexslider .flex-caption p:before {
    background: #fbe24f;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .flex-control-nav {
    left: 1%;
  }
}
@media all and (min-width: 1200px) {
  .flexslider .flex-caption {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
  }
  .flexslider .flex-caption h2 {
    font-size: 4em;
    line-height: 1.25em;
    margin: 0 0 .5em;
  }
  .flexslider .flex-caption p {
    font-size: 1.5em;
    padding: 1.5em 0 0;
  }
}
@media all and (min-width: 1440px) {
  .flexslider .flex-caption {
    top: 280px;
    width: 680px;
  }
  .flexslider .flex-caption p {
    font-size: 1.875em;
  }

  .flex-control-nav {
    left: 50%;
    margin: 0 0 0 -720px;
    padding: 0 0 0 1em;
    width: 1440px;
  }
}
.sf-accordion-toggle {
  position: absolute;
  right: 1.5em;
  top: -3em;
  z-index: 999;
}
.sf-accordion-toggle a {
  display: block;
  position: relative;
}
.sf-accordion-toggle a:before {
  content: "\f0c9";
  cursor: pointer;
  display: block;
  font-family: 'FontAwesome';
  font-size: 2.25em;
  height: 30px;
  width: 30px;
}
.sf-accordion-toggle a:hover {
  text-decoration: none;
}
.sf-accordion-toggle a span {
  display: none;
}

.region-primary-menu {
  background: #666;
}

.navigation, .block-menu, .block-superfish {
  background: transparent;
  margin: 0 auto;
  max-width: 1440px;
}
.navigation ul.menu, .block-menu ul.menu, .block-superfish ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation ul.menu li, .block-menu ul.menu li, .block-superfish ul.menu li {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
.navigation ul.menu li a, .navigation ul.menu li span.nolink, .navigation ul.menu li span.menuparent, .navigation ul.menu li span.is-active, .block-menu ul.menu li a, .block-menu ul.menu li span.nolink, .block-menu ul.menu li span.menuparent, .block-menu ul.menu li span.is-active, .block-superfish ul.menu li a, .block-superfish ul.menu li span.nolink, .block-superfish ul.menu li span.menuparent, .block-superfish ul.menu li span.is-active {
  background: transparent;
  color: #FFFFFF;
  display: block;
  font-size: 1em;
  font-weight: 700;
  padding: 1em 1.5em;
  position: relative;
  text-transform: uppercase;
}
.navigation ul.menu li a:hover, .navigation ul.menu li span.nolink:hover, .navigation ul.menu li span.menuparent:hover, .navigation ul.menu li span.is-active:hover, .block-menu ul.menu li a:hover, .block-menu ul.menu li span.nolink:hover, .block-menu ul.menu li span.menuparent:hover, .block-menu ul.menu li span.is-active:hover, .block-superfish ul.menu li a:hover, .block-superfish ul.menu li span.nolink:hover, .block-superfish ul.menu li span.menuparent:hover, .block-superfish ul.menu li span.is-active:hover {
  background: #28292b;
  color: #FFFFFF;
  text-decoration: none;
}
.navigation ul.menu li a.is-active, .navigation ul.menu li span.nolink.is-active, .navigation ul.menu li span.menuparent.is-active, .navigation ul.menu li span.is-active.is-active, .block-menu ul.menu li a.is-active, .block-menu ul.menu li span.nolink.is-active, .block-menu ul.menu li span.menuparent.is-active, .block-menu ul.menu li span.is-active.is-active, .block-superfish ul.menu li a.is-active, .block-superfish ul.menu li span.nolink.is-active, .block-superfish ul.menu li span.menuparent.is-active, .block-superfish ul.menu li span.is-active.is-active {
  background: transparent;
  color: #FFFFFF;
}
.navigation ul.menu li:hover a, .navigation ul.menu li:hover span.menuparent, .block-menu ul.menu li:hover a, .block-menu ul.menu li:hover span.menuparent, .block-superfish ul.menu li:hover a, .block-superfish ul.menu li:hover span.menuparent {
  background: #28292b;
  color: #FFFFFF;
}
.navigation ul.menu li:hover ul, .block-menu ul.menu li:hover ul, .block-superfish ul.menu li:hover ul {
  top: 2.75em;
}
.navigation ul.menu li:hover ul li a, .block-menu ul.menu li:hover ul li a, .block-superfish ul.menu li:hover ul li a {
  background: transparent;
  color: #FFFFFF;
  font-size: 1em;
  text-transform: none;
}
.navigation ul.menu li:hover ul li a:hover, .block-menu ul.menu li:hover ul li a:hover, .block-superfish ul.menu li:hover ul li a:hover {
  background: #0c6eb1;
  color: #FFFFFF;
}
.navigation ul.menu ul, .block-menu ul.menu ul, .block-superfish ul.menu ul {
  background: #273372;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 12em !important;
}
.navigation ul.menu ul a, .block-menu ul.menu ul a, .block-superfish ul.menu ul a {
  background: transparent;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.375em;
  text-transform: none;
}
.navigation ul.menu ul a:hover, .block-menu ul.menu ul a:hover, .block-superfish ul.menu ul a:hover {
  background: #0c6eb1;
  color: #FFFFFF;
}
.navigation ul.menu.sf-accordion, .block-menu ul.menu.sf-accordion, .block-superfish ul.menu.sf-accordion {
  background: #0b244c;
  float: right;
  max-width: 375px;
  position: absolute !important;
  right: 0;
}
.navigation ul.menu.sf-accordion a, .navigation ul.menu.sf-accordion span.nolink, .navigation ul.menu.sf-accordion span.menuparent, .block-menu ul.menu.sf-accordion a, .block-menu ul.menu.sf-accordion span.nolink, .block-menu ul.menu.sf-accordion span.menuparent, .block-superfish ul.menu.sf-accordion a, .block-superfish ul.menu.sf-accordion span.nolink, .block-superfish ul.menu.sf-accordion span.menuparent {
  background: transparent;
  color: #FFFFFF;
  font-size: 1.125em;
  font-weight: 700;
  padding: 1.25em 1.5em;
  text-transform: none;
}
.navigation ul.menu.sf-accordion a:hover, .navigation ul.menu.sf-accordion span.nolink:hover, .navigation ul.menu.sf-accordion span.menuparent:hover, .block-menu ul.menu.sf-accordion a:hover, .block-menu ul.menu.sf-accordion span.nolink:hover, .block-menu ul.menu.sf-accordion span.menuparent:hover, .block-superfish ul.menu.sf-accordion a:hover, .block-superfish ul.menu.sf-accordion span.nolink:hover, .block-superfish ul.menu.sf-accordion span.menuparent:hover {
  background: #0c6eb1;
  color: #FFFFFF;
  text-decoration: none;
}
.navigation ul.menu.sf-accordion a.is-active, .navigation ul.menu.sf-accordion span.nolink.is-active, .navigation ul.menu.sf-accordion span.menuparent.is-active, .block-menu ul.menu.sf-accordion a.is-active, .block-menu ul.menu.sf-accordion span.nolink.is-active, .block-menu ul.menu.sf-accordion span.menuparent.is-active, .block-superfish ul.menu.sf-accordion a.is-active, .block-superfish ul.menu.sf-accordion span.nolink.is-active, .block-superfish ul.menu.sf-accordion span.menuparent.is-active {
  background: #273372;
  color: #f8f8f8;
}
.navigation ul.menu.sf-accordion ul, .block-menu ul.menu.sf-accordion ul, .block-superfish ul.menu.sf-accordion ul {
  background: transparent;
  box-shadow: none;
  width: 100% !important;
}
.navigation ul.menu.sf-accordion ul a, .block-menu ul.menu.sf-accordion ul a, .block-superfish ul.menu.sf-accordion ul a {
  font-size: 0.938em;
  font-weight: 300;
  padding: 1em 1em 1em 2em;
}

@media all and (min-width: 1024px) {
  #mobile-header {
    display: none;
  }
}
#main {
  background: #FFFFFF;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
}
#main #content-header {
  background: transparent;
}
#main #content-header .content-header-inner {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 1440px;
  padding: .625em;
  position: relative;
}
#main #content-header .content-header-inner h1.title {
  font-size: 1.375em;
  margin: 0;
}
#main #content-header #banner img {
  width: 100%;
}
#main #content-header #breadcrumb {
  margin-left: 10px;
  margin-top: 0.75em;
  color: #898989;
  font-size: 0.85em;
}
#main #content-header #breadcrumb a {
  color: #898989;
}
#main #main-inner {
  zoom: 1;
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 1440px;
  padding: .625em;
}
#main #main-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main #main-inner .layout-content .region-content {
  zoom: 1;
}
#main #main-inner .layout-content .region-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main #main-inner #content-area {
  padding: .625em;
  position: relative;
}
#main #main-inner #sidebar #sidebar-inner ul.sidebar-menu {
  font-size: .875em;
  margin: 0 0 1.5em;
  padding: 0;
}
#main #main-inner #sidebar #sidebar-inner ul.sidebar-menu li {
  list-style: none;
  list-style-type: none;
  margin: 0;
}
#main #main-inner #sidebar #sidebar-inner ul.sidebar-menu li a {
  border-bottom: 1px solid #aeaeae;
  display: block;
  padding: .5em;
}
#main #main-inner #sidebar #sidebar-inner ul.sidebar-menu li a .fa, #main #main-inner #sidebar #sidebar-inner ul.sidebar-menu li a i {
  margin: 0 1em 0 0;
}
#main #main-inner #sidebar #sidebar-inner ul.sidebar-menu li a:hover {
  background: gainsboro none no-repeat scroll 0 0;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  #main #content-header .content-header-inner h1.title {
    font-size: 2.5em;
  }
  #main #main-inner {
    padding: .625em 2.5em 1.5em;
  }
  #main #main-inner #sidebar {
    float: left;
    margin: 0 2% 1.5em 0;
    width: 18%;
  }
  #main #main-inner #content.sidebar {
    float: right;
    width: 80%;
  }
  #main #main-inner #content.sidebar #content-area {
    padding: 0 0 2em 1em;
  }
  #main #main-inner #content #content-area {
    position: relative;
  }
}
@media all and (min-width: 960px) {
  #main #content-header .content-header-inner h1.title {
    font-size: 2.5em;
  }
  #main #main-inner {
    padding: .625em 1.5em 1.5em;
  }
  #main #main-inner #sidebar #sidebar-inner ul.sidebar-menu {
    font-size: 1em;
  }
}
@media all and (min-width: 1200px) {
  #main #content-header {
    margin: 2em 0 0;
  }
  #main #content-header .content-header-inner {
    padding: 0 1em;
  }
  #main #content-header .content-header-inner h1.title {
    font-size: 3em;
  }
  #main #main-inner {
    padding: 1em 1em 1.5em;
  }
}
@media all and (min-width: 1450px) {
  #main #main-inner #content.sidebar {
    width: 78%;
  }
  #main #main-inner #sidebar {
    width: 20%;
  }
}
#superfooter {
  background: #666;
}
#superfooter #superfooter-inner {
  background: transparent;
  color: #28292b;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

#footer {
  background: transparent;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#footer #footer-inner {
  zoom: 1;
  background: transparent;
  margin: auto;
  max-width: 1440px;
  overflow: hidden;
  padding: 2em 1em 1em;
  text-align: center;
}
#footer #footer-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer #footer-inner .block .field {
  color: #FFFFFF;
}
#footer #footer-inner .block .field a {
  color: #FFFFFF;
}

@media all and (min-width: 960px) {
  #footer #footer-inner {
    padding: 2em .625em 1em;
  }
}
