/*

SASS_STYLE.SCSS CONTENTS

This file is set up for mobile-first coding. See below for file structure:

- Variables and mixins
- General
    This is where global styles go, as well as styles that apply to content
- Header
- Main Menu
- Footer
- Interior Pages
	- Sidebar
	- Pagination
- Home
- Media Queries
	- Tablet Portrait (768px); corresponds with Bootstrap 'sm'
	- Tablet Landscape (992px); corresponds with Bootstrap 'md'
	- Desktop (1200px); corresponds with Bootstrap 'lg'

*/
/*
	= Variables and mixins	
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/*
	= General	
*******************************************************************************************/
html {
  overflow-x: hidden; }

body {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1168px; }

body {
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #434240;
  padding-bottom: 0;
  background-color: #DDEAF1; }

#container-wrapper {
  padding-top: 70px; }

img {
  max-width: 100%;
  height: auto; }

.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #CDC1CF;
  padding: 5px;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2); }
  .wp-caption img {
    width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    margin-bottom: 0;
    font-size: 12px;
    font-style: italic;
    color: #111; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 1em; }

.aligncenter {
  margin: 20px auto;
  display: block; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 1em; }

.maincontent.lower a {
  color: #007EB7;
  font-weight: bold; }
.maincontent.lower em {
  font-style: italic; }
.maincontent.lower strong {
  font-weight: bold; }
.maincontent.lower p {
  font: normal normal normal 15px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #434240;
  margin-bottom: 15px; }
.maincontent.lower blockquote, .maincontent.lower blockquote * {
  color: #00AEEF;
  font: 18px/130% "Montserrat", sans-serif;
  margin: 15px 0; }
.maincontent.lower h1, .maincontent.lower h2, .maincontent.lower h3, .maincontent.lower h4, .maincontent.lower h5, .maincontent.lower h6 {
  color: #434240;
  margin: 30px 0 15px;
  font-family: "Montserrat", sans-serif; }
.maincontent.lower h2 {
  font-size: 30px; }
.maincontent.lower h3 {
  font-size: 24px; }
.maincontent.lower h4 {
  font-size: 20px; }
.maincontent.lower h5 {
  font-size: 16px; }
.maincontent.lower h6 {
  font-size: 14px;
  text-transform: uppercase; }
.maincontent.lower > h2 {
  font-size: 40px; }
.maincontent.lower ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  font: normal normal normal 15px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px; }
  .maincontent.lower ul ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0; }
    .maincontent.lower ul ul ul {
      list-style-type: circle; }
.maincontent.lower ol {
  padding-left: 30px;
  list-style-type: decimal;
  color: #111;
  font: normal normal normal 15px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px; }
  .maincontent.lower ol ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-bottom: 0; }
    .maincontent.lower ol ul ul {
      list-style-type: circle; }
  .maincontent.lower ol ol {
    padding-left: 20px; }
.maincontent.lower .small {
  font-size: 80%; }

/*
	= Header	
*******************************************************************************************/
.navbar {
  border: none;
  background: rgba(0, 88, 138, 0.9);
  padding: 5px 15px; }

.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.navbar-header {
  float: left; }
  .navbar-header #brand h1 {
    margin-top: 0;
    margin-bottom: 0; }
  .navbar-header #brand h1 a {
    margin: 0;
    display: inline-block;
    line-height: 23px;
    width: 140px; }
  .navbar-header #brand h2.site-description {
    font-family: "Montserrat", sans-serif;
    width: 140px;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    color: #F26522; }

#search-2 {
  float: right; }

#topright {
  float: right;
  margin-right: -15px; }
  #topright h3.widget-title {
    display: none; }
  #topright .btn-default {
    border: 1px solid #007EB7;
    padding: 8px 20px;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 12px;
    background: transparent;
    color: white;
    border-color: white;
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px; }
    #topright .btn-default:hover {
      background: #007EB7;
      color: white;
      text-decoration: none; }

/*
	= Main Menu	
*******************************************************************************************/
.menu-collapser {
  display: none !important; }

.offcanvas-toggle {
  background-color: #F26522;
  position: absolute;
  z-index: 1000;
  border: none;
  border-radius: 0;
  padding: 9px 10px; }
  .offcanvas-toggle .icon-bar {
    background-color: #E5E5E5;
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 4px;
    border-radius: 1px; }
    .offcanvas-toggle .icon-bar:first-child {
      margin-top: 0; }

.offcanvas-toggle .icon-bar:nth-of-type(2) {
  top: 1px; }

.offcanvas-toggle .icon-bar:nth-of-type(3) {
  top: 2px; }

.offcanvas-toggle .icon-bar {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

.offcanvas-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.offcanvas-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent; }

.offcanvas-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
  background: rgba(242, 101, 34, 0.9);
  margin-bottom: 20px; }
  ul.slimmenu li {
    position: relative; }
    ul.slimmenu li a {
      display: block;
      color: white;
      padding: 12px 64px 12px 16px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: 400;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
      transition: background-color 0.5s ease-out;
      -o-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      -webkit-transition: background-color 0.5s ease-out; }
      ul.slimmenu li a:hover {
        background-color: #00588A;
        text-decoration: none;
        border-left: 4px solid #F26522; }
    ul.slimmenu li .sub-collapser {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
      position: absolute;
      right: 0;
      top: 0;
      width: 48px;
      height: 100%;
      text-align: center;
      z-index: 999;
      cursor: pointer; }
      ul.slimmenu li .sub-collapser:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      ul.slimmenu li .sub-collapser > i {
        color: #333;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        font-style: normal; }
    ul.slimmenu li > ul {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 999;
      width: 100%; }
      ul.slimmenu li > ul > li ul {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 999;
        width: 100%; }
  ul.slimmenu > li {
    margin-right: -5px; }
  ul.slimmenu ul {
    margin: 0;
    list-style-type: none; }
    ul.slimmenu ul li {
      background-color: #BBB; }
  ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li a {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.075);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    ul.slimmenu.collapsed li .sub-collapser {
      height: 40px; }
    ul.slimmenu.collapsed li > ul {
      display: none;
      position: static; }

ul.slimmenu li.current-menu-item a {
  background-color: #00588A;
  text-decoration: none;
  border-left: 4px solid #F26522; }

.collapse-button {
  display: none; }

.navbar-collapse {
  max-height: 430px; }

.row-offcanvas > p {
  margin-bottom: 0; }

/*
	= Footer 	
*******************************************************************************************/
footer {
  background: white;
  text-align: center;
  border-top: 1px solid #E5E5E5; }
  footer #black-studio-tinymce-15 h3.widget-title {
    display: none; }
  footer #black-studio-tinymce-15 img {
    float: none; }
  footer #black-studio-tinymce-15 p {
    font-size: 12px; }

#menu-footer-menu {
  margin: 20px auto;
  text-align: center;
  padding: 0;
  font-size: 13px; }
  #menu-footer-menu li {
    list-style: none;
    display: inline;
    margin-right: 10px; }

/*
	= Interior pages 	
*******************************************************************************************/
.maincontent.lower {
  padding-bottom: 50px;
  background: white;
  padding: 0 15px;
  margin-bottom: 30px; }
  .maincontent.lower .page-title, .maincontent.lower #tribe-events-content h2.tribe-events-page-title, #tribe-events-content .maincontent.lower h2.tribe-events-page-title {
    font-family: "Montserrat", sans-serif;
    color: #00AEEF;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 5px 0 10px 40px;
    border-bottom: 1px solid #00588A; }
  .maincontent.lower h3, .maincontent.lower h4, .maincontent.lower h5 {
    color: #00588A; }

.page-template-page-nosidebar .maincontent.lower .page-title, .page-template-page-nosidebar .maincontent.lower #tribe-events-content h2.tribe-events-page-title, #tribe-events-content .page-template-page-nosidebar .maincontent.lower h2.tribe-events-page-title {
  font-size: 16px;
  padding-left: 0; }

.container-normal .row.maincontent {
  background-color: #FFF; }

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden; }
  #breadcrumbs li {
    float: left;
    margin-right: 15px; }
  #breadcrumbs .separator {
    font-weight: 700;
    font-size: 20px;
    color: #999; }

a.overlay-effect {
  display: block;
  padding: 15px;
  background: white;
  border: 1px solid #E5E5E5;
  margin-left: 20px;
  margin-bottom: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  a.overlay-effect img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    a.overlay-effect img:hover {
      opacity: 0.75; }
  a.overlay-effect button {
    white-space: normal;
    background: #F26522;
    font-family: "Montserrat", sans-serif;
    color: white;
    border: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    a.overlay-effect button:hover {
      background: #007EB7;
      color: white; }

.info-graphics-container article {
  overflow: hidden;
  padding-bottom: 20px; }
.info-graphics-container strong {
  color: #007EB7; }
.info-graphics-container .addthis_sharing_toolbox {
  padding-top: 10px;
  clear: both; }

.tribe-bar-filters {
  display: none; }

#tribe-events-content h2.tribe-events-list-event-title a {
  color: #F26522; }
  #tribe-events-content h2.tribe-events-list-event-title a:hover {
    color: #bc440b; }

.partners-container img {
  margin: 10px auto;
  display: block; }
.partners-container h3.entry-title {
  margin-top: 0;
  margin-bottom: 20px; }
  .partners-container h3.entry-title a {
    font-size: 14px;
    font-weight: 300; }

.page-id-2 .entry > h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  color: #F26522; }

#gform_2 input {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 8px; }
#gform_2 .gform_body {
  background: #cceffc;
  padding-bottom: 30px; }
#gform_2 input#gform_submit_button_2 {
  background: #007EB7;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 4px;
  color: white;
  border: 1px solid white; }

/* Sidebar
****************************************************/
#secondary a {
  color: #000; }
#secondary h3.widget-title {
  margin-top: 0; }
#secondary aside {
  background-color: #E5E5E5;
  padding: 10px;
  margin-bottom: 20px; }
  #secondary aside ul {
    list-style: none; }
#secondary li {
  list-style: none; }

.addthis_sharing_toolbox {
  padding-left: 15px; }

/* Pagination
****************************************************/
.navigation {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 70px;
  margin-bottom: 5rem; }
  .navigation li {
    display: inline; }
  .navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    color: #333;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    box-shadow: 1px 1px 1px #B6B6B6; }
  .navigation li a:hover, .navigation li.active a {
    background-color: #333;
    color: #FFF; }

/*
	= Home 	
*******************************************************************************************/
#mainpage {
  position: relative;
  top: -64px; }
  #mainpage .maincontent {
    background-color: #FFF; }

.slider .flex-viewport .slides li > div.hero1 {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 75% 100%; }
.slider .slide-caption {
  background: transparent;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjM2YxZSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzNmMWUiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(92, 63, 30, 0)), color-stop(100%, rgba(92, 63, 30, 0.8)));
  background-image: -webkit-linear-gradient(rgba(92, 63, 30, 0), rgba(92, 63, 30, 0.8));
  background-image: linear-gradient(rgba(92, 63, 30, 0), rgba(92, 63, 30, 0.8)); }
  .slider .slide-caption a {
    display: block;
    background: transparent;
    border: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 36px; }
    .slider .slide-caption a i.fa {
      font-size: 36px;
      border-radius: 50%;
      border: 1px solid white;
      width: 36px;
      height: 36px;
      line-height: 36px;
      margin-right: 15px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .slider .slide-caption a i.fa:hover {
        background: white;
        color: #5C3F1E; }

a.learnmore {
  color: #FFF;
  background-color: #333;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px; }

#summary {
  text-align: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  #summary h3.widget-title {
    display: none; }
  #summary a.readmore {
    border: 1px solid #007EB7;
    padding: 8px 20px;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    margin: 15px 0; }
    #summary a.readmore:hover {
      background: #007EB7;
      color: white;
      text-decoration: none; }

#keyfindings {
  background: white;
  padding: 15px;
  text-align: center; }
  #keyfindings a.readmore {
    border: 1px solid #007EB7;
    padding: 8px 20px;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    margin: 15px 0; }
    #keyfindings a.readmore:hover {
      background: #007EB7;
      color: white;
      text-decoration: none; }
  #keyfindings aside {
    background: #bcedff;
    overflow: hidden; }
  #keyfindings h3.widget-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #F26522;
    font-size: 24px;
    text-align: center; }
  #keyfindings .col-sm-6 h3 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #007EB7;
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #keyfindings .col-sm-6 img {
    margin: 15px auto;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #keyfindings .col-sm-6:hover {
    text-decoration: none; }
    #keyfindings .col-sm-6:hover img {
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }

#call-to-action {
  padding-top: 15px;
  padding-bottom: 15px; }
  #call-to-action label {
    color: white; }
  #call-to-action .FooterHtml {
    border-top: 0; }
  #call-to-action aside {
    padding: 15px; }
    #call-to-action aside h3 {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      color: #F26522;
      margin-bottom: 0.5em;
      text-align: center;
      font-weight: 700; }
    #call-to-action aside .gform_wrapper {
      margin: 0;
      max-width: 100%; }
    #call-to-action aside #gform_wrapper_1,
    #call-to-action aside .textwidget {
      background: #F26522;
      padding: 30px; }
    #call-to-action aside .gform_description,
    #call-to-action aside p {
      color: white;
      font-family: "Montserrat", sans-serif; }
    #call-to-action aside .gform_body input {
      border: 1px solid white;
      border-radius: 4px; }
    #call-to-action aside .gform_footer #gform_submit_button_1 {
      background: #00588A;
      border: none;
      border-radius: 4px;
      color: white;
      font-family: "Montserrat", sans-serif;
      padding: 10px 20px; }
      #call-to-action aside .gform_footer #gform_submit_button_1:hover {
        background: #007EB7; }

.page-id-2357 .contact-info-box {
  border: 1px solid #007EB7;
  background: #cce5f1; }

.at-inner {
  background: none !important;
  border: none !important; }

.at-title {
  display: none !important; }

.at label {
  font-size: 2rem !important; }

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea {
  font-size: 2rem !important;
  height: 3.3rem !important; }
.at legend.at-legend {
  display: none !important; }

.spu-box h2 {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #F26522;
  font-size: 24px; }

input#input_3_1 {
  width: 100%;
  padding: 8px; }

input#gform_submit_button_3 {
  background: #007EB7;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 4px;
  color: white;
  border: 1px solid white; }

#field_3_1 .gfield_label,
#field_3_2 .gfield_label {
  display: none; }

/*
	= Media Queries	
*******************************************************************************************/
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-right {
    right: 0; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */ }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -80%;
    /* 6 columns */ }

  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */ }

  .row-offcanvas-left.active {
    left: 80%;
    /* 6 columns */ }

  .sidebar-offcanvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    /* 6 columns */ } }
@media (min-width: 768px) {
  /* Tablet Portrait */
  .navbar-header {
    margin-top: 4px; }
    .navbar-header #brand h1 a {
      width: 460px;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    .navbar-header #brand h2.site-description {
      position: absolute;
      top: 100px;
      left: 30%;
      width: 400px;
      font-size: 48px;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }

  #topright .btn-default {
    margin-top: 12px; }

  .page .navbar-header #brand h1,
  .archive .navbar-header #brand h1,
  .single .navbar-header #brand h1,
  .error404 .navbar-header #brand h1,
  .search .navbar-header #brand h1 {
    float: left; }
  .page .navbar-header #brand h1 a,
  .archive .navbar-header #brand h1 a,
  .single .navbar-header #brand h1 a,
  .error404 .navbar-header #brand h1 a,
  .search .navbar-header #brand h1 a {
    width: 260px;
    float: left !important;
    display: inline-block; }
  .page .navbar-header #brand h2.site-description,
  .archive .navbar-header #brand h2.site-description,
  .single .navbar-header #brand h2.site-description,
  .error404 .navbar-header #brand h2.site-description,
  .search .navbar-header #brand h2.site-description {
    position: inherit;
    font-size: 18px;
    float: left;
    width: 240px;
    margin-left: 20px; }

  .page #topright .btn-default,
  .archive #topright .btn-default,
  .single #topright .btn-default,
  .error404 #topright .btn-default,
  .search #topright .btn-default {
    margin-top: 0px; }

  .top-nav-collapse .navbar-header #brand h1 {
    float: left; }
  .top-nav-collapse .navbar-header #brand h1 a {
    width: 260px;
    float: left; }
  .top-nav-collapse .navbar-header #brand h2.site-description {
    position: inherit;
    font-size: 18px;
    float: left;
    width: 240px;
    margin-left: 20px; }
  .top-nav-collapse #topright .btn-default {
    margin-top: 0; }

  ul.slimmenu li a {
    padding: 12px 16px; }
  ul.slimmenu li ul.sub-menu {
    width: 200px; }
    ul.slimmenu li ul.sub-menu li a {
      width: 200px; }
  ul.slimmenu li .sub-collapser {
    display: none; }

  .home #sidebar {
    position: absolute;
    z-index: 1000; }

  .slider {
    margin-top: -60px; }
    .slider .flex-viewport .slides li > div.hero1 {
      height: 600px;
      background-size: cover;
      background-position: center center; }

  #summary {
    font-size: 18px;
    padding: 30px; }
    #summary a.readmore {
      border: 1px solid #007EB7;
      padding: 8px 20px;
      font-family: "Montserrat", sans-serif;
      border-radius: 5px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      display: inline-block;
      margin: 15px 0; }
      #summary a.readmore:hover {
        background: #007EB7;
        color: white;
        text-decoration: none; }

  #keyfindings {
    font-size: 18px; }
    #keyfindings h3.widget-title {
      font-size: 30px; }
    #keyfindings a.readmore {
      margin-top: 20px;
      margin-bottom: 30px; }

  .maincontent.lower {
    min-height: 600px;
    margin-left: 0;
    padding: 15px;
    padding-bottom: 100px; }
    .maincontent.lower .page-title, .maincontent.lower #tribe-events-content h2.tribe-events-page-title, #tribe-events-content .maincontent.lower h2.tribe-events-page-title {
      padding-left: 0; }

  #call-to-action {
    max-width: 640px;
    margin: 0 auto; }
    #call-to-action h3.widget-title {
      font-size: 36px; }

  footer {
    text-align: left;
    border-top: 1px solid #E5E5E5;
    padding-top: 50px;
    padding-bottom: 30px; }
    footer #menu-footer-menu {
      text-align: left;
      margin-left: 30px; }
    footer #black-studio-tinymce-15 img {
      float: left; }
    footer #black-studio-tinymce-15 p {
      font-size: 12px; }

  a.overlay-effect {
    display: block;
    float: right;
    width: 350px; } }
@media (min-width: 992px) {
  /* Tablet Landscape */
  #container-wrapper {
    padding-top: 85px; }

  .navbar-header #brand h1 a {
    width: 600px; }
  .navbar-header #brand h2.site-description {
    top: 132px;
    left: 36%;
    width: 600px; }

  #topright .btn-default {
    font-size: 24px;
    padding: 10px 30px; }

  .top-nav-collapse #topright .btn-default {
    font-size: inherit; }

  .page #topright .btn-default,
  .archive #topright .btn-default,
  .single #topright .btn-default,
  .error404 #topright .btn-default,
  .search #topright .btn-default {
    font-size: inherit; }

  .slider .flex-viewport .slides li > div.hero1 {
    height: 700px;
    background-size: cover;
    background-position: center bottom; }

  #summary {
    font-size: 22px;
    padding: 60px; }

  #keyfindings {
    font-size: 22px; }
    #keyfindings h3.widget-title {
      font-size: 48px; }

  .maincontent.lower p {
    font-size: 1.2em;
    margin-left: 60px;
    margin-right: 60px; }
  .maincontent.lower .page-title, .maincontent.lower #tribe-events-content h2.tribe-events-page-title, #tribe-events-content .maincontent.lower h2.tribe-events-page-title {
    font-size: 40px; }

  .page-template-page-nosidebar .maincontent.lower .page-title, .page-template-page-nosidebar .maincontent.lower #tribe-events-content h2.tribe-events-page-title, #tribe-events-content .page-template-page-nosidebar .maincontent.lower h2.tribe-events-page-title {
    font-size: 40px; }

  .page-id-2357 .maincontent.lower p {
    margin-left: 0;
    margin-right: 0; }

  .partners-container .entry-summary p {
    margin-left: 0;
    margin-right: 0; }

  #tribe-events-content-wrapper p {
    margin-left: 0;
    margin-right: 0; }

  .info-graphics-container article {
    padding-bottom: 50px; }

  #call-to-action {
    max-width: 800px; }
    #call-to-action h3.widget-title {
      font-size: 48px;
      margin-bottom: 10px; }
    #call-to-action .gform_body,
    #call-to-action .gform_footer {
      max-width: 400px;
      margin: 0 auto; }

  .spu-box h2 {
    font-size: 48px; } }
@media (min-width: 1200px) {
  /* Desktop */
  .navbar-header #brand h1 a {
    width: 600px; }
  .navbar-header #brand h2.site-description {
    top: 132px;
    left: 36%;
    width: 600px; }

  .home #sidebar {
    max-width: 300px; }

  .slider .flex-viewport .slides li > div.hero1 {
    height: 780px; } }

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