/* Responsive Grid
-----------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lh-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  /* margin-left:-15px; margin-right:-15px; */
  display: block;
  clear: both;
  overflow: auto;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 70px;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
#grid-framework {
  margin-left: -70px;
  display: block;
  clear: both;
  overflow: auto;
}
/* #grid-framework > div:first-child {margin-left:-70px; } --*/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0px;
  }
  #grid-framework > div:first-child {
    margin: 0px;
  }
  #grid-framework {
    margin: 0px;
  }
}
/* General Overwrites
------------------------------------------------------------- */
#page {
  background: #ffffff;
}
html,
body {
  color: #1b1e20;
  font: normal 16px / 24px 'Open Sans', sans-serif;
  font-weight: normal;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f37021;
  font-weight: 600;
}
* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6 {
  margin-top: 0px;
}
a,
.uk-link {
  color: #f37021;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #f06414;
}
.uk-text-lead {
  font-size: 1.3rem;
}
@media (max-width: 799px) {
  h1 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
}
#hero-image h1,
#hero-image h3 {
  color: #fff !important;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
/* List Items 
------------------------------------------------------------- */
ul li {
  margin: 0px 0px 10px 0px;
}
ul.checklist {
  list-style-type: none;
}
.checklist li {
  position: relative;
}
.checklist li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  font-size: 18px;
  position: absolute;
  top: 0;
  left: -25px;
}
/* Accordion 
------------------------------------------------------------- */
#accordion li {
  margin: 0px 0px 50px 0px;
}
#accordion .uk-open a.uk-accordion-title,
#accordion a.uk-accordion-title:hover {
  color: #f37021;
}
#accordion li ul li {
  margin: 0px 0px 10px 0px;
  list-style-type: disc;
}
/* Formify Overwrites
------------------------------------------------------------- */
.formify-field-container {
  display: block;
  font-weight: bold;
}
.formify-field-label {
  margin-bottom: 5px;
  font-weight: bold;
}
.formify-field-container.field-1-2 {
  display: inline-block;
  width: calc(49.8% - 15px);
}
.formify-field-container.field-1-3 {
  display: inline-block;
  width: calc(33% - 19px);
}
.formify-field-container.field-1-2.margin-right,
.formify-field-container.field-1-3.margin-right {
  margin-right: 30px;
}
.formify-field-container.margin-bottom {
  margin-bottom: 30px;
}
.formify-field-container.employment-code {
  display: inline-block;
  background: #f7f7f7;
  width: 49.8%;
  font-weight: bold;
  padding: 10px 10px;
  margin-bottom: 4px;
}
.formify-field-description {
  font-weight: normal;
  margin-bottom: 5px;
}
.formify-field-container.employment-code .formify-field-description {
  display: inline-block;
  font-weight: normal;
  width: calc(100% - 60px);
  float: right;
}
.formify-textarea textarea {
  width: 100% !important;
  height: 100px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  color: #999;
}
.formify-field-input input[type="text"],
.formify-field-input input[type="email"],
.formify-field-input select {
  width: 100% !important;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  color: #999;
  font-size: 16px;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  height: 40px;
  border-radius: 0;
}
.formify-file-button-text a {
  background-color: #f8f8f8;
  color: #999;
  border: 1px solid #e5e5e5;
  padding: 8px 40px;
  vertical-align: middle;
  display: inline-block;
}
.formify-field-input [type="submit"] {
  background: #47c1e6;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 50px;
}
.formify-field-input [type="submit"]:hover {
  background: #326ebe;
  color: #fff;
  text-decoration: none;
  transition: ease-in-out 0.2s background, ease-in-out 0.2s color;
  cursor: pointer;
}
.formify-field-input fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.formify-error input,
.formify-error select,
.formify-error fieldset {
  border: 1px solid #F00 !important;
  background: #fff2f2 !important;
}
.formify-error-message {
  margin-top: 25px;
  background: #fff2f2;
  border: 1px solid #f00;
  padding: 10px;
  color: #f00;
  display: inline-block;
}
/* Sidebar
------------------------------------------------------------- */
.sidebar-container {
  padding: 20px 30px;
}
.uk-card,
.sidebar-container,
.related-container {
  background: #f9fafb;
}
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #f9fafb;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.uk-padding {
  padding: 30px;
}
.uk-card-default {
  background: none;
  box-shadow: none;
}
.sidebar-container {
  padding-bottom: 10px;
}
.related-container {
  padding: 25px;
}
ul.sidebar a {
  display: block;
  color: #242d4c;
  padding: 5px 0;
}
.sidebar-container h3 {
  padding: 20px 30px 0px;
}
ul.sidebar a:hover {
  color: #f37021;
  text-decoration: none;
}
ul.sidebar a.nav-selected {
  color: #f06414;
  font-weight: 600;
  text-decoration: none;
}
#blog-hero-image [class*='uk-height'] {
  box-sizing: content-box;
}
#blog-hero-image h1 {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: 4.4rem;
}
.ccm-block-page-title-byline h1 {
  margin: 0;
}
/* Page List 
*/
#page-list h1,
#page-list .uk-h1,
#page-list h2,
#page-list .uk-h2,
#page-list h3,
#page-list .uk-h3,
#page-list h4,
#page-list .uk-h4,
#page-list h5,
#page-list .uk-h5,
#page-list h6,
#page-list .uk-h6 {
  color: #f37021;
  margin: 0 0 10px 0;
}
.uk-button {
  margin: 0;
  background: white;
  border: 1px solid #f37021;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: #f37021;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.uk-button:hover {
  background: #f37021;
  color: white;
}
.uk-button-primary {
  background: #f37021;
  color: white;
}
.uk-button-primary:hover {
  background: #f06414;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #f06414;
  color: #fff;
}
.uk-button-primary-large {
  background: #f37021;
  padding: 15px 100px;
  border-radius: 50px;
  color: white;
  font-size: 1.5em;
  font-weight: 600;
}
.uk-button-primary-large:hover {
  background: #f37021;
}
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
/* Directory Listing
------------------------------------------------------------- */
#directory-listing h5 {
  color: #1b1e20;
  margin: 15px 0 5px;
}
#directory-listing li {
  border-bottom: 1px solid rgba(36, 45, 76, 0.1);
  padding-bottom: 20px;
}
#directory-listing li:last-child {
  border-bottom: 1px solid #fff;
}
.trading-day {
  display: inline-block;
  width: 40px;
}
.uk-accordion-title::after {
  color: #1b1e20;
}
#directory-listing .uk-accordion-title {
  color: #1b1e20;
}
#directory-listing .uk-accordion li.uk-open a.uk-accordion-title,
#directory-listing .uk-accordion li a.uk-accordion-title:hover {
  color: #f06414;
}
/* Page List
------------------------------------------------------------- */
.three-column-grid a span.uk-icon {
  color: #dcdcdc !important;
  text-decoration: none;
}
.three-column-grid a:hover {
  text-decoration: none;
}
.three-column-grid a p {
  color: #242d4c;
}
/* Page List
------------------------------------------------------------- */
#testimonials {
  background: #13a7d9;
}
#testimonials .hw-simple-testimonial {
  padding: 50px 0;
}
#testimonials .hw-simple-testimonial-testimonial {
  margin-top: 10px;
  color: #fff;
  line-height: 26px;
  font-size: 1.1em;
  text-align: center;
}
#testimonials .hw-simple-testimonial-author {
  color: #fff;
  text-indent: 1.6em;
  margin: 20px 0 0 0;
  line-height: 24px;
  font-size: 1em;
  text-align: center;
}
#testimonials .hw-simple-testimonial-testimonial:before {
  color: #89d3ec;
}
/* Back To Top
------------------------------------------------------------- */
.back-to-top .fa-angle-up {
  color: #21212e;
}
.back-to-top .fa-circle {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.back-to-top,
.back-to-top:link,
.back-to-top:visited {
  color: #ffffff;
  display: none;
  font-size: 15px;
  padding: 5px 12px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-decoration: none;
  border-radius: 10px 1px 10px 1px solid;
  z-index: 1000;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  text-decoration: none;
}
/* Share This
------------------------------------------------------------- */
#share-this li a {
  color: #242d4c;
  background: #f8f9fa;
  font-size: 1.5em;
  padding: 20px;
  width: 40px;
  height: 40px;
}
#share-this li {
  margin-right: 15px;
}
#share-this li .fa-facebook {
  color: #3b5998;
}
#share-this li .fa-twitter {
  color: #08a0e9;
}
#share-this li .fa-google-plus {
  color: #db4437;
}
#share-this li .fa-envelope {
  color: #a0a5be;
}
/* Pagination
------------------------------------------------------------- */
.uk-pagination a {
  color: #ffffff;
  transition: color 0.1s ease-in-out;
}
.uk-pagination a:hover,
.uk-pagination a:focus,
.uk-pagination a:active {
  color: #ffffff;
}
.uk-pagination .uk-button-primary {
  background-color: #f37021;
}
/* Stack Popover
------------------------------------------------------------- */
.mfp-close-btn-in .mfp-close {
  border: none;
  color: black;
}
button.mfp-close,
button.mfp-arrow {
  background: none;
  border: none;
}
/* Form
------------------------------------------------------------- */
.uk-form-stacked .uk-form-label {
  font-weight: normal;
}
.uk-form-controls input {
  width: 100%;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.captcha {
  margin-top: 15px;
}
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: top;
}
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: #ffffff;
  color: #44464a;
  font: normal 16px / 24px proxima-nova, sans-serif;
}
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.5);
  color: #44464a;
  font: normal 16px / 24px proxima-nova, sans-serif;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  height: 40px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0px;
  text-indent: 4px;
}
.uk-form select {
  text-indent: 0px;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border: none;
  border-bottom: 1px solid #f37021;
  background: #ffffff;
  color: #44464a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.uk-form textarea {
  font: normal 16px / 24px proxima-nova, sans-serif;
  height: 100px;
}
.uk-form input[type="submit"] {
  background: none;
  border: 1px solid #f37021;
  color: #f37021;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px 50px;
}
.uk-form input[type="submit"]:hover {
  background: #f37021;
  color: #fff;
  text-decoration: none;
  transition: ease-in-out 0.2s background, ease-in-out 0.2s color;
}
.uk-form ::-webkit-input-placeholder {
  color: #44464a;
}
.uk-form :-moz-placeholder {
  color: #44464a;
}
.uk-form ::-moz-placeholder {
  color: #44464a;
}
.uk-form :-ms-input-placeholder {
  color: #44464a;
}
.uk-form .has-error input {
  border-bottom: 1px solid red;
}
.uk-form input {
  background: #a7a9ac;
  border: 1px solid #a7a9ac;
  color: #ffffff;
  border-radius: 0px;
  padding: 7px 45px;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  transition: ease-in-out 0.1s background-color, ease-in-out 0.1s color;
  cursor: pointer;
}
.uk-form-controls div.radio label input {
  width: auto;
}
.uk-form-controls textarea {
  width: 100%;
  height: 150px;
}
a.clear-results {
  color: #999;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #999;
  padding: 8px 20px;
  transition: ease-in-out 0.1s background-color;
}
.clear-results:hover,
.clear-results:focus,
.clear-results:active {
  background: rgba(255, 255, 255, 0.75);
}
fieldset,
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#profile .control-label {
  font-weight: 700;
}
/* Image Slider 
------------------------------------------*/
.ccm-image-slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
}
.ccm-image-slider-text h2,
.ccm-image-slider-text p {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0 30px;
}
.ccm-image-slider-text h2 {
  padding-top: 30px;
}
.ccm-image-slider-text p {
  padding-top: 10px;
  padding-bottom: 30px;
}
/* Image Overlay
------------------------------------------*/
#title-background {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#title-background h1 {
  color: #fff;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.uk-overlay {
  padding: 15px;
}
#hero-title {
  text-transform: uppercase;
  padding: 20px 0;
}
#hero-title h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
#hero-title,
#image-caption .uk-overlay {
  background: rgba(100, 173, 75, 0.9);
  color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
}
#hero-title h1,
#image-caption .uk-overlay h1 {
  color: #ffffff;
  font-weight: 300;
}
#image-caption img {
  width: 100% !important;
}
@media (max-width: 959px) {
  #image-caption .uk-position-bottom {
    position: relative !important;
  }
}
/* Hero Slideshow 
------------------------------------------------------------- */
#hero-slideshow .mobile-caption,
#hero-slideshow .uk-overlay-primary {
  background: #00529b;
  color: #ffffff;
}
#hero-slideshow ul li {
  margin-bottom: 0 !important;
}
#hero-slideshow h1 {
  font-weight: 900;
  font-style: italic;
}
#hero-slideshow .mobile-caption {
  padding: 20px 0 0px 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: none;
}
#hero-slideshow .mobile-caption h1 {
  font-size: 1.25em;
}
#hero-slideshow .mobile-caption a {
  text-decoration: none;
}
@media (max-width: 959px) {
  #hero-slideshow .mobile-caption {
    display: block;
  }
  #hero-slideshow .uk-overlay {
    display: none;
  }
}
/* C5 Overwrites
------------------------------------------*/
#ccm-account-menu {
  display: none;
}
/* Ecommerce 
------------------------------------------*/
.store-product-list-block .uk-card,
.store-product-list-block .uk-card:hover {
  background: #fff !important;
}
.store-product-list-price {
  color: #f37021;
  font-weight: 600;
  margin: 0 10px 0px 10px;
  font-size: 1.1em;
  padding-bottom: 10px;
}
.store-product-list-name,
.store-product-list-name a {
  color: #1b1e20;
  text-decoration: none;
  margin: 0;
}
.store-product-list-name {
  margin: 0 10px 0px 10px;
  padding-bottom: 10px;
}
/* Login
------------------------------------------*/
.uk-button-order {
  padding: 0 5px !important;
}
