/*
	Theme Name: Kimbia
	Description: Child theme of Genesis, by <a href="http://434marketing.com/">434 Marketing</a>.
	Author: 434 Marketing
	Author URI: http://434marketing.com/

	Template: genesis
*/
@import url(assets/components/normalize.css/normalize.css);
#tinymce {
  background: #e5e5e5; }

.uppercase {
  text-transform: uppercase; }

.normal-case {
  text-transform: none; }

blockquote {
  border-left: 1px solid #ddd;
  border-color: #364D63;
  color: #364D63;
  border-width: 7px;
  margin: 2.5em 0;
  padding: 0 0 0 1.5em; }

code {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #555;
  padding: 2px 4px; }

.wp-caption .wp-caption-text {
  margin: 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2; }

.button,
.primary-button,
.green-button,
.blue-button,
.dark-blue-button,
.white-button {
  display: inline-block; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.button a,
.primary-button a,
.green-button a,
.blue-button a,
.dark-blue-button a,
.white-button a {
  appearance: none;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #333;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1em;
  padding: 1em 3.5em;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .button a:hover,
  .button a:focus,
  .primary-button a:hover,
  .primary-button a:focus,
  .green-button a:hover,
  .green-button a:focus,
  .blue-button a:hover,
  .blue-button a:focus,
  .dark-blue-button a:hover,
  .dark-blue-button a:focus,
  .white-button a:hover,
  .white-button a:focus {
    background: none;
    outline: none;
    border-color: #333;
    color: #333; }

.small-button a {
  font-size: 0.875em;
  padding: 0.7em 3em; }

.primary-button a,
.primary-button input[type=submit] {
  background-color: #FF8B22;
  color: #ffffff; }
  .primary-button a:hover, .primary-button a:focus,
  .primary-button input[type=submit]:hover,
  .primary-button input[type=submit]:focus {
    border-color: #FF8B22;
    color: #FF8B22; }

.green-button a,
.green-button input[type=submit] {
  background-color: #FF8B22;
  color: #ffffff; }
  .green-button a:hover, .green-button a:focus,
  .green-button input[type=submit]:hover,
  .green-button input[type=submit]:focus {
    border-color: #FF8B22;
    color: #FF8B22; }

.blue-button a,
.blue-button input[type=submit] {
  background-color: #0FC2EC;
  color: #ffffff; }
  .blue-button a:hover, .blue-button a:focus,
  .blue-button input[type=submit]:hover,
  .blue-button input[type=submit]:focus {
    border-color: #0FC2EC;
    color: #0FC2EC; }

.dark-blue-button a,
.dark-blue-button input[type=submit] {
  background-color: #364D63;
  color: #ffffff; }
  .dark-blue-button a:hover, .dark-blue-button a:focus,
  .dark-blue-button input[type=submit]:hover,
  .dark-blue-button input[type=submit]:focus {
    border-color: #364D63;
    color: #364D63; }

.white-button a,
.white-button input[type=submit] {
  background-color: #ffffff;
  color: #333; }
  .white-button a:hover, .white-button a:focus,
  .white-button input[type=submit]:hover,
  .white-button input[type=submit]:focus {
    border-color: #ffffff;
    color: #ffffff; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em; }

input,
select {
  display: block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  transition: border-color 300ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple]:hover {
    border-color: #eaeaea; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple]:focus {
    border-color: #FF8B22;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(202, 73, 4, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #aaaaaa;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.5em; }

[type="file"] {
  margin-bottom: 1em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.error_message {
  color: red;
  font-size: 80%;
  margin: -1em 0 1em 0;
  display: block; }

.gform_wrapper ul {
  margin-left: 0px !important; }
  .gform_wrapper ul li {
    list-style-type: none !important; }

#tinymce ul,
#tinymce ol,
.site-inner ul,
.site-inner ol {
  margin: 0 0 2em 20px;
  padding: 0; }
  #tinymce ul li,
  #tinymce ol li,
  .site-inner ul li,
  .site-inner ol li {
    margin-bottom: 0.8em;
    position: relative; }
    #tinymce ul li ol,
    #tinymce ul li ul,
    #tinymce ol li ol,
    #tinymce ol li ul,
    .site-inner ul li ol,
    .site-inner ul li ul,
    .site-inner ol li ol,
    .site-inner ol li ul {
      margin-top: 0.8em;
      margin-bottom: 0;
      margin-left: 1em; }

#tinymce dl,
.site-inner dl {
  margin-bottom: 1em; }
  #tinymce dl dt,
  .site-inner dl dt {
    font-weight: 600;
    margin-top: 1em; }
  #tinymce dl dd,
  .site-inner dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 1em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #eaeaea;
  font-weight: 600;
  padding: 1em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 1em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #6d6d6d;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 90%;
  line-height: 1.5em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  body ::-moz-selection {
    background-color: #FF8B22;
    color: white; }
  body ::selection {
    background-color: #FF8B22;
    color: white; }
  @media only screen and (min-width: 900px) {
    body {
      font-size: 1em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 1em; }

h1,
h2,
h3 {
  color: #333; }

h1 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-size: 2.25em;
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  font-size: 2.125em;
  font-weight: 600;
  text-transform: uppercase; }

h4 {
  font-size: 1.75em;
  font-weight: 600;
  text-transform: uppercase; }

h5 {
  font-size: 1.5em;
  font-weight: 600; }

h6 {
  font-size: 1.25em;
  font-weight: 600; }

p {
  margin: 0 0 2em; }

a {
  color: #FF8B22;
  text-decoration: none;
  transition: all 300ms ease; }
  a:active, a:focus, a:hover {
    color: #E87518; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 3em 0;
  clear: both; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.lighter {
  font-weight: 300; }

.bolder {
  font-weight: 800; }

.orange-font {
  color: #FF8B22; }

.green-font {
  color: #00b388; }

.blue-font {
  color: #0FC2EC; }

.dark-blue-font {
  color: #364D63; }

.white-font {
  color: #ffffff; }

.dark-gray-font {
  color: #333; }

.medium-gray-font {
  color: #555; }

.light-gray-font {
  color: #aaaaaa; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* ## Site Containers
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap::after {
    clear: both;
    content: "";
    display: table; }

.wrap-thin {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }
  .wrap-thin::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (min-width: 900px) {
  .site-inner .wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .site-inner .wrap::after {
      clear: both;
      content: "";
      display: table; } }

/* ## Column Widths and Positions
--------------------------------------------- */
.content,
.sidebar-primary,
.full-width .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  margin: 4.5em 0; }
  .content:last-child,
  .sidebar-primary:last-child,
  .full-width .content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 900px) {
    .content,
    .sidebar-primary,
    .full-width .content {
      margin: 6em 0; } }

@media screen and (min-width: 900px) {
  .content-sidebar .content-sidebar-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .content-sidebar .content-sidebar-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .content-sidebar .content-sidebar-wrap .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .content-sidebar .content-sidebar-wrap .content:last-child {
        margin-right: 0; }
    .content-sidebar .content-sidebar-wrap .sidebar-primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      .content-sidebar .content-sidebar-wrap .sidebar-primary:last-child {
        margin-right: 0; } }

/* ## CPT Archive Page Text
--------------------------------------------- */
.archive-content {
  margin: 4.5em 0; }
  @media screen and (min-width: 900px) {
    .archive-content {
      margin: 6em 0; } }
  .archive-content *:last-child {
    margin-bottom: 0; }
  .content .archive-content {
    margin-top: 0; }

/**
* Avatar
*/
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

/**
* Media
*/
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1.5em; }

img.alignnone,
.alignnone {
  margin-bottom: 1.5em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em; }

.wp-caption-text {
  font-size: 1em;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/**
* Objects
*/
embed,
iframe,
img,
object,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/**
* Widget
*/
.widget {
  word-wrap: break-word; }

.widget li li {
  border: none;
  margin: 0 0 0 3em;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/**
* Entry Content
*/
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/**
* Entry Meta
*/
.entry-comments-link::before {
  content: "\2014";
  margin: 0 1.5em 0 0.75em; }

/**
* Gallery
*
* We aren't going to use Neat for this gallery due to the possible number of gallery columns
* that don't easily break into 12.
*
*/
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 0 !important;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #555; }

/**
 * Components
 */
body {
  position: relative;
  overflow-x: hidden; }

.site-container {
  position: relative;
  overflow: hidden;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.move-left {
  right: 300px; }

.mobile-menu-icon {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 25px;
  height: 20px;
  cursor: pointer; }
  .mobile-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .mobile-menu-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .mobile-menu-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .mobile-menu-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  .mobile-menu-icon.open {
    right: -27px; }
    .mobile-menu-icon.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      left: 5px; }
    .mobile-menu-icon.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .mobile-menu-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 18px;
      left: 5px; }
  @media screen and (min-width: 900px) {
    .mobile-menu-icon {
      display: none; } }

#mobile-menu {
  background-color: #333;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  overflow: auto;
  z-index: 2000; }
  #mobile-menu.move-in {
    right: 0; }

.mobile-menu {
  padding: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .mobile-menu ul {
    list-style-type: none; }
  .mobile-menu .menu {
    margin-bottom: 0;
    padding: 0 1em; }
  .mobile-menu .menu > li {
    margin-left: 0; }
    .mobile-menu .menu > li:before {
      content: none; }
    .mobile-menu .menu > li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mobile-menu .menu > li > a {
      font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 500;
      color: #fff;
      display: block;
      margin-bottom: 1.25em;
      line-height: 1em;
      text-transform: uppercase; }
    .mobile-menu .menu > li.menu-item-has-children {
      position: relative; }
      .mobile-menu .menu > li.menu-item-has-children:after {
        content: '';
        background: url("assets/icons/src/arrow-white.svg") no-repeat 50% 50%;
        background-size: cover;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -3px;
        right: -5px;
        cursor: pointer;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        transition: all 0.8s ease; }
      .mobile-menu .menu > li.menu-item-has-children.active {
        padding-bottom: 10px; }
        .mobile-menu .menu > li.menu-item-has-children.active:after {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .mobile-menu .menu > li.menu-item-has-children .sub-menu {
        padding-left: 0.625em;
        display: none;
        margin-bottom: 1.25em; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu li {
          margin-left: 0;
          margin-bottom: 8px; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:before {
            content: none; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:first-child {
            margin-top: 0; }
          .mobile-menu .menu > li.menu-item-has-children .sub-menu li:last-child {
            margin-bottom: 0; }
        .mobile-menu .menu > li.menu-item-has-children .sub-menu a {
          color: #f5f5f5;
          font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .mobile-menu .icon-close-container {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 16px;
    right: 14px;
    cursor: pointer;
    z-index: 99999; }
  .mobile-menu .icon-close {
    width: 28px;
    height: 28px; }
    .mobile-menu .icon-close path:first-child {
      fill: #fff; }

.site-header {
  background-color: #364D63;
  padding: 1.5em 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000; }
  .site-header .wrap {
    max-width: 1200px; }

/**
 * Title Area
 */
.title-area {
  position: relative;
  width: 50%;
  height: 24px; }
  @media screen and (min-width: 900px) {
    .title-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      position: absolute;
      height: 48px; }
      .title-area:last-child {
        margin-right: 0; } }
  .header-full-width .title-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .header-full-width .title-area:last-child {
      margin-right: 0; }

.site-title,
.site-description {
  margin-bottom: 0;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%; }

.site-title > a {
  background-color: transparent;
  background-image: url("https://givegab-marketing.s3.amazonaws.com/OfficialLogo.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 130%;
  width: 100%; }

/**
 * Header Right
 */
.site-header .widget-area {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
  text-align: right;
  clear: left; }
  .site-header .widget-area:last-child {
    margin-right: 0; }
  @media screen and (min-width: 900px) {
    .site-header .widget-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-right: 0;
      text-align: right;
      float: right; }
      .site-header .widget-area:last-child {
        margin-right: 0; } }
  .header-full-width .site-header .widget-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .header-full-width .site-header .widget-area:last-child {
      margin-right: 0; }
  .site-header .widget-area .genesis-nav-menu {
    display: none; }
    @media screen and (min-width: 900px) {
      .site-header .widget-area .genesis-nav-menu {
        display: block; } }
  .site-header .widget-area .widget {
    margin: 0; }
    .site-header .widget-area .widget li li {
      margin-left: 0; }

.site-header .menu-top-menu-container {
  display: none;
  float: right; }
  @media screen and (min-width: 900px) {
    .site-header .menu-top-menu-container {
      display: inline-block; } }

.search-icon {
  display: inline-block;
  float: right;
  margin: 0 40px 0 0;
  cursor: pointer; }
  @media screen and (min-width: 900px) {
    .search-icon {
      margin: -8px 20px 0 0; } }
  .search-icon .circle-wrap {
    background-color: #FF8B22;
    border-color: white;
    border-width: 1px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: relative;
    display: block; }
    @media screen and (min-width: 900px) {
      .search-icon .circle-wrap {
        height: 30px;
        width: 30px; } }
    .search-icon .circle-wrap svg {
      fill: transparent !important;
      stroke: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .search-icon .circle-wrap:hover {
      border-color: #e35205;
      background-color: white; }
      .search-icon .circle-wrap:hover svg {
        fill: transparent;
        stroke: #e35205; }

.cta-button {
  width: 150px;
  float: right;
  appearance: none;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.875em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1em;
  padding: 1em 1em;
  margin-left: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  display: none; }
  .cta-button:hover, .cta-button:focus {
    background: #ffffff;
    color: #333; }
  @media screen and (min-width: 900px) {
    .cta-button {
      display: block; } }

#social-tab {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 400;
  background: #ffffff; }
  #social-tab .social-links {
    clear: both;
    display: block; }
    #social-tab .social-links .social-link {
      overflow: hidden;
      display: block; }
      #social-tab .social-links .social-link a {
        display: block;
        height: 34px;
        width: 34px;
        position: relative;
        border: 3px solid #FF8B22;
        transition: all 300ms ease; }
        #social-tab .social-links .social-link a svg {
          width: 32px;
          height: 32px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          fill: #FF8B22;
          transition: all 300ms ease; }
        #social-tab .social-links .social-link a:hover {
          cursor: pointer;
          border-color: #0FC2EC; }
          #social-tab .social-links .social-link a:hover svg {
            fill: #0FC2EC; }

.breadcrumbs {
  display:none; }
  .breadcrumbs p {
    margin-bottom: 0; }

.nav-header .genesis-nav-menu {
  clear: both;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 90%;
  line-height: 1em;
  width: 100%; }
  .nav-header .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    position: relative; }
    .nav-header .genesis-nav-menu .menu-item:after {
      content: '';
      top: 100%;
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0; }
    .nav-header .genesis-nav-menu .menu-item > a {
      color: #ffffff;
      display: block;
      padding: 0.6em 1.5em 0.2em 0;
      text-transform: uppercase;
      font-weight: 600; }
    .nav-header .genesis-nav-menu .menu-item a:hover,
    .nav-header .genesis-nav-menu .menu-item a:focus,
    .nav-header .genesis-nav-menu .menu-item.current-menu-item > a,
    .nav-header .genesis-nav-menu .menu-item.current-menu-ancestor > a,
    .nav-header .genesis-nav-menu .menu-item.current-menu-parent > a {
      color: #ffffff; }
    .nav-header .genesis-nav-menu .menu-item:hover > .sub-menu, .nav-header .genesis-nav-menu .menu-item:focus > .sub-menu {
      opacity: 1;
      visibility: visible;
      top: 160%; }
    .nav-header .genesis-nav-menu .menu-item:last-child > a,
    .nav-header .genesis-nav-menu .menu-item.last > a {
      padding-right: 0; }
    .nav-header .genesis-nav-menu .menu-item.nav-button a {
      border: 2px solid transparent;
      background-color: #e35205;
      color: #ffffff;
      cursor: pointer;
      display: block;
      padding: 1em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      user-select: none;
      vertical-align: middle; }
      .nav-header .genesis-nav-menu .menu-item.nav-button a:hover, .nav-header .genesis-nav-menu .menu-item.nav-button a:focus {
        background: none;
        border-color: #e35205;
        color: #e35205; }
    .nav-header .genesis-nav-menu .menu-item .sub-menu {
      background: #fff;
      margin: 0 0 0 -30px;
      padding: 30px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 400%;
      width: 200px;
      z-index: 100;
      transition: all 500ms ease; }
      .nav-header .genesis-nav-menu .menu-item .sub-menu li {
        display: block;
        margin: 0; }
        .nav-header .genesis-nav-menu .menu-item .sub-menu li a {
          color: #e35205;
          font-size: 0.9em;
          padding: 0 0 1em 0;
          position: relative; }
          .nav-header .genesis-nav-menu .menu-item .sub-menu li a:hover {
            color: #983703; }
        .nav-header .genesis-nav-menu .menu-item .sub-menu li:last-child a {
          padding: 0; }
      .nav-header .genesis-nav-menu .menu-item .sub-menu .sub-menu {
        margin: -41px 0 0 199px; }
      .nav-header .genesis-nav-menu .menu-item .sub-menu.edge {
        left: auto;
        right: 0; }
      .nav-header .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:hover,
      .nav-header .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:focus {
        color: #983703; }

.menu-top-menu-container .genesis-nav-menu {
  clear: both;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 90%;
  line-height: 1em;
  width: 100%; }
  .menu-top-menu-container .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    position: relative; }
    .menu-top-menu-container .genesis-nav-menu .menu-item:after {
      content: '';
      top: 100%;
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0; }
    .menu-top-menu-container .genesis-nav-menu .menu-item > a {
      color: #ffffff;
      display: block;
      padding: 0 1.5em 0 0;
      font-weight: 600;
      opacity: 0.7; }
    .menu-top-menu-container .genesis-nav-menu .menu-item:last-child > a,
    .menu-top-menu-container .genesis-nav-menu .menu-item.last > a {
      padding-right: 0; }
    .menu-top-menu-container .genesis-nav-menu .menu-item a:hover,
    .menu-top-menu-container .genesis-nav-menu .menu-item a:focus,
    .menu-top-menu-container .genesis-nav-menu .menu-item.current-menu-item > a,
    .menu-top-menu-container .genesis-nav-menu .menu-item.current-menu-ancestor > a,
    .menu-top-menu-container .genesis-nav-menu .menu-item.current-menu-parent > a,
    .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:hover,
    .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:focus {
      opacity: 1;
      color: #ffffff; }
    .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu.active {
      opacity: 1;
      visibility: visible;
      top: 160%; }
    .menu-top-menu-container .genesis-nav-menu .menu-item:last-child > a,
    .menu-top-menu-container .genesis-nav-menu .menu-item.last > a {
      padding-right: 0; }
    .menu-top-menu-container .genesis-nav-menu .menu-item.nav-button a {
      border: 2px solid transparent;
      background-color: #e35205;
      color: #ffffff;
      cursor: pointer;
      display: block;
      padding: 1em;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      user-select: none;
      vertical-align: middle; }
      .menu-top-menu-container .genesis-nav-menu .menu-item.nav-button a:hover, .menu-top-menu-container .genesis-nav-menu .menu-item.nav-button a:focus {
        background: none;
        border-color: #e35205;
        color: #e35205; }
    .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu {
      background: #fff;
      margin: 0 0 0 -30px;
      padding: 30px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 400%;
      width: 200px;
      z-index: 100;
      transition: all 500ms ease; }
      .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu li {
        display: block;
        margin: 0; }
        .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu li a {
          color: #e35205;
          font-size: 0.9em;
          padding: 0 0 1em 0;
          position: relative; }
          .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu li a:hover {
            color: #983703; }
        .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu li:last-child a {
          padding: 0; }
      .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu .sub-menu {
        margin: -41px 0 0 199px; }
      .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu.edge {
        left: auto;
        right: 0; }
      .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:hover,
      .menu-top-menu-container .genesis-nav-menu .menu-item .sub-menu .current-menu-item > a:focus {
        color: #983703; }

.page-banner-slider {
  display: block;
  width: 100%; }
  .page-banner-slider .page-banner__slide {
    height: 450px; }
    .page-banner-slider .page-banner__slide > .wrap {
      height: 450px; }
  .page-banner-slider.small-height-banner .page-banner__slide {
    height: 300px; }
    .page-banner-slider.small-height-banner .page-banner__slide > .wrap {
      height: 300px; }
  .page-banner-slider.medium-height-banner .page-banner__slide {
    height: 300px; }
    .page-banner-slider.medium-height-banner .page-banner__slide > .wrap {
      height: 300px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.medium-height-banner .page-banner__slide {
        height: 450px; }
        .page-banner-slider.medium-height-banner .page-banner__slide > .wrap {
          height: 450px; } }
  .page-banner-slider.large-height-banner .page-banner__slide {
    height: 450px; }
    .page-banner-slider.large-height-banner .page-banner__slide > .wrap {
      height: 450px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.large-height-banner .page-banner__slide {
        height: 300px; }
        .page-banner-slider.large-height-banner .page-banner__slide > .wrap {
          height: 300px; } }
  .page-banner-slider.full-screen-height-banner .page-banner__slide {
    height: 450px; }
    .page-banner-slider.full-screen-height-banner .page-banner__slide > .wrap {
      height: 450px; }
    @media screen and (min-width: 900px) {
      .page-banner-slider.full-screen-height-banner .page-banner__slide {
        height: 100vh; }
        .page-banner-slider.full-screen-height-banner .page-banner__slide > .wrap {
          height: 100vh; } }

.page-banner__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .page-banner__slide > .wrap {
    position: relative; }
  .page-banner__slide .page-banner__content {
    position: absolute;
    z-index: 10;
    top: calc(50% + 30px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 70%;
    text-align: center; }
    body.home .page-banner__slide .page-banner__content {
      top: calc(50% + 25px); }
    @media screen and (min-width: 600px) {
      .page-banner__slide .page-banner__content {
        font-size: 90%; } }
    @media screen and (min-width: 900px) {
      .page-banner__slide .page-banner__content {
        top: calc(35% + 45px);
        font-size: 100%; } }
    .page-banner__slide .page-banner__content *:last-child {
      margin-bottom: 0; }
  .page-banner__slide .page-banner__title,
  .page-banner__slide .page-banner__pretitle,
  .page-banner__slide .page-banner__subtitle {
    text-align: center; }
  .page-banner__slide .page-banner__title {
    margin-bottom: 0; }
    body.home .page-banner__slide .page-banner__title {
      font-size: 5em;
      font-weight: 700; }
  .page-banner__slide .page-banner__pretitle {
    line-height: 1em;
    margin: 0 auto 0.5em auto;
    font-weight: 400; }
  .page-banner__slide .page-banner__subtitle {
    text-transform: none;
    line-height: 1.5em;
    margin: 0.5em auto 0 auto; }
    body.home .page-banner__slide .page-banner__subtitle {
      font-size: 1.875em; 
font-style:italic;}
  .page-banner__slide .page-banner__subheading {
    text-transform: none;
    line-height: 1em;
    margin: 0.2em auto 0 auto; }
  .page-banner__slide .page-banner__button {
    margin-top: 2em; }
    body.home .page-banner__slide .page-banner__button a {
      padding: 1em 8em; }
  .page-banner__slide.light-text .page-banner__pretitle,
  .page-banner__slide.light-text .page-banner__title,
  .page-banner__slide.light-text .page-banner__pretitle,
  .page-banner__slide.light-text .page-banner__subtitle,
  .page-banner__slide.light-text .page-banner__subheading {
    color: white; }
  .page-banner__slide.dark-text .page-banner__pretitle,
  .page-banner__slide.dark-text .page-banner__title,
  .page-banner__slide.dark-text .page-banner__pretitle,
  .page-banner__slide.dark-text .page-banner__subtitle {
    color: #333;
    border-color: #333; }
  .page-banner__slide.video-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 900px) {
      .page-banner__slide.video-slide video {
        display: none; } }
  .page-banner__slide.video-slide.slick-current video {
    visibility: visible; }
  .page-banner__slide .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .page-banner__slide .overlay.dark-overlay {
      background-color: #364D63; }
    .page-banner__slide .overlay.light-overlay {
      background-color: rgba(255, 255, 255, 0.3); }
    .page-banner__slide .overlay.color-overlay {
      background-color: rgba(227, 82, 5, 0.7); }
  .page-banner__slide .left-arrow,
  .page-banner__slide .right-arrow {
    position: absolute;
    top: calc(50% + 35px);
    z-index: 100;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 300ms ease;
    visibility: hidden; }
    @media screen and (min-width: 900px) {
      .page-banner__slide .left-arrow,
      .page-banner__slide .right-arrow {
        top: calc(50% + 50px);
        visibility: visible; } }
    .page-banner__slide .left-arrow svg,
    .page-banner__slide .right-arrow svg {
      width: 50px;
      height: 125px;
      fill: white; }
    .page-banner__slide .left-arrow:hover,
    .page-banner__slide .right-arrow:hover {
      cursor: pointer;
      opacity: 1; }
  .page-banner__slide .left-arrow {
    left: 1.5em; }
    .page-banner__slide .left-arrow svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .page-banner__slide .right-arrow {
    right: 1.5em; }
  .page-banner__slide .photo-credit {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 5;
    opacity: 0.6;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: 600; }

/**
 * Entries
 */
.entry {
  position: relative; }

.entry-content {
  overflow: hidden; }

.entry-footer {
  border-top: 1px solid #ddd;
  padding-top: 1.5em;
  margin-top: 1.5em; }

.entry-title {
  font-weight: 500; }
  .entry-title a {
    color: #555; }
    .entry-title a:hover, .entry-title a:focus {
      color: #e35205; }

/**
 * Entry Meta
 */
.entry-meta {
  color: #555;
  font-size: 1em;
  margin-bottom: 5px; }
  .entry-meta span,
  .entry-meta time,
  .entry-meta a {
    margin-right: 5px; }
    .entry-meta span:last-child,
    .entry-meta time:last-child,
    .entry-meta a:last-child {
      margin-right: 0; }
  .entry-meta a {
    color: #e35205; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #7f2e03; }

.entry-terms {
  display: block;
  padding-bottom: 5px; }
  .entry-terms:last-child {
    padding-bottom: 0; }
  .entry-terms span,
  .entry-terms time,
  .entry-terms a {
    margin-right: 0; }

.breadcrumb {
  font-size: 1em;
  margin-bottom: 1em; }
  .breadcrumb span:not(.breadcrumb-link-wrap) {
    padding: 0 4px; }

.site-inner .sidebar {
  font-size: 1em; }
  .site-inner .sidebar .widget {
    background-color: white;
    margin-bottom: 3em;
    padding: 0 1.5em; }
  .site-inner .sidebar ul {
    margin: 0;
    list-style: none; }
  .site-inner .sidebar li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em; }
  .site-inner .sidebar p:last-child,
  .site-inner .sidebar ul > li:last-child {
    margin-bottom: 0; }

.comment {
  position: relative; }
  .comment > article {
    background-color: white;
    border: 1px solid #ddd;
    border-color: #ddd;
    border-radius: 3px;
    margin-bottom: 1.5em; }
  .comment .comment {
    margin-top: 1.5em;
    padding-bottom: 0; }
    .comment .comment:last-child {
      margin-bottom: 0; }

.comment-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-color: #ddd;
  clear: both;
  min-height: 75px;
  padding: 1em;
  position: relative; }
  .comment-header .comment-author {
    margin-right: 1em;
    font-style: italic; }
    @media screen and (min-width: 900px) {
      .comment-header .comment-author {
        margin-left: 1.5em; } }
  .comment-header p {
    display: inline-block;
    margin-bottom: 1em; }
  .comment-header .comment-edit-link {
    margin-left: 5px; }
  .comment-header .says {
    display: none; }

.comment .avatar {
  border: 1px solid #ddd;
  border-color: white;
  border-size: 4px;
  border-radius: 100%;
  margin-right: 1em; }
  @media screen and (min-width: 900px) {
    .comment .avatar {
      left: -24px;
      top: 15px;
      position: absolute;
      width: 48px; } }

.comment .children {
  border-left: 1px dashed #ddd;
  padding-left: 1.5em; }
  .comment .children header {
    padding-left: 1em; }
  .comment .children .avatar {
    left: -50px; }

.comment-content,
.comment-reply {
  clear: both;
  padding: 1em; }

.pagination {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  clear: both; }
  .pagination li,
  .pagination .pagination-next,
  .pagination .pagination-previous {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    transition: all 300ms ease; }
    .pagination li a,
    .pagination .pagination-next a,
    .pagination .pagination-previous a {
      display: inline-block;
      color: #555;
      padding: 1em 1.5em; }
    .pagination li.active, .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next.active,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous.active,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      background: #e35205; }
      .pagination li.active a, .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next.active a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous.active a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }
    .pagination li:hover, .pagination li:focus,
    .pagination .pagination-next:hover,
    .pagination .pagination-next:focus,
    .pagination .pagination-previous:hover,
    .pagination .pagination-previous:focus {
      border: 1px solid #ddd;
      border-color: #e35205; }
      .pagination li:hover a, .pagination li:focus a,
      .pagination .pagination-next:hover a,
      .pagination .pagination-next:focus a,
      .pagination .pagination-previous:hover a,
      .pagination .pagination-previous:focus a {
        color: white; }

.site-footer {
  background-color: #444;
  color: #f5f5f5;
  line-height: 1.5em;
  padding: 1.5em 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  .site-footer .wrap {
    max-width: 1200px; }

@media screen and (min-width: 900px) {
  .footer-left {
    float: left; }
  .footer-right {
    float: right; } }

.site-footer p {
  margin-bottom: 0; }

.built-by {
  color: #ffffff; }
  .built-by:hover {
    color: #ffffff; }

.call-to-action.footer-cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333;
  display: block;
  padding: 7.5em 0;
  position: relative;
  width: 100%; }
  .call-to-action.footer-cta .wrap {
    position: relative;
    z-index: 100; }
  .call-to-action.footer-cta .cta-content {
    color: white; }
    .call-to-action.footer-cta .cta-content p {
      font-size: 1.5em;
      margin-bottom: 1.5em; }
      .call-to-action.footer-cta .cta-content p:last-of-type {
        font-size: 1em; }
  .call-to-action.footer-cta.img-bg {
    position: relative; }
    .call-to-action.footer-cta.img-bg:after {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(51, 51, 51, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.img-bg .wrap {
      position: relative;
      z-index: 100; }
  .call-to-action.footer-cta.video-bg {
    position: relative;
    overflow: hidden; }
    .call-to-action.footer-cta.video-bg:after {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(51, 51, 51, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .call-to-action.footer-cta.video-bg .wrap {
      position: relative;
      z-index: 100; }
    @media screen and (min-width: 900px) {
      .call-to-action.footer-cta.video-bg {
        position: relative; }
        .call-to-action.footer-cta.video-bg:after {
          -webkit-transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
          background-color: rgba(51, 51, 51, 0);
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .call-to-action.footer-cta.video-bg .wrap {
          position: relative;
          z-index: 100; } }
    .call-to-action.footer-cta.video-bg .autoplay-video {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      display: none; }
      @media screen and (min-width: 900px) {
        .call-to-action.footer-cta.video-bg .autoplay-video {
          display: block; } }

.error404 .content {
  background-color: white; }

.error404 .section-404 {
  text-align: center; }
  .error404 .section-404 input {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center; }

.header-search-box {
  display: none;
  transition: all 300ms ease; }
  .header-search-box .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .header-search-box .inner-wrap {
    position: relative; }
  .header-search-box.search-is-open {
    background-color: white;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000; }
    .header-search-box.search-is-open input {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      border: none;
      box-shadow: none;
      position: absolute;
      top: 50%; }
    .header-search-box.search-is-open input[type='submit'] {
      display: none; }
    .header-search-box.search-is-open .header-search-box__close-search {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: auto;
      position: absolute;
      right: 0;
      top: 50%;
      width: 60px; }
      .header-search-box.search-is-open .header-search-box__close-search:hover {
        cursor: pointer; }

.blog .author-info-wrap,
.archive .author-info-wrap,
.search .author-info-wrap {
  background: #f5f5f5;
  padding: 2em;
  overflow: hidden;
  margin-top: 4em;
  text-align: center; }
  .blog .author-info-wrap img,
  .archive .author-info-wrap img,
  .search .author-info-wrap img {
    float: none;
    margin-bottom: 2em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; }
    @media screen and (min-width: 600px) {
      .blog .author-info-wrap img,
      .archive .author-info-wrap img,
      .search .author-info-wrap img {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .blog .author-info-wrap img:last-child,
        .archive .author-info-wrap img:last-child,
        .search .author-info-wrap img:last-child {
          margin-right: 0; } }
  .blog .author-info-wrap .author-info,
  .archive .author-info-wrap .author-info,
  .search .author-info-wrap .author-info {
    text-align: left; }
    @media screen and (min-width: 600px) {
      .blog .author-info-wrap .author-info,
      .archive .author-info-wrap .author-info,
      .search .author-info-wrap .author-info {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .blog .author-info-wrap .author-info:last-child,
        .archive .author-info-wrap .author-info:last-child,
        .search .author-info-wrap .author-info:last-child {
          margin-right: 0; } }

.blog article,
.archive article,
.search article {
  padding-top: 0;
  margin-bottom: 5em; }
  @media screen and (min-width: 900px) {
    .blog article,
    .archive article,
    .search article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .blog article:nth-child(2n),
      .archive article:nth-child(2n),
      .search article:nth-child(2n) {
        margin-right: 0; }
      .blog article:nth-child(2n+1),
      .archive article:nth-child(2n+1),
      .search article:nth-child(2n+1) {
        clear: left; }
      .blog article:last-child,
      .archive article:last-child,
      .search article:last-child {
        margin-right: 0; } }
  .blog article .post-image,
  .archive article .post-image,
  .search article .post-image {
    height: 200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .blog article .entry-header,
  .archive article .entry-header,
  .search article .entry-header {
    padding-top: 1em; }
  .blog article .entry-title,
  .archive article .entry-title,
  .search article .entry-title {
    text-transform: uppercase;
    font-size: 1em;
    color: #6d6d6d;
    font-weight: 700; }
    .blog article .entry-title:before, .blog article .entry-title:after,
    .archive article .entry-title:before,
    .archive article .entry-title:after,
    .search article .entry-title:before,
    .search article .entry-title:after {
      display: none; }
    .blog article .entry-title a,
    .archive article .entry-title a,
    .search article .entry-title a {
      color: #6d6d6d; }
      .blog article .entry-title a:hover,
      .archive article .entry-title a:hover,
      .search article .entry-title a:hover {
        color: #e35205; }
  .blog article .entry-content .read-more-link,
  .archive article .entry-content .read-more-link,
  .search article .entry-content .read-more-link {
    color: #00b388;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 12px;
    display: block; }
    .blog article .entry-content .read-more-link:hover,
    .archive article .entry-content .read-more-link:hover,
    .search article .entry-content .read-more-link:hover {
      color: #e35205; }
  .blog article .entry-content,
  .blog article p:last-child,
  .archive article .entry-content,
  .archive article p:last-child,
  .search article .entry-content,
  .search article p:last-child {
    margin-bottom: 0; }
  .blog article .entry-footer,
  .archive article .entry-footer,
  .search article .entry-footer {
    display: none; }

.search .search-result-footer {
  margin-top: 1.5em; }

.search article {
  background: #f5f5f5;
  padding: 2em;
  margin-bottom: 1.5em; }
  @media screen and (min-width: 900px) {
    .search article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .search article:last-child {
        margin-right: 0; } }
  .search article .entry-title {
    font-size: 1.5em; }

.footer-widgets {
  background-color: #f9f9f9;
  clear: both;
  position: relative;
  padding: 4em 0px;
  text-align: center;
  line-height: 1.8em; }
  @media screen and (min-width: 600px) {
    .footer-widgets {
      text-align: left; } }
  @media screen and (min-width: 900px) {
    .footer-widgets {
      padding: 6em 0px; } }
  .footer-widgets .widget-area {
    width: 100%;
    color: #777;
    margin-bottom: 40px;
    text-align: center; }
    .footer-widgets .widget-area:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .footer-widgets .widget-area {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-bottom: 0; }
        .footer-widgets .widget-area:last-child {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(1n) {
          margin-right: 2.35765%; }
        .footer-widgets .widget-area:nth-child(1n+1) {
          clear: none; }
        .footer-widgets .widget-area:nth-child(4n) {
          margin-right: 0; }
        .footer-widgets .widget-area:nth-child(4n+1) {
          clear: left; } }
    .footer-widgets .widget-area .widget .widget-title {
      font-size: 1.5rem;
      margin-bottom: 0.8em;
      color: #6d6d6d;
      font-weight: 600; }
    @media screen and (min-width: 600px) {
      .footer-widgets .widget-area .widget {
        display: inline-block;
        margin: 0 auto;
        text-align: left; } }
  .footer-widgets .widget_nav_menu .menu {
    margin: 0;
    padding: 0; }
  .footer-widgets .widget_nav_menu .menu-item {
    margin-bottom: 0.3125em;
    display: block; }
    .footer-widgets .widget_nav_menu .menu-item ul {
      display: none; }
  .footer-widgets .widget_nav_menu a {
    color: #6d6d6d;
font-weight:bold;}
    .footer-widgets .widget_nav_menu a:hover {
      color: #0FC2EC;
font-weight:bold;
text-decoration:underline;}
  .footer-widgets .widget_objectiv_sub_widget .subsciption-widget-blurb {
    font-size: 0.875rem; }
  .footer-widgets .widget_cgd_footer_contact {
    text-align: center; }
    .footer-widgets .widget_cgd_footer_contact .widget-wrap {
      display: inline-block; }
    .footer-widgets .widget_cgd_footer_contact p {
      margin-bottom: 0; }
    .footer-widgets .widget_cgd_footer_contact .address {
      color: #777;
      margin-bottom: 0.5em; }
    .footer-widgets .widget_cgd_footer_contact .email a {
      color: #FF8B22; }
      .footer-widgets .widget_cgd_footer_contact .email a:hover {
        color: #983703; }
    .footer-widgets .widget_cgd_footer_contact .phone-fax {
      color: #777; }
      .footer-widgets .widget_cgd_footer_contact .phone-fax a {
        color: #FF8B22; }
        .footer-widgets .widget_cgd_footer_contact .phone-fax a:hover {
          color: #983703; }
  .footer-widgets .social-links {
    clear: both;
    display: block;
    margin-top: 0.8em; }
    .footer-widgets .social-links .social-link a,
    .footer-widgets .social-links .social-link .circle-wrap {
      display: inline-block;
      height: 32px;
      width: 32px;
      border-radius: 50%;
      position: relative;
      transition: all 300ms ease; }
      .footer-widgets .social-links .social-link a svg,
      .footer-widgets .social-links .social-link .circle-wrap svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #777;
        transition: all 300ms ease; }
      .footer-widgets .social-links .social-link a:hover,
      .footer-widgets .social-links .social-link .circle-wrap:hover {
        border-color: #FF8B22;
        cursor: pointer; }
        .footer-widgets .social-links .social-link a:hover svg,
        .footer-widgets .social-links .social-link .circle-wrap:hover svg {
          fill: #FF8B22; }

.staff-category {
  overflow: hidden;
  margin-bottom: 2em; }

.staff-item {
  width: 100%;
  text-align: center;
  margin-bottom: 3em; }
  @media screen and (min-width: 600px) {
    .staff-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .staff-item:last-child {
        margin-right: 0; }
      .staff-item:nth-child(1n) {
        margin-right: 2.35765%; }
      .staff-item:nth-child(1n+1) {
        clear: none; }
      .staff-item:nth-child(2n) {
        margin-right: 0; }
      .staff-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 900px) {
    .staff-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .staff-item:last-child {
        margin-right: 0; }
      .staff-item:nth-child(2n) {
        margin-right: 2.35765%; }
      .staff-item:nth-child(2n+1) {
        clear: none; }
      .staff-item:nth-child(4n) {
        margin-right: 0; }
      .staff-item:nth-child(4n+1) {
        clear: left; } }
  .staff-item img {
    border-radius: 50%; }
  .staff-item .item-info {
    margin-top: 1em; }
  .staff-item h6 {
    font-weight: 700;
    margin-bottom: 0; }
    .staff-item h6 a {
      color: #333; }
      .staff-item h6 a:hover {
        color: #e35205; }
  .staff-item .position {
    margin-bottom: 0.3em;
    font-weight: 300;
    font-size: 1em; }
  .staff-item .contact-btn {
    background: #333;
    color: #ffffff;
    padding: 0.5em 0.7em 0.4em;
    margin-bottom: 0.8em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;
    font-weight: 700;
    font-size: 0.5rem; }
    .staff-item .contact-btn:hover {
      background: #e35205; }
  .staff-item .social-links .social-link {
    line-height: 1em;
    display: inline-block; }
    .staff-item .social-links .social-link a svg {
      fill: #555; }
    .staff-item .social-links .social-link a:hover svg {
      fill: #e35205; }

.staff-content-left {
  margin-bottom: 2em;
  overflow: hidden; }
  @media screen and (min-width: 600px) {
    .staff-content-left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .staff-content-left:last-child {
        margin-right: 0; } }
  .staff-content-left img {
    display: block;
    margin-bottom: 1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .staff-content-left .contact-btn {
    background: #333;
    color: #ffffff;
    padding: 0.5em 0.7em;
    margin: 0 0.5em 0.8em 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;
    font-weight: 700;
    font-size: 0.8rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left; }
    .staff-content-left .contact-btn:hover {
      background: #e35205; }
  .staff-content-left .social-links {
    float: left;
    clear: none;
    margin: 0 0 0 1em; }
    .staff-content-left .social-links .social-link {
      line-height: 1em;
      display: inline-block; }
      .staff-content-left .social-links .social-link a {
        height: 25px;
        width: 25px; }
        .staff-content-left .social-links .social-link a svg {
          fill: #555; }
        .staff-content-left .social-links .social-link a:hover svg {
          fill: #e35205; }

.staff-content-right h2 {
  margin-bottom: 0.2em; }

@media screen and (min-width: 600px) {
  .staff-content-right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .staff-content-right:last-child {
      margin-right: 0; } }

.slick-slider {
  background: url("assets/images/loader.gif"); }

.slick-slider .slick-list {
  opacity: 0;
  position: absolute; }

.slick-slider.slick-initialized {
  background: none; }

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-in; }

.slick-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
  text-align: center;
  width: auto;
  z-index: 50;
  margin: 0 !important;
  padding: 0; }
  .slick-dots > li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #e35205;
    border-radius: 50%;
    margin-left: 6px;
    margin-bottom: 0 !important; }
    .slick-dots > li:first-of-type {
      margin-left: 0px; }
    .slick-dots > li.slick-active {
      background-color: #e35205; }
    .slick-dots > li:before {
      display: none; }
    .slick-dots > li:hover {
      cursor: pointer; }
  .slick-dots > li button {
    display: none; }

.members-access-error form p {
  margin-bottom: 1em; }

.members-access-error form .login-submit input {
  border: 3px solid #e35205;
  padding: 0.5em 0.7em 0.4em;
  text-align: center;
  text-transform: uppercase;
  color: #e35205;
  background: none;
  font-size: 1em; }
  .members-access-error form .login-submit input:hover {
    background: #e35205;
    color: #ffffff; }

.testimonial-block {
  background-color: #f5f5f5;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 2rem; }
  .testimonial-block:last-of-type {
    margin-bottom: 0px; }

.case-studies-section.wrap {
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

.case-studies-section .wrap {
  position: static; }

.case-studies-section .case {
  position: relative; }
  .case-studies-section .case:nth-child(odd) {
    background-color: #f5f5f5; }
  .case-studies-section .case .item {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .case-studies-section .case .item {
        width: 50%; } }
    .case-studies-section .case .item.content-section {
      padding-top: 4em;
      padding-bottom: 4em; }
      @media screen and (min-width: 900px) {
        .case-studies-section .case .item.content-section {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding: 6em 4em 6em 0; }
          .case-studies-section .case .item.content-section:last-child {
            margin-right: 0; } }
      .case-studies-section .case .item.content-section .content-section__inner .case-cat {
        margin-bottom: 0.3em; }
      .case-studies-section .case .item.content-section .content-section__inner *:last-child {
        margin-bottom: 0; }
    .case-studies-section .case .item.image {
      background-color: black;
      position: relative;
      height: 150px;
      display: none; }
      @media screen and (min-width: 900px) {
        .case-studies-section .case .item.image {
          display: block;
          position: absolute;
          width: 50%;
          height: 100%; } }
      .case-studies-section .case .item.image .bg {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .case-studies-section .case .item.image .bg.has-content-over {
          opacity: 0.6; }
      .case-studies-section .case .item.image .company-logo {
        background: #ffffff;
        padding: 2em;
        width: 30%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
  @media screen and (min-width: 900px) {
    .case-studies-section .case:nth-child(odd) .item.image {
      left: 50%; }
    .case-studies-section .case:nth-child(even) .item.image {
      right: 50%; } }
  @media screen and (min-width: 900px) {
    .case-studies-section .case:nth-child(even) .content-section {
      margin-left: 51.17883%;
      padding-left: 4em;
      padding-right: 0; } }

.resource-posts {
  display: block;
  width: 100%; }
  .resource-posts .story {
    display: block;
    margin-bottom: 3em; }
    @media screen and (min-width: 600px) {
      .resource-posts .story {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .resource-posts .story:last-child {
          margin-right: 0; }
        .resource-posts .story:nth-child(4n) {
          margin-right: 2.35765%; }
        .resource-posts .story:nth-child(4n+1) {
          clear: none; }
        .resource-posts .story:nth-child(2n) {
          margin-right: 0; }
        .resource-posts .story:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 900px) {
      .resource-posts .story {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .resource-posts .story:last-child {
          margin-right: 0; }
        .resource-posts .story:nth-child(2n) {
          margin-right: 2.35765%; }
        .resource-posts .story:nth-child(2n+1) {
          clear: none; }
        .resource-posts .story:nth-child(4n) {
          margin-right: 0; }
        .resource-posts .story:nth-child(4n+1) {
          clear: left; } }
    .resource-posts .story:last-child {
      margin-bottom: 0; }
    .resource-posts .story img {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .resource-posts .story .story-blurb {
      background-color: white;
      padding-top: 1em; }
    .resource-posts .story .post-date {
      font-size: 0.9rem;
      margin-bottom: 2px;
      display: block; }
    .resource-posts .story .post-cat {
      font-size: 0.9rem;
      margin-bottom: 2px;
      display: block;
      text-transform: uppercase; }
    .resource-posts .story .story-title {
      text-transform: uppercase;
      font-size: 1em;
      color: #333;
      font-weight: 700; }
      .resource-posts .story .story-title a {
        color: #333; }
        .resource-posts .story .story-title a:hover {
          color: #e35205; }
    .resource-posts .story p {
      margin-bottom: 1em;
      font-size: 0.875em; }
    .resource-posts .story .read-more-link {
      color: #00b388;
      font-size: 0.875em;
      font-weight: 600;
      text-transform: uppercase; }
      .resource-posts .story .read-more-link:hover {
        color: #e35205; }

.in-content-title {
  margin-top: 4.5em;
  margin-bottom: -3.5em; }
  @media screen and (min-width: 900px) {
    .in-content-title {
      margin-top: 6em; } }
  .in-content-title * {
    margin-bottom: 0; }

.post-type-archive-tribe_events #tribe-events-pg-template {
  max-width: 100%;
  margin-bottom: 4em; }
  .post-type-archive-tribe_events #tribe-events-pg-template h2.tribe-events-page-title {
    font-size: 2em; }
  .post-type-archive-tribe_events #tribe-events-pg-template .tribe-events-event-meta {
    clear: none;
    float: left; }
  .post-type-archive-tribe_events #tribe-events-pg-template .tribe-events-list-event-description {
    float: left;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .post-type-archive-tribe_events #tribe-events-pg-template .tribe-events-list-event-description {
        width: 70%; } }
  .post-type-archive-tribe_events #tribe-events-pg-template .tribe-events-event-image {
    float: right;
    margin: 0 0 1em 0;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .post-type-archive-tribe_events #tribe-events-pg-template .tribe-events-event-image {
        width: 30%; } }
  .post-type-archive-tribe_events #tribe-events-pg-template .tribe-event-schedule-details {
    padding: 0 12px; }

body.single-tribe_events #tribe-events-pg-template {
  margin-top: 4em; }

body.single-tribe_events .tribe-events-single-event-title {
  font-size: 2em; }

body.single-tribe_events .tribe-events-schedule {
  margin: 5px 0 0 0;
  background: none;
  border: none;
  padding: 0; }
  body.single-tribe_events .tribe-events-schedule h2 {
    font-size: 1em; }

/**
 * Sections
 */
#flexible-section-repeater .page-flexible-section.has-top-padding {
  margin-top: 4.5em;
padding-top:30px;}

#flexible-section-repeater .page-flexible-section.has-bot-padding {
  margin-bottom: 4.5em; }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .page-flexible-section.has-top-padding {
    margin-top: 6em; }
  #flexible-section-repeater .page-flexible-section.has-bot-padding {
    margin-bottom: 6em; } }

#flexible-section-repeater .color.orange {
  background-color: #e35205; }

#flexible-section-repeater .color.light-gray {
  background-color: #f5f5f5; }

#flexible-section-repeater .color.medium-gray {
  background-color: #555; }

#flexible-section-repeater .color.dark-gray {
  background-color: #333; }

#flexible-section-repeater .color.white {
  background-color: #ffffff; }

.section-title {
  margin: 1rem 0;
  line-height: 1; }
  @media screen and (min-width: 600px) {
    .section-title {
      font-size: 3em; } }

.section-pre-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0; }

.section-sub-title {
  text-transform: uppercase; }

.section-post-title {
  margin-bottom: 1rem; }

.dark .section-pre-title,
.dark .section-sub-title,
.dark .section-title,
.dark .section-post-title {
  color: #333; }

.light .section-pre-title,
.light .section-sub-title,
.light .section-title,
.light .section-post-title {
  color: white; }

.accordion-page .wrap.content:first-child {
  padding-bottom: 40px; }

.accordion-page .wrap.content:last-child {
  padding-top: 0; }

.accordion-page .wrap.no-content:first-child {
  padding: 0; }

.accordion-block {
  box-sizing: border-box; }
  .accordion-block .accordion-row {
    margin-bottom: 15px; }
    .accordion-block .accordion-row:last-child {
      margin-bottom: 0; }
    .accordion-block .accordion-row .accordion-title {
      background: transparent;
      border: 1px solid #ddd;
      color: #555;
      cursor: pointer;
      font-weight: 700;
      padding: 1.5em;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: 300ms ease;
      -moz-transition: 300ms ease;
      transition: 300ms ease; }
      .accordion-block .accordion-row .accordion-title .title {
        font-weight: 700;
        text-transform: uppercase;
        width: 90%; }
      .accordion-block .accordion-row .accordion-title svg {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        transition: 300ms ease;
        cursor: pointer;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 50%;
        width: 30px; }
        .accordion-block .accordion-row .accordion-title svg path, .accordion-block .accordion-row .accordion-title svg polygon {
          fill: #333; }
      .accordion-block .accordion-row .accordion-title:hover {
        color: #e35205; }
        .accordion-block .accordion-row .accordion-title:hover svg path, .accordion-block .accordion-row .accordion-title:hover svg polygon {
          fill: #e35205; }
      .accordion-block .accordion-row .accordion-title.active {
        color: #e35205;
        border-bottom: 0px; }
        .accordion-block .accordion-row .accordion-title.active:before {
          background-color: #ddd;
          bottom: 0;
          content: '';
          height: 1px;
          left: 20px;
          position: absolute;
          width: 52%; }
        .accordion-block .accordion-row .accordion-title.active:after {
          background-color: #ddd;
          bottom: 0;
          content: '';
          height: 1px;
          position: absolute;
          right: 20px;
          width: 52%; }
        .accordion-block .accordion-row .accordion-title.active svg {
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          background-color: #e35205; }
          .accordion-block .accordion-row .accordion-title.active svg path, .accordion-block .accordion-row .accordion-title.active svg polygon {
            -webkit-transform: translate(85%, -35%) rotate(45deg);
            -moz-transform: translate(85%, -35%) rotate(45deg);
            -ms-transform: translate(85%, -35%) rotate(45deg);
            -o-transform: translate(85%, -35%) rotate(45deg);
            transform: translate(85%, -35%) rotate(45deg);
            fill: white; }
    .accordion-block .accordion-row .accordion-info {
      border: 1px solid #ddd;
      border-top: 0px;
      box-sizing: border-box;
      color: #686868;
      display: none;
      padding: 1.5em; }
      .accordion-block .accordion-row .accordion-info *:last-child {
        margin-bottom: 0; }
    .accordion-block .accordion-row:first-child {
      padding-top: 0; }
    .accordion-block .accordion-row:last-child {
      padding-bottom: 0;
      border-bottom: none; }

.page-section-stories {
  display: block;
  width: 100%; }
  .page-section-stories .page-section-header {
    text-align: center; }
  .page-section-stories .stories {
    width: 100%; }
  .page-section-stories .story {
    display: block;
    margin-bottom: 4.5em; }
    @media screen and (min-width: 900px) {
      .page-section-stories .story {
        margin-bottom: 0px; } }
    .page-section-stories .story:last-child {
      margin-bottom: 0; }
    .page-section-stories .story .post-image {
      height: 200px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  @media screen and (min-width: 900px) {
    .page-section-stories.three-posts .stories .story {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .page-section-stories.three-posts .stories .story:last-child {
        margin-right: 0; }
      .page-section-stories.three-posts .stories .story:nth-child(3n) {
        margin-right: 0; }
      .page-section-stories.three-posts .stories .story:nth-child(3n+1) {
        clear: left; }
      .page-section-stories.three-posts .stories .story:nth-child(2n) {
        margin-right: 2.35765%; }
      .page-section-stories.three-posts .stories .story:nth-child(2n+1) {
        clear: none; } }
  .page-section-stories .story-blurb {
    background-color: white;
    padding-top: 1em; }
  .page-section-stories .post-date {
    font-size: 0.9rem;
    margin-bottom: 2px;
    display: block; }
  .page-section-stories .story-title {
    text-transform: uppercase;
    font-size: 1em;
    color: #333;
    font-weight: 700; }
    .page-section-stories .story-title a {
      color: #333; }
      .page-section-stories .story-title a:hover {
        color: #e35205; }
  .page-section-stories p {
    margin-bottom: 1em; }
  .page-section-stories .read-more-link {
    color: #00b388;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase; }
    .page-section-stories .read-more-link:hover {
      color: #e35205; }

.stories-section-footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 3em; }

#flexible-section-repeater .content-section .content *:last-child {
  margin-bottom: 0; }

#flexible-section-repeater .content-section .l-content,
#flexible-section-repeater .content-section .r-content,
#flexible-section-repeater .content-section .third-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  #flexible-section-repeater .content-section .l-content:last-child,
  #flexible-section-repeater .content-section .r-content:last-child,
  #flexible-section-repeater .content-section .third-content:last-child {
    margin-right: 0; }
  #flexible-section-repeater .content-section .l-content *:last-child,
  #flexible-section-repeater .content-section .r-content *:last-child,
  #flexible-section-repeater .content-section .third-content *:last-child {
    margin-bottom: 0; }

#flexible-section-repeater .content-section .l-content {
  margin-bottom: 3em; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .content-section .l-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 0; }
      #flexible-section-repeater .content-section .l-content:last-child {
        margin-right: 0; }
      #flexible-section-repeater .content-section .l-content.sixty-fourty {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        #flexible-section-repeater .content-section .l-content.sixty-fourty:last-child {
          margin-right: 0; }
        #flexible-section-repeater .content-section .l-content.sixty-fourty.left {
          float: right;
          margin: 0 0 0 2.35765%; }
        #flexible-section-repeater .content-section .l-content.sixty-fourty.right {
          float: left;
          margin: 0 2.35765% 0 0; }
      #flexible-section-repeater .content-section .l-content.one-third {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        #flexible-section-repeater .content-section .l-content.one-third:last-child {
          margin-right: 0; } }

@media screen and (min-width: 900px) {
  #flexible-section-repeater .content-section .r-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #flexible-section-repeater .content-section .r-content:last-child {
      margin-right: 0; }
    #flexible-section-repeater .content-section .r-content.sixty-fourty {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      #flexible-section-repeater .content-section .r-content.sixty-fourty:last-child {
        margin-right: 0; }
      #flexible-section-repeater .content-section .r-content.sixty-fourty.left {
        float: left; }
      #flexible-section-repeater .content-section .r-content.sixty-fourty.right {
        float: right; }
    #flexible-section-repeater .content-section .r-content.one-third {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      #flexible-section-repeater .content-section .r-content.one-third:last-child {
        margin-right: 0; } }

#flexible-section-repeater .content-section .third-content {
  margin-top: 3em; }
  @media screen and (min-width: 900px) {
    #flexible-section-repeater .content-section .third-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-top: 0; }
      #flexible-section-repeater .content-section .third-content:last-child {
        margin-right: 0; } }

.cta-section.page-flexible-section {
  position: relative;
  overflow: hidden; }
  .cta-section.page-flexible-section .wrap {
    max-width: 1080px; }
  .cta-section.page-flexible-section.make-fifty .wrap {
    max-width: 1200px; }

.cta-content {
  padding: 6em 0;
  position: relative;
  z-index: 100; }
  .cta-content.left, .cta-content.right {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .make-fifty .cta-content.left,
      .make-fifty.hide-on-mobile .cta-content.left, .make-fifty .cta-content.right,
      .make-fifty.hide-on-mobile .cta-content.right {
        width: 50%; } }
  .cta-content.left {
    float: right; }
  .cta-content.right {
    float: left; }
  @media screen and (min-width: 900px) {
    .cta-content {
      padding: 9em 0; } }
  .cta-content .wrap *:last-child {
    margin-bottom: 0; }

.sec-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  text-align: center;
  display: none; }
  .sec-content.left, .sec-content.right {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .sec-content.left, .sec-content.right {
        width: 50%; } }
  .sec-content.left {
    left: 0; }
  .sec-content.right {
    right: 0; }
  @media screen and (min-width: 600px) {
    .sec-content {
      display: block; } }
  .sec-content .wrap *:last-child {
    margin-bottom: 0; }

.cta-overlay {
  background-color: #0d404f;
  opacity: 0.85;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.fifty-fifty-section {
  position: relative;
  background: #f5f5f5; }
  .fifty-fifty-section.wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .fifty-fifty-section .wrap {
    position: static; }
  .fifty-fifty-section .item {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .fifty-fifty-section .item {
        width: 50%; } }
    .fifty-fifty-section .item.content-section {
      padding-top: 4em;
      padding-bottom: 4em; }
      @media screen and (min-width: 900px) {
        .fifty-fifty-section .item.content-section {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          padding: 6em 4em 6em 0; }
          .fifty-fifty-section .item.content-section:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 900px) {
        .fifty-fifty-section .item.content-section.right {
          margin-left: 51.17883%;
          padding-left: 4em;
          padding-right: 0; } }
      .fifty-fifty-section .item.content-section .content-section__inner *:last-child {
        margin-bottom: 0; }
    .fifty-fifty-section .item.image {
      background-color: black;
      position: relative;
      height: 200px; }
      @media screen and (min-width: 900px) {
        .fifty-fifty-section .item.image {
          display: block;
          position: absolute;
          width: 50%;
          height: 100%; }
          .fifty-fifty-section .item.image.left {
            left: 50%; }
          .fifty-fifty-section .item.image.right {
            right: 50%; } }
      .fifty-fifty-section .item.image .bg {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .fifty-fifty-section .item.image .bg.has-content-over {
          opacity: 0.6; }
      .fifty-fifty-section .item.image .image-blurb-wrap {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
        .fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-inner-wrap {
          display: block;
          height: 100%;
          position: relative;
          width: 100%; }
        .fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-content {
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          color: white;
          padding-left: 1em;
          padding-right: 1em;
          position: absolute;
          top: 50%;
          font-size: 70%; }
          @media screen and (min-width: 900px) {
            .fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-content {
              padding-left: 4em;
              padding-right: 4em;
              font-size: 100%; } }
          .fifty-fifty-section .item.image .image-blurb-wrap .image-blurb-content *:last-child {
            margin-bottom: 0; }

.tile-blocks {
  overflow: auto; }
  @media screen and (min-width: 900px) {
    .tile-blocks {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }

.tile-block {
  padding: 4.5em 3em;
  position: relative; }
  @media screen and (min-width: 900px) {
    .tile-block {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 300px; } }
  .tile-block .tile-block-excerpt {
    position: relative;
    z-index: 100; }
    .tile-block .tile-block-excerpt h1,
    .tile-block .tile-block-excerpt h2,
    .tile-block .tile-block-excerpt h3,
    .tile-block .tile-block-excerpt h4,
    .tile-block .tile-block-excerpt h5,
    .tile-block .tile-block-excerpt h6 {
      margin-bottom: 0.9375em;
      font-weight: 700;
      font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .tile-block .tile-block-excerpt p {
      font-size: 1.125em;
      margin-bottom: 10px; }
    .tile-block .tile-block-excerpt *:last-child {
      margin-bottom: 0; }
  .tile-block.has-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .tile-block.has-image:after {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      background-color: rgba(51, 51, 51, 0.7);
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .tile-block.has-image .wrap {
      position: relative;
      z-index: 100; }
    .tile-block.has-image .tile-block-excerpt {
      color: white; }
      .tile-block.has-image .tile-block-excerpt a {
        color: white; }
  .tile-block.solid.primary {
    background-color: #e35205; }
    .tile-block.solid.primary .tile-block-excerpt {
      color: white; }
      .tile-block.solid.primary .tile-block-excerpt a {
        color: white; }
  .tile-block.solid.white {
    background-color: white;
    border: 1px solid #f5f5f5; }
    .tile-block.solid.white .tile-block-excerpt {
      color: #333; }

.ribbon-cta-section {
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .ribbon-cta-section {
      text-align: left; } }
  .ribbon-cta-section .wrap {
    max-width: 1200px;
    padding: 50px 0 !important;
    position: relative; }
    .ribbon-cta-section .wrap .ribbon-text {
      color: #fff;
      display: block; }
      @media screen and (min-width: 900px) {
        .ribbon-cta-section .wrap .ribbon-text {
          float: left;
          width: 70%; } }
      .ribbon-cta-section .wrap .ribbon-text h4,
      .ribbon-cta-section .wrap .ribbon-text h5 {
        margin-bottom: 0;
        font-weight: 700;
        text-transform: uppercase; }
      .ribbon-cta-section .wrap .ribbon-text h4 {
        font-weight: 400; }
    .ribbon-cta-section .wrap .white-button {
      margin-top: 20px; }
      @media screen and (min-width: 900px) {
        .ribbon-cta-section .wrap .white-button {
          margin: 0;
          float: right; } }

  .icon-blurb-section .section-title {
    margin-top: 0; }
  .icon-blurb-section .upper-content,
  .icon-blurb-section .bottom-content {
    text-align: center;
    clear: both; }
  .icon-blurb-section .icon-blurb-grid {
    display: block;
    text-align: center;
    padding: 2.25em 0 0;
    overflow: hidden; }
    .icon-blurb-section .icon-blurb-grid .blurb {
      display: inline-block;
      margin-bottom: 1.5em;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .icon-blurb-section .icon-blurb-grid .blurb:last-child {
        margin-right: 0; }
      .icon-blurb-section .icon-blurb-grid .blurb:nth-child(4n) {
        margin-right: 2.35765%; }
      .icon-blurb-section .icon-blurb-grid .blurb:nth-child(4n+1) {
        clear: none; }
      .icon-blurb-section .icon-blurb-grid .blurb:nth-child(2n) {
        margin-right: 0; }
      .icon-blurb-section .icon-blurb-grid .blurb:nth-child(2n+1) {
        clear: left; }
      @media screen and (min-width: 900px) {
        .icon-blurb-section .icon-blurb-grid .blurb {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%;
          display: inline-block; }
          .icon-blurb-section .icon-blurb-grid .blurb:last-child {
            margin-right: 0; }
          .icon-blurb-section .icon-blurb-grid .blurb:nth-child(2n) {
            margin-right: 2.35765%; }
          .icon-blurb-section .icon-blurb-grid .blurb:nth-child(2n+1) {
            clear: none; }
          .icon-blurb-section .icon-blurb-grid .blurb:nth-child(4n) {
            margin-right: 0; }
          .icon-blurb-section .icon-blurb-grid .blurb:nth-child(4n+1) {
            clear: left; } }
      .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb {
        transition: all 300ms ease; }
        .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-icon {
          margin: 0 auto 30px auto; }
        .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb .blurb-title {
          color: #FF8B22;
          text-transform: none;
          font-weight: bold; }
        .icon-blurb-section .icon-blurb-grid .blurb .inner-blurb p {
          margin-bottom: 0;
          color: #555; }
      .icon-blurb-section .icon-blurb-grid .blurb:hover a .inner-blurb {
        opacity: 0.7; }
      .icon-blurb-section .icon-blurb-grid .blurb .blurb-button {
        margin-top: 1em; }
    .icon-blurb-section .icon-blurb-grid.icon-circles .blurb .inner-blurb .blurb-icon {
      background: #eaeaea;
      width: 60%;
      padding: 30px;
      border-radius: 50%; }
    @media screen and (min-width: 900px) {
      .icon-blurb-section .icon-blurb-grid.no-float .blurb {
        float: none; } }

@media screen and (min-width: 600px) {
  .offset-slider-section .offset-slider-title-text {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    .offset-slider-section .offset-slider-title-text:last-child {
      margin-right: 0; } }

.offset-slider-section .offset-slider .offset-slide {
  overflow: hidden; }

.offset-slider-section .offset-slider .offset-slide-image {
  width: 50%;
  height: 300px;
  margin: 0;
  float: right;
  display: none; }
  @media screen and (min-width: 600px) {
    .offset-slider-section .offset-slider .offset-slide-image {
      display: block; } }
  @media screen and (min-width: 900px) {
    .offset-slider-section .offset-slider .offset-slide-image {
      height: 350px;
      display: block; } }

.offset-slider-section .offset-slider .offset-slide-text {
  width: 100%;
  padding: 2em;
  background-color: #e35205;
  color: #ffffff;
  position: relative;
  float: left; }
  @media screen and (min-width: 600px) {
    .offset-slider-section .offset-slider .offset-slide-text {
      width: 50%;
      padding: 3.5em 0 3.5em 3.5em; } }
  .offset-slider-section .offset-slider .offset-slide-text:after {
    content: '';
    background: #e35205;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%; }
  .offset-slider-section .offset-slider .offset-slide-text *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 900px) {
    .offset-slider-section .offset-slider .offset-slide-text.slide-has-icon {
      padding-left: 20%; } }
  .offset-slider-section .offset-slider .offset-slide-text .offset-slide-icon {
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    left: -10%;
    opacity: 0.3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
    @media screen and (min-width: 900px) {
      .offset-slider-section .offset-slider .offset-slide-text .offset-slide-icon {
        display: block; } }

.offset-slider-section .offset-slider .slick-dots {
  margin: 0 0 0 75px;
  left: 50%;
  top: 330px;
  bottom: auto;
  display: none !important;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
  @media screen and (min-width: 600px) {
    .offset-slider-section .offset-slider .slick-dots {
      display: block !important; } }
  @media screen and (min-width: 900px) {
    .offset-slider-section .offset-slider .slick-dots {
      top: 380px;
      display: block !important; } }
  .offset-slider-section .offset-slider .slick-dots li {
    border: none;
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: 0; }
    .offset-slider-section .offset-slider .slick-dots li.slick-active button {
      background: #e35205; }
    .offset-slider-section .offset-slider .slick-dots li button {
      display: block;
      border: none;
      background: #dedede;
      color: #fff;
      font-size: 1.2em;
      font-weight: 600;
      line-height: 1em;
      padding: 0.2em 0.5em;
      font-family: "Proxima Nova", sans-serif; }

.offset-slider {
  display: none; }

.testimonials-section {
  text-align: center;
  position: relative;
  color: #ffffff; }
  .testimonials-section .wrap {
    padding: 6em 0;
    position: relative;
    z-index: 10; }
    .testimonials-section .wrap h2:before, .testimonials-section .wrap h2:after {
      color: #ffffff; }
    .testimonials-section .wrap .read-more-link {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }
  .testimonials-section .testimonials-overlay {
    background-color: #e35205;
    opacity: 0.8;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.testimonials-slider {
  display: none; }

#product-boxes {
  margin-top: -20px;
}
  #product-boxes.pricing-page {
    margin-top: 0;
    margin-bottom: 4em; }
    @media screen and (min-width: 900px) {
      #product-boxes.pricing-page {
        margin-bottom: 6em; } }
  #product-boxes .product-box {
    width: 100%;
    background: #eaeaea;
    color: #6d6d6d;
    display: inline-block;
    padding: 2em;
    margin-bottom: 3em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative; }
    #product-boxes .product-box .icon-circle {
      background: #ffffff;
      border-radius: 50%;
      margin: -60px auto 1.5em auto;
      margin: 0 1em 0 0;
      float: left;
      width: 80px;
      height: 80px;
      transition: all 300ms ease;
      position: relative;
      display: none; }
      #product-boxes .product-box .icon-circle img {
        width: 55%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #product-boxes .product-box .box-text {
      transition: all 500ms ease; }
    #product-boxes .product-box h5 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0.5em; }
    #product-boxes .product-box p {
      font-size: 0.9375em;
      margin-bottom: 0; }
    #product-boxes .product-box .green-button {
      position: absolute;
      left: 50%;
      bottom: -20px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 70%; }
      #product-boxes .product-box .green-button a:hover {
        background-color: #e77916;
        border-color: #e77916;
        color: #ffffff; }
    @media screen and (min-width: 600px) {
      #product-boxes .product-box {
        min-height: 160px;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #product-boxes .product-box:last-child {
          margin-right: 0; }
        #product-boxes .product-box:nth-child(4n) {
          margin-right: 2.35765%; }
        #product-boxes .product-box:nth-child(4n+1) {
          clear: none; }
        #product-boxes .product-box:nth-child(2n) {
          margin-right: 0; }
        #product-boxes .product-box:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 900px) {
      #product-boxes .product-box {
        min-height: 320px;
        margin-bottom: 0;
        text-align: center;
        padding: 0 2em 2em 2em;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        #product-boxes .product-box:last-child {
          margin-right: 0; }
        #product-boxes .product-box:nth-child(2n) {
          margin-right: 2.35765%; }
        #product-boxes .product-box:nth-child(2n+1) {
          clear: none; }
        #product-boxes .product-box:nth-child(4n) {
          margin-right: 0; }
        #product-boxes .product-box:nth-child(4n+1) {
          clear: left; }
        #product-boxes .product-box .icon-circle {
          border: 7px solid #eaeaea;
          width: 140px;
          height: 140px;
          margin: -70px auto 1.5em auto;
          float: none;
          display: block; }
        #product-boxes .product-box:hover .icon-circle,
        #product-boxes .product-box:hover .box-text {
          -webkit-transform: translateY(-20px);
          -moz-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          -o-transform: translateY(-20px);
          transform: translateY(-20px); }
        #product-boxes .product-box .green-button {
          display: none; }
        #product-boxes .product-box:hover .green-button {
          display: inline-block; } }
    @media screen and (min-width: 1000px) {
      #product-boxes .product-box {
        min-height: 280px; } }
    @media screen and (min-width: 1350px) {
      #product-boxes .product-box {
        min-height: 250px; } }

.features-boxes-section .upper-content {
  text-align: center; }
  .features-boxes-section .upper-content *:last-child {
    margin-bottom: 0; }

.features-boxes-section .features-boxes {
  padding-bottom: 30px;
  overflow: hidden; }

.features-boxes-section .features-box {
  background: #0d404f;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 4em;
  margin-top: 3em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .features-boxes-section .features-box:last-child {
    margin-right: 0; }
  .features-boxes-section .features-box:nth-child(3n) {
    margin-right: 2.35765%; }
  .features-boxes-section .features-box:nth-child(3n+1) {
    clear: none; }
  .features-boxes-section .features-box:nth-child(1n) {
    margin-right: 0; }
  .features-boxes-section .features-box:nth-child(1n+1) {
    clear: left; }
  @media screen and (min-width: 900px) {
    .features-boxes-section .features-box {
      min-height: 212px;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .features-boxes-section .features-box:last-child {
        margin-right: 0; }
      .features-boxes-section .features-box:nth-child(1n) {
        margin-right: 2.35765%; }
      .features-boxes-section .features-box:nth-child(1n+1) {
        clear: none; }
      .features-boxes-section .features-box:nth-child(3n) {
        margin-right: 0; }
      .features-boxes-section .features-box:nth-child(3n+1) {
        clear: left; } }
  .features-boxes-section .features-box:after {
    background-color: rgba(13, 64, 79, 0.85);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: all 300ms ease; }
  .features-boxes-section .features-box:hover:after {
    background-color: #0d404f; }
  .features-boxes-section .features-box .box-text {
    position: relative;
    z-index: 50; }
  .features-boxes-section .features-box h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5em; }
  .features-boxes-section .features-box p {
    margin-bottom: 0; }
  .features-boxes-section .features-box .blue-button {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 70%;
    display: block;
    z-index: 50; }
    .features-boxes-section .features-box .blue-button a:hover,
    .features-boxes-section .features-box .blue-button a:focus {
      background-color: #00b388;
      border-color: #00b388;
      color: #ffffff; }

.content-stats-section .content-col {
  margin-bottom: 4em; }
  @media screen and (min-width: 900px) {
    .content-stats-section .content-col {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin: 0; }
      .content-stats-section .content-col:last-child {
        margin-right: 0; }
      .content-stats-section .content-col.left {
        float: right; }
      .content-stats-section .content-col.right {
        float: left; } }

@media screen and (min-width: 900px) {
  .content-stats-section .stats-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .content-stats-section .stats-col:last-child {
      margin-right: 0; }
    .content-stats-section .stats-col.left {
      float: left; }
    .content-stats-section .stats-col.right {
      float: right; } }

.content-stats-section .stat {
  overflow: hidden;
  clear: both;
  margin-bottom: 2em; }
  .content-stats-section .stat .stat-icon {
    width: 80px;
    float: left;
    margin-right: 1em; }
  .content-stats-section .stat .stat-title {
    font-weight: 700;
    margin-bottom: 0; }
  .content-stats-section .stat .stat-text {
    font-size: 0.875em;
    margin-bottom: 0; }

.case-slider-section {
  background: #f5f5f5;
  padding: 6em 0; }
  .case-slider-section .case-slider-title-text {
    text-align: center; }
  .case-slider-section .case-slide {
    text-align: center;
    margin-top: 2em;
    padding: 0 1em; }
    .case-slider-section .case-slide .icon-circle {
      background: #ffffff;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      margin: 0 auto 1.5em auto;
      position: relative; }
      .case-slider-section .case-slide .icon-circle .case-slide-icon {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .case-slider-section .case-slide p {
      margin-bottom: 0; }
    .case-slider-section .case-slide .slide-title {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0.5em; }
    .case-slider-section .case-slide .slide-link {
      text-transform: uppercase;
      color: #999;
      font-size: 0.875em;
      font-weight: 600;
      margin-top: 0.5em;
      display: block; }
      .case-slider-section .case-slide .slide-link:hover {
        color: #00b388; }
  .case-slider-section .slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 3em; }

/**
 * Pages
 */

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