/*!
Theme Name: Hi-Tek Balancing
Theme URI: http://underscores.me/
Author: inConcert Web Solutions
Author URI: http://inconcertweb.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hi-tek-balancing
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hi-Tek Balancing is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Advent+Pro:400,700);
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/_normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 71, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 80, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, sass/_normalize.scss */
img {
  border: 0;
}

/* line 100, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 117, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 125, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 139, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 144, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 152, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 167, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 173, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 183, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 188, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 194, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 199, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 203, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 207, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 212, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* line 5, sass/typography/_headings.scss */
.entry-title {
  font-size: 1.5em;
  margin: 0;
}
/* line 9, sass/typography/_headings.scss */
.entry-title a {
  text-decoration: none;
}

/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/typography/_copy.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 13, sass/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 17, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 28, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 33, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, sass/elements/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 18, sass/elements/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 24, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 1.5em 3em;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 33, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e6e6e6;
  -moz-border-radius: 0.35em;
  -webkit-border-radius: 0.35em;
  border-radius: 0.35em;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d0d0d0));
  background-image: -moz-linear-gradient(#ffffff, #d0d0d0);
  background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
  background-image: linear-gradient(#ffffff, #d0d0d0);
  display: block;
  padding: .2em .5em;
  font-family: "Advent Pro", sans-serif;
  text-decoration: none;
  text-align: center;
  margin: .5em 0;
  font-size: 1.1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* line 53, sass/mixins/_mixins-master.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNzRmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjM2Y5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4074f6), color-stop(100%, #1c3f95));
  background-image: -moz-linear-gradient(#4074f6, #1c3f95);
  background-image: -webkit-linear-gradient(#4074f6, #1c3f95);
  background-image: linear-gradient(#4074f6, #1c3f95);
}
/* line 16, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
/* line 20, sass/forms/_buttons.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 1, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* line 11, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

/* line 16, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

/* line 24, sass/forms/_fields.scss */
textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: #ee3a43;
}
/* line 4, sass/navigation/_links.scss */
a:visited {
  color: #ee3a43;
}
/* line 7, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: #ee3a43;
}
/* line 12, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 15, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: inline-block;
  vertical-align: middle;
}
/* line 6, sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 12, sass/navigation/_menus.scss */
.main-navigation ul ul {
  background: #1c3f95;
  text-align: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 3em;
  left: -999em;
  z-index: 99999;
}
/* line 22, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  background: #4074f6;
}
/* line 28, sass/navigation/_menus.scss */
.main-navigation ul ul ul li:hover > a, .main-navigation ul ul ul li.focus > a {
  background: #1c3f95;
}
/* line 35, sass/navigation/_menus.scss */
.main-navigation ul ul li {
  margin: 0;
  padding: 0;
}
/* line 39, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
  margin: 0;
}
/* line 46, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 182px;
  padding: .15em .5em;
}
/* line 51, sass/navigation/_menus.scss */
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  background: #4074f6;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  color: #fff;
  font-weight: bold;
}
/* line 64, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 50%;
  margin-left: -91px;
}
/* line 70, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
  margin: 0 1em;
  padding: 0.75em 0;
}
/* line 76, sass/navigation/_menus.scss */
.main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li.current_page_item > a, .main-navigation li.current-menu-item > a, .main-navigation li.current_page_ancestor > a {
  color: #ee3a43;
}
/* line 84, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #d7d7d7;
}

/* Small menu. */
/* line 92, sass/navigation/_menus.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  /* line 98, sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 101, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 110, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
/* line 115, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 120, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 9, sass/modules/_accessibility.scss */
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content .inner-row:before,
.site-content .inner-row:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content .inner-row:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Wrappers
--------------------------------------------------------------*/
/* line 1, sass/modules/_wrappers.scss */
.inner-row,
.site-info {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
/* line 5, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}
/* line 9, sass/site/secondary/_widgets.scss */
.widget-area .widget {
  padding: 2em 6em;
}
@media (max-width: 1250px) {
  /* line 9, sass/site/secondary/_widgets.scss */
  .widget-area .widget {
    padding: 2em 3em;
  }
}

/* Search widget. */
/* line 19, sass/site/secondary/_widgets.scss */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* line 1, sass/layout/_sidebar-content.scss */
.site-content {
  background: #d7d7d7;
}

/* line 5, sass/layout/_sidebar-content.scss */
.content-area {
  float: right;
  margin: 0 0 0 -33.33%;
  width: 100%;
  position: relative;
}
@media (max-width: 800px) {
  /* line 5, sass/layout/_sidebar-content.scss */
  .content-area {
    float: none;
    width: 100%;
    margin: 0;
  }
}
/* line 17, sass/layout/_sidebar-content.scss */
.content-area:before {
  content: '';
  display: block;
  position: absolute;
  width: 33.33%;
  background: #4074f6;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 800px) {
  /* line 17, sass/layout/_sidebar-content.scss */
  .content-area:before {
    display: none;
  }
}
/* line 31, sass/layout/_sidebar-content.scss */
.home .content-area {
  margin: 0;
}
/* line 34, sass/layout/_sidebar-content.scss */
.home .content-area:before {
  display: none;
}

/* line 40, sass/layout/_sidebar-content.scss */
.site-main {
  margin: 0 0 0 33.33%;
}
@media (max-width: 800px) {
  /* line 40, sass/layout/_sidebar-content.scss */
  .site-main {
    margin: 0;
  }
}
/* line 47, sass/layout/_sidebar-content.scss */
.home .site-main {
  margin: 0;
}

/* line 52, sass/layout/_sidebar-content.scss */
.btn {
  background: #4074f6;
  background-image: -webkit-linear-gradient(top, #4074f6, #4074f6);
  background-image: -moz-linear-gradient(top, #4074f6, #4074f6);
  background-image: -ms-linear-gradient(top, #4074f6, #4074f6);
  background-image: -o-linear-gradient(top, #4074f6, #4074f6);
  background-image: linear-gradient(to bottom, #4074f6, #4074f6);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

/* line 68, sass/layout/_sidebar-content.scss */
.btn:hover {
  background: #3cb0fd;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* line 79, sass/layout/_sidebar-content.scss */
.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 33.33%;
  background: #4074f6;
  padding: 0;
}
@media (max-width: 800px) {
  /* line 79, sass/layout/_sidebar-content.scss */
  .site-content .widget-area {
    float: none;
    width: 100%;
    margin: 0;
  }
}

/* line 93, sass/layout/_sidebar-content.scss */
.site-footer {
  clear: both;
  width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.hentry {
  margin: 0 0 1.5em;
}
/* line 8, sass/site/primary/_posts-and-pages.scss */
.blog .hentry {
  background: #e4e4e4;
  padding: 2em;
}
/* line 12, sass/site/primary/_posts-and-pages.scss */
.blog .hentry:hover {
  background: #f1f1f1;
}

/* line 18, sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 23, sass/site/primary/_posts-and-pages.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 28, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

/* line 34, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 39, sass/site/primary/_posts-and-pages.scss */
.entry-meta,
.entry-footer {
  font-size: .8em;
  font-style: italic;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_asides.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 11, sass/media/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 1, sass/header/_header.scss */
.site-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #464646;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 2px 5px;
}
/* line 12, sass/header/_header.scss */
.site-header .inner-row {
  display: table;
  width: 100%;
}
@media (max-width: 1450px) {
  /* line 1, sass/header/_header.scss */
  .site-header {
    text-align: center;
    padding: .75em 1em;
  }
}
@media (max-width: 1250px) {
  /* line 1, sass/header/_header.scss */
  .site-header {
    padding: .75em 1em .75em 4em;
  }
}

/* line 27, sass/header/_header.scss */
.left-header {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: center;
}
@media (max-width: 1450px) {
  /* line 27, sass/header/_header.scss */
  .left-header {
    width: auto;
  }
}
@media (max-width: 800px) {
  /* line 27, sass/header/_header.scss */
  .left-header {
    display: inline-block;
  }
}

/* line 40, sass/header/_header.scss */
.phone-number {
  margin: 0;
  font-weight: normal;
}

/* line 46, sass/header/_header.scss */
.right-header {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1250px) {
  /* line 46, sass/header/_header.scss */
  .right-header {
    text-align: right;
  }
}
@media (max-width: 800px) {
  /* line 46, sass/header/_header.scss */
  .right-header {
    display: inline-block;
    margin: 0 1em;
  }
}

/* line 60, sass/header/_header.scss */
.newsletter-section {
  display: inline-block;
  vertical-align: middle;
  width: 18em;
}
@media (max-width: 800px) {
  /* line 60, sass/header/_header.scss */
  .newsletter-section {
    display: none;
  }
}

/* line 70, sass/header/_header.scss */
#gform_wrapper_1 {
  margin: 0;
  position: relative;
  /* Make the error stand out */
  /* Prepend the error message to the missing but required field */
  /* Hide the error message since we're displaying it above */
}
/* line 74, sass/header/_header.scss */
#gform_wrapper_1 form {
  display: table;
  width: 100%;
}
/* line 78, sass/header/_header.scss */
#gform_wrapper_1 label {
  display: none;
}
/* line 81, sass/header/_header.scss */
#gform_wrapper_1 label.gfield_label + div.ginput_container {
  margin: 0;
}
/* line 85, sass/header/_header.scss */
#gform_wrapper_1 .gform_body, #gform_wrapper_1 .gform_footer {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
/* line 92, sass/header/_header.scss */
#gform_wrapper_1 .gform_body .top_label .gfield_error, #gform_wrapper_1 .gform_footer .top_label .gfield_error {
  width: 100%;
  margin: 0 !important;
  background: transparent;
  border: none !important;
}
/* line 99, sass/header/_header.scss */
#gform_wrapper_1 .gform_body #field_1_1, #gform_wrapper_1 .gform_footer #field_1_1 {
  padding: 0 !important;
  margin: 0px !important;
}
/* line 104, sass/header/_header.scss */
#gform_wrapper_1 .gform_body .ginput_container, #gform_wrapper_1 .gform_footer .ginput_container {
  position: relative;
  max-width: 100% !important;
}
/* line 108, sass/header/_header.scss */
#gform_wrapper_1 .gform_body .ginput_container:after, #gform_wrapper_1 .gform_footer .ginput_container:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 10%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhkOGQ4ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #8d8d8d), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #8d8d8d, rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #8d8d8d, rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0), #8d8d8d, rgba(0, 0, 0, 0));
}
/* line 119, sass/header/_header.scss */
#gform_wrapper_1 .gform_body input.large, #gform_wrapper_1 .gform_footer input.large {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d0d0d0));
  background-image: -moz-linear-gradient(#ffffff, #d0d0d0);
  background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
  background-image: linear-gradient(#ffffff, #d0d0d0);
  overflow: hidden;
  border: none;
  padding: .25em .5em;
  font-size: 14.8px;
  font-size: 0.925rem;
  width: 100%;
  margin: 0;
}
/* line 61, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#gform_wrapper_1 .gform_body input.large:-moz-placeholder, #gform_wrapper_1 .gform_footer input.large:-moz-placeholder {
  color: #000;
}
/* line 64, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#gform_wrapper_1 .gform_body input.large::-moz-placeholder, #gform_wrapper_1 .gform_footer input.large::-moz-placeholder {
  color: #000;
}
/* line 67, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#gform_wrapper_1 .gform_body input.large:-ms-input-placeholder, #gform_wrapper_1 .gform_footer input.large:-ms-input-placeholder {
  color: #000;
}
/* line 56, C:/Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
#gform_wrapper_1 .gform_body input.large::-webkit-input-placeholder, #gform_wrapper_1 .gform_footer input.large::-webkit-input-placeholder {
  color: #000;
}
/* line 135, sass/header/_header.scss */
#gform_wrapper_1 .gform_body input.large:focus, #gform_wrapper_1 .gform_footer input.large:focus {
  background: #f2f2f2;
}
/* line 140, sass/header/_header.scss */
#gform_wrapper_1 .gform_footer {
  padding: 0 .5em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d0d0d0));
  background-image: -moz-linear-gradient(#ffffff, #d0d0d0);
  background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
  background-image: linear-gradient(#ffffff, #d0d0d0);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 148, sass/header/_header.scss */
#gform_wrapper_1 .gform_footer input[type="submit"] {
  background: url(images/newsletter-arrow.png) no-repeat top;
  text-indent: -9999px;
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 15px;
  height: 17px;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 160, sass/header/_header.scss */
#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
  background-position: bottom;
}
/* line 167, sass/header/_header.scss */
#gform_wrapper_1 .gfield_error {
  background-color: white;
  color: #b94a48;
}
/* line 172, sass/header/_header.scss */
#gform_wrapper_1 .gfield_error:before {
  font-weight: bold;
  content: "This field is required: ";
  color: #ee3a43;
  padding-left: 5px;
  display: block;
  position: absolute;
  top: 100%;
  background-color: red;
  color: #fff;
  padding: .5em;
  left: 1em;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 188, sass/header/_header.scss */
#gform_wrapper_1 .validation_error, #gform_wrapper_1 .validation_message {
  display: none;
}

/* line 196, sass/header/_header.scss */
.social-media {
  display: inline-block;
}
/* line 199, sass/header/_header.scss */
.social-media a {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background-position: top;
  background-repeat: no-repeat;
  margin: 0 .25em;
  text-align: left;
}
/* line 208, sass/header/_header.scss */
.social-media a:hover {
  background-position: bottom;
}
/* line 211, sass/header/_header.scss */
.social-media a.facebook-icon {
  background-image: url(images/facebook.png);
  width: 14px;
  height: 25px;
}
/* line 216, sass/header/_header.scss */
.social-media a.twitter-icon {
  background-image: url(images/twitter.png);
  width: 26px;
  height: 22px;
}
/* line 221, sass/header/_header.scss */
.social-media a.linkedin-icon {
  background-image: url(images/Linkedin.png);
  width: 26px;
  height: 26px;
}
/* line 226, sass/header/_header.scss */
.social-media a.linkedin-icon:hover {
  background-image: url(images/Linkedin_hover.png);
  width: 26px;
  height: 26px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* line 1, sass/footer/_footer.scss */
.site-footer {
  background: #1e292f;
  padding: 1.5em;
  font-size: .85em;
}

/* line 7, sass/footer/_footer.scss */
.site-info {
  text-align: center;
  color: #959595;
}
/* line 11, sass/footer/_footer.scss */
.site-info .widget {
  margin: 0;
}
/* line 15, sass/footer/_footer.scss */
.site-info a {
  color: #959595;
}
/* line 18, sass/footer/_footer.scss */
.site-info a:hover {
  color: #fff;
}
/* line 22, sass/footer/_footer.scss */
.site-info span {
  color: #ee3a43;
}
/* line 26, sass/footer/_footer.scss */
.site-info p {
  margin: 0;
  display: inline-block;
}
@media (max-width: 800px) {
  /* line 26, sass/footer/_footer.scss */
  .site-info p {
    display: block;
  }
}
/* line 34, sass/footer/_footer.scss */
.site-info p:after {
  content: '|';
  display: inline-block;
  margin: 0 1em;
}
@media (max-width: 800px) {
  /* line 34, sass/footer/_footer.scss */
  .site-info p:after {
    content: '';
    display: none;
  }
}
/* line 44, sass/footer/_footer.scss */
.site-info p:last-child:after {
  content: '';
  display: none;
}

/*--------------------------------------------------------------
# Quadrants
--------------------------------------------------------------*/
/* line 1, sass/quadrants/_top-left.scss */
.cta-section {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEyMHB4IiBjeT0iMTU1cHgiIHI9IjMyMCUiPjxzdG9wIG9mZnNldD0iMzcuNSUiIHN0b3AtY29sb3I9IiMzYTNhM2EiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(120px 155px, #3a3a3a 120px, #000000 320px);
  background-image: -webkit-radial-gradient(120px 155px, #3a3a3a 120px, #000000 320px);
  background-image: radial-gradient(120px 155px, #3a3a3a 120px, #000000 320px);
  display: table-cell;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 1250px) {
  /* line 7, sass/quadrants/_top-left.scss */
  body:not(.home) .cta-section {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  /* line 1, sass/quadrants/_top-left.scss */
  .cta-section {
    background: rgba(0, 0, 0, 0.75) !important;
    display: block;
    width: 100% !important;
    position: relative;
    z-index: 705;
  }
}
/* line 20, sass/quadrants/_top-left.scss */
.home .cta-section {
  background: transparent !important;
}

@media (max-width: 1250px) {
  /* line 26, sass/quadrants/_top-left.scss */
  body:not(.home) .site-title {
    margin: 0;
  }
}

/* line 33, sass/quadrants/_top-left.scss */
.site-description {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.35em;
}
@media (max-width: 1250px) {
  /* line 39, sass/quadrants/_top-left.scss */
  body:not(.home) .site-description {
    font-size: 1em;
    margin-bottom: 0;
  }
}

/* line 47, sass/quadrants/_top-left.scss */
.menu-services-menu-container {
  max-width: 11em;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1250px) {
  /* line 52, sass/quadrants/_top-left.scss */
  body:not(.home) .menu-services-menu-container {
    font-size: 1em;
  }
}
/* line 58, sass/quadrants/_top-left.scss */
.menu-services-menu-container ul {
  padding: 0;
  margin: 0;
}
/* line 61, sass/quadrants/_top-left.scss */
.menu-services-menu-container li {
  list-style: none;
}
/* line 64, sass/quadrants/_top-left.scss */
.menu-services-menu-container a {
  -moz-border-radius: 0.35em;
  -webkit-border-radius: 0.35em;
  border-radius: 0.35em;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d0d0d0));
  background-image: -moz-linear-gradient(#ffffff, #d0d0d0);
  background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
  background-image: linear-gradient(#ffffff, #d0d0d0);
  display: block;
  padding: .2em .5em;
  font-family: "Advent Pro", sans-serif;
  text-decoration: none;
  text-align: center;
  margin: .5em 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #1c3f95;
  font-weight: bold;
  margin: 1em 0;
}
/* line 53, sass/mixins/_mixins-master.scss */
.menu-services-menu-container a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNzRmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjM2Y5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4074f6), color-stop(100%, #1c3f95));
  background-image: -moz-linear-gradient(#4074f6, #1c3f95);
  background-image: -webkit-linear-gradient(#4074f6, #1c3f95);
  background-image: linear-gradient(#4074f6, #1c3f95);
}
/* line 70, sass/quadrants/_top-left.scss */
.menu-services-menu-container a:hover {
  color: #fff;
}

/* line 1, sass/quadrants/_top-right.scss */
.featured-section {
  display: table-cell;
}
/* line 4, sass/quadrants/_top-right.scss */
body:not(.home) .featured-section {
  background: url(images/featured-image.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1000px) {
  /* line 1, sass/quadrants/_top-right.scss */
  .featured-section {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/* line 1, sass/quadrants/_bottom-left.scss */
.widget-area {
  color: #fff;
}

/* line 5, sass/quadrants/_bottom-left.scss */
.widget-area .widget {
  position: relative;
  margin: 0;
}
/* line 9, sass/quadrants/_bottom-left.scss */
.widget-area .widget:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #668ef3;
  -moz-box-shadow: #668ef3 0px 0px 5px;
  -webkit-box-shadow: #668ef3 0px 0px 5px;
  box-shadow: #668ef3 0px 0px 5px;
}
/* line 20, sass/quadrants/_bottom-left.scss */
.widget-area .widget:last-child:after {
  display: none;
}

/* line 26, sass/quadrants/_bottom-left.scss */
.widget_subpages ul {
  padding: 0;
  margin: 0;
}
/* line 29, sass/quadrants/_bottom-left.scss */
.widget_subpages li {
  list-style: none;
}
/* line 32, sass/quadrants/_bottom-left.scss */
.widget_subpages a {
  -moz-border-radius: 0.35em;
  -webkit-border-radius: 0.35em;
  border-radius: 0.35em;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMzI1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlMjkyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1d325a), color-stop(100%, #1e292f));
  background-image: -moz-linear-gradient(#1d325a, #1e292f);
  background-image: -webkit-linear-gradient(#1d325a, #1e292f);
  background-image: linear-gradient(#1d325a, #1e292f);
  display: block;
  padding: .2em .5em;
  font-family: "Advent Pro", sans-serif;
  text-decoration: none;
  text-align: center;
  margin: .5em 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}
/* line 53, sass/mixins/_mixins-master.scss */
.widget_subpages a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMjkyZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlMjkyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e292f), color-stop(100%, #1e292f));
  background-image: -moz-linear-gradient(#1e292f, #1e292f);
  background-image: -webkit-linear-gradient(#1e292f, #1e292f);
  background-image: linear-gradient(#1e292f, #1e292f);
}

/* line 46, sass/quadrants/_bottom-left.scss */
#text-3 {
  background: url(images/quotes.png) no-repeat center 20px;
  text-align: center;
  font-size: 1.2em;
  padding: 2em 3em;
}
/* line 52, sass/quadrants/_bottom-left.scss */
#text-3 .read-more {
  -moz-border-radius: 0.35em;
  -webkit-border-radius: 0.35em;
  border-radius: 0.35em;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d0d0d0));
  background-image: -moz-linear-gradient(#ffffff, #d0d0d0);
  background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
  background-image: linear-gradient(#ffffff, #d0d0d0);
  display: block;
  padding: .2em .5em;
  font-family: "Advent Pro", sans-serif;
  text-decoration: none;
  text-align: center;
  margin: .5em 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #1c3f95;
  max-width: 9em;
  margin: 1em auto;
}
/* line 53, sass/mixins/_mixins-master.scss */
#text-3 .read-more:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNzRmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjM2Y5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4074f6), color-stop(100%, #1c3f95));
  background-image: -moz-linear-gradient(#4074f6, #1c3f95);
  background-image: -webkit-linear-gradient(#4074f6, #1c3f95);
  background-image: linear-gradient(#4074f6, #1c3f95);
}
/* line 58, sass/quadrants/_bottom-left.scss */
#text-3 .read-more:hover {
  color: #fff;
}

/* line 6, sass/quadrants/_quadrants.scss */
.inner-row {
  clear: both;
}
/* line 9, sass/quadrants/_quadrants.scss */
.first-row .inner-row {
  display: table;
  width: 100%;
  position: relative;
}

/* line 16, sass/quadrants/_quadrants.scss */
.first-row {
  background: #111;
  position: relative;
  overflow: hidden;
}
/* line 22, sass/quadrants/_quadrants.scss */
body:not(.home) .first-row {
  border-bottom: 4px solid #d7d7d7;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px;
}
/* line 26, sass/quadrants/_quadrants.scss */
.home .first-row {
  min-height: 595px;
}
@media (max-width: 1000px) {
  /* line 26, sass/quadrants/_quadrants.scss */
  .home .first-row {
    min-height: 450px;
  }
}

/* line 35, sass/quadrants/_quadrants.scss */
.quadrant {
  padding: 2em;
}
/* line 38, sass/quadrants/_quadrants.scss */
.quadrant.cta-section {
  padding: 3em 6em 2em;
}
/* line 41, sass/quadrants/_quadrants.scss */
.home .quadrant.cta-section {
  padding: 3em 3em 0;
}
@media (max-width: 1450px) {
  /* line 38, sass/quadrants/_quadrants.scss */
  .quadrant.cta-section {
    padding: 3em 2em 2em;
  }
}
/* line 49, sass/quadrants/_quadrants.scss */
.quadrant.site-main {
  padding: 1em 3em;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/* line 1, sass/home/_home.scss */
.site-tagline {
  background: #4074f6;
  color: #fff;
  text-align: center;
}
/* line 6, sass/home/_home.scss */
.site-tagline h1 {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 450px) {
  /* line 1, sass/home/_home.scss */
  .site-tagline {
    display: none;
  }
}

/* line 19, sass/home/_home.scss */
.metaslider {
  position: absolute !important;
}
@media (max-width: 1000px) {
  /* line 19, sass/home/_home.scss */
  .metaslider {
    opacity: .25;
  }
}
/* line 26, sass/home/_home.scss */
.metaslider .flexslider {
  margin: 0 !important;
  position: relative;
}
/* line 31, sass/home/_home.scss */
.metaslider .slides img {
  min-height: 595px;
  float: right;
  width: auto !important;
  max-width: none;
}
@media (max-width: 1000px) {
  /* line 31, sass/home/_home.scss */
  .metaslider .slides img {
    min-height: 450px;
  }
}
/* line 42, sass/home/_home.scss */
.metaslider .flex-control-nav {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 2.5em;
  padding-left: 14em;
  z-index: 600;
  text-align: left;
}
@media (max-width: 450px) {
  /* line 42, sass/home/_home.scss */
  .metaslider .flex-control-nav {
    display: none;
  }
}
/* line 56, sass/home/_home.scss */
.metaslider .flex-control-nav li {
  vertical-align: middle;
}
/* line 59, sass/home/_home.scss */
.metaslider .flex-control-nav li a {
  width: 20px;
  height: 20px;
  background: #76787a !important;
  position: relative;
  margin: 0 3px;
}
/* line 66, sass/home/_home.scss */
.metaslider .flex-control-nav li a:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #1c3f95;
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: -1;
  -moz-box-shadow: #1c3f95 0 0 5px;
  -webkit-box-shadow: #1c3f95 0 0 5px;
  box-shadow: #1c3f95 0 0 5px;
}
/* line 78, sass/home/_home.scss */
.metaslider .flex-control-nav li a.flex-active {
  background: #ee3a43 !important;
  border: 2px solid #76787a;
}
/* line 83, sass/home/_home.scss */
.metaslider .flex-control-nav li:last-child a:after {
  display: none;
}

/* line 91, sass/home/_home.scss */
.home-boxes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
	border-top: 5px solid #4074f6;
	padding-top:40px;
	margin-top:40px;
}

/* line 96, sass/home/_home.scss */
.home-box {
  width: 227px;
  display: inline-block;
  margin-bottom: .5em;
}
/* line 101, sass/home/_home.scss */
.home-box .home-box-image {
  height: 154px;
  margin-bottom: 7px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 108, sass/home/_home.scss */
.home-box .home-box-image img {
  position: absolute;
  width: 100%;
}
/* line 114, sass/home/_home.scss */
.home-box .home-box-bottom {
  background: #fff;
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: .5em;
  font-weight: bold;
  display: table;
  width: 100%;
}
/* line 122, sass/home/_home.scss */
.home-box .home-box-bottom .left-cta {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  line-height: 1;
}
/* line 129, sass/home/_home.scss */
.home-box .home-box-bottom .right-cta {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
/* line 134, sass/home/_home.scss */
.home-box .home-box-bottom a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNzRmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0NDA4NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4074f6), color-stop(100%, #244085));
  background-image: -moz-linear-gradient(#4074f6, #244085);
  background-image: -webkit-linear-gradient(#4074f6, #244085);
  background-image: linear-gradient(#4074f6, #244085);
  color: #fff;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 5px;
  text-decoration: none;
  padding: .15em .5em;
  font-size: 11.2px;
  font-size: 0.7rem;
  margin: 0 0 0 .5em;
}
/* line 145, sass/home/_home.scss */
.home-box .home-box-bottom a:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QwZDBkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d0d0d0));
  background-image: -moz-linear-gradient(#ffffff, #d0d0d0);
  background-image: -webkit-linear-gradient(#ffffff, #d0d0d0);
  background-image: linear-gradient(#ffffff, #d0d0d0);
  color: #1c3f95;
}
/* line 150, sass/home/_home.scss */
.home-box .home-box-bottom a:after {
  background: url(images/cta-arrow.png) no-repeat top;
  content: '';
  display: inline-block;
  width: 10px;
  height: 11px;
  vertical-align: middle;
  margin: 0 0 0 .25em;
}
/* line 159, sass/home/_home.scss */
.home-box .home-box-bottom a:hover:after {
  background-position: bottom;
}

.home-vid {
	display:flex;
	flex-direction:row;
}
.home-vid-1, .home-vid-2 {
	width:50%;
}
.alabama-town-listing-section .wpb_column .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper a{
	float:left;
	width:100%;
}
.alabama-town-listing-section .wpb_column .vc_column-inner .wpb_wrapper .wpb_content_element .wpb_wrapper br{
	display:none;
}
@media only screen and (max-width:600px) {
	.home-vid {
		flex-direction:column;
	}
	.home-vid-1, .home-vid-2 {
		width:100%;
	}
}