@media only screen and (max-width: 640px) {
  /* line 2, ../../sass/phone/phone-landscape.scss */
  .container {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 4, ../../sass/phone/_header.scss */
  body {
    overflow-x: hidden;
  }
  /* line 6, ../../sass/phone/_header.scss */
  body #main {
    margin-top: 0px;
  }
  /* line 9, ../../sass/phone/_header.scss */
  body #logo {
    top: 10px;
    background: url('../../images/logo.png?2315486') no-repeat 25px 20px;
    height: 146px;
    padding: 10px 0 0 10px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
  }
  /* line 23, ../../sass/phone/_header.scss */
  body > header {
    background: none;
    margin-bottom: 0px;
    height: 135px;
  }
  /* line 25, ../../sass/phone/_header.scss */
  body > header .container {
    width: 100%;
    background: none;
  }
  /* line 33, ../../sass/phone/_header.scss */
  body > header .top-nav {
    top: -80px;
    position: absolute;
    height: 80px;
    width: 100% !important;
    right: 0;
    left: auto;
    margin: 0;
    z-index: 3000;
    background: white;
  }
  /* line 43, ../../sass/phone/_header.scss */
  body > header .top-nav ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100% !important;
    display: block;
  }
  /* line 50, ../../sass/phone/_header.scss */
  body > header .top-nav li {
    background: none;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
    margin-left: -1px;
    margin-top: -1px;
  }
  /* line 59, ../../sass/phone/_header.scss */
  body > header .top-nav li a {
    padding: 0;
  }
  /* line 61, ../../sass/phone/_header.scss */
  body > header .top-nav li a .icon {
    background: none;
  }
  /* line 66, ../../sass/phone/_header.scss */
  body > header .top-nav li.who-we-are {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 70, ../../sass/phone/_header.scss */
  body > header .top-nav li.what-we-do {
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 73, ../../sass/phone/_header.scss */
  body > header .top-nav li.blog {
    border-right: 1px solid #e6e6e6;
  }
  /* line 83, ../../sass/phone/_header.scss */
  body > header .main-nav {
    bottom: auto;
    left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    z-index: 200;
    position: absolute;
    top: -215px;
  }
  /* line 97, ../../sass/phone/_header.scss */
  body > header .main-nav li {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  /* line 103, ../../sass/phone/_header.scss */
  body > header .main-nav li + li {
    background: none;
    content: "";
  }
  /* line 108, ../../sass/phone/_header.scss */
  body > header .main-nav li a {
    background: #9f54a1;
    height: auto;
    text-align: left;
    vertical-align: top;
    margin-left: 0 !important;
    line-height: 50px;
    border-top: 1px solid #924d94;
  }
  /* line 116, ../../sass/phone/_header.scss */
  body > header .main-nav li a .icon {
    margin-top: 3px;
    margin-bottom: -4px;
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    height: 35px;
  }
  /* line 124, ../../sass/phone/_header.scss */
  body > header .main-nav li a.hover {
    background: #8a498c;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #924d94;
    border-bottom: 0;
  }
  /* line 165, ../../sass/phone/_header.scss */
  body > header .main-nav #menutab {
    display: block;
    padding: 0;
    margin: 0;
    height: 0px;
    background: none;
    border: 0;
  }
  /* line 172, ../../sass/phone/_header.scss */
  body > header .main-nav #menutab a {
    line-height: 40px;
    border: 0;
    height: 38px;
    width: 87px;
    padding: 0;
    float: right;
    margin-right: 10px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 183, ../../sass/phone/_header.scss */
  body > header .main-nav #menutab a.hover {
    background: #9f54a1;
  }
}
@media only screen and (max-width: 640px) {
  /* line 6, ../../sass/phone/_home.scss */
  .container {
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  /* line 4, ../../sass/phone/_search.scss */
  .section-blog .block-search {
    width: 100%;
    float: none;
  }
  /* line 7, ../../sass/phone/_search.scss */
  .section-blog .block-search input[type="text"] {
    margin-right: 0px;
    width: 87%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 23, ../../sass/phone/_search.scss */
  .section-blog .block-search input[type="text"] {
    width: 80%;
  }
}
@media only screen and (max-width: 340px) {
  /* line 40, ../../sass/phone/_search.scss */
  .section-blog .block-search input[type="text"] {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2, ../../sass/phone/_below-slider.scss */
  .front .region-below-slider {
    background: #5b595a;
  }
  /* line 4, ../../sass/phone/_below-slider.scss */
  .front .region-below-slider .social {
    width: auto;
    margin: 0;
    margin-bottom: 60px;
  }
  /* line 9, ../../sass/phone/_below-slider.scss */
  .front .region-below-slider .subscribe {
    width: auto;
    margin: 0;
    margin-bottom: 20px;
  }
  /* line 14, ../../sass/phone/_below-slider.scss */
  .front .region-below-slider .subscribe .form-item {
    width: 80%;
  }
  /* line 17, ../../sass/phone/_below-slider.scss */
  .front .region-below-slider .subscribe input[type="text"] {
    width: 100%;
  }

  /* line 23, ../../sass/phone/_below-slider.scss */
  .alignleft, .alignright {
    float: none;
  }
}
@media only screen and (max-width: 360px) {
  /* line 33, ../../sass/phone/_below-slider.scss */
  .front .region-below-slider .subscribe .form-item {
    margin-right: 5px;
  }
  /* line 36, ../../sass/phone/_below-slider.scss */
  .front .region-below-slider .subscribe input[type="text"] {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 8, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block {
    width: 100%;
  }
  /* line 23, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block .block-title:after {
    width: 100%;
    background-size: cover;
  }
  /* line 31, ../../sass/phone/_home/_content-top.scss */
  .section-who-we-are .region-home-content-top .block .block-title:after, .section-what-we-do .region-home-content-top .block .block-title:after {
    margin-left: -228px;
    left: 50%;
  }
  /* line 40, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block .view-footer a {
    width: auto;
    margin: 0 10px;
  }
  /* line 54, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event {
    height: 113px;
    padding: 1px 1px;
  }
  /* line 57, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .title {
    height: 45px;
    border-right: 0;
    width: 250px;
  }
  /* line 62, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .date {
    padding-bottom: 0;
    height: 45px;
    width: 35px;
  }
  /* line 67, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .meta {
    height: 30px;
    border: 0;
    border-top: 1px solid #ececec;
    margin-top: 0px;
    width: 100%;
    min-height: 0;
  }
  /* line 74, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .meta a {
    display: inline-block;
    margin-right: 5px;
  }
  /* line 90, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.grow-your-business .view-content {
    margin: 0 5px;
  }
  /* line 92, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.grow-your-business .view-content iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 109, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block .block-title:after {
    background-size: contain;
  }
  /* line 118, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .date {
    padding-top: 10px;
    padding-left: 10px;
  }
  /* line 122, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 360px) {
  /* line 139, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .date {
    padding-top: 10px;
    padding-left: 10px;
  }
  /* line 143, ../../sass/phone/_home/_content-top.scss */
  .region-home-content-top .block.home-events .event .title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 7, ../../sass/phone/_home/_content-middle.scss */
  .region-home-content-middle .block {
    width: 100%;
  }
  /* line 22, ../../sass/phone/_home/_content-middle.scss */
  .region-home-content-middle .block .block-title:after {
    width: 100%;
    background-size: cover;
  }
  /* line 45, ../../sass/phone/_home/_content-middle.scss */
  .region-home-content-middle .block.first .views-row img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 5, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.business-chart {
    padding-bottom: 35px;
  }
  /* line 8, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.business-chart .home-chart > .view-content {
    width: auto;
  }
  /* line 11, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.business-chart .home-chart > .view-content .views-highcharts-chart {
    display: none;
  }
  /* line 16, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.business-chart .home-chart .view-content, .region-home-content-charts .block.business-chart .home-chart .view-footer {
    display: inline-block;
  }
  /* line 22, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block .big-value {
    width: 175px;
  }
  /* line 27, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.half .view-header h2 {
    margin-left: 120px;
  }
  /* line 31, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.half.home-partnerships {
    width: 100%;
    float: none;
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 36, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.half.home-partnerships .cp-image {
    display: none;
  }
  /* line 40, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.half.home-affiliates {
    width: 100%;
  }
  /* line 42, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.half.home-affiliates > .view {
    margin-left: 0px;
    padding-top: 50px;
  }
  /* line 47, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block.half > .view > .view-content > div {
    margin-left: 0;
  }
  /* line 52, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block > .view .attachment, .region-home-content-charts .block > .view .view-content {
    display: inline-block;
    vertical-align: top;
  }
  /* line 57, ../../sass/phone/_home/_content-charts.scss */
  .region-home-content-charts .block > .view .sub-heading {
    font-size: 23px;
    margin-left: 8px;
    margin-top: 5px;
    position: relative;
    line-height: 1;
    font-weight: 500;
  }
}
@media only screen and (max-width: 759px) {
  /* line 3, ../../sass/phone/_home/_content-bottom.scss */
  .region-home-content-bottom .container {
    width: 100%;
  }
  /* line 7, ../../sass/phone/_home/_content-bottom.scss */
  .region-home-content-bottom .mission.affiliate, .region-home-content-bottom .mission.grow {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 27, ../../sass/phone/_home/_content-bottom.scss */
  .region-home-content-bottom .container {
    width: 100%;
  }
  /* line 31, ../../sass/phone/_home/_content-bottom.scss */
  .region-home-content-bottom .mission.affiliate, .region-home-content-bottom .mission.grow {
    width: 100%;
  }
  /* line 33, ../../sass/phone/_home/_content-bottom.scss */
  .region-home-content-bottom .mission.affiliate img, .region-home-content-bottom .mission.grow img {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 3, ../../sass/phone/_slider.scss */
  .region-slider .flex-nav-container {
    background-position: 0px 0px;
  }
  /* line 6, ../../sass/phone/_slider.scss */
  .region-slider .above-slider {
    display: none;
  }
}
@media only screen and (max-width: 641px) {
  /* line 3, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .view-display-id-page, .section-who-we-are .view-display-id-page {
    padding-top: 25px;
  }
  /* line 6, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .view-display-id-page .views-row, .section-who-we-are .view-display-id-page .views-row {
    width: 100%;
    min-height: auto;
  }
  /* line 19, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact form, .section-who-we-are .region-below-slider .block-constant-contact form {
    width: 85%;
  }
  /* line 22, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact input[type="text"], .section-who-we-are .region-below-slider .block-constant-contact input[type="text"] {
    width: 85%;
  }

  /* line 31, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do:not(.page-what-we-do) .responsive-sub-menu, .section-who-we-are:not(.page-who-we-are) .responsive-sub-menu {
    padding: 10px 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 43, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact h2, .section-who-we-are .region-below-slider .block-constant-contact h2 {
    font-size: 15px;
    width: 100%;
    line-height: 40px;
  }
  /* line 48, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact form, .section-who-we-are .region-below-slider .block-constant-contact form {
    width: 95%;
  }
  /* line 51, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact input[type="text"], .section-who-we-are .region-below-slider .block-constant-contact input[type="text"] {
    width: 85%;
  }
}
@media only screen and (max-width: 420px) {
  /* line 65, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact h2, .section-who-we-are .region-below-slider .block-constant-contact h2 {
    font-size: 15px;
    width: 80%;
    line-height: 30px;
  }
  /* line 70, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact form, .section-who-we-are .region-below-slider .block-constant-contact form {
    width: 85%;
  }
  /* line 73, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact input[type="text"], .section-who-we-are .region-below-slider .block-constant-contact input[type="text"] {
    width: 82%;
  }
}
@media only screen and (max-width: 360px) {
  /* line 88, ../../sass/phone/_who-what-subpages.scss */
  .section-what-we-do .region-below-slider .block-constant-contact input[type="text"], .section-who-we-are .region-below-slider .block-constant-contact input[type="text"] {
    width: 78%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 4, ../../sass/phone/_footer.scss */
  body > #footer .container {
    width: 95%;
  }
  /* line 7, ../../sass/phone/_footer.scss */
  body > #footer .region-footer {
    margin-top: -110px;
  }
  /* line 10, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu li a {
    padding-left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
  }
  /* line 17, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu ul {
    margin-top: 25px;
    margin-left: 30px;
  }
  /* line 21, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu.main-menu {
    width: 50%;
  }
  /* line 24, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu.top-menu {
    width: 50%;
  }
  /* line 28, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .social {
    margin-top: 15px;
    width: 48%;
    height: 185px;
  }
  /* line 32, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .social .nglcc {
    margin-left: 30px;
  }
  /* line 35, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .social .fb {
    margin-left: 30px;
  }
  /* line 39, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .addr {
    margin-top: 15px;
    width: 48%;
    background: none;
    height: 185px;
  }
  /* line 44, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .addr p {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 57, ../../sass/phone/_footer.scss */
  body > #footer .container {
    width: 95%;
  }
  /* line 61, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu {
    display: block;
    margin-left: 20%;
    margin-right: 20%;
  }
  /* line 65, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu.main-menu {
    width: 100%;
  }
  /* line 68, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu.top-menu {
    width: 100%;
  }
  /* line 71, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu ul {
    margin-top: 25px;
    margin-left: 20px;
  }
  /* line 76, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .social, body > #footer .region-footer .addr {
    display: block;
    width: 100%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media only screen and (max-width: 360px) {
  /* line 90, ../../sass/phone/_footer.scss */
  body > #footer .container {
    width: 95%;
  }
  /* line 94, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu {
    display: block;
    margin-left: 15%;
    margin-right: 15%;
  }
  /* line 98, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu.main-menu {
    width: 100%;
  }
  /* line 101, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .block-menu.top-menu {
    width: 100%;
  }
  /* line 105, ../../sass/phone/_footer.scss */
  body > #footer .region-footer .social, body > #footer .region-footer .addr {
    display: block;
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 3, ../../sass/phone/_unsynced.scss */
  body #footer .region-footer .tweets .twtr-tweet-text {
    font-size: 12px;
  }

  /* line 7, ../../sass/phone/_unsynced.scss */
  .section-what-we-do .region-home-content-top .block.featured-events .event .title, .section-who-we-are .region-home-content-top .block.featured-events .event .title {
    max-width: 170px;
  }

  /* line 11, ../../sass/phone/_unsynced.scss */
  .section-what-we-do .region-home-content-top .block.featured-events .event .title, .section-who-we-are .region-home-content-top .block.featured-events .event .title a {
    font-size: 12px;
  }

  /* line 15, ../../sass/phone/_unsynced.scss */
  .section-what-we-do .region-home-content-top .block.featured-events .event, .section-who-we-are .region-home-content-top .block.featured-events .event {
    font-size: 12px;
  }

  /* line 19, ../../sass/phone/_unsynced.scss */
  .region-slider .flex-nav-container .slider-image .html .cta {
    font-size: 12px;
  }

  /* line 23, ../../sass/phone/_unsynced.scss */
  .region-slider .flex-nav-container .slider-image .html h2 {
    font-size: 28px;
    width: 75%;
  }

  /* line 28, ../../sass/phone/_unsynced.scss */
  .region-slider .flex-nav-container .slider-image .html h3 {
    font-size: 28px;
    width: 75%;
  }

  /* line 33, ../../sass/phone/_unsynced.scss */
  .region-slider .flex-nav-container .slider-image .html {
    padding-left: 50px;
    margin: 0;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    position: relative;
    z-index: 100;
    /* padding-top: 25px; */
  }

  /* line 45, ../../sass/phone/_unsynced.scss */
  .continuum ul.quicktabs-tabs li {
    font-size: 6px;
  }

  /* line 49, ../../sass/phone/_unsynced.scss */
  .region-home-content-top .block {
    overflow: hidden;
    padding-top: 80px;
  }

  /* line 54, ../../sass/phone/_unsynced.scss */
  .node-type-staff .field-img {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px;
  }

  /* line 61, ../../sass/phone/_unsynced.scss */
  .region-home-content-charts .block .big-value {
    font-size: 70px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 40px;
    margin-left: 5px;
    letter-spacing: -3px;
    color: #5B595A;
    margin-top: 30px;
  }

  /* line 73, ../../sass/phone/_unsynced.scss */
  .region-home-content-charts .block.half > .view > .view-content > div {
    font-size: 73px;
  }

  /* line 77, ../../sass/phone/_unsynced.scss */
  .region-home-content-charts .block.half.odd > .view > .view-content > div {
    font-size: 73px;
    padding: 0 0 0 45px;
  }

  /* line 82, ../../sass/phone/_unsynced.scss */
  .region-home-content-charts .block.half .view-header h2 {
    bottom: -58px;
    margin-left: 160px;
  }

  /* line 87, ../../sass/phone/_unsynced.scss */
  #block-views-affiliate-chambers-block h2 {
    margin-left: 130px;
  }

  /* line 91, ../../sass/phone/_unsynced.scss */
  .region-home-content-middle .block.home-photos .views-row {
    padding-left: 5px;
  }

  /* line 95, ../../sass/phone/_unsynced.scss */
  .event-date-header-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
    width: 135px;
  }

  /* line 103, ../../sass/phone/_unsynced.scss */
  .event-date-header {
    left: 0;
  }

  /* line 107, ../../sass/phone/_unsynced.scss */
  .event-container {
    margin-top: 40px;
  }

  /* line 111, ../../sass/phone/_unsynced.scss */
  .event-container .event-header .event-title {
    position: relative;
    padding: 15px 0 0 0;
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 1em;
    min-height: auto;
  }

  /* line 122, ../../sass/phone/_unsynced.scss */
  .event-container .field-register-link {
    padding-top: 0;
    text-align: center;
  }

  /* line 127, ../../sass/phone/_unsynced.scss */
  .event-container .event-header {
    background: url("../../images/h2-bg-960.png?1355330957") no-repeat left 93px;
    background-size: 100% 17px;
  }

  /* line 132, ../../sass/phone/_unsynced.scss */
  .event-container .event-col-1 {
    width: 100%;
  }

  /* line 136, ../../sass/phone/_unsynced.scss */
  .event-container .field-event-image {
    padding: 0 0 15px 0;
  }

  /* line 140, ../../sass/phone/_unsynced.scss */
  .event-container .event-col-2 {
    width: 100%;
  }

  /* line 144, ../../sass/phone/_unsynced.scss */
  .event-container ul.quicktabs-tabs {
    margin: 0;
    padding: 40px 0 10px 0;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
  }

  /* line 155, ../../sass/phone/_unsynced.scss */
  .event-container .quicktabs-tabs li {
    position: relative;
    text-align: center;
    padding: 0.7em 0.7em 0.5em 0.5em;
    display: inline-block;
    margin: 5px;
    min-width: 140px;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    background-color: #5b595a;
  }

  /* line 170, ../../sass/phone/_unsynced.scss */
  .event-container .quicktabs-tabs li.active {
    -webkit-box-shadow: 0 0 0 2px #cccccc;
    -moz-box-shadow: 0 0 0 2px #cccccc;
    box-shadow: 0 0 0 2px #cccccc;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /* line 181, ../../sass/phone/_unsynced.scss */
  .event-container .quicktabs-tabs li a {
    color: #fff;
    margin: 0 20px;
  }

  /* line 186, ../../sass/phone/_unsynced.scss */
  .event-container .quicktabs-tabs li a:hover {
    color: #9f54a1;
  }

  /* line 190, ../../sass/phone/_unsynced.scss */
  .event-container .quicktabs-tabs li.active a {
    color: #9f54a1;
    margin: 0 20px;
  }

  /* line 195, ../../sass/phone/_unsynced.scss */
  .event-container .quicktabs-tabs li.active a:hover {
    color: #5b595a;
  }

  /* line 199, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .block.featured-events {
    width: 100%;
    padding-top: 25px;
  }

  /* line 204, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .block.featured-events .block-title {
    height: 56px;
    line-height: .8em;
  }

  /* line 209, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .block.featured-events .event .title {
    min-width: 300px;
  }

  /* line 213, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .block.featured-events .event .title-details {
    width: 50%;
    min-width: 150px;
    max-height: 50px;
    overflow: hidden;
  }

  /* line 220, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .subscribe {
    height: auto;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
  }

  /* line 227, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .subscribe h2 {
    padding: 10px 10px 0 10px;
  }

  /* line 231, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .subscribe form {
    padding: 0 10px 10px 10px;
  }

  /* line 235, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .subscribe .form-item {
    width: 190px;
  }

  /* line 239, ../../sass/phone/_unsynced.scss */
  .section-events .region-below-slider .subscribe input[type="text"] {
    width: 190px;
  }

  /* line 243, ../../sass/phone/_unsynced.scss */
  .section-blog .blog-header .views-row {
    display: inline-block;
    width: 90%;
    padding: 20px 5% 20px 5%;
    margin: 0 0 20px 0;
  }

  /* line 250, ../../sass/phone/_unsynced.scss */
  .section-blog .blog-header .views-row-3 {
    display: none;
  }

  /* line 254, ../../sass/phone/_unsynced.scss */
  .section-blog .view-content {
    display: inline-block;
    width: 100%;
  }

  /* line 259, ../../sass/phone/_unsynced.scss */
  .section-blog #block-views-blog-block-4 {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
  }

  /* line 265, ../../sass/phone/_unsynced.scss */
  article.node-blog {
    display: inline-block;
    width: 100%;
  }

  /* line 270, ../../sass/phone/_unsynced.scss */
  .main-blog-posts img {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  /* line 277, ../../sass/phone/_unsynced.scss */
  .main-blog-posts iframe {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  /* line 283, ../../sass/phone/_unsynced.scss */
  .main-blog-posts embed {
    max-width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  /* line 290, ../../sass/phone/_unsynced.scss */
  .node-type-blog #main {
    padding-top: 20px;
  }

  /* line 294, ../../sass/phone/_unsynced.scss */
  .view-blog .view-header {
    padding-top: 40px;
  }

  /* line 298, ../../sass/phone/_unsynced.scss */
  .region-home-content-charts {
    padding-bottom: 30px;
  }

  /* line 302, ../../sass/phone/_unsynced.scss */
  .front .slider-image {
    margin-top: 0;
  }

  /* line 306, ../../sass/phone/_unsynced.scss */
  .section-events .events-sidebar {
    width: auto;
  }
}
