﻿body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 75px;
}
@media (min-width: 768px) {
  body {
    padding-top: 100px;
  }
}
.primaryGradientBackground {
  background: #0e6eaa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmVhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTRiNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e6eaa), color-stop(100%, #0e4b73));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0e6eaa 0%, #0e4b73 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e6eaa', endColorstr='#0e4b73', GradientType=0);
  /* IE6-8 */
}
.secondaryGradientBackground {
  background: #f48b7a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ4YjdhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjZTkzNzQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5MTAyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f48b7a), color-stop(21%, #e93742), color-stop(100%, #79102b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48b7a', endColorstr='#79102b', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0d6faa;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #0d6faa;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #09507b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
section img {
  padding: 0 0 20px 0;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #0d6faa;
  border-color: #0d6faa;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #09507b;
  border-color: #094a71;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0d6faa;
  border-color: #0d6faa;
}
.btn-primary .badge {
  color: #0d6faa;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #0d6faa;
  border-color: #0d6faa;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #09507b;
  border-color: #094a71;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #0d6faa;
  border-color: #0d6faa;
}
.btn-xl .badge {
  color: #0d6faa;
  background-color: white;
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: transparent;
}
.navbar-default .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-default .navbar-brand img {
  height: 30px;
  padding-top: 5px;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #0d6faa;
  border-color: #0d6faa;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0d6faa;
}
.navbar-default .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #81142d;
  font-size: 12px;
  padding: 15px 10px;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #0d6faa;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #0d6faa;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #09507b;
}
@media (min-width: 400px) {
  .navbar-default .navbar-brand img {
    height: 50px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-brand img {
    padding-top: 0;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-brand img {
    height: 80px;
    margin-top: -15px;
    vertical-align: middle !important;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default.navbar-shrink .navbar-brand img {
    height: 60px;
    margin-top: -10px;
  }
  .navbar-default .nav li a {
    padding: 15px;
    font-size: 16px;
  }
}
.quote-container {
  text-align: center;
  width: 100%;
  min-height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: scroll;
}
.quote-container blockquote {
  position: absolute;
  width: 25%;
  top: 25%;
  left: 5%;
  color: transparent;
  border: none;
  font-style: italic;
  quotes: '\201c' '\201d';
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  display: block;
  font-weight: 200;
}
.quote-container blockquote p {
  font-weight: 400;
  font-size: 12px;
}
.quote-container blockquote p:before {
  content: open-quote;
}
.quote-container blockquote p:after {
  content: close-quote;
}
.quote-container blockquote p:before,
.quote-container blockquote p:after {
  font-family: Arial, Helvetica, sans-serif;
}
.quote-container blockquote footer {
  color: transparent;
  font-style: normal;
  font-weight: normal;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}
.quote-container blockquote.active {
  color: #81142d;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.quote-container blockquote.active p:before,
.quote-container blockquote.active p:after {
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}
.quote-container blockquote.active footer {
  color: inherit;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media (min-width: 768px) {
  .quote-container blockquote p {
    font-weight: 700;
    font-size: 16px;
  }
}
section {
  margin: 25px 0 0 0;
}
section:focus {
  border: none;
  outline: none;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #81142d;
}
@media (min-width: 768px) {
  section {
    margin: 20px 0 0 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  section {
    margin: 50px 0 0 0;
    padding-bottom: 25px;
  }
}
.color-heading {
  background: #0e6eaa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNmVhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTRiNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e6eaa), color-stop(100%, #0e4b73));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0e6eaa 0%, #0e4b73 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0e6eaa 0%, #0e4b73 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e6eaa', endColorstr='#0e4b73', GradientType=0);
  /* IE6-8 */
  margin-bottom: 50px;
}
.color-heading h1,
.color-heading h2,
.color-heading h3,
.color-heading h4,
.color-heading h5,
.color-heading h6,
.color-heading .h1,
.color-heading .h2,
.color-heading .h3,
.color-heading .h4,
.color-heading .h5,
.color-heading .h6 {
  color: white !important;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
section#contact {
  background-color: #bce3fa;
  color: #81142d;
}
#connect {
  background: #f48b7a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ4YjdhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjElIiBzdG9wLWNvbG9yPSIjZTkzNzQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5MTAyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f48b7a), color-stop(21%, #e93742), color-stop(100%, #79102b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #f48b7a 0%, #e93742 21%, #79102b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48b7a', endColorstr='#79102b', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
  color: #fff;
}
footer.page-footer {
  text-align: center;
}
footer.page-footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer.page-footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin: 0 0 25px 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #81142d;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #0d6faa;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
/*WordPress styles*/
body.admin-bar .navbar,
body.admin-bar {
  top: 45px;
}
@media screen and (min-width: 782px) {
  body.admin-bar .navbar,
  body.admin-bar {
    top: 32px;
  }
}
.navbar-default .container {
  padding-bottom: 0;
}
/*Twitter*/
iframe[id^='twitter-widget-'] {
  width: 100% !important;
}
#listen .embed-outer:nth-child(n+2) {
  margin-top: 50px;
}
@media (min-width: 992px) {
  #listen .embed-outer:nth-child(n+2) {
    margin-top: 0;
  }
}
.wpcf7 button {
  width: 100%;
}
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.comments-title {
  font-size: 12px;
  padding: 15px 0;
}
.pager {
  padding: 15px 0;
}
article .page-title {
  font-size: 24px;
  text-transform: none;
  padding-top: 20px;
}
.address {
  padding-bottom: 15px;
}
.btn-container {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .btn-container {
    padding: 15px 0 0 0;
  }
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/*This is just for when a user is logged in. Fixes the sticky footer.*/
html.admin-bar {
  margin-top: 0 !important;
  padding-top: 32px !important;
}
footer.page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
img[class*='wp-image'],
img[class*=' wp-image'] {
  padding: 20px 0;
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  padding: 0 0 20px 20px;
}
img.alignleft {
  float: left;
  padding: 0 20px 20px 0;
}
#meet .color-heading {
  margin-bottom: 10px;
}
.logo-container {
  text-align: center;
}
.logo-container img.logo {
  display: inline-block;
  max-width: 23%;
  padding: 2%;
  max-height: 100px;
}
@media (min-width: 768px) {
  .logo-container img.logo {
    padding: 20px;
  }
}
@media (min-width: 1100px) {
  #meet .color-heading {
    margin-bottom: 50px;
  }
  .logo-container {
    position: absolute;
  }
  .logo-container img.logo {
    display: block;
    max-width: 100px;
    max-height: none;
  }
  .logo-container img.logo:first-of-type {
    padding-top: 0;
  }
}
@media (min-width: 1275px) {
  .logo-container img.logo {
    max-width: 115px;
    margin: 0 auto;
  }
  .logo-container img.logo.wide {
    max-width: 150px;
  }
}
@media (min-width: 1400px) {
  .logo-container img.logo {
    max-width: 150px;
  }
  .logo-container img.logo.wide {
    max-width: 200px;
  }
}
iframe[id^=twitter-widget-] {
  width: 100% !important;
}
/*# sourceMappingURL=agency.css.map */