/*
Theme Name: SBDC
Version: 1.0.0
Author: Elisabeta Nitura
Author URI: http://www.riefmedia.com
Text Domain: smpl
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
  margin-top: 0 !important;
}


ol, ul {
  list-style: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}


a img {
  border: none;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Genericons';
  src: url("../fonts/genericons/genericons-regular-webfont.eot");
  src: url("../fonts/genericons/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/genericons/genericons-regular-webfont.woff") format("woff"), url("../fonts/genericons/genericons-regular-webfont.ttf") format("truetype"), url("../fonts/genericons/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font: 300 18px/1.5em 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  background: 300;
  color: #313131;
}


h1, h2, h3, h4, h5, h6 {
  font: 500 1.5em/1.5em 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}


h1 {
  font-size: 24px;
  line-height: 1;
}

.entry-content h1 {
  margin-bottom: 15px;
  font-size: 36px;
}


h2 {
  font-size: 24px;
  margin-bottom: 10px;
}


h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.page-template-page-services h3, h3.red-heading {
  color: #d44457;
  font-weight: 300;
}


h4 {
  font-size: 15px;
  text-transform: none;
}


strong {
  font-family:'Proxima N W01 Smbd';
}


p {
  margin-bottom: 20px;
}


ul {
  list-style: disc outside;
  margin: 0.25em 1em;
}


li {
  line-height: 2;
}


hr {
  border: 0 none;
  border-bottom: 1px solid #4c4d5e;
  clear: both;
  margin: 45px 0;
}


a:link {
  color: #4f6c93;
  text-decoration: none;
}


a:hover, a:visited, a:active {
  color: #d44457;
}

.content a:not(.button) {
  box-shadow: inset 0px -2px 0px currentColor;
}


.content a:not(.button):hover, .content a:not(.button):visited, .content a:not(.button):active {
  box-shadow: inset 0px -2px 0px currentColor;
}


.clear:before, .clear:after {
  content: "";
  display: table;
}
/* line 29, assets/css/_mixins.scss */
.clear:after {
  clear: both;
}


a:focus {
  outline: none;
}

/* line 90, assets/css/_base.scss */
em {
  font-style: italic;
}

.content button, input[type="submit"], input[type="reset"], input[type="button"], #wpsbdcl-search-wrap #wpsbdcl-search-btn {
  background-color: #d44457;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 0 14px !important;
  border: 0 none;
  line-height: 1.5em !important;
  cursor: pointer;
  background-image: none;
  vertical-align: bottom;
  border-radius: 0;
}
/* line 111, assets/css/_base.scss */
.content button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, #wpsbdcl-search-wrap #wpsbdcl-search-btn:hover {
  color: #fff;
  background-color: #4c4d5e;
}


.alignleft {
  float: left;
  text-align: left;
  margin: 0 30px 30px 0;
}


.alignright {
  float: right;
  text-align: left;
  margin: 0 0 30px 30px;
}


.aligncenter {
  text-align: center;
  margin: 0 auto 30px;
  display: block;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  max-width: 100%;
  height: auto;
}


.lowercase {
  text-transform: none;
}


.entry-content p.trigger {
  background: transparent;
  padding: 0;
  margin: 30px 0;
  background: none;
  font: 700 1.5em/1.5em Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #000a21;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0 none;
}

.entry-content p.trigger a {
  color: #45b5de;
  font-weight: 700;
  box-shadow: none;
}

p.trigger:nth-of-type(1) {
  color: yellow;
}

p.trigger:before {
  content: '\f196';
  font-family: FontAwesome;
  color: #45b5de;
  font-weight: normal;
}
/* line 160, assets/css/_base.scss */
p.trigger.active, p.trigger:hover {
  background: transparent;
}
/* line 163, assets/css/_base.scss */
p.trigger.active a, p.trigger.active:before, p.trigger:hover a, p.trigger:hover:before {
  color: #d44457;
}
/* line 169, assets/css/_base.scss */
p.trigger.active:before {
  content: '\f147';
}

/* line 175, assets/css/_base.scss */
table {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}

/* line 179, assets/css/_base.scss */
td {
  padding: 30px 45px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

/* line 185, assets/css/_base.scss */
#notification {
  display: none;
  color: #FFFFFF;
  padding: 50px;
}

/* line 190, assets/css/_base.scss */
.notification-trigger {
  visibility: none;
}

@media (max-width: 1364px) {
  /* line 195, assets/css/_base.scss */
  .shareaholic-canvas {
    padding: 0 70px;
  }
}

body {
  position: absolute;
  width: 100%;
  margin: 0;
}



.page-template-page-services #page .hentry, .page-template-page-help #page .hentry {
  background-color: #f2f2f2;
}

.page-template-page-about #page .buttons {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
-ms-flex-wrap:wrap;
    flex-wrap:wrap;

}


.page .hentry,
.no-results,
.error404 .content,
.benefits,
.page-template-page-about .hentry:first-child,
.page-template-default .hentry:first-child,
.page-template-page-about .no-results:first-child,
.page-template-default .no-results:first-child,
.page-template-page-about .error404 .content:first-child,
.page-template-default .error404 .content:first-child,
.page-template-page-subpage .hentry,
.single-resource .hentry,
.page-template-page-subpage .no-results,
.single-resource .no-results,
.page-template-page-subpage .error404 .content,
.single-resource .error404 .content,
.page-template-page-subpage .hentry:first-child,
.single-resource .hentry:first-child,
.page-template-page-subpage .no-results:first-child,
.single-resource .no-results:first-child,
.page-template-page-subpage .error404 .content:first-child,
.single-resource .error404 .content:first-child,
.page-template-page-subpage .hentry .entry-content,
.single-resource .hentry .entry-content,
.page-template-page-subpage .no-results .entry-content,
.single-resource .no-results .entry-content,
.page-template-page-subpage .error404 .content .entry-content,
.single-resource .error404 .content .entry-content,
.page-template-page-subpage .hentry:first-child .entry-content,
.single-resource .hentry:first-child .entry-content,
.page-template-page-subpage .no-results:first-child .entry-content,
.single-resource .no-results:first-child .entry-content,
.page-template-page-subpage .error404 .content:first-child .entry-content,
.single-resource .error404 .content:first-child .entry-content,
.hentry.partner, .no-results.partner, .error404 .content.partner {
  padding: 3em 2em 2em;
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
}

.hentry img, .no-results img, .error404 .content img,
.hentry div:not (.contact-form) img {
  max-width: 100%;
  height: auto;
}

/* Header Hero */

.hero {
  position: relative;
  margin-bottom: 4em;
}

.tribe-events-page-template .hero {
  position: relative;
  margin: 0 auto;
  max-height: 30em;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d44457+0,d6707b+100 */
  background: rgb(212,68,87); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(212,68,87,1) 0%, rgba(214,112,123,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(212,68,87,1) 0%,rgba(214,112,123,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(212,68,87,1) 0%,rgba(214,112,123,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44457', endColorstr='#d6707b',GradientType=0 ); /* IE6-9 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media screen and (min-width: 115em) {
  .tribe-events-page-template .hero {
    padding-top: 97px;
  }
}

.tribe-events-page-template .hero h1 {
  padding: 0.75em
}

.tribe-events-page-template .hero img {
  width: 100%;
}

@media (max-width: 48em) {
  .hero {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 115em) {
  .hero {
    margin-top: 97px;
  }
}

.hero h1 {
  text-align: center;
  margin: 0;
}

@media (min-width: 75em) {
  .hero h1 {
    text-align: right;
  }
}

@media (max-width: 75em) {
  .hero h1 img {
    max-width: 1188px;
    height: auto;
    width: 100%;
    padding: 0 0 0 35px;
    vertical-align: bottom;
  }
}

.hero .subheading {
  padding: 10px 70px 5px;
  background-color: rgba(0, 13, 48, 0.7);
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 899px) {
  .hero .subheading {
    padding: 10px 20px 5px;
    line-height: 1.25;
    font-size: 15px;
  }
}

.hero .subheading p {
  margin-bottom: 10px;
}
@media (max-width: 899px) {
  .hero .subheading p {
    margin-bottom: 0;
  }
  .hero .subheading p:last-child {
      margin-bottom: 5px;
  }
}
/* line 111, assets/css/_layout.scss */
.hero .subheading p br {
  display: none;
}
@media (min-width: 900px) {
  /* line 101, assets/css/_layout.scss */
  .hero .subheading {
    padding: 10px 0 0;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 101, assets/css/_layout.scss */
  .hero .subheading {
    border-top: 4px solid #323133;
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 185px;
    left: 35px;
    text-align: left;
    color: #323133;
  }
  /* line 133, assets/css/_layout.scss */
  .hero .subheading p {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 1365px) {
  /* line 101, assets/css/_layout.scss */
  .hero .subheading {
    left: 175px;
  }
}

/* line 145, assets/css/_layout.scss */
.intro {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5em 1.5em;
}

.intro ul {
  margin: 0;
  list-style-type: square;
}
/* line 155, assets/css/_layout.scss */
.intro li {
  float: left;
  margin-right: 40px;
}

/* Footer Video */
/* line 166, assets/css/_layout.scss */
.featured-video {
  background-color: #002d62;
}
/* line 168, assets/css/_layout.scss */
.featured-video .video-box {
  width: 55%;
  float: left;
  position: relative;
}
/* line 171, assets/css/_layout.scss */
.featured-video .video-box a {
  display: block;
}
/* line 173, assets/css/_layout.scss */
.featured-video .video-box a:after {
  content: url("images/play-button.png");
  position: absolute;
  top: 404px;
  left: 704px;
  top: calc(50% - 44px);
  left: calc(50% - 44px);
  width: 88px;
  height: 88px;
}
/* line 184, assets/css/_layout.scss */
.featured-video .video-box img {
  vertical-align: top;
}
/* line 188, assets/css/_layout.scss */
.featured-video .video-heading {
  width: 45%;
  float: left;
}
/* line 190, assets/css/_layout.scss */
.featured-video .video-heading p {
  color: #a1acbd;
  padding: 60px;
  font-size: 48px;
  text-transform: uppercase;
  font-family: Montserrat, Helvetica, Arial, sans-serif;

  line-height: 1;
}
/* line 24, assets/css/_mixins.scss */
.featured-video:before, .featured-video:after {
  content: "";
  display: table;
}
/* line 29, assets/css/_mixins.scss */
.featured-video:after {
  clear: both;
}

/* line 207, assets/css/_layout.scss */
.single-tribe_events .tribe-events-event-image {
  float: left;
  margin: 0 30px 30px 0;
}

/* line 213, assets/css/_layout.scss */
.hentry .single-tribe_events, .hentry .tribe_events {
  padding-top: 15px;
}


#tribe-events-pg-template {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em 0;
}

#tribe-events-bar {
  display: block;
}
.tribe-bar-date-filter {
  width: 35%;
}
.tribe-bar-search-filter {
  width: 35%;
}
.tribe-bar-submit {
  width: 30%;
  margin-left:0px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  display: block;
  padding: 10px 0px !important;
}
.tribe-bar-views-inner {
  padding: 12px 0px 11px;
}

#tribe-events-pg-template .tribe-organizer-name, #tribe-events-pg-template .tribe-events-single-event-title, #tribe-events-pg-template .tribe-events-schedule {
  text-align: center;
}
/* line 235, assets/css/_layout.scss */
#tribe-events-pg-template .hentry {
  padding: 0;
}
/* line 239, assets/css/_layout.scss */
#tribe-events-pg-template .tribe-events-content ol {
  list-style: decimal inside;
}

/* line 245, assets/css/_layout.scss */
.single-tribe_events .tribe-events-event-meta {
  font-size: 18px;
}

/* line 249, assets/css/_layout.scss */
.tribe-events-single ul.tribe-related-events li {
  margin: 0 2% 2%;
}

.header {
  display: flex;
  padding: 0 30px;
  border-bottom: 2px solid #c8c8c8;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 97px;
}

.bar-on .header {
  top: 2em;
}

.header.fixed {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.14);
}

@media screen and (min-width: 115em) {
  .header {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
  }
}



.header .branding {
  padding: 12px 0 8px;
}

.header .branding .site-title {
  text-align: center;
  margin: 0;
}
.branding img {
  height: 75px;
  width: auto;
}

.header .extras .search {
  position: relative;
  margin-left: 0;
  display: flex;
}

.header .toggle-search {
  background-color: #a1acbd;
  padding: 0.25em 1em;
  color: #fff;
  width: 3em;
  height: 35px;
  text-align: center;
  cursor: pointer;
}

.header .search.open .toggle-search {
  background-color: #002d62;
}

.header .search-form {
  background-color: #fff;
  width: 15em;
  height: 36px;
  transition: all 0.25s;
  display: none;
  z-index: 999;
  box-shadow: inset 0 2px 12px rgba(0,0,0,0.14);
}

.header .search.open .search-form {
  display: flex;
}

.header .search .toggle-search .fa-times {
  display: none;
}

.header .search.open .toggle-search .fa-times {
  display: inline;
}

.header .search.open .toggle-search .fa-search {
  display: none;
}


.header .search-field {
  border: 0 none;
  height: 70%;
  transition: all 0.25s;
  background: none;
  line-height: 1;
  padding: 0;
  width: 100%;
  padding: 0.5em 1em;
  margin: 5px auto 5px 10px;
  background-color: rgba(255,255,255,0.25);
}

.header .search-submit {
  position: relative;
  padding: 0 !important;
  background: transparent !important;
  border: 0 none;
  cursor: pointer;
  width: 3em;
}

.header .extras {
  display: flex;
  align-items: center;
}

.header .extras > div {
  margin: 0 0 0 0.75em;
  padding: 0 0.5em;
  line-height: 1.5;
}

.header .extras .social-media {
  text-align: center;
  white-space: nowrap;
}

.header .extras .social-media a {
  color: #002d62;
}

.header .extras .social-media a:hover {
  color: #d44457;
}

.header .extras span {
  font-size: 12px;
  white-space: nowrap;
  display: block;
  text-align: center;
}

.header .extras img {
  margin: 0 auto;
  max-height: 40px;
  width: auto;
}

.container .social-buttons {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 75px);
  text-align: center;
  align-items: center;
  margin: 4rem auto;
}

.container .social-buttons a {
  text-decoration: none;
  box-shadow: none;
}

.container .social-buttons .item {
  display: grid;
  align-items: center;
  height: 30px;
}

.container .social-buttons .item > div,
.container .social-buttons .item > a {
  display: flex !important;
}


.main-navigation {
  font-size: 21px;
  margin-left: auto;
  width: auto;
  display: flex;
}

.main-navigation.toggled-on {
  position: absolute;
  background: rgba(3,48,97,0.95);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 2em 0 0;
  margin: 0;
}

.main-navigation a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}

.main-navigation .description {
  display: none;
  font-size: 14px;
  margin: 1em;
  padding-top: 1em;
  color: #fff;
}

.main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

.main-navigation > div > ul {
  padding: 0.75em 1.695em;
}

.main-navigation.toggled-on > div > ul {
  display: block;
  max-width: 20em;
  margin: 0 auto;
}

.main-navigation ul ul {
  padding: 0 0 1.5em 1.5em;
}

.main-navigation.toggled-on a {
    color: #fff;
}

.main-navigation.toggled-on .menu > .current-menu-item a,
.main-navigation.toggled-on .sub-menu .current-menu-item a {
    color: #d11144;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}

.main-navigation li {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.24);
  padding: 0 1em;
}

.main-navigation li li,
.main-navigation li:last-child {
  border: 0;
}

.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  color: #313131;
}

.main-navigation a:hover {
  color: #d44457;
}


/* Menu toggle */

.menu-toggle {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 18px !important;
  font-size: 1.3125rem;
  line-height: 1 !important;
  margin: 0;
  text-shadow: none;
  padding: 0 1em calc !important;
  background-color: #d44457;
  display: block;
  text-align: right;
  cursor: pointer;
  height: 35px;
}

.menu-toggle:hover {
  background-color: #033061;
}

.main-navigation.toggled-on .menu-toggle {
  margin: 0 2em 0 auto;
  background-color: transparent;
}

.main-navigation.toggled-on .menu-toggle:hover {
  opacity: 0.7;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
  background: transparent;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
}

.dropdown-toggle:focus {
  outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}



@media screen and (min-width: 115em) {

  /* Main Navigation */

  .menu-toggle,
  .dropdown-toggle {
    display: none;
  }

  .main-navigation {
    border-bottom: 0 none;
    margin: 0 auto 0 2em;
    width: 100%;
    font-size: 16px;
    width: auto;
    position: relative;
  }

  .main-navigation .current-menu-parent > a,
  .main-navigation .current-menu-item > a {
    background-color: #f2f4f7;
    color: #d44457;
  }

  .main-navigation > div > ul {
    border-top: 1px solid #eee;
  }

  .main-navigation ul,
  .main-navigation ul ul,
  .main-navigation > div > ul {
    display: block;
  }

  .main-navigation ul {
    background: transparent;
    padding: 0;
  }

  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .main-navigation li {
    border-right: 1px solid #c8c8c8;
    display: inline-block;
    padding: 0;
  }

  .main-navigation .menu > li:first-child {
    border-left: 1px solid #c8c8c8;
  }

  .main-navigation li li {
    display: block;
  }

  .main-navigation a {
    padding: 2em 1.25em;
    transition: all 0.15s;
  }

  .main-navigation a:hover {
    color: #d44457;
    background-color: #f2f4f7;
  }

  .main-navigation ul ul {
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    box-shadow: 0 14px 14px rgba(0,0,0,0.25);
    padding: 1em 0 0 0;
  }


  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:after {
    border-style: solid;
    border-width: 0 6px 6px;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 1em;
    bottom: -1px;
    width: 0;
    z-index: 100000;
  }


  .main-navigation ul li.menu-item-has-children:after,
  .main-navigation ul li.page_item_has_children:after {
    border-color: transparent transparent #fff;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }

  .main-navigation ul ul a {
    padding: 0.5em 1em;
    width: 16em;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-bottom: 1px solid #c8c8c8;
    margin: 0 20px;
  }

  .main-navigation li li:hover,
  .main-navigation li li.focus {

  }

  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .main-navigation li li.focus > a,
  .main-navigation li li:focus > a,
  .main-navigation li li:hover > a,
  .main-navigation li li a:hover,
  .main-navigation li li a:focus,
  .main-navigation li li.current_page_parent a:hover,
  .main-navigation li li.current-menu-parent a:hover,
  .main-navigation li li.current_page_parent a:focus,
  .main-navigation li li.current-menu-parent a:focus {
    color: #d44457;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0;
    right: auto;
    background-color: #fff;
    padding-bottom: 1em;
  }

  .main-navigation .menu-item-has-children > a > .icon,
  .main-navigation .page_item_has_children > a > .icon {
    display: block;
    position: relative;
    top: 0;
    margin: -8px auto;
  }

  .main-navigation ul ul .menu-item-has-children > a > .icon,
  .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg); /* IE 9 */
    transform: rotate(-90deg);
  }

  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }

  .main-navigation ul ul li.menu-item-has-children.focus:before,
  .main-navigation ul ul li.menu-item-has-children:hover:before,
  .main-navigation ul ul li.menu-item-has-children.focus:after,
  .main-navigation ul ul li.menu-item-has-children:hover:after,
  .main-navigation ul ul li.page_item_has_children.focus:before,
  .main-navigation ul ul li.page_item_has_children:hover:before,
  .main-navigation ul ul li.page_item_has_children.focus:after,
  .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }

}

@media screen and (max-width: 48em) {

  .header .extras .social-media,
  .header .extras .hosted,
  .header .extras .language {
    display: none;
  }
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


/*Home Slider*/

.tp-caption {
  text-align: center !important;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
.tp-caption h1 {
  font-size: 60px !important;
  margin-bottom: 25px;
  color: #fff;
  text-transform: none;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}
.tp-caption p {
  font-weight: 200 !important;
  line-height: 1 !important;
  font-size: 30px !important;
  letter-spacing: 2px !important;
  font-family:'Proxima N W01 Smbd';
  margin: 20px 0 60px !important;
}
.tp-caption .button {
  font-size: 16px !important;
}

@media screen and (max-width: 67.5em) {
  .tp-caption {
    padding: 0 3em !important;
  }
  .tp-caption h1 {
    font-size: 24px !important;
  }
  .tp-caption p {
    font-size: 18px !important;
  }
}


/*Buttons*/

a.button, #add-company-form .button {
  padding: 0.5em 2em !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  transition: all 0.25s !important;
  background: #d44457 !important;
  color: #fff;
  border: 4px solid #d44457 !important;
  text-shadow: none !important;
  line-height: 1.5 !important;
}
a.button:hover, #add-company-form .button:hover {
  background: #d44457 !important;
  border: 4px solid #fff !important;
  box-shadow: 0 07px 14px rgba(0, 0, 0, 0.25);
}
a.button.outline {
  color: #fff;
  border: 2px solid #fff !important;
  background: none !important;
  font-family: 'Proxima N W01 Smbd', Helvetica, Arial, sans-serif;
}
a.button.outline:hover {
  background: #fff !important;
  color: #d44457 !important;
}

a.button.big, #add-company-form .button.big {
  font-size: 21px;
  padding: 25px 15px;

}

a.button.contact, #add-company-form .button.contact {
  color: #002d62;
  background-color: #a1acbd;
  border: 0 none;
  padding: 25px 10px;
  font-size: 21px;
  text-align: center;
}

@media (max-width: 56.25em) {

  a.button.contact, #add-company-form .button.contact {
    width: 42%;
    margin: 20px 1.5%;
  }
}
@media (max-width: 48em) {

  a.button.contact, #add-company-form .button.contact {
    width: 90%;
    margin: 10px 5%;
  }
}
@media (min-width: 56.25em) {

  a.button.contact, #add-company-form .button.contact {
    width: 24%;
    margin: 20px 0.5%;
  }
}
@media (min-width: 67.5em) {

  a.button.contact, #add-company-form .button.contact {
    font-size: 28px;
    padding: 1em 0.5em !important;
  }
}

a.button.contact span, #add-company-form .button.contact span {
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

a.button.contact:hover, #add-company-form .button.contact:hover {
  color: #FFFFFF;
  background-color: #002d62;
}

.wrap {
  width: 100%;
  max-width: 75em;
  margin: 0 auto;
}

.single-post .content {
  display: flex;
  flex-wrap: wrap;
  max-width: 75em;
  margin: 0 auto;
}

.content {
  clear: both;
}

@media screen and (min-width: 115em) {
  .content,
  .page-template-page-bizdirectory .content,
  .page-template-page-locations .content {
    padding: 97px 0 2em;
  }

  .page-template-page-partners .content,
  .page-template-page-help .content,
  .page-template-page-resources .content {
    padding: 0;
  }
}

/*Homepage*/

@media screen and (min-width: 115em) {
  .forcefullwidth_wrapper_tp_banner {
    padding: 97px 0 0;
  }
}


/*Homepage Help Section*/

.help {
  text-align: center;
  padding: 5em 2em 2.5em;
}

.help h1 {
  font-size: 48px;
  text-transform: none;
}

.help h1 span {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
}

.help .description,
.page-template-page-partners .wrap .description {
  max-width: 75%;
  margin: 2em auto 4em;
  font-size: 24px;
  line-height: 1.5em;
}

.help .columns {
  display: flex;
  flex-direction: column;
}

.help .column {
  margin: 0 auto 4em;
  padding: 0 3em;
}

.help .column:last-child {
  margin-bottom: 0;
}

.help .column h3 {
  text-transform: none;
  font-size: 24px;
  color: #4f6c93;
  margin-top: 0.5em;
}

@media screen and (min-width: 67.5em) {
  .help .columns {
    flex-direction: row;
  }
  .help .column {
    flex: 1;
    width: 0;
    margin: 0 auto;
  }
}

.help .column ul {
  list-style: none;
  margin: 0 auto 20px;
}

.help .column li {
  line-height: 1.5;
  margin-bottom: 1em;
}


/*Homepage Featured Boxes*/

.featured {
  display: flex;
  flex-wrap: wrap;
}

.featured .column {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #033061;
}

.featured .column:last-child {
  background-color: #d44457;
}

.featured .description {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#033061+0,033061+100&0+49,1+100 */
  background: -moz-linear-gradient(top,  rgba(3,48,97,0) 0%, rgba(3,48,97,0) 25%, rgba(3,48,97,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(3,48,97,0) 0%,rgba(3,48,97,0) 25%,rgba(3,48,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(3,48,97,0) 0%,rgba(3,48,97,0) 25%,rgba(3,48,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00033061', endColorstr='#033061',GradientType=0 ); /* IE6-9 */
}

.featured .column:last-child .description {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d44457+0,d44457+100&0+49,1+100 */
  background: -moz-linear-gradient(top,  rgba(212,68,87,0) 0%, rgba(212,68,87,0) 25%, rgba(212,68,87,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(212,68,87,0) 0%,rgba(212,68,87,0) 25%,rgba(212,68,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(212,68,87,0) 0%,rgba(212,68,87,0) 25%,rgba(212,68,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d44457', endColorstr='#d44457',GradientType=0 ); /* IE6-9 */
}

.featured img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 0.5;
}

.featured .description span {
  font-family: 'Proxima N W01 Smbd';
  font-size: 36px;
  margin-bottom: 0.75em;
  display: block;
  color: #fff;
}

.featured .description .button {
  text-align: left;
}

@media screen and (min-width: 30em) {

  .featured .description {
    padding: 2em 5em;
  }
}

@media screen and (min-width: 67.5em) {

  .featured img {
    opacity: 1;
  }

  .featured .column {
    flex: 1;
    width: 0;
  }

  .featured .description {
    padding: 3em 5em;
    justify-content: left;
    align-items: flex-end;
    text-align: left;
  }
}


/*Homepage secondary Boxes*/

.page-template-page-homepage .blog {
  padding-top: 7em;
}

.page-template-page-homepage .blog .wrap {
  text-align: center;
  padding: 0 0 3em;
}

.page-template-page-homepage .blog .wrap > h2 {
  text-align: center;
}

.page-template-page-homepage .blog .wrap > h2:after {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #313131;
  display: block;
  margin: 1em auto;
}


section.blog .container {
  display: flex;
  flex-wrap: wrap;
}

section.blog .column {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

section.blog .description {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#033061+0,033061+100&0+25,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(3,48,97,0) 0%, rgba(3,48,97,0) 25%, rgba(3,48,97,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(3,48,97,0) 0%,rgba(3,48,97,0) 25%,rgba(3,48,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(3,48,97,0) 0%,rgba(3,48,97,0) 25%,rgba(3,48,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00033061', endColorstr='#033061',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section.blog .column:nth-of-type(2) .description {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d44457+0,d44457+100&0+25,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(212,68,87,0) 0%, rgba(212,68,87,0) 25%, rgba(212,68,87,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(212,68,87,0) 0%,rgba(212,68,87,0) 25%,rgba(212,68,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(212,68,87,0) 0%,rgba(212,68,87,0) 25%,rgba(212,68,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d44457', endColorstr='#d44457',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section.blog .column:nth-of-type(3) .description {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f6c93+0,4f6c93+100&0+25,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(79,108,147,0) 0%, rgba(79,108,147,0) 25%, rgba(79,108,147,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(79,108,147,0) 0%,rgba(79,108,147,0) 25%,rgba(79,108,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(79,108,147,0) 0%,rgba(79,108,147,0) 25%,rgba(79,108,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f6c93', endColorstr='#4f6c93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section.blog .column:nth-of-type(4) .description {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41295d+0,41295d+100&0+25,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(65,41,93,0) 0%, rgba(65,41,93,0) 25%, rgba(65,41,93,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(65,41,93,0) 0%,rgba(65,41,93,0) 25%,rgba(65,41,93,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(65,41,93,0) 0%,rgba(65,41,93,0) 25%,rgba(65,41,93,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041295d', endColorstr='#41295d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section.blog img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

section.blog p, section.blog .button,
.featured p, .featured .button {
  margin-bottom: 0;
  display: block;
  text-align: center;
}
.featured p {
  text-align: left;
}

@media screen and (min-width: 75em) and (max-width: 87.5em) {
  section.blog .button {
    padding: 0.5em 0.75em !important;
  }
}

@media screen and (min-width: 37.5em) {
  section.blog .column {
    width: 50%;
  }
}
@media screen and (min-width: 75em) {
  section.blog .column {
    flex: 1;
    width: 0;
  }
}





a.home .services .service .button, #add-company-form .home .services .service .button {
  background-image: none;
  color: #002d62;
  border: 2px solid #002d62;
  padding: 8px 20px;
  font-size: 16px;
  text-shadow: none;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 56.25em) {
  a.button, #add-company-form .button {
      padding: 5px 10px;
  }
}

a.home .services .service .button.big, #add-company-form .home .services .service .button.big {
  font-size: 21px;
  padding: 25px 15px;

}

a.home .services .service .button:hover, #add-company-form .home .services .service .button:hover {
  color: #fff !important;
  background-color: #002d62;
  background-image: none;
}

a.home .services .service .button:visited, #add-company-form .home .services .service .button:visited {
  background: none;
  color: #002d62;
}

a.home .services .service .button:active, #add-company-form .home .services .service .button:active {
  color: #fff;
  background-color: #002d62;
}
/* line 73, assets/css/_mixins.scss */
a.home .services .service .button.small, #add-company-form .home .services .service .button.small {
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  border-radius: 14px;
  color: #fff;
  padding: 0 14px;
  border: 0 none;
}
/* line 80, assets/css/_mixins.scss */
a.home .services .service .button.small:hover, #add-company-form .home .services .service .button.small:hover {
  background-color: #4c4d5e;
  background-image: none;
}
/* line 85, assets/css/_mixins.scss */
a.home .services .service .button.red, #add-company-form .home .services .service .button.red {
  background-color: #d44457;
  background-image: none;
  text-shadow: none;
}
/* line 91, assets/css/_mixins.scss */
a.home .services .service .button.navy, #add-company-form .home .services .service .button.navy {
  color: #002d62;
  border-color: #002d62;
}
/* line 95, assets/css/_mixins.scss */
a.home .services .service .button.navy:hover, #add-company-form .home .services .service .button.navy:hover {
  background-color: #002d62;
}
/* line 100, assets/css/_mixins.scss */
a.home .services .service .button.contact, #add-company-form .home .services .service .button.contact {
  color: #002d62;
  background-color: #a1acbd;
  border: 0 none;
  padding: 25px 10px;
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-align: center;

}
@media (max-width: 899px) {
  /* line 100, assets/css/_mixins.scss */
  a.home .services .service .button.contact, #add-company-form .home .services .service .button.contact {
    width: 42%;
    margin: 20px 1.5%;
  }
}
@media (max-width: 48em) {
  /* line 100, assets/css/_mixins.scss */
  a.home .services .service .button.contact, #add-company-form .home .services .service .button.contact {
    width: 90%;
    margin: 10px 5%;
  }
}
@media (min-width: 900px) {
  /* line 100, assets/css/_mixins.scss */
  a.home .services .service .button.contact, #add-company-form .home .services .service .button.contact {
    width: 24%;
    margin: 20px 0.5%;
  }
}
@media (min-width: 1200px) {
  /* line 100, assets/css/_mixins.scss */
  a.home .services .service .button.contact, #add-company-form .home .services .service .button.contact {
    font-size: 28px;
    padding: 45px 40px;
  }
}
/* line 130, assets/css/_mixins.scss */
a.home .services .service .button.contact span, #add-company-form .home .services .service .button.contact span {
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
/* line 137, assets/css/_mixins.scss */
a.home .services .service .button.contact:hover, #add-company-form .home .services .service .button.contact:hover {
  color: #FFFFFF;
  background-color: #002d62;
}





/* General WP Store Locator Styles */
/* line 2, assets/css/modules/_locations.scss */
#wpsbdcl-wrap {
  margin: 0;
}
/* line 5, assets/css/modules/_locations.scss */
#wpsbdcl-wrap #wpsbdcl-result-list {
  margin: 0;
}
/* line 16, assets/css/modules/_locations.scss */
#wpsbdcl-wrap .wpsbdcl-gmap-canvas {
  margin: 0;
}

/* SBDC Bussiness Directory */

.business-directory .page-header {
  background-color: #f4f3f3;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 6% 20px 6%;
}

.business-directory .page-header h1 {
  float: left;
}
@media (max-width: 75em) {
  .business-directory .page-header h1 {
    float: none;
    margin-bottom: 15px;
  }
}

.business-directory .page-header .button {
  float: left;
  margin: 3px 0 0 40px;
}

@media (max-width: 75em) {

  .business-directory .page-header .button {
    float: none;
    margin: 10px 0 25px;
  }
}

.business-directory .page-header .button:hover {
  background: #d44457;
}

.business-directory .page-header .info {
  clear: both;
}

.business-directory #wpsl-wrap {
  background: #a1acbd;
}
/* line 69, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search {
  background: #a1acbd;
  padding: 40px 3% 0 3%;
  margin: 0;
}
@media (min-width: 900px) {
  /* line 69, assets/css/modules/_locations.scss */
  .business-directory #wpsl-wrap .wpsl-search {
    float: right;
    width: 30%;
  }
}
/* line 88, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div, .business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form > ul {
  position: static;
  display: block;
  margin: 0;
}
/* line 94, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
  width: 100%;
  margin: 0 0 30px 0;
}
/* line 106, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input {
  width: 100%;
}
/* line 111, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap {
  width: 100%;
  margin: 0 0 30px 0;
}
/* line 120, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius {
  margin-right: 30px;
}
/* line 129, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-category {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 0 30px 0;
}
/* line 140, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-category .wpsl-dropdown {
  width: 100%;
}
/* line 147, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-checkbox-filter {
  margin: 20px 0;
}
/* line 149, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-checkbox-filter li {
  width: 24%;
}
/* line 152, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form #wpsl-checkbox-filter li input {
  outline: 2px solid #778191;
}
/* line 161, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form input, .business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-dropdown {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #778191;
  clear: left;
}
/* line 169, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form > div label {
  background-color: #778191;
  color: white;
  padding: 7px 15px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  width: auto;
}
/* line 181, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
  clear: both;
  text-align: center;
  float: none;
  margin: 20px 0;
}
/* line 192, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap input {
  background: url("images/mag-2.png") no-repeat 10px 50% #d44457;
  text-transform: uppercase !important;
  font-size: 1.25em !important;
  border: none;
  color: white;
  float: none;
  margin: 0px !important;
  background-size: auto 70%;
  padding: 6px 14px 6px 52px !important;
}
@media (min-width: 900px) {
  /* line 214, assets/css/modules/_locations.scss */
  .business-directory #wpsl-wrap .wpsl-gmap-wrap {
    float: left;
    width: 70%;
  }
}
/* line 221, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list {
  clear: both;
  background: white;
  /*display: none;*/
}
/* line 227, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores {
  display: none;
  height: auto !important;
  padding: 40px 0 0 0;
}
/* line 234, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores li {
  list-style: none !important;
  float: left;
  width: 25%;
  padding: 20px 2%;
  font-size: 0.875em;
}
/* line 241, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores li strong > a {
  color: #45b5de;
  font-size: 1.25em;
  line-height: 1em;
  text-transform: uppercase;
}
/* line 248, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores li .wpsl-store-thumb {
  float: left;
  margin: 7px 15px 15px 0px;
  height: auto !important;
  width: 70px !important;
}
/* line 255, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores li .wpsl-direction-wrap {
  color: #a1acbd;
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.9em;
}
/* line 261, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores li .wpsl-direction-wrap a {
  color: #a1acbd;
}
/* line 263, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores li .wpsl-direction-wrap a:hover {
  color: #d44457;
}
/* line 272, assets/css/modules/_locations.scss */
.business-directory #wpsl-wrap #wpsl-result-list #wpsl-stores li:last-of-type {
  float: none;
  width: auto;
}

.business-directory .sponsor-logos {
  margin: 4em auto 2em;
}

.business-directory .sponsor-logos .logos-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.business-directory .sponsor-logos .logos-wrapper .logo {
  margin: 10px 25px 0;
  height: 150px;
  text-align: center;
  vertical-align: text-top;
  display: inline-block;
  /* non-flexbox browsers */
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.business-directory .sponsor-logos .logos-wrapper .logo a {
  box-shadow: none;
}

.business-directory .sponsor-logos .logos-wrapper .logo img {
  width: 150px;
  height: auto;
}

/* SBDC Centers */

.page-template-page-locations .wpgmza_sl_main_div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
}

.page-template-page-locations .entry-title:after, .page-template-page-locations .wpgmza_sl_main_div:after {
  content: " ";
  display: block;
  clear: both;
}

.page-template-page-locations .entry-title {
  margin-bottom: 40px;
  padding-top: 55px;
}

.page-template-page-locations #wpsbdcl-gmap {
  width: 100%;
  float: none;
}
@media (min-width: 900px) {

  .page-template-page-locations #wpsbdcl-gmap {
    float: right;
    width: 70%;
  }
}

.page-template-page-locations #wpsbdcl-result-list {
  width: 100%;
  float: none;
}
@media (min-width: 900px) {
  .page-template-page-locations #wpsbdcl-result-list {
    float: left;
    width: 30%;
  }
}


.page-template-page-locations .locations .wrap {
  padding: 3em 2em;
  display: flex;
  flex-wrap: wrap;
}

.page-template-page-locations .locations .wrap h3 {
  width: 100%;
  border-bottom: 1px solid #bfcad8;
  padding-bottom: 1em;
  margin-bottom: 2em;
  text-transform: none;
  display: flex;
  align-items: center;
}

.location.lead-center .contact,
.location.lead-center .extra {
  max-width: 100%;
}

.location.lead-center .contact {
  margin-bottom: 2em;
}

.location img {
  max-height: 75px;
  vertical-align: middle;
  margin-right: 1.5em;
}


.location-content, .location-links {
  width: 100%;
  margin-bottom: 1.5em;
}

.location-links {
  margin-bottom: 0;
}



@media screen and (max-width: 56.25em) {
  #wpsbdcl-search-wrap form {
    flex-wrap: wrap;
  }

  .wpsbdcl-input, .wpsbdcl-select-wrap {
    width: 50%;
    margin: 0  0 1em;
  }

  #wpsbdcl-search-input {
    width: 100% !important;
  }

  #wpsbdcl-search-wrap div {
    width: 100%;
  }

  #wpsbdcl-results {
    padding: 1em 0;
  }

  #wpsbdcl-search-wrap #wpsbdcl-search-btn {
    margin: 0 auto;
    display: block;
    width: auto;
    float: none;
  }
}

@media screen and (min-width: 48em) {
  .location-content, .location .extra {
    width: 50%;
    margin-bottom: 0;
  }

  .location.lead-center .contact {
    width: 33.33%;
    margin-bottom: 0;
  }

  .location.lead-center .extra {
    width: auto;
    max-width: 66.667%;
    padding-left: 2em;
  }
}

.location-links {
  display: flex;
  justify-content: space-between;
}

.location-links a {
  color: #d11144;
  font-family: 'Proxima N W01 Smbd';
}

.page-template-page-locations .locations .location:nth-child(2n+1) {
    background-color: #f3f4f4;
}

.page-template-page-locations .locations .location.lead-center {
  background: url(images/locations-bg.jpg) no-repeat top center/cover #f3f4f4;
}



.page-template-page-locations .locations .location:before, .page-template-page-locations .locations .location:after {
  content: "";
  display: table;
}
.page-template-page-locations .locations .location:after {
  clear: both;
}

.page-template-page-locations .locations .location .location-links .button {
  text-align: center;
}
@media (min-width: 900px) {

  .page-template-page-locations .locations .location .location-links .button {
    display: block;
    width: 170px;
    float: right;
    margin-right: 0;
  }
}

.page-template-page-locations .locations .location:last-child {
  border-bottom: 0 none;
}

.page-template-page-locations .entry-title {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#033061+0,4f6c93+100 */
  background: rgb(3,48,97); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(3,48,97,1) 0%, rgba(79,108,147,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(3,48,97,1) 0%,rgba(79,108,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(3,48,97,1) 0%,rgba(79,108,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033061', endColorstr='#4f6c93',GradientType=0 ); /* IE6-9 */
  margin-bottom: 0;
  padding: 0.75em;
  text-align: center;
  color: #fff;
}

.page-template-page-locations .wpsbdcl-search {
  margin-bottom: 0;
  padding: 1em 2em;
  background: rgba(0, 13, 48, 0.7);
  color: #fff;
}

.wpsbdcl-street {
    display: inline;
}

#wpsbdcl-wrap #wpsbdcl-gmap, #wpsbdcl-stores {
    height: 550px !important;
}

@media (max-width: 899px) {

  .page-template-page-locations .wpsbdcl-search {
    padding: 20px 30px;
  }
}
/* line 427, assets/css/modules/_locations.scss */
.page-template-page-locations #wpsbdcl-search-input {
  padding: 5px 12px;
}
/* line 431, assets/css/modules/_locations.scss */
.page-template-page-locations .wpsbdcl-dropdown .wpsbdcl-selected-item, .page-template-page-locations .wpsbdcl-dropdown li, .page-template-page-locations .wpsbdcl-selected-item {
  padding: 5px 12px !important;
}



#wpsbdcl-wrap #wpsbdcl-result-list li {
  padding: 10px 10px 10px 35px;
}

#wpsbdcl-result-list li p {
    padding-left: 0;
    margin: 0 0 0.25em;
    font-size: 16px;
    line-height: 1.5;
}

#wpsbdcl-result-list strong {
  display: block;
  font-family: 'Proxima N W01 Smbd';
}

.wpsbdcl-directions {
    display: inline ;
}

#wpsbdcl-search-wrap form {
    display: flex;
    align-items: center;
}

.wpsbdcl-input, .wpsbdcl-select-wrap {
    margin-bottom: 0;
}

/* line 3, assets/css/modules/_directory.scss */
.single-wpsl_stores .content {
  background: url("images/directory-bg-v1.jpg") no-repeat 0 0;
}
/* line 7, assets/css/modules/_directory.scss */
.single-wpsl_stores a {
  color: #d44457;
}
/* line 9, assets/css/modules/_directory.scss */
.single-wpsl_stores a:hover {
  color: #000;
}
/* line 15, assets/css/modules/_directory.scss */
.single-wpsl_stores header {
  overflow: auto;
  margin: 0 0 45px 0;
}
/* line 18, assets/css/modules/_directory.scss */
.single-wpsl_stores header h1 {
  float: left;
  width: 80%;
  margin: 0 0 5px 0;
}
/* line 23, assets/css/modules/_directory.scss */
.single-wpsl_stores header .shareaholic-canvas {
  float: right;
  clear: none;
  width: 20%;
}
/* line 28, assets/css/modules/_directory.scss */
.single-wpsl_stores header .quick-connect {
  float: left;
}
/* line 30, assets/css/modules/_directory.scss */
.single-wpsl_stores header .quick-connect i {
  color: #d44457;
  margin: 0 8px 0 0;
}
/* line 34, assets/css/modules/_directory.scss */
.single-wpsl_stores header .quick-connect a {
  margin-right: 15px;
}
/* line 42, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content i {
  margin: 0 8px 0 0;
}
/* line 46, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .biz-overview {
  margin: 0 0 30px 0;
}
/* line 50, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .sl-wrap {
  background: #f2f4f7;
  overflow: auto;
}
/* line 54, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .sl-wrap a:link {
  font-weight: normal;
}
/* line 59, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .wpsl-gmap-canvas {
  float: left;
  width: 65%;
  margin: 0;
}
@media (max-width: 899px) {
  .single-wpsl_stores .entry-content .wpsl-gmap-canvas {
    float: none;
    width: 100%;
  }
}
/* line 66, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .biz-thumb {
  text-align: center;
  margin: 0 0 40px 0;
}
/* line 69, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .biz-thumb img {
  max-width: 100%;
}
/* line 74, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .biz-details {
  float: right;
  width: 35%;
  padding: 35px 3% 15px;
}
@media (max-width: 899px) {
  .single-wpsl_stores .entry-content .biz-details {
    float: none;
    width: 100%;
    padding: 35px 15px 15px;
  }
}
/* line 79, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .biz-details p {
  margin: 0 0 5px 0;
}
/* line 82, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .biz-details p.name {
  text-transform: uppercase;
  font-size: 1.25em;
}
/* line 88, assets/css/modules/_directory.scss */
.single-wpsl_stores .entry-content .biz-details div.address {
  border-bottom: 2px solid #FFF;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* line 3, assets/css/modules/_services.scss */
.page-template-page-services .hentry .entry-content .col {
  margin-top: 25px;
  width: 100%;
  float: none;
  margin-right: 0;
}
/* line 9, assets/css/modules/_services.scss */
.page-template-page-services .hentry .entry-content .col ul {
  margin-bottom: 25px;
}
/* line 13, assets/css/modules/_services.scss */
.page-template-page-services .hentry .entry-content .col .button {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  /* line 21, assets/css/modules/_services.scss */
  .page-template-page-services .hentry .entry-content .col {
    width: 30.76923%;
    float: left;
    margin-right: 3.84615%;
    margin-top: 55px;
  }
  /* line 24, assets/css/modules/_services.scss */
  .page-template-page-services .hentry .entry-content .col ul {
    margin-bottom: 45px;
  }
  /* line 28, assets/css/modules/_services.scss */
  .page-template-page-services .hentry .entry-content .col .button {
    margin-bottom: 45px;
  }
  /* line 33, assets/css/modules/_services.scss */
  .page-template-page-services .hentry .entry-content .last {
    margin-right: 0;
  }
}
/* line 38, assets/css/modules/_services.scss */
.page-template-page-services .hentry .entry-content h2 {
  color: #d44457;
  font: 300 18px/1.5em 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
}


.updates {
  background-color: #f2f4f7;
  padding: 4em 2em 2em;
}
.updates .col {
  padding-bottom: 20px;
}
@media (max-width: 899px) {

  .updates .col.blog {
    margin-bottom: 40px;
  }
}
@media (min-width: 900px) {

  .updates .col {
    width: 47.05882%;
    float: left;
    margin-right: 5.88235%;
  }
}

.updates .col h1 {
  font: 700 1.5em/1.5em Montserrat, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 25px;
}
/* line 27, assets/css/modules/_events.scss */
.updates .col div.item {
  border-bottom: 1px solid #000a21;
  padding: 30px 0 10px;
  font-size: 16px;
}
/* line 31, assets/css/modules/_events.scss */
.updates .col div.item h2, .updates .col div.item h2 a {
  color: #000a21;
  font-size: 16px;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 1;
}
/* line 40, assets/css/modules/_events.scss */
.updates .col div.item p a {
  display: block;
}
/* line 44, assets/css/modules/_events.scss */
.updates .col div.item:first-child {
  padding-top: 0;
}
/* line 48, assets/css/modules/_events.scss */
.updates .col div.item:last-of-type {
  border: 0 none;
}
@media (min-width: 900px) {
  /* line 54, assets/css/modules/_events.scss */
  .updates .col.events {
    width: 47.05882%;
    float: left;
    margin-right: 5.88235%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
/* line 63, assets/css/modules/_events.scss */
.updates .partners {
  border-top: 1px solid #000a21;
  clear: both;
  padding: 45px 0 0;
  @with-layout (3);
}
/* line 24, assets/css/_mixins.scss */
.updates .partners:before, .updates .partners:after {
  content: "";
  display: table;
}
/* line 29, assets/css/_mixins.scss */
.updates .partners:after {
  clear: both;
}
@media (min-width: 1365px) {
  /* line 63, assets/css/modules/_events.scss */
  .updates .partners {
    @with-layout (8);
  }
}
@media (max-width: 899px) {
  /* line 63, assets/css/modules/_events.scss */
  .updates .partners {
    @with-layout (2);
  }
}
/* line 78, assets/css/modules/_events.scss */
.updates .partners .partner-logo {
  padding: 0 10px;
  min-height: 70px;
  text-align: center;
}
@media (min-width: 56.25em) {

  .updates .partners .partner-logo {
    width: 30.76923%;
    float: left;
    margin-right: 3.84615%;
    margin-bottom: 25px;
  }

  .updates .partners .partner-logo:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 56.25em) {

  .updates .partners .partner-logo {
    width: 47.05882%;
    float: left;
    margin-right: 5.88235%;
  }

  .updates .partners .partner-logo:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 87.5em) {

  .updates .partners .partner-logo {
    width: 11.26761%;
    float: left;
    margin-right: 1.40845%;
  }

  .updates .partners .partner-logo:nth-child(3n) {
    margin-right: 1.40845%;
  }

  .updates .partners .partner-logo:last-child {
    margin-right: 0;
  }
}

.updates .partners .partner-logo img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


.partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners-wrapper .partner {
  position: relative;
  transition: background-color 0.25s linear;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  margin: 0 0.5% 1em;
  width: 99%;
  height: 30vh;
}


@media (min-width:48em) {
  .partners-wrapper .partner {
    width: 49%;
  }
}
@media (min-width:75em) {
  .partners-wrapper .partner {
    width: 24%;
  }
}

.partners-wrapper .partner .partner-name {
  background: rgba(0, 45, 98, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 2.5em 1em;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
}

.partners-wrapper .partner .partner-name:hover {
  background: rgba(0, 45, 98, 1);
}

.partners-wrapper .partner span {
  color: #FFF;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.20s linear;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Proxima N W01 Smbd';
}

.partners-wrapper .partner .more {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: opacity 0.25s linear;
  display: none;
}

.partners-wrapper .partner .more .description {
  color: #fff;
}
.partners-wrapper .partner:hover {
  background-color: #002d62 !important;
}

.partners-wrapper .partner:hover span {
  display: none;
}

.partners-wrapper .partner:hover .more {
  opacity: 1;
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



.single-partner h1 {
  margin-bottom: 15px;
}

.single-partner .entry-title img {
  max-width: 250px;
  height: auto;
}

.single-partner .entry-content {
  border-bottom: 1px solid #000a21;
  margin-bottom: 45px;
  padding-bottom: 25px;
}

.single-partner .helpful-links {
  margin-bottom: 80px;
}

.single-partner .helpful-links h3 {
  margin-bottom: 15px;
}


.resources-wrapper {
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}

.resources-wrapper .resource {
  position: relative;
  transition: background-color 0.25s linear;
  background-color: #033061;
  margin: 0 0.5% 1em;
  width: 99%;
  height: 30vh;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
  padding: 1.5em 1em;
}

.resources-wrapper .resource:nth-child(2n),
.resources-wrapper .resource:nth-child(5n)  {
  background-color: #d44457;
}

.resources-wrapper .resource:nth-child(3n) {
  background-color: #4f6c93;
}

.resources-wrapper .resource:nth-child(4n),
.resources-wrapper .resource:nth-child(7n) {
  background-color: #41295d;
}

.resources-wrapper .resource:nth-child(8n) {
  background-color: #033061;
}

@media (min-width:48em) {
  .resources-wrapper .resource {
    width: 49%;
  }
}
@media (min-width:75em) {
  .resources-wrapper .resource {
    width: 24%;
  }
}

.resources-wrapper .resource .resource-name {
  padding: 45px 15px;
  text-align: center;
}

.resources-wrapper .resource span {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Proxima N W01 Smbd';
  color: #FFF;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.20s linear;
}

.resources-wrapper .resource .resource-excerpt {
  opacity: 0;
  text-align: center;
  transition: opacity 0.25s linear;
  display: none;
}

.resources-wrapper .resource .resource-excerpt a.button.outline {
    display: inline-block;
}

.resources-wrapper .resource:hover {
  background-color: #002d62 !important;
}

.resources-wrapper .resource:hover .resource-name {
  opacity: 0;
  display: none;
}

.resources-wrapper .resource:hover .resource-excerpt {
  opacity: 1;
  color: #fff;
  display: block;
}
@media (max-width: 48em) {

  .resources-wrapper .resource:hover .resource-excerpt {
    font-size: 1em;
    line-height: 1.25;
  }
}


.single-resource h1.entry-title {
  margin-bottom: 0;
}

.single-resource h1 {
  margin-bottom: 1.5em;
}

.single-resource .hentry:first-child .entry-content,
.single-resource .hentry .entry-content {
  margin-bottom: 1.5em;
}

.single-resource figure img {
  float: left;
  margin: 0 1.5em 1.5em 0;
  text-align: left;
}


.add-resource {
  margin-bottom: 1.5em;
  text-align: center;
}
@media (max-width: 75em) {

  .add-resource {
    padding: 0 35px;
  }
}


.page-template-page-help .hero .breadcrumb {
  position: relative;
  z-index: 99;
}

.page-template-page-help .entry-content p.trigger {
  margin: 25px 0;
  font-size: 36px;
}

@media (min-width: 48em) {
  .page-template-page-help .entry-content p.trigger {
    font-size: 54px;
    margin: 55px 0 30px;
  }
  /* line 17, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .entry-content p.trigger:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 48em) {
  /* line 9, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .entry-content p.trigger {
    font-size: 24px;
  }
}
/* line 27, assets/css/modules/_we-can-help.scss */
.page-template-page-help .entry-content p.trigger:before {
  font-size: 36px;
}
@media (min-width: 900px) {
  /* line 27, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .entry-content p.trigger:before {
    font-size: 54px;
  }
}
@media (max-width: 48em) {

  .page-template-page-help .entry-content p.trigger:before {
    font-size: 24px;
  }
}

.page-template-page-help h1 {
  line-height: 1;
  margin: 30px 0;
}

.page-template-page-help h1:first-child {
  margin-top: 0;
}
@media (max-width: 67.5em) {

  .page-template-page-help .hero h1 {
    margin: 0;
  }
}

.page-template-page-help .benefits {
  margin: 45px auto;
  padding: 0;
}

.page-template-page-help .benefits:before, .page-template-page-help .benefits:after {
  content: "";
  display: table;
}

.page-template-page-help .benefits:after {
  clear: both;
}

.page-template-page-help .benefits h1 {
  margin: 45px 0 30px;
  font-size: 48px;
  padding: 0 35px;
  text-align: center;
}
@media (min-width: 1365px) {
  /* line 64, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .benefits h1 {
    padding: 0;
  }
}
@media (min-width: 900px) {
  /* line 64, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .benefits h1 {
    text-align: left;
  }
}
/* line 79, assets/css/modules/_we-can-help.scss */
.page-template-page-help .benefits .benefit {
  background-color: #a1acbd;
  text-align: center;
  padding: 60px 35px;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media (min-width: 900px) {
  /* line 79, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .benefits .benefit {
    width: 33.33333%;
    float: left;
    display: table;
    height: 285px;
    border-right: 1px solid #fff;
    border-bottom: 0 none;
  }
}
@media (min-width: 1200px) {
  /* line 79, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .benefits .benefit {
    padding: 60px 75px;
  }
}
@media (min-width: 900px) {
  /* line 98, assets/css/modules/_we-can-help.scss */
  .page-template-page-help .benefits .benefit .benefit-content {
    display: table-cell;
    vertical-align: middle;
  }
}

.page-template-page-help .benefits .benefit h2 {
  margin-bottom: 0;
}

.page-template-page-help .benefits .benefit p {
  display: none;
  color: #fff;
  font: 300 14px 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-template-page-help .benefits .benefit .button {
  display: none;
  margin-bottom: 0;
}

.page-template-page-help .benefits .benefit:hover {
  background-color: #002d62;
}

.page-template-page-help .benefits .benefit:hover :before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 34px 0;
  border-color: transparent #cf1f42 transparent transparent;
  position: absolute;
  top: 0;
  right: 1px;
}

.page-template-page-help .benefits .benefit:hover h2 {
  display: none;
}

.page-template-page-help .benefits .benefit:hover p {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.page-template-page-help .benefits .benefit:hover .button {
  display: block;
}
@media (min-width: 67.5em) {

  .page-template-page-help .benefits .benefit:hover p {
    font-size: 18px;
  }
}
/
.page-template-page-help .benefits .benefit:hover .button {
  display: inline-block;
}

.page-template-page-help .benefits .benefit:last-child {
  border-right: 0 none;
  border-bottom: 0 none;
}

.page-template-page-help .benefits .benefit:last-child:hover :before {
  right: 0;
}

.page-template-page-help .buttons h2 {
  margin: 40px 0;
}


.category .content {
  display: flex;
  flex-wrap: wrap;
  clear: right;
}
.category .content .post-list {
    display: flex;
    flex-wrap: wrap;
}

.blog .content, .category .content {
  padding: 0;
}

.category .content {
  padding: 0 0 2em;
}

.blog .hero, .category .hero {
  display: flex;
  margin-bottom: 1em;
  max-height: 30em;
  align-items: flex-end;
  height: 50vh;
  padding: 0 2em 2em;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (min-width: 115em) {
  .blog .hero, .category .hero  {
    margin-top: 97px;
  }
}

.blog .hero {
  margin-bottom: 0;
}

.blog .hero .category-info .intro,
.category .hero .category-info .intro {
  padding: 0;
  color: #fff;
  width: 100%;
  margin: 0;
}

.blog .hero .category-info h1,
.category .hero .category-info h1 {
  text-align: left;
  font-size: 72px;
  color: #fff;
}

.blog .hero .category-info h1:after,
.category .hero .category-info h1:after {
  content: '';
  width: 100px;
  height: 8px;
  background-color: #fff;
  display: block;
  margin: 12px 0 24px;
}

.blog .hentry, .category .hentry {
  position: relative;
  padding: 0;
  width: 90%;
  height: 45vw;
  margin: 0 auto 1em;
  overflow: hidden;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.14);
  transition: 0.25s all;
}

.blog .hentry:hover, .category .hentry:hover {
  box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.34);
}

.blog .hentry h2, .category .hentry h2 {
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
  transition: background-color 0.25s linear;
  height: 100%;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002d62+0,002d62+100&0+10,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(0,45,98,0) 0%, rgba(0,45,98,0) 10%, rgba(0,45,98,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(0,45,98,0) 0%,rgba(0,45,98,0) 10%,rgba(0,45,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(0,45,98,0) 0%,rgba(0,45,98,0) 10%,rgba(0,45,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002d62', endColorstr='#002d62',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.blog .hentry h2:hover, .category .hentry h2:hover {
  background: #002d62;
  background: rgba(0,45,98,0.9);
}

.blog .hentry h2 a, .category .hentry h2 a {
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  padding: 2.5em;
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 1px 3px #033061;
}

.blog .hentry img, .category .hentry img {
  position: absolute;
  height: 100%;
  width: auto;
}

.category-advisor-blog.category h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d44457+0,d44457+100&0+10,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(212,68,87,0) 0%, rgba(212,68,87,0) 10%, rgba(212,68,87,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(212,68,87,0) 0%,rgba(212,68,87,0) 10%,rgba(212,68,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(212,68,87,0) 0%,rgba(212,68,87,0) 10%,rgba(212,68,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d44457', endColorstr='#d44457',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.category-advisor-blog.category h2:hover {
  background: #d44457;
  background: rgba(212,68,87,0.9);
}


.category-news.category h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f6c93+0,4f6c93+100&0+10,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(79,108,147,0) 0%, rgba(79,108,147,0) 10%, rgba(79,108,147,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(79,108,147,0) 0%,rgba(79,108,147,0) 10%,rgba(79,108,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(79,108,147,0) 0%,rgba(79,108,147,0) 10%,rgba(79,108,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f6c93', endColorstr='#4f6c93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.category-news.category h2:hover {
  background: #4f6c93;
  background: rgba(79,108,147,0.9);
}



.category-business.category h2,
.category-business-tips.category h2,
.category-business-series.category h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#41295d+0,41295d+100&0+10,1+100 */
  background: -moz-linear-gradient(-45deg,  rgba(65,41,93,0) 0%, rgba(65,41,93,0) 10%, rgba(65,41,93,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(65,41,93,0) 0%,rgba(65,41,93,0) 10%,rgba(65,41,93,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(65,41,93,0) 0%,rgba(65,41,93,0) 10%,rgba(65,41,93,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041295d', endColorstr='#41295d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  transition: 0.5s all;
}

.blog .hentry.category-business-tips h2,
.category .hentry.category-business-tips h2 {
  background: rgba(65,41,93,0.15);
}

.category-business.category h2:hover,
.category-business-tips.category h2:hover,
.category-business-series.category h2:hover {
  background: #41295d;
  background: rgba(65,41,93,0.9);
}

@media screen and (min-width: 30em) {
  .blog .hentry, .category .hentry {
    width: 49%;
    height: 42vw;
    margin: 0 0.5% 1em;
  }
}

@media screen and (min-width: 67.5em) {

  .blog .hero, .category .hero {
    background-size: cover;
  }

  .blog .hero .category-info .intro,
  .category .hero .category-info .intro {
    width: 45%;
  }

  .blog .hentry, .category .hentry {
    width: 24%;
    height: 22vw;
  }
}



.category-business .hero {
  padding: 0;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: stretch;
}

.category-business .hero .category-wrapper {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 67.5em) {
  .category-business .hero .category {
    background-image: none !important;
    height: 100%;
    background-color: rgba(65,41,93, 0.7);
  }

  .category-business .hero .category-wrapper a.button {
    margin: 1em;
    align-self: flex-end;
  }
  .category-business .hero .category-wrapper:last-child a.button {
    align-self: flex-start;
  }
}

@media screen and (min-width: 67.5em) {

  .category-business .hero {
    background: transparent;
  }

  .category-business .hero .category-wrapper {
    width: 90%;
    height: 100%;
    transform: skew(-35deg);
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: 0.5s all;
  }

  .category-business .hero .category-wrapper.tips {
    left: -20%;
  }

  .category-business .hero .category-wrapper.series {
    right: -40%;
    z-index: 9;
  }

  .category-business .hero .category-wrapper.tips:hover {
    left: -17%;
    z-index: 9;
  }

  .category-business .hero .category-wrapper.series:hover {
    right: -37%;
  }

  .category-business .hero .category-wrapper.tips:hover ~ div {
    right: -43%;
  }

  .category-business .hero .category {
    height: 100%;
    width: 120%;
    transform: skew(35deg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: -20%;
  }

  .category-business .hero .mask {
    background-color: rgba(65,41,93, 0.5);
    transition: 0.5s all;
  }

  .category-business .hero .mask:hover {
    background-color: rgba(65,41,93, 0.9);
  }

  .category-business .category-filter {
    color: #fff;
    border-color: #fff;
  }

  .category-business .category-wrapper:first-child .category-filter {
    margin-left: 10%;
  }

  .category-business .category-wrapper:last-child .category-filter {
    margin-right: 20%;
  }
}

.category-business .hero .mask {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}




.blog .buttons, .category .buttons {
  text-align: center;
}

.single-post .content .single {
  width: 100%;
  padding: 0 0 2em;
}


@media (min-width: 67.5em) {
  .single-post .content .single {
    width: 75%;
    padding: 0 0 5em;
  }
}

.single-post .content .single header {
  background-color: #4c4d5e;
}

.single-post .content .single header:before, .single-post .content .single header:after {
  content: "";
  display: table;
}

.single-post .content .single header:after {
  clear: both;
}

.single-post .content .single header figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.single-post .content .single header h1 {
  background-color: #002d62;
  color: #fff;
  font-size: 30px;
  padding: 45px 40px;
  margin-bottom: 0;
}

.single-post .content .single header .post-intro {
  background-color: #4c4d5e;
  font: 300 18px/1.5em 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  color: #fdcc27;
  padding: 45px 60px;
  text-transform: uppercase;
}

.single-post .content .single.category-stories header figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.single-post .content .single.category-stories header .blog-description {
  width: 75%;
  float: left;
  padding: 45px 75px 15px;
}

@media (max-width: 75em) {
  .single-post .content .single.category-stories header .blog-description {
    width: 100%;
    float: none;
    padding: 30px 25px 15px;
  }
}

.single-post .content .single.category-stories header .blog-description h1 {
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  width: 100%;
  float: none;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 48em) {
  .single-post .content .single.category-stories header .blog-description h1 {
    font-size: 24px;
  }
}
@media (min-width: 48em) {
  .single-post .content .single.category-stories header .blog-description h1 {
    font-size: 36px;
  }
}
@media (min-width: 75em) {
  .single-post .content .single.category-stories header .blog-description h1 {
    font-size: 48px;
  }
}

.single-post .content .single.category-stories header .blog-description .post-intro {
  width: 100%;
  float: none;
  background-color: transparent;
  padding: 10px 0;
}

.single-post .content .single.category-stories header .blog-description .post-intro a {
  color: #fff;
}

.single-post .content .single.category-stories header .blog-description .post-intro a:hover {
  color: #d44457;
}

.single-post .content .single.category-stories header .company-logo {
  width: 25%;
  float: left;
  background-color: #002d62;
  text-align: center;
  padding: 45px 30px 15px;
}
@media (max-width: 75em) {
  .single-post .content .single.category-stories header .company-logo {
    width: 100%;
    float: none;
    padding: 30px 25px 15px;
    min-height: 0 !important;
  }
}

.single-post .content .single.category-stories header .company-logo img {
  max-width: 100%;
  height: auto;
}

.single-post .content .single .entry-content {
  padding: 25px 35px;
  background-color: #f2f2f2;
}

@media (min-width: 48em) {
  .single-post .content .single .entry-content {
    padding: 45px 90px;
  }
}

.single-post .content .single .entry-content .shareaholic-canvas {
  padding: 0;
}

.single-post .content .single .entry-utility, .single-post .content .single #comments {
  padding: 25px 35px 10px;
}

@media (min-width: 48em) {
  .single-post .content .single .entry-utility, .single-post .content .single #comments {
    padding: 25px 90px 10px;
  }
}

.single-post .content .single .entry-utility textarea, .single-post .content .single #comments textarea {
  max-width: 100%;
}

.single-post .content .post-sidebar {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
}

@media (min-width: 67.5em) {
  .single-post .content .post-sidebar {
    width: 25%;
    max-height: 100%;
  }
}

.single-post .content .post-sidebar .story {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 14em;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 48em) {
  .single-post .content .post-sidebar .story {
    width: 50%;
  }
}

@media (min-width: 67.5em) {
  .single-post .content .post-sidebar .story {
    height: 15em;
    width: 100%;
  }
}

.single-post .content .post-sidebar .story .wrapper {
  height: 100%;
  margin-bottom: 0;
  background-color: #033061;
  background-color: rgba(3, 48, 97, 0.5);
  transition: all 0.25s;
}

.single-post .content .post-sidebar .story h3 {
  font-size: 16px;
  height: 100%;
  margin-bottom: 0;
}

.single-post .content .post-sidebar .story h3 a {
  text-decoration: none;
  color: #FFF;
  text-shadow: 1px 1px 3px #033061;
  display: flex;
  align-items: flex-end;
  padding: 2em;
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.single-post .content .post-sidebar .story:hover .wrapper {
  background-color: rgba(3, 48, 97, 0.9);
}


.sorting {
  padding: 0 5%;
  margin-bottom: 25px;
}

.sorting p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .sorting {
    float: right;
    padding: 0 0.5%;
  }

  .sorting p {
    float: left;
  }
}

.sorting .blog-categories {
  margin-bottom: 15px;
  width: 100%;
  margin-left: 0;
  background-color: #a1acbd;
  text-align: left;
  font-family: 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  position: relative;
}

@media (min-width: 48em) {
  .sorting .blog-categories {
    float: right;
    width: 350px;
    margin-left: 25px;
  }
}



.sorting .blog-categories span {
  color: #fff;
  letter-spacing: 2px;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.sorting .blog-categories span:after {
  content: '+';
  float: right;
  font: 300 21px;
}

.sorting .blog-categories span.open {
  background-color: #002d62;
  color: #fff;
}

.sorting .blog-categories span.open:after {
  content: '-';
}

.sorting .blog-categories span:hover {
  background-color: #002d62;
  color: #fff;
}

.sorting .blog-categories .topics {
  display: none;
  background-color: #002d62;
  position: absolute;
  top: 43px;
  z-index: 999;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 5px 0;
}

.sorting .blog-categories .topics ul {
  list-style: none;
}

.sorting .blog-categories .topics.open {
  display: block;
}

.sorting .blog-categories .topics li a, .sorting .blog-categories .topics li a:visited {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 30px;
  margin: 5px 0;
  width: 100%;
  display: block;
}

.sorting .blog-categories .topics li a:hover, .sorting .blog-categories .topics li a:visited:hover {
  background-color: #a1acbd;
}


.entry-title {
  font-size: 48px;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 2rem;
}

.page-id-70 .entry-title {
  text-align: center;
}

@media (max-width: 48em) {

  .entry-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}


.breadcrumb, .breadcrumb a {
  color: #778191;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 2em;
}

.single-partner .breadcrumb {
  margin-bottom: 40px;
}

.hero .breadcrumb {
  margin-top: 25px;
  padding: 0 0 0 35px;
}
@media (min-width: 87.5rem) {
  .hero .breadcrumb {
    max-width: 75rem;
    margin: auto;
    width: 100%;
    padding: 2em 0 0;
  }
}
@media (max-width: 1199px) {
  /* line 29, assets/css/modules/_page.scss */
  .hero .breadcrumb {
    display: none;
  }
}

@media (min-width: 900px) {
  /* line 49, assets/css/modules/_page.scss */
  .hentry .entry-content .col {
    width: 33.33333%;
    float: left;
    padding-left: 1.85185%;
    padding-right: 1.85185%;
  }
}

.hentry .entry-content .col ul {
  margin-bottom: 25px;
}

.hentry .entry-content .last {
  margin-right: 0;
}

.page-template-page-about .hentry .entry-content .bio {
  margin: 25px 0;
}

.page-template-page-about .hentry .entry-content .bio:before, .page-template-page-about .hentry .entry-content .bio:after {
  content: "";
  display: table;
}

.page-template-page-about .hentry .entry-content .bio:after {
  clear: both;
}
@media (max-width: 48em) {

  .page-template-page-about .hentry .entry-content .bio img {
    float: none;
  }
}

.page-template-page-about .hentry .entry-content .col {
  margin-bottom: 40px;
  text-align: center;
}

.page-template-page-about .wrapper.staff {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
}
@media (max-width: 56.25em) {
  .page-template-page-about .hentry .entry-content .col {
    width: 50%;
    padding-left: 2.77778%;
    padding-right: 2.77778%;
  }
}
@media (max-width: 48em) {
  .page-template-page-about .hentry .entry-content .col {
    width: 100%;
  }
}

.hentry .entry-content p:last-child {
  margin-bottom: 0;
}

.hentry .downloads, .hentry .buttons {
  border-top: 1px solid #000a21;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

.buttons p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.buttons .button {
  margin: 0 2em 2em;
}

.hentry .button {
  margin: 0 2em 1em 0;
  display: inline-block;
}

.hentry .downloads h1 {
  margin-bottom: 20px;
}


.page-template-page-about .employment {
  background-color: #002e62;
  text-align: center;
  color: #FFF;
  padding: 4em 0;
}

.page-template-page-about .employment h2 {
  color: #FFF;
}

.page-template-page-about .employment .icons {
  text-align: center;
  margin-bottom: 30px;
}

.page-template-page-about .employment .icons .figures {
  padding: 15px 0;
}
/* line 24, assets/css/_mixins.scss */
.page-template-page-about .employment .icons .figures:before, .page-template-page-about .employment .icons .figures:after {
  content: "";
  display: table;
}
/* line 29, assets/css/_mixins.scss */
.page-template-page-about .employment .icons .figures:after {
  clear: both;
}
/* line 134, assets/css/modules/_page.scss */
.page-template-page-about .employment .icons .figures img {
  margin-bottom: 10px;
}
/* line 140, assets/css/modules/_page.scss */
.page-template-page-about .employment .icons .mark {
  width: 20%;
  float: left;
  padding-left: 1.11111%;
  padding-right: 1.11111%;
}
@media (max-width: 48em) {
  /* line 140, assets/css/modules/_page.scss */
  .page-template-page-about .employment .icons .mark {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  /* line 140, assets/css/modules/_page.scss */
  .page-template-page-about .employment .icons .mark {
    font-size: 48px;
  }
}
@media (max-width: 48em) {
  /* line 152, assets/css/modules/_page.scss */
  .page-template-page-about .employment .icons .mark img {
    max-width: 50px;
    height: auto;
  }
}
/* line 159, assets/css/modules/_page.scss */
.page-template-page-about .employment .icons .mark:last-child {
  margin-right: 0;
}
/* line 164, assets/css/modules/_page.scss */
.page-template-page-about .employment .icons .caption {
  color: #FFFFFF;
  font: 700 15px/1.15em 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.page-template-page-about .employment .icons .caption:before, .page-template-page-about .employment .icons .caption:after {
  content: "";
  display: table;
}

.page-template-page-about .employment .icons .caption:after {
  clear: both;
}
@media (max-width: 48em) {

  .page-template-page-about .employment .icons .caption {
    font: 400 13px/1.15em 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
    text-transform: none;
  }
}

.page-template-page-about .employment .icons .caption div {
  width: 20%;
  float: left;
  padding-left: 1.11111%;
  padding-right: 1.11111%;
}

.page-template-page-about .employment .icons .caption div:last-child {
  margin-right: 0;
}

.page-template-page-about .employment p {
  margin-bottom: 0;
}


.buttons {
  text-align: center;
}
#nav-below {
  text-align: center;
  padding: 30px 35px;
}

#nav-below ul {
  list-style-type: none;
}
@media (min-width: 67.5em) {
  #nav-below {
    padding: 30px 0;
  }
}
#nav-below .pages {
  margin-right: 15px;
}

#nav-below .current, #nav-below .page, #nav-below .nextpostslink, #nav-below li {
  margin-right: 5px;
  background: #a1acbd;
  color: #fff;
  width: 1.5em;
  display: inline-block;
  box-shadow: none;
}

#nav-below .page:hover, #nav-below .nextpostslink:hover {
  background: #d44457;
  color: #fff;
}

#nav-below li a {
  color: #fff;
  box-shadow: none;
}


.search h1 {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 55px;
  text-align: center;
}
/* line 8, assets/css/modules/_search.scss */
.search .entry-title {
  font-size: 24px;
  margin-bottom: 15px;
}
/* line 13, assets/css/modules/_search.scss */
.search .hentry, .search #tribe-events-pg-template {
  padding-top: 25px;
  padding-bottom: 0;
}
/* line 18, assets/css/modules/_search.scss */
.search .entry-summary {
  padding-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
/* line 23, assets/css/modules/_search.scss */
.search #nav-below {
  padding: 30px 70px 50px;
  padding-left: 12.82051%;
  padding-right: 12.82051%;
}






/*Contact Us*/

.contact-form {
  display: flex;
  margin: 4em 0;
}

.contact-form .column {
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  overflow: hidden;
}

.contact-form .column img {
  height: 100%;
  width: auto;
  max-width: none;
}

.contact-info {
  text-align: center;
}

.partner-buttons {
  display: flex;
}

.partner-buttons a {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 48em) {
  .contact-form {
    flex-wrap: wrap;
  }

  .contact-form .column:first-child {
    display: none;
  }

  .contact-form .column {
    padding: 0;
  }

  .partner-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .partner-buttons a {
    padding: 1em 2em !important;
  }

  .entry-content div.wpcf7 {
    padding: 2em 1.5em;
  }
}


.footer {
  padding: 3em 0 1.5em;
  background-color: #dce2e9;
}

.footer .wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 67.5em) {

  .footer {
    padding: 2em 0;
  }

  .footer .wrap {
    flex-wrap: nowrap;
  }
}

.footer .footer-contact {
  text-align: center;
  order: 2;
  padding: 0 2em;
}

.footer .newsletter,
.footer .footer-contact {
  width: 100%;
  font-size: 14px;
}

.footer .footer-contact p {
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.footer .footer-contact .social-media {
  margin: 0 auto 2em;
}

.footer .footer-contact .social-media a {
  color: #2b527d;
  border-radius: 25px;
  float: left;
  font-size: 18px;
  height: 25px;
  width: 25px;
  margin-right: 7px;
  text-align: center;
  float: none;
  display: inline-block;
}

.footer .footer-contact .social-media a:hover {
  color: #d44457;
}

.footer .footer-contact h1:after,
.footer .newsletter h1:after {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 1em auto;
}

.footer .newsletter {
  order: 1;
  margin-bottom: 3em;
  padding: 0 4em;
}

.footer .newsletter h1 {
  font-size: 18px;
  text-align: center;
}

.footer .newsletter h1:after {
  text-align: center;
}

.footer .newsletter .button {
  background-color: #2b527d;
  margin: 0;
  display: block;
  width: 100%;
  height: 2.5em;
}

.footer .newsletter .button:hover {
  background-color: #d44457;
}

.footer .kws_input_fields {
  display: flex;
  flex-wrap: wrap;
}
.footer .kws_input_container {
  width: 100%;
  margin: 0 auto 1em;
}

@media (min-width: 30em) {
  .footer .kws_input_container {
    width: 48%;
    margin: 0 1% 1em;
  }
}


@media (min-width: 67.5em) {
  .footer {
    padding: 5em 2em 2em;
    color: #636363;
  }

  .footer .newsletter,
  .footer .footer-contact {
    width: 50%;
  }

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

  .footer .footer-contact .social-media {
    margin: -2.75em 0 2em 8em;
  }

  .footer .footer-contact h1:after {
    margin: 1em 0;
  }

  .footer .footer-contact {
    order: 1;
    padding: 0;
  }

  .footer .newsletter {
    order: 2;
    margin-bottom: 0;
    padding: 0;
  }

  .footer .newsletter h1:after {
    margin: 1em auto;
  }
}


.page #cc_form_1, .newsletter #cc_form_1 {
  margin: 0;
  padding: 0 !important;
}

.page #cc_form_1 input[type="text"], .newsletter #cc_form_1 input[type="text"] {
  background-color: #f2f4f7;
  border-radius: 0;
  border: 0 none;
  padding: 7px;
  line-height: 1;
  font-size: 1rem;
}

.page #cc_form_1 .success, .page #cc_form_1 .error, .newsletter #cc_form_1 .success, .newsletter #cc_form_1 .error {
  position: absolute;
  top: 0px;
  background-color: rgba(69, 181, 222, 0.7);
  width: 100%;
  left: 0px;
  color: #fff !important;
  padding: 20px;
  font-size: 24px;
}

.page #cc_form_1 .error, .newsletter #cc_form_1 .error {
  background-color: rgba(194, 0, 52, 0.7);
}

.page #cc_form_1 .error label, .newsletter #cc_form_1 .error label {
  color: #fff;
  font-size: 24px !important;
}

.page #cc_form_1 label, .newsletter #cc_form_1 label {
  color: #2a2a2d;
}

.gfield.cc_Go {
  display: block;
  margin-bottom: 0;
  height: 2.5rem;
}

.newsletter #cc_form_1 {
  text-align: center;
}

.newsletter #cc_form_1 input[type="text"],
.ctct-lists {
  background-color: #FFF;
  border: 1px solid #b1b1b1;
  padding: 0.5em 2em;
  width: 100%;
  height: 2.5rem;
  max-width: 100% !important;
}

.newsletter #cc_form_1 input[type="submit"] {
  vertical-align: initial;
}

.newsletter #cc_form_1 label {
  color: #FFFFFF;
}



.page-id-890 .entry-content .kws_input_fields {
  display: flex;
  flex-wrap: wrap;
}

.page-id-890 .entry-content .kws_input_container {
  width: 32%;
  margin: 0 auto;
}

.page-id-890 .entry-content .gfield.cc_Go {
  width: 100%;
}

.page-id-890 .entry-content .gfield.cc_Go input {
  margin: 1em 0;
  height: 2.5rem;
}

.page-id-890 .entry-content #cc_form_1 input[type="text"] {
  width: 100%;
  height: 2.5rem;
}

.page-id-890 .entry-content #cc_form_1 p:empty {
  display: none;
}



.footer .partners {
  margin-top: 6em;
}

.footer .partners p {
  display: flex;
  align-items: center;
}

.footer .partners a {
  flex: 1;
  width: 0;
  text-align: center;
  padding: 0 1em;
}

.footer .partners img {
  margin: 0;
  float: none;
  max-width: 100%;
  height: auto;
}



.fancybox-inner {
  background-color: #002d62;
}


.fancybox-skin {
  background: rgba(255, 255, 255, 0.34) !important;
  box-shadow: none !important;
}


#appointment, .succes-message {
  max-width: 500px;
  padding: 30px 50px 0;
  color: #fff;
}

#appointment h2, #appointment a:not(.button), .succes-message h2, .succes-message a:not(.button) {
  color: #db2b54;
}

/* line 20, assets/css/modules/_forms.scss */
.succes-message {
  padding: 30px 50px;
}

/* line 25, assets/css/modules/_forms.scss */
.entry-content div.wpcf7 {
  background-color: #f2f2f2;
  padding: 50px;
}
/* line 29, assets/css/modules/_forms.scss */
.entry-content div.wpcf7 input[type="text"], .entry-content div.wpcf7 input[type="tel"], .entry-content div.wpcf7 input[type="email"], .entry-content div.wpcf7 input[type="date"], .entry-content div.wpcf7 input[type="url"], .entry-content div.wpcf7 select, .entry-content div.wpcf7 textarea {
  background-color: #FFFFFF;
  padding: 10px 20px;
  font-size: 1em;
  border: 0 none;
  margin: 5px 0;
  font: 300 18px/1.5em 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  width: 100%;
}
/* line 38, assets/css/modules/_forms.scss */
.entry-content div.wpcf7 select {
  background-color: #424355;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* line 45, assets/css/modules/_forms.scss */
.entry-content div.wpcf7 span.wpcf7-list-item, .entry-content div.wpcf7 span.wpcf7-list-item.last {
  display: block;
  float: none;
  width: 100%;
}
/* line 51, assets/css/modules/_forms.scss */
.entry-content div.wpcf7 textarea {
  height: 100px;
}

/* line 58, assets/css/modules/_forms.scss */
#refer-form div.wpcf7 {
  padding: 50px;
  color: #FFFFFF;
}
/* line 62, assets/css/modules/_forms.scss */
#refer-form div.wpcf7 h1 {
  color: #d44457;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
/* line 69, assets/css/modules/_forms.scss */
#refer-form div.wpcf7 input[type="email"], #refer-form div.wpcf7 textarea {
  background-color: #FFFFFF;
  padding: 10px 20px;
  font-size: 1em;
  border: 0 none;
  margin: 5px 0;
  font: 300 18px/1.5em 'Proxima N W01 Light', Helvetica, Arial, sans-serif;
  width: 100%;
}
/* line 79, assets/css/modules/_forms.scss */
#refer-form div.wpcf7 textarea {
  height: 100px;
}
/* line 83, assets/css/modules/_forms.scss */
#refer-form div.wpcf7 .social-button {
  display: inline-block;
  margin-right: 25px;
}
/* line 87, assets/css/modules/_forms.scss */
#refer-form div.wpcf7 .social-button .fb_iframe_widget span {
  vertical-align: top !important;
}

/* Popup Details */
/* line 97, assets/css/modules/_forms.scss */
#popup-details {
  background: rgba(0, 13, 48, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1005;
}
/* line 107, assets/css/modules/_forms.scss */
#popup-details .wrapper {
  background: rgba(255, 255, 255, 0.5);
  color: #FFF;
  margin: 0 auto;
  max-width: 760px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  padding: 5px;
}
/* line 117, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner {
  background-color: #002d62;
  padding: 25px 3%;
}
/* line 121, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner h3 {
  font-size: 2em;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 127, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner h4 {
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 136, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner h5 {
  font-size: 0.875em;
  background: #fff;
  border-bottom: 5px solid #002d62;
  border-right: 5px solid #002d62;
  border-top: 5px solid #002d62;
  color: #002d62;
  float: left;
  margin: -2px 0 15px -15px;
  padding: 3px 10px;
  font-weight: 300;
}
/* line 149, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner hr {
  border-color: #002d62;
  clear: both;
  margin: 17px 0;
  padding: 7px 0;
}
/* line 156, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner .info {
  font-size: 0.875em;
}
/* line 161, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner input, #popup-details .wrapper .inner textarea, #popup-details .wrapper .inner select {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 1em;
  width: 100%;
  border: none;
  color: #1a1a1a;
  background-color: #efefef;
  padding: 8px 16px;
}
/* line 173, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner input.checkbox {
  width: auto;
  margin: 0 10px 0 0;
  outline: 2px solid rgba(255, 255, 255, 0.5);
}
/* line 184, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner textarea {
  height: 180px;
}
/* line 188, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner #biz_logo {
  background: none;
  padding: 8px 0;
  color: #FFF;
}
/* line 194, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section {
  overflow: auto;
  margin: 0 0 30px 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
}
/* line 200, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section label {
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
/* line 205, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section label.error {
  float: right;
  background-color: #fdcc27;
  color: #000;
  padding: 3px 6px;
  font-size: 0.875em;
  margin: -10px -5px 0 0;
  text-transform: none;
  position: relative;
  line-height: 1.1em;
}
/* line 215, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section label.error:before {
  font-family: 'FontAwesome';
  content: "\f071";
  padding: 0 5px 0 0;
}
/* line 224, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section .form {
  clear: both;
}
/* line 228, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section p {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
/* line 232, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section p.mr {
  margin-right: 4%;
}
/* line 235, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section p.category {
  padding: 0;
}
/* line 242, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section#legal p {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
/* line 246, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section#legal p:last-of-type {
  margin-bottom: 0;
}
/* line 250, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section#legal a {
  font-size: 0.875em;
  margin: 0 10px 0 0;
  color: #a1acbd;
}
/* line 254, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner section#legal a:hover {
  color: #d44457;
}
/* line 263, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner .form-submit .g-recaptcha {
  float: left;
  margin-right: 20px;
}
/* line 268, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner .form-submit .action-button {
  float: right;
  background: #d44457;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
  border: 5px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
/* line 278, assets/css/modules/_forms.scss */
#popup-details .wrapper .inner .form-submit .notice, #popup-details .wrapper .inner .form-submit #message {
  clear: both;
  padding: 20px 0 10px 0;
  text-align: center;
}



.single-staff .wp-post-image {
  float: left;
  margin: 0 2em 2em 0;
  max-width: 12.5em;
  height: auto;
}

.single-staff .wrap {
  padding: 3em 2em 2em;
}

.top-bar {
  background-color: #002d62;
  color: #fff;
  height: 2em;
  padding: 0 2em;
  line-height: 1.75;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.14);
  width: 100%;
}

.top-bar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 2px;
}

@media screen and (min-width: 115em) {
  .top-bar {
    position: fixed;
    z-index: 99;
  }
}


/*Custom classes*/

.blue-heading {
  padding: 0;
  margin: 30px 0;
  font: 700 1.5em/1.5em Montserrat,Helvetica,Arial,sans-serif;
  line-height: 1;
  color: #000a21;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0 none;
}

.spanish-social-icons {
  display: flex;
  justify-content: center;
}

.spanish-social-icons a {
  margin: 0 20px;
}

@media (max-width: 900px) {
  .responsive-table td {
    display: block;
  }
}

.tribe_community_edit #tribe-community-events.tribe-community-events.form .tribe-section p {
  display: inline;
}
.tribe_community_edit #tribe-community-events.tribe-community-events.form div.note {
  border: 0px solid;
}
.tribe_community_edit #tribe-community-events.tribe-community-events.form .recurrence-row {
  display: none;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  word-wrap: break-word;
}
