/*!
 Theme Name: TCCA
 Author: Peacock Carter Ltd
 Author URI: http://www.peacockcarter.com/
 Template: bootstrap
 Version: 1.0
 Text Domain: tcca
*/
body {
  max-width: 2200px;
  margin: 0 auto; }

html {
  scroll-behavior: smooth; }

body {
  background: #007dc3;
  color: #fff;
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 135%;
  line-height: 1.5em;
  padding: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-default, .header-contact {
  letter-spacing: 1px; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #007dc3; }

h1,
.h1 {
  color: #007dc3;
  font-size: 150%;
  font-weight: normal;
  margin: 0;
  padding: 0 0 40px 0;
  text-align: center; }

h2,
.subhead {
  color: #007dc3;
  display: block;
  font-size: 125%;
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
  text-align: center; }

h2 a {
  color: #111;
  text-decoration: none; }
  h2 a:active, h2 a:focus, h2 a:hover {
    text-decoration: underline; }

.post_content h2,
.block h2 {
  margin: 30px 0 0 0;
  padding: 20px 0; }

h3 {
  color: #333;
  font-size: 100%;
  font-weight: 700;
  line-height: 125%; }

article {
  padding: 0 0 40px 0; }
  article header {
    border-bottom: 1px #ccc solid;
    color: #007dc3;
    padding: 30px 0;
    margin-bottom: 40px; }
    article header h1,
    article header .h1 {
      color: #007dc3;
      margin: 0;
      padding: 0; }
      article header h1 small,
      article header .h1 small {
        color: #007dc3;
        display: block; }
      article header h1 a,
      article header .h1 a {
        color: #007dc3; }
    article header .date {
      margin: 0; }
  article footer {
    border-top: 1px #eee solid;
    clear: both;
    margin-top: 20px;
    padding: 40px 0; }

p.lead {
  font-size: 100%;
  font-weight: normal; }

img {
  max-width: 100%; }

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #111;
  font-weight: 700;
  text-decoration: underline; }

a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #111;
  text-decoration: none; }

abbr[title], abbr[data-original-title] {
  border-color: #000; }

.post_content ul {
  overflow: hidden; }

.btn {
  background: #007dc3;
  color: #fff;
  display: inline-block;
  clear: both;
  float: right;
  margin: 20px auto;
  padding: 5px 20px;
  text-decoration: none;
  width: auto; }
  .btn:active, .btn:focus, .btn:hover {
    background-color: #006daa;
    color: #fff; }

.post_content {
  color: #4d4d4d;
  line-height: 150%; }
  .post_content p.lead {
    color: #007dc3;
    font-size: 125%;
    line-height: 145%; }
  .post_content img,
  .post_content li,
  .post_content table,
  .post_content ul,
  .post_content ol,
  .post_content p {
    margin-bottom: 1em; }
    .post_content img ol,
    .post_content img ul,
    .post_content li ol,
    .post_content li ul,
    .post_content table ol,
    .post_content table ul,
    .post_content ul ol,
    .post_content ul ul,
    .post_content ol ol,
    .post_content ol ul,
    .post_content p ol,
    .post_content p ul {
      margin-bottom: 0; }
  .post_content a {
    color: #007dc3; }
  .post_content ul.articles p:first-of-type,
  .post_content ul.articles p.lead {
    color: #111;
    font-size: 100%;
    line-height: 125%; }

blockquote {
  border-left: 20px #007dc3 solid;
  color: #4d4d4d;
  font-style: italic;
  font-size: 20px;
  padding: 20px; }

code {
  background: #efefef;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #111; }

input, button, select, textarea {
  background: #efefef;
  border: none;
  font-size: 14px;
  margin-bottom: 1em;
  padding: 20px;
  width: 100%; }

input[type="radio"],
input[type="checkbox"] {
  width: auto; }

#loginform {
  border: 1px #ccc solid;
  padding: 40px 20px; }
  #loginform input[type="submit"] {
    clear: both;
    float: none; }

label {
  display: block;
  font-weight: normal; }

input[type="submit"],
.wpcf7-submit {
  background: #007dc3;
  color: #fff;
  float: right;
  margin-right: 15px;
  padding: 15px 40px;
  text-transform: uppercase;
  width: auto; }

.wpcf7-response-output {
  clear: both; }

footer {
  clear: both; }

iframe, iframe[height], iframe[width] {
  height: auto;
  min-height: 350px;
  width: 100%;
  max-width: 100%;
  z-index: 999 !important; }

img {
  color: #111; }

#main .row {
  padding: 40px 0; }

legend {
  border: none;
  color: #007dc3;
  font-size: 100%; }

small {
  color: #777; }

.date,
time {
  color: #484848;
  display: block;
  font-style: italic;
  font-size: 100%;
  line-height: 100%;
  margin-bottom: 1em; }

.topics,
.pager {
  clear: both;
  font-size: 75%;
  letter-spacing: 1px;
  margin: 40px 0; }
  .topics ul,
  .pager ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .topics li,
  .pager li {
    display: inline; }
  .topics a,
  .topics .previous > a,
  .topics .next > a,
  .pager a,
  .pager .previous > a,
  .pager .next > a {
    background: #333;
    border: none;
    border-radius: 5px;
    color: #111;
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none; }
    .topics a:active, .topics a:focus, .topics a:hover,
    .topics .previous > a:active,
    .topics .previous > a:focus,
    .topics .previous > a:hover,
    .topics .next > a:active,
    .topics .next > a:focus,
    .topics .next > a:hover,
    .pager a:active,
    .pager a:focus,
    .pager a:hover,
    .pager .previous > a:active,
    .pager .previous > a:focus,
    .pager .previous > a:hover,
    .pager .next > a:active,
    .pager .next > a:focus,
    .pager .next > a:hover {
      background: #111;
      color: #fff; }

.pager li {
  visibility: hidden; }
  .pager li a {
    visibility: visible; }
.pager li.next a:hover:before,
.pager li.previous a:hover:before {
  display: none; }
.pager .next > a {
  float: left; }
.pager .previous > a {
  float: right; }

table {
  border-collapse: collapse;
  border: none;
  clear: both;
  font-size: 90%;
  line-height: 115%;
  margin-bottom: 20px;
  width: 100%; }
  table hr {
    border-color: #ddd;
    margin: 5px 0; }

th {
  border: none;
  background: #007dc3;
  color: #fff;
  font-weight: bold; }
  th a {
    color: #fff; }

td,
td[width],
td[height] {
  border: none;
  border-bottom: 1px #ccc solid;
  padding: 2px;
  vertical-align: top !important; }

th,
th[height],
th[width],
td,
td[width],
td[height] {
  vertical-align: top !important;
  width: auto !important; }

td p,
td p:first-of-type,
th p,
th p:first-of-type,
.post-content td p,
.post-content td p:first-of-type,
.post-content th p,
.post-content th p:first-of-type,
.content-container td p,
.content-container td p:first-of-type,
.content-container th p,
.content-container th p:first-of-type {
  margin-bottom: 0; }

td.image {
  width: auto; }

table,
tbody,
thead,
tr {
  max-width: 100%; }

.mobile-only {
  display: none; }

.site-nav {
  background: #007dc3;
  color: #fff;
  padding: 10px 0; }
  .site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-nav ul li {
      display: inline;
      margin: 0 5px 0 0; }
  .site-nav a {
    color: #fff;
    font-weight: normal;
    text-decoration: none; }
    .site-nav a:active, .site-nav a:hover {
      color: #fff;
      text-decoration: underline; }

.slogan {
  clear: both;
  color: #fff;
  font-size: 100%;
  font-style: italic;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .slogan {
      border-top: 1px rgba(255, 255, 255, 0.5) solid;
      display: block;
      margin-top: 10px;
      padding-top: 5px; } }

.site-header {
  background: #fff;
  color: #111;
  padding: 20px 0;
  position: relative; }

.logo {
  float: left;
  font-weight: normal;
  padding: 0;
  text-decoration: none; }
  .logo img {
    float: none; }
  .logo:hover img {
    opacity: 0.7; }

.navbar-default .navbar-toggle {
  background: #007dc3;
  border-radius: 10px;
  border: none;
  float: right;
  margin: 0;
  padding: 15px;
  width: auto; }
  .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #006daa; }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-radius: 1px;
    height: 3px;
    display: block;
    margin: 0 auto 8px auto;
    width: 30px; }
    .navbar-default .navbar-toggle .icon-bar:last-of-type {
      margin-bottom: 0; }

.navbar-default {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 0; }

.navbar-default .navbar-nav {
  margin: 0; }
  .navbar-default .navbar-nav > li {
    margin: 0 10px; }
  .navbar-default .navbar-nav > li > a {
    background: transparent;
    border-radius: 8px;
    color: #666;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 25px 5px;
    text-decoration: none; }
    .navbar-default .navbar-nav > li > a b.caret {
      margin-left: 12px; }
  .navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > li.current-menu-parent > a {
    background: #007dc3;
    color: #fff; }
  .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background: #006daa;
    color: #fff; }
  .navbar-default .navbar-nav .dropdown-menu {
    background: #007dc3;
    color: #fff;
    min-width: 250px;
    margin: 0;
    padding: 0;
    text-align: left; }
    .navbar-default .navbar-nav .dropdown-menu > li {
      border-bottom: 1px #ccc solid; }
      .navbar-default .navbar-nav .dropdown-menu > li:last-of-type {
        border-bottom: none; }
      .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: #fff;
        padding: 12px 20px; }
      .navbar-default .navbar-nav .dropdown-menu > li > a, .navbar-default .navbar-nav .dropdown-menu > li > a:active, .navbar-default .navbar-nav .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
        color: #fff;
        font-weight: normal;
        text-decoration: none; }
      .navbar-default .navbar-nav .dropdown-menu > li > a:active, .navbar-default .navbar-nav .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .dropdown-menu > li > a:hover {
        background: #005c90;
        color: #fff; }

@media screen and (max-width: 767px) {
  li.active ul.dropdown-menu,
  li.current-menu-item ul.dropdown-menu
  li.current-parent-item ul.dropdown-menu {
    display: block !important;
    float: none;
    position: relative !important;
    top: auto;
    left: auto;
    width: 100%; } }
.home-image {
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }
  .home-image img {
    background: #666;
    width: 100%;
    z-index: 99; }
  .home-image p {
    background: transparent;
    color: #fff;
    font-size: 125%;
    line-height: 125%;
    position: absolute;
    top: 28%;
    margin: 0 40px;
    text-align: center;
    z-index: 999; }
    @media screen and (min-width: 768px) {
      .home-image p {
        font-size: 200%; } }

.block {
  background: #fff;
  border: 1px #ccc solid;
  clear: both;
  color: #4d4d4d;
  margin-bottom: 40px;
  padding: 15px;
  overflow: auto; }
  .block a {
    color: #007dc3;
    text-decoration: none; }
    .block a:active, .block a:hover {
      color: #007dc3;
      text-decoration: underline; }
  .block a.btn {
    color: #fff; }
    .block a.btn:active, .block a.btn:hover {
      background-color: #005c90;
      color: #fff; }
  .block h1,
  .block h2,
  .block h3 {
    color: #007dc3;
    font-weight: 300; }
    .block h1 a,
    .block h2 a,
    .block h3 a {
      color: #007dc3;
      font-weight: 300;
      text-decoration: none; }
      .block h1 a:active, .block h1 a:hover,
      .block h2 a:active,
      .block h2 a:hover,
      .block h3 a:active,
      .block h3 a:hover {
        color: #007dc3;
        text-decoration: underline; }
  .block h2:first-of-type {
    margin-top: 0; }
  .block h3 {
    font-weight: bold; }

.home-logos {
  padding: 10px 20px; }
  .home-logos h2 {
    font-size: 90%;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: center;
    text-transform: uppercase; }
  .home-logos ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .home-logos li {
    display: inline; }
  .home-logos p {
    color: #777;
    font-size: 80%;
    margin: 0; }

.block .latest-news {
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px; }
  .block .latest-news h2,
  .block .latest-news h2:first-of-type {
    line-height: 125%;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0; }

.press-coverage .block,
.press-releases .block {
  padding: 30px 0 0 0; }
.press-coverage h2,
.press-releases h2 {
  margin-bottom: 10px;
  padding: 30px; }
.press-coverage h3,
.press-coverage p,
.press-releases h3,
.press-releases p {
  margin: 0;
  padding: 20px 30px 0 30px; }
.press-coverage h3,
.press-releases h3 {
  margin-bottom: 10px; }
.press-coverage img,
.press-releases img {
  margin: 0; }
.press-coverage .meta,
.press-releases .meta {
  padding-top: 0; }

.home-latest h2, .home-latest h2 a {
  font-weight: 300; }
.home-latest .btn {
  clear: none;
  margin: 0; }
.home-latest section {
  margin-bottom: 20px; }
  .home-latest section:last-of-type {
    margin-bottom: 0; }

ul.search-results {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.search-results li {
    border-bottom: 2px #ececec solid;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0; }

.latest-events .articles,
.latest-events .upcoming-events {
  margin: 0;
  padding: 0; }
  .latest-events .articles li,
  .latest-events .upcoming-events li {
    border: none;
    margin: 0;
    padding-bottom: 0;
    float: left;
    list-style: none; }
    .latest-events .articles li h3,
    .latest-events .upcoming-events li h3 {
      font-size: 90%; }
      .latest-events .articles li h3 a,
      .latest-events .upcoming-events li h3 a {
        font-weight: normal; }
  .latest-events .articles p:first-of-type,
  .latest-events .articles p.lead,
  .latest-events .upcoming-events p:first-of-type,
  .latest-events .upcoming-events p.lead {
    color: #111;
    font-size: 100%; }
  .latest-events .articles img,
  .latest-events .upcoming-events img {
    float: none;
    margin: 0 0 15px 0;
    max-width: 100%; }
.block .latest-events h2 {
  margin: 0;
  padding-top: 0; }
.latest-events h3 {
  min-height: 35px; }

small {
  color: #777;
  display: inline-block;
  font-size: 75%;
  padding: 0 2px;
  text-transform: uppercase; }

small.article-source {
  background: #007dc3;
  color: #fff; }

small.event-location {
  color: #333; }

.meta {
  color: #777;
  font-size: 75%;
  text-transform: uppercase; }

.container {
  clear: both; }

.content-container {
  background: #ececec;
  color: #111;
  font-size: 115%;
  line-height: 150%;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .content-container {
      background: #ececec url("img/body_bg.png") no-repeat bottom center;
      background-attachment: cover;
      padding: 40px 0 250px 0; } }
  .content-container ul,
  .content-container ol,
  .content-container dl,
  .content-container p,
  .content-container table {
    margin-bottom: 1em; }
  .content-container .breadcrumbs {
    color: #555;
    font-size: 80%;
    margin-bottom: 30px; }
    .content-container .breadcrumbs a {
      color: #555;
      text-decoration: none; }
      .content-container .breadcrumbs a:focus, .content-container .breadcrumbs a:hover {
        color: #111;
        text-decoration: underline; }

ul.articles {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.articles li {
    border-bottom: 1px #ccc solid;
    color: #4d4d4d;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    ul.articles li:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
    ul.articles li h2,
    ul.articles li h3 {
      color: #007dc3;
      font-size: 100%;
      font-weight: bold; }
      ul.articles li h2 a,
      ul.articles li h3 a {
        color: #007dc3;
        text-decoration: none; }
        ul.articles li h2 a:active, ul.articles li h2 a:hover,
        ul.articles li h3 a:active,
        ul.articles li h3 a:hover {
          text-decoration: underline; }
    ul.articles li .meta {
      margin-top: -10px; }
    ul.articles li p {
      color: #4d4d4d; }

.tcca-in-the-news .articles li {
  margin-bottom: 0;
  padding-bottom: 0; }
.tcca-in-the-news h2 {
  margin: 0 0 10px 0;
  padding: 0; }

.social {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social li {
    display: inline;
    float: left;
    font-size: 40px;
    margin: 0 1%;
    width: 23%; }
  .social .facebook a {
    background: #3c5a99; }
  .social .twitter a {
    background: #42c0fb; }
  .social .linkedin a {
    background: #0274b3; }
  .social .youtube a {
    background: #cf2200; }
  .social a {
    background: #007dc3;
    color: #fff;
    display: block;
    padding: 20px;
    text-align: center; }
    .social a:active, .social a:hover {
      background: #006daa; }

.mc-main a {
  box-shadow: none;
  text-decoration: none; }
  .mc-main a:active, .mc-main a:hover {
    text-decoration: none; }
.mc-main .my-calendar-footer a,
.mc-main .my-calendar-header a {
  background: #ececec;
  border: none;
  box-shadow: none;
  color: #111;
  font-weight: normal; }
  .mc-main .my-calendar-footer a.list:before,
  .mc-main .my-calendar-header a.list:before {
    margin-top: 0; }
  .mc-main .my-calendar-footer a:active, .mc-main .my-calendar-footer a:hover,
  .mc-main .my-calendar-header a:active,
  .mc-main .my-calendar-header a:hover {
    background: #007dc3;
    color: #fff;
    text-decoration: none; }
.mc-main .my-calendar-header {
  background: #007dc3;
  color: #fff; }
  .mc-main .my-calendar-header select {
    background: #ececec;
    color: #111; }
.mc-main .my-calendar-header span {
  background: #ececec;
  border: none;
  box-shadow: none;
  color: #007dc3;
  font-weight: bold; }
.mc-main input {
  background: #ececec;
  border: 1px #ddd solid;
  box-shadow: none;
  color: #111; }
  .mc-main input[type="submit"] {
    background: #007dc3;
    color: #fff;
    font-weight: bold; }
    .mc-main input[type="submit"]:focus, .mc-main input[type="submit"]:hover {
      background-color: #005c90;
      color: #fff; }
.mc-main caption,
.mc-main .mc-heading {
  background: #007dc3;
  color: #fff;
  font-size: 100%;
  font-weight: 300; }
.mc-main th {
  background: #007dc3 !important;
  color: #fff !important;
  font-weight: bold; }
.mc-main .current-day .mc-date {
  background: #007dc3 !important;
  color: #fff !important;
  box-shadow: none; }
.mc-main .category-key ul li,
.mc-main .mc-export ul li {
  display: inline; }
.mc-main .mc-print {
  clear: both;
  float: right; }
.mc-main .category-color-sample img {
  padding: 0 2px; }
.mc-main table .current-day .mc-date {
  background: #007dc3;
  color: #fff; }
.mc-main .my-calendar-header a,
.mc-main .my-calendar-header span {
  background: transparent;
  color: #fff;
  font-size: 13px; }
  .mc-main .my-calendar-header a:active, .mc-main .my-calendar-header a:hover,
  .mc-main .my-calendar-header span:active,
  .mc-main .my-calendar-header span:hover {
    background: #006daa;
    color: #fff; }
  .mc-main .my-calendar-header a abbr[title],
  .mc-main .my-calendar-header span abbr[title] {
    border-color: #fff;
    color: #fff; }
.mc-main .my-calendar-date-switcher input[type=submit],
.mc-main input[type="submit"] {
  font-size: 13px; }
.mc-main .my-calendar-date-switcher input[type=submit] {
  margin-top: 3px !important; }
.mc-main.list .heading, .mc-main.list .my-calendar-month,
.mc-main .heading,
.mc-main .my-calendar-month {
  background: #ececec !important;
  color: #007dc3 !important;
  text-align: left !important; }
.mc-main .has-events .mc-date {
  background: #005c90;
  color: #fff; }
.mc-main .mc_general h3.event-title,
.mc-main .mc_general h3.event-title a,
.mc-main .mc_general h2.event-title,
.mc-main .mc_general h2.event-title a {
  background: #aae0ff;
  color: #007dc3; }
.mc-main .time-block p {
  background: transparent; }
.mc-main .close {
  float: right;
  left: auto;
  line-height: 100%;
  right: 10px;
  width: auto; }
.mc-main .my-calendar-table .day-heading,
.mc-main .my-calendar-table .weekend-heading {
  width: 14.285714285714285714285714285714% !important; }
.mc-main .vcard {
  background: transparent;
  float: none; }

.my-calendar-nav {
  float: right; }

aside .btn {
  display: none;
  float: none;
  margin: 0 0 20px 0;
  width: 100%; }
  aside .btn.become-a-member {
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    aside .btn {
      display: block; } }
@media screen and (min-width: 768px) {
  aside nav.collapse,
  aside nav.collapsing,
  aside nav.in {
    display: block !important;
    visibility: visible !important; } }

.featured-members .item,
.featured-members .carousel-inner {
  min-height: 225px; }
  @media screen and (max-width: 767px) {
    .featured-members .item,
    .featured-members .carousel-inner {
      min-height: 265px; } }
.featured-members .carousel-control {
  display: none; }
.featured-members .carousel-inner > .item > img,
.featured-members .carousel-inner > .item > a > img {
  display: block;
  margin: 0 auto; }

.tcca-resources {
  margin-bottom: 40px;
  padding: 0; }
  .tcca-resources a {
    background: #007dc3;
    color: #fff;
    display: block;
    font-size: 150%;
    padding: 40px 20px;
    text-decoration: none; }
    .tcca-resources a:active, .tcca-resources a:hover {
      background-color: #006daa;
      color: #fff; }
  .tcca-resources img {
    margin-bottom: 40px; }
  .tcca-resources small {
    background: transparent;
    color: #fff;
    display: block; }

.legal {
  clear: both;
  color: #fff;
  list-style: none;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase; }
  .legal a {
    color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-decoration: none; }
    .legal a:active, .legal a:focus, .legal a:hover {
      color: #fff;
      text-decoration: underline; }
  .legal li {
    display: inline; }

.section-header {
  background: #007dc3;
  color: #fff;
  padding: 0;
  margin: 0 0 40px 0; }
  .section-header h1,
  .section-header a {
    color: #fff; }
  .section-header h1 {
    padding: 40px 20px; }
  .section-header img {
    border-top: 10px #ececec solid;
    margin: 0;
    padding: 0;
    width: 100%; }
  .section-header form,
  .section-header form.form-inline {
    clear: both;
    display: block;
    float: none;
    padding: 0 40px; }
    .section-header form .form-control,
    .section-header form.form-inline .form-control {
      background: #fff;
      border: 2px #ddd solid;
      padding: 5px 15px;
      width: 100%; }
    .section-header form .input-group,
    .section-header form.form-inline .input-group {
      clear: both;
      display: block;
      float: none; }
    .section-header form .input-group-btn,
    .section-header form.form-inline .input-group-btn {
      clear: both;
      float: right; }
    .section-header form .btn-default,
    .section-header form.form-inline .btn-default {
      background: #006daa;
      border: none;
      color: #fff; }
      .section-header form .btn-default:focus, .section-header form .btn-default:hover,
      .section-header form.form-inline .btn-default:focus,
      .section-header form.form-inline .btn-default:hover {
        background-color: #004c77; }
  .section-header h2 {
    color: #fff;
    padding: 40px; }

.section-cta {
  clear: both;
  font-size: 150%;
  margin-bottom: 40px; }
  .section-cta ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .section-cta li:hover img {
    opacity: 0.8; }
  .section-cta a {
    background: #007dc3 no-repeat center center;
    background-size: cover;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    min-height: 150px;
    padding: 40px 20px;
    text-decoration: none; }
    .section-cta a:active, .section-cta a:hover {
      background: #006daa; }
  .section-cta small {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    text-transform: none; }
  .section-cta form {
    background: #007dc3;
    color: #fff;
    padding: 40px 20px; }
  .section-cta select {
    background: #fff;
    color: #111; }
  .section-cta input,
  .section-cta button,
  .section-cta .btn {
    background: #005c90;
    border: none;
    color: #fff; }

#bbpress-forums li.bbp-header {
  background: #007dc3;
  color: #fff; }

#bbpress-forums p.bbp-topic-meta img.avatar {
  margin: 0; }

.document-archive .meta {
  line-height: 115%; }
.document-archive h2 {
  color: #111;
  margin-bottom: 10px;
  padding: 0; }
  .document-archive h2 a {
    color: #111; }
    .document-archive h2 a:active, .document-archive h2 a:hover {
      color: #007dc3;
      text-decoration: underline; }
.document-archive tbody th {
  background: #ececec;
  border-bottom: 1px #ccc solid; }
.document-archive th,
.document-archive td {
  padding: 5px; }
.document-archive a.btn {
  background: #dfdfdf;
  color: #777; }
.document-archive time {
  display: inline; }

a[href$=".pdf"]:after {
  color: #C00;
  content: " [PDF] ";
  font-size: 12px; }

a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".rtf"]:after {
  color: #09C;
  content: " [WORD] ";
  font-size: 12px; }

a[href$=".csv"]:after {
  color: #4A0;
  content: " [SPREADSHEET] ";
  font-size: 12px; }

a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".xlsm"]:after {
  color: #4A0;
  content: " [EXCEL] ";
  font-size: 12px; }

a[href$=".jpg"]:after,
a[href$=".jpeg"]:after,
a[href$=".gif"]:after,
a[href$=".png"]:after,
a[href$=".bmp"]:after,
a[href$=".tiff"]:after {
  color: #D45500;
  content: " [IMAGE] ";
  font-size: 12px; }

.single-interoperability .post_content table tbody {
  overflow-y: scroll;
  overflow-x: hidden; }

.sub-nav {
  font-size: 90%;
  padding: 20px; }
  .sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sub-nav ul a {
      color: #4d4d4d;
      display: block;
      font-weight: normal;
      padding: 10px;
      text-decoration: none; }
      .sub-nav ul a:active, .sub-nav ul a:hover {
        color: #007dc3;
        text-decoration: underline; }
    .sub-nav ul li.current-menu-item a {
      color: #007dc3;
      font-weight: bold; }
    .sub-nav ul li.current-menu-item ul li.menu-item a {
      color: #4d4d4d;
      font-weight: 300; }
    .sub-nav ul.tree a {
      display: inline-block; }
    .sub-nav ul.tree ul {
      display: none; }
      .sub-nav ul.tree ul.children.active {
        display: block; }
      .sub-nav ul.tree ul li {
        padding-left: 12px; }
    .sub-nav ul.tree li.hassub i {
      display: inline !important;
      padding-left: 12px; }
    .sub-nav ul.tree li.current-cat a {
      color: #007dc3;
      font-weight: bold; }
  .sub-nav ul.sub-menu {
    padding-left: 12px; }

.site-footer {
  background: #007dc3;
  clear: both;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  margin-top: -2px;
  padding: 40px 0; }
  .site-footer section,
  .site-footer nav {
    padding-bottom: 30px; }
  .site-footer img {
    margin-bottom: 40px; }
  .site-footer h2 {
    color: #fff;
    font-weight: normal; }
  .site-footer .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-footer .menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .site-footer .menu li {
      display: inline;
      margin-bottom: 4px; }
    .site-footer .menu a {
      border-radius: 10px;
      color: #fff;
      font-weight: normal;
      padding: 5px 10px;
      text-decoration: none; }
      .site-footer .menu a:focus, .site-footer .menu a:hover {
        background: #006daa;
        color: #fff;
        text-decoration: underline; }

.out {
  background: #006daa;
  color: #fff;
  font-size: 90%;
  margin: 0;
  padding: 20px 15px;
  text-align: right; }
  .out a {
    color: #44bcff;
    font-weight: 400;
    text-decoration: none; }
    .out a:active, .out a:hover {
      color: #fff; }

.footer-contact a,
.footer-contact h2 {
  color: #fff; }
.footer-contact h2 {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background: #ececec;
    width: 100%; }
    .navbar-default .navbar-collapse .navbar-nav > li > a {
      padding: 10px; } }
@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: left; }

  h1,
  .h1 {
    font-size: 150%; }

  h2 {
    font-size: 115%; }

  .container {
    width: 100%; }

  .menu-site-navigation-container {
    float: right; }

  .slogan {
    clear: none;
    font-size: 115%;
    float: left;
    margin: 0;
    text-align: left; }

  .navbar-header {
    float: none; }

  .navbar-collapse {
    background: #fff;
    float: right; }

  .navbar-default .navbar-nav {
    padding-top: 30px; }
    .navbar-default .navbar-nav > li {
      margin: 0 2px; }
    .navbar-default .navbar-nav > li > a {
      background: #fff;
      color: #666;
      font-weight: normal;
      letter-spacing: 1px;
      text-decoration: none; }
      .navbar-default .navbar-nav > li > a b.caret {
        margin-left: 12px;
        padding: 20px 5px; }
    .navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > li.current-menu-parent > a {
      background: #007dc3;
      color: #fff; }
    .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
      background: #006daa;
      color: #fff; }

  .block {
    padding: 40px 20px; }

  .home-logos.block {
    padding: 10px 20px; }

  .header-image {
    display: block; }

  .footer-contact {
    text-align: left; }

  .home-latest img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 150px; }

  .press-releases .block,
  .press-coverage .block {
    min-height: 1060px; }

  .site-footer {
    padding: 0; }

  .follow-us {
    clear: both;
    float: right; } }
@media (min-width: 990px) {
  .home-latest .block,
  .home-image img {
    min-height: 360px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
    width: 100%; }

  .press-releases .block,
  .press-coverage .block {
    min-height: 845px; } }
@media (min-width: 1500px) {
  .home-latest .block,
  .home-image img {
    min-height: 500px; } }

/*# sourceMappingURL=style.css.map */
