/*
Theme Name: Asenka 
Theme URI: https://asenka.com/
Author: Asenka Interactive
Author URI: https://asenka.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0-beta.2 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

.midsearch {

  background: rgba(43,82,97,1);
background: -moz-linear-gradient(top, rgba(43,82,97,1) 0%, rgba(21,41,48,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,82,97,1)), color-stop(100%, rgba(21,41,48,1)));
background: -webkit-linear-gradient(top, rgba(43,82,97,1) 0%, rgba(21,41,48,1) 100%);
background: -o-linear-gradient(top, rgba(43,82,97,1) 0%, rgba(21,41,48,1) 100%);
background: -ms-linear-gradient(top, rgba(43,82,97,1) 0%, rgba(21,41,48,1) 100%);
background: linear-gradient(to bottom, rgba(43,82,97,1) 0%, rgba(21,41,48,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b5261', endColorstr='#152930', GradientType=0 );
box-shadow: 1px 1px 8px #0000005a
}
.nivo-caption {
    position: relative !important;
}
.newsletter_wrapper .gfield_required {
    display: none !important;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  #mega-menu-wrap-primary {
     display: none !important;
  }
  header#masthead {
    background: #000 url(img/sldlogo-m.png) !important;
    background-size: auto 67px !important;
    background-repeat: no-repeat !important;
    height: 67px;
    image-rendering: -webkit-optimize-contrast;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-toggler-icon {
    width: 2em;
    height: 2em;
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent;
  }
  .navbar-toggler {
    position: fixed;
    left: 15px;
  }
}

#primary {
  height: 100%;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  padding-top: 66px;
  font-family: 'Ubuntu';
  font-size: 15px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #155e71;
  transition: all 180ms ease;
}

a:active,
a:hover {
  outline: 0;
  color: #05222a;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
  transition: all 180ms ease;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .8em;
}
th {
  background-color: #2a5362;
  color: #fff;
}
td {
  border: 1px solid #555;
}
td, th {
    padding: 0;
    padding: 5px;
    text-align: left;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
  font-family: 'Roboto Slab';
  color: #747260;
  font-weight: 600;
}
h2 a, h3 a {
  color: #747260;
}
h2 a:hover, h3 a:hover {
  color: #504e38;
  text-decoration: none;
}
h2 {
  font-family: 'Roboto Slab';
  color: #747260;
  font-weight: 600;
}
h3 {
  font-family: 'Roboto Slab';
  font-weight: 600;
  font-size: 25px;
}
h4 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #2b5463;
}
h5.slab {
    font-family: 'Roboto Slab';
    font-weight: 600;
    border-top: 1px dotted #dddad1;
    padding-top: 35px;
}
.page-template-mediakit-page h4 {
  letter-spacing: 2px;
  color: #357e90;
}
p {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #dddad1;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input.comment-field {
  width: 100% !important;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #DDDAD1;
}
.newsletter_wrapper {
    background: transparent !important;
    border: 0px solid #DDDAD1 !important;
    padding: 0 !important;
    margin: 0 !important;
}
#input_59_1, #field_59_2 {
    
}
#gform_submit_button_59 {

}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 100px 10px;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #DDDAD1;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0rem;
    outline: 0;
}
body .newsletter_wrapper ul li.gfield {
    margin-top: 0px !important;
    padding-top: 0;
}
.newsletter_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 4px !important;
}
@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
      margin-bottom: 0px !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 500px;
      margin: 100px auto;
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.undermenu .col-10 {
  padding-left: ;
}
.gform_confirmation_message {
  color: darkgreen !important;
  font-weight: 600;
  text-align: left;
  padding-top: 8px;
}
.gf_simple_horizontal {
  overflow: hidden;
}
.gform_ajax_spinner {
  position: relative;       /* give it some space from the Submit button */
  overflow: hidden;
  border: 4px solid rgba(166, 152, 116, 0.45); /* match with border-left */
  border-left: 4px solid #fff;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;          /* match with height for a circle */
  height: 30px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#emailer {
  max-height: 50px;
  overflow: hidden;
}
.gform_wrapper div.validation_error {
    color: #790000 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding: 8px 0 0 0 !important;
    clear: both;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: inherit;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
.fa-check:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.admin-bar header#masthead {
  top: 32px !important;
}

header#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,8,20,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,8,20,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,8,20,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,8,20,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,8,20,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,8,20,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000814', GradientType=0 );
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(8,16,19,0.33);
  -moz-box-shadow: 0px 2px 8px 0px rgba(8,16,19,0.33);
  box-shadow: 0px 2px 8px 0px rgba(8,16,19,0.33);
}

.navbar-fixed-top {
  height: 66px;
}

header#masthead {
    padding: 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    image-rendering: -webkit-optimize-contrast;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  line-height: 1;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 1rem !important;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .homeslider .carousel {
  max-height: 430px;
}
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }
  #page-sub-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: left;
    font-size: 1.25rem;
  }
  .noleftpadding-md {
    padding-left: 0 !important;
    padding-right: 10px;
  }
  .norightpadding-md {
    padding-right: 0 !important;
    padding-left: 10px;
  }
  .norightpadding-w {
    padding-right: 0 !important;
  }
  .post-pad {
    padding: 30px 80px 20px 100px;
    min-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 50rem;
  }
  .nomargin-6 {
      margin: 0 6px 0 0px;
  }
  .norightpadding-lg {
    padding-right: 0 !important;
    padding-left: 10px;
  }
  .noleftpadding-lg {
    padding-left: 0 !important;
    padding-right: 10px;
  }
  .ourbox {
    height: 25px;
  /*  width: 185px;*/
  }
}
.norightpadding {
    padding-right: 0 !important;
    padding-left: 10px;
}
.noleftpadding {
    padding-left: 0 !important;
    padding-right: 10px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
}

#masthead .navbar-nav > li > a:hover {
  color: #928564;
  font-weight: 500;
}

.navbar-brand {
  height: auto;
  max-width: 348px;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
  .nomargin-md {
    margin: 0 !important;
  }
  .padding-r-15 {
    padding-right: 35px !important;
  }
}
@media screen and (max-width: 991px) {
  #mega-menu-wrap-midmenu #mega-menu-midmenu li#mega-menu-item-111527 .mega-search input[type=text] {
    width: 360px;
  }
  .adrotate {
    margin-top: 15px;
  }
  .dropdown-menu {
    border: medium none;
    margin-left: 0rem;
    padding: 0 0 0 0px;
    border-radius: 0;
    width: 100%;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }
  .dropdown-menu li {

  }
  .dropdown-menu li a {
    font-size: 14px;
    line-height: 40px !important;
    padding-left: 20px !important;
    background-color: #887c5c57;
    border-bottom: 1px dotted #fff;
  }
  .flickity-page-dots {
    left: -10px !important;
    top: 380px !important;
  }
  .admin-bar header#masthead.not-scrolled {
    top: 46px !important;
  }
  .admin-bar header#masthead.scrolled  {
    top: 0px !important;
  }
  body {padding-top: 66px !important;}
  div#wpadminbar body {padding-top: 46px !important;}
  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }

}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
   background: #eee none repeat scroll 0 0;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #fff none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.alignnone {
  border: 1px solid #ccc;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
  float: left;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
  float: left;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
  float: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 2rem; 
}

.posted-on, .byline, .comments-link {
  color: #747260;
}

.entry-title > a {
  color: inherit;
}

.book {
  padding: 20px;
}

.book .book-title {
  color: #b24c18;
}

.book .sub-title {
  color: #000;
  margin-bottom: 5px;
}

.book .author {
  color: #619ace;
  margin-bottom: 5px;
}

.book .author span {
  color: #b24c18;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.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. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #99979c;
  background-color: #dddad1;
  font-size: 85%;
}
.post-edit-link {
  color: #b24c18;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 1.1rem;
      padding-left: 1.1rem;
  }
  div.ad-cell img {
    width: 185px;
  }
  div.sponsor.carousel {
    width: 185px;
  }
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  .navbar-brand img {
    max-width: 280px;
  }
  .post-pad {
    padding: 20px 20px 20px 50px;
  }
  .mail {display: none;}
  #secondary {padding-left: 0;}
  .topbar {
      font-size: 11px !important;
      padding: 4px 10px 3px !important;
  }
  h3 {
    font-size: 23px !important;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}

.padding-t-50 {
  padding-top: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-25 {
  margin-top: 23px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-t-70 {
  margin-top: 70px !important;
}

.margin-t-80 {
  margin-top: 80px !important;
}

.margin-t-90 {
  margin-top: 90px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}
/*------------------------------------------------------------------
    [Top margin under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-5 {
    margin-top: 5px !important;
  }
  .sm-margin-t-10 {
    margin-top: 10px !important;
  }
  .sm-margin-t-20 {
    margin-top: 20px !important;
  }
  .sm-margin-t-30 {
    margin-top: 30px !important;
  }
  .sm-margin-t-40 {
    margin-top: 40px !important;
  }
  .sm-margin-t-50 {
    margin-top: 50px !important;
  }
  .sm-margin-t-60 {
    margin-top: 60px !important;
  }
  .sm-margin-t-70 {
    margin-top: 70px !important;
  }
  .sm-margin-t-80 {
    margin-top: 80px !important;
  }
  .sm-margin-t-90 {
    margin-top: 90px !important;
  }
  .sm-margin-t-100 {
    margin-top: 100px !important;
  }
}
/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/

.mfp-container {
    width: 95%;
    left: 2.5%;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #2B5463;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 10px;

}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #172c34;
}

/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    border-radius: 2px;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #2B5463; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #172c34; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #172c34; /* Current page background */
    color:#fff;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-5262 .mega-search .search-icon {
    right: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 25px;
    top: -3px;
}
.entry-meta {
  display: none;
}
.entry-content img.size-medium {
  float: left;
  margin-right: 15px;
} 
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: -10px !important;
    margin-bottom: 20px !important;
}
.entry-footer {
  margin-top: 10px;
  font-size: .85em;
  font-weight: 500;
  text-transform: uppercase;
  display: none; /*HIDE CATEGORY TAGS*/
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: rgba(47,68,85,1);
  background: -moz-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,68,85,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4455', endColorstr='#000000', GradientType=0 );
  border: 0;
  padding: 10px 30px 11px 30px;
    font-size: .85rem !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(47,68,85,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f4455', GradientType=0 );
  border: 0;
  padding: 10px 30px 11px 30px;
    color: #fff;
}
button {
    background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(47,68,85,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f4455', GradientType=0 );
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 20px;
  color: #fff;
}
.btn {
    background: rgba(47,68,85,1);
  background: -moz-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,68,85,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4455', endColorstr='#000000', GradientType=0 );
  border: 0;
}
.btn-primary {
  background: rgba(47,68,85,1);
  background: -moz-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,68,85,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(47,68,85,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4455', endColorstr='#000000', GradientType=0 );
  border: 0;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(47,68,85,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(47,68,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2f4455', GradientType=0 );
}
.btn {
    padding: 10px 30px 11px 30px;
    font-size: .85rem;
    text-transform: uppercase;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  font-size: .75em;
  line-height: 1.3;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    width: 45%;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    width: 45%;
}
.post-navigation .nav-previous a::before {
    content: "\f100";
    font-family: Fontawesome;
    padding-right: 5px;
}
.post-navigation .nav-next a::after {
    content: " \f101";
    font-family: Fontawesome;
}
.center {
  margin: 0 auto !important;
}
.text-center {
  text-align: center !important;
}
.color-white {
  color: #fff !important;
}
.color-brown {
  color: #cac6b9 !important;
}
.color-grey {
  color: #444 !important;
}
.color-blue {
  color: #619ace !important;
}
.color-dark {
  color: #53544c !important;
}
.color-light {
  color: #93afb6 !important;
}
.color-orange {
  color: #b24c18 !important;
}
.text-bold {
  font-weight: 500 !important;
}
.bg-brown {
  background-color: #cac6b9 !important;
}
.bg-light {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #2b5463 !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-grey {
  background-color: #aeb7b9 !important;
}
.bg-bluefade {
background: rgba(142,182,220,1);
background: -moz-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 26%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,182,220,1)), color-stop(0%, rgba(142,182,220,1)), color-stop(26%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 26%);
background: -o-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 26%);
background: -ms-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 26%);
background: linear-gradient(to bottom, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 26%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb6dc', endColorstr='#ffffff', GradientType=0 );
}

.greyfade {
  background: rgba(174,178,178,1);
background: -moz-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,178,178,1)), color-stop(0%, rgba(174,178,178,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb2b2', endColorstr='#ffffff', GradientType=0 );
}
.goldfade {
  background: rgba(200,183,157,1);
background: -moz-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200,183,157,1)), color-stop(0%, rgba(200,183,157,1)), color-stop(26%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8b79d', endColorstr='#ffffff', GradientType=0 );
}

.bg-orangefade {
background: rgba(174,178,178,1);
background: -moz-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 26%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,178,178,1)), color-stop(0%, rgba(174,178,178,1)), color-stop(26%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 26%);
background: -o-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 26%);
background: -ms-linear-gradient(top, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 26%);
background: linear-gradient(to bottom, rgba(174,178,178,1) 0%, rgba(174,178,178,1) 0%, rgba(255,255,255,1) 26%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb2b2', endColorstr='#ffffff', GradientType=0 );
}
.bg-greyfade {
background: rgba(200,183,157,1);
background: -moz-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 26%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(200,183,157,1)), color-stop(0%, rgba(200,183,157,1)), color-stop(26%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 26%);
background: -o-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 26%);
background: -ms-linear-gradient(top, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 26%);
background: linear-gradient(to bottom, rgba(200,183,157,1) 0%, rgba(200,183,157,1) 0%, rgba(255,255,255,1) 26%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8b79d', endColorstr='#ffffff', GradientType=0 );
}
.padding-l-40 {
  padding-left: 40px !important;
}
.padding-r-20 {
  padding-right: 20px !important;
}
.padding-r-30 {
  padding-right: 30px !important;
}
.padding-r-40 {
  padding-right: 40px !important;
}
.uppercase {
  text-transform: uppercase;
}
.prodcol {
  padding-bottom: 20px;
}
.prodcol-h a:active, .prodcol-h a:hover {
    outline: 0;
    color: #619ACE !important;
}
.techcol-h img, .prodcol-h img, .supcol-h img {
   max-width: 100px;
   height: auto;
}
.prodcol-h a {
  color: #619ACE;
}
.techcol-h a {
  color: #AC926A;
}

.techcol-h a:active, .techcol-h a:hover {
    outline: 0;
    color: #AC926A !important;
}
.supcol-h a {
  color: #8D9394;
}
.supcol-h a:active, .supcol-h a:hover {
    outline: 0;
    color: #8D9394 !important;
}
.prodcol a:active, .prodcol a:hover {
    outline: 0;
    color: #619ACE !important;
}
.prodcol a {
  color: #619ACE;
}
.techcol a {
  color: #AC926A;
}
.techcol a:active, .techcol a:hover {
    outline: 0;
    color: #AC926A !important;
}
.supcol a {
  color: #8D9394;
}
.supcol a:active, .supcol a:hover {
    outline: 0;
    color: #8D9394 !important;
}
.prodcol:before {
    content: 'products';
    width: 100%;
    height: 75px;
    background-image: url(img/prodwtop.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 2.5px 10px;
    position: absolute;
    top: -40px;
    left: 0;
}
.supcol {
  padding-bottom: 20px;
}
.supcol:before {
  content: 'support';
  width: 100%;
  height: 75px;
  background-image: url(img/supwtop.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 2.5px 10px;
    position: absolute;
    top: -40px;
    left: 0;
}
.techcol {
  padding-bottom: 20px;
}
.techcol:before {
  content: 'technologies';
  width: 100%;
  height: 75px;
  background-image: url(img/techwtop.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    padding: 2.5px 10px;
    position: absolute;
    top: -40px;
    left: -1px;
}
.p-border:not(:last-child)  {
  border-bottom: 4px solid #619ace;
  padding: 15px 0;
}
.s-border:not(:last-child)  {
  border-bottom: 4px solid #8d9394;
  padding: 15px 0;
}
.t-border:not(:last-child)  {
  border-bottom: 4px solid #ac926a;
  padding: 15px 0;
}
.wauthor {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #c56635;
}
.wauthor b.pro {
  color: #619ace !important;
  font-weight: 400 !important;
}
.wauthor b.sup {
  color: #8d9394 !important;
  font-weight: 400 !important;
}
.wauthor b.tech {
  color: #ac926a !important;
  font-weight: 400 !important;
}
.readmore {
  clear: both;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
.readmore-w {
  color: #c56635 !important;
  font-weight: 500;
}
.readmore-inline {
  font-weight: 500;
}
.nopadding {
  padding: 0px !important
}
.nomargin {
  margin: 0 !important;
}
.padding-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.midfooter div {
  font-size: 15px;
  font-weight: 600;
  max-width: 85%;
  margin: 0 auto;
}
#footer-widget ul li {
  display: inline-block;
}
.post-thumbnail img {
  width: 100%;
}
.post-thumbnail {
    box-shadow: 1px 1px 3px #3333335c;
    margin: 25px 15px 10px 0;
    width: 100%;
    height: auto;
    float: left;
}
.fontawesome-search:before {
    content: "\f002";
    font-family: "Fontawesome";
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-2757 .mega-search .search-icon {
    right: 0;
    top: -4px;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-5262 .mega-search input[type=text] {
    color: #333 !important;
    letter-spacing: normal !important;
    background-color: rgba(0, 0, 0, 0);
    width: 200px;
    margin: 0;
    min-height: 0;
    padding: 0 30px 0 5px;
    height: 30px;
    border: 0;
    line-height: 30px;
    transition: width 0.6s, background-color 0.6s, color 1s;
    box-sizing: border-box;
    border-radius: 2px;
    vertical-align: top;
}
#mega-menu-wrap-primary ~ .mega-menu-open {
  width: 100% !important;
}
h1.entry-title {
  font-size: 25px;
}
.bottompost {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 500;
}
.bottompost a {
  color: #fff;
  padding: 0 15px;
  text-decoration: none;
}
.bottompost a:hover {
  color: #DDDAD1;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}
.footermenu {
  font-size: .9em;
  font-weight: 500;
}
.alert-info {
    color: #0c5460;
    background-color: #2b54631a;
    border-color: #2b54631a;
}
.mobile-search {
  font-size: 26px;
}
.mobile-search a:hover {
  text-decoration: none !important;
}
.mobile-mail {
  padding-top: 15px;
}
#menu-mobile a:hover {
  background-color: #fefefe;
  color: #000;
}
#menu-mobile .navbar-nav > li > a:hover {
    color: #2b5463 !important;
}
.addthis-postion {
    position: fixed;
    width: 50px;
    top: 250px;
    z-index: 9;
}
.at-resp-share-element .at-share-btn {
    display: inline-block;
    margin: 0 0px 0px !important;
}
.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: translateX(-2px) !important;
    transform: translateX(-2px) !important;
}
#breadcrumbs {
  letter-spacing: 2px;
}
#breadcrumbs a {
  color: #fff;
}
.font-small {
  font-size: .85em;
  font-weight: 500;
}

/*--------------------------------------------------------------
## F35 Page
--------------------------------------------------------------*/

.camobar {
  background: url(img/camobar.jpg);
  background-size: cover;
  min-height: 57px;
  padding-left: 40px;
}
.camobar h2 {
  font-family: 'Ubuntu';
  font-size: 25px;
  color: #cabe9f;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 13px 0 10px;
  text-shadow: 1px 2px 2px #00000070;
}
.carrierbar {
  background: url(img/carrierbar.jpg);
  background-size: 100% 100%;
  min-height: 160px;
  padding-left: 40px;
}
.carrierbar h5 {
  font-family: 'Ubuntu';
  font-size: 20px;
  padding: 18px 0;
  color: #cabe9f;
}
.f35gallery h2 {
    font-family: 'Ubuntu';
    font-size: 22px;
    color: #fff;
    position: absolute;
    text-shadow: 1px 2px 2px #00000070;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0 6%;
    margin-bottom: 20px;
}
.f35gallery .flickity-prev-next-button {
    width: 74px;
    height: 74px;
    opacity: .75;
}
.f35gallery .flickity-prev-next-button.previous {
    left: 20px;
}
.f35gallery .flickity-prev-next-button.next {
    right: 20px;
}
.f35gallery .flickity-prev-next-button {
    background: hsla(0,0%,100%,0);
}
.f35gallery .flickity-prev-next-button .arrow {
    fill: #fff;
}
.f35gallery .flickity-prev-next-button.previous {
    -webkit-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
    box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
}
.f35gallery .flickity-prev-next-button.next {
    -webkit-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
    box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
}
.leadarticle {
  padding-bottom: 30px;
  border-bottom: 3px solid #7f7d6b;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.tagline {
  padding-top: 24px;
  margin-left: -53px;
}
.mail {
  padding-top: 28px;
  padding-right: 20px;
}
.swing:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

p span strong {
  color: #7b2e00 !important;
}

.viewall {
  font-size: .85em;
  white-space: nowrap;
  overflow: hidden;
}
.embed-container {
  max-height: 250px;
  width: auto;
}
.undermenu {
  background-image: url(img/undermenu.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 83px;
  box-shadow: 0px 2px 10px #00000082;
}
.datesingle {
  color: #7b2e00;
  font-weight: 600;

}
span.date {
  color: #7b2e00;
  font-weight: 600;
  float: left;
  margin-right: 5px;
}
span.date:after {
  content: '-';
  color: #7b2e00;
  padding-left: 5px;
  font-weight: 500;
}
.bg-lightblue {
  background-color: #619ace;
}
.bg-light-brown {
  background-color: #dddad1;
}
.light-brown {
  background-color: #dddad1;
  padding: 20px 0;
}
.topbar-sm {
  background: url(img/topbar-sm.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar {
  background: url(img/topbar.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-o {
  background: url(img/orangebar-long.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-wo {
  background: #619ACE url(img/orangebar-long.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-go {
  background: #ac926a url(img/orangebar-long.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-gro {
  background: #8d9394 url(img/orangebar-long.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-g {
  background: url(img/goldbar.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-gr {
  background: url(img/greybar.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.topbar-b {
  background: url(img/bluebar.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.whitepapertopbar {
  background: url(img/whitepaper-topbar.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 2.4px 10px 3px;
  width: 100%;
}
.sponsortopbar {
  background: url(img/sponsortop.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 4px 10px 3px 8px;
  width: 100%;
}
.morepapers {
  margin: 20px 0;
  font-weight: 600;
}
.flickity-prev-next-button.previous {
    left: -50px;
}
.flickity-prev-next-button.next {
    right: -50px;
}
.flickity-prev-next-button {
    background: hsla(0,0%,100%,.9);
}
.carousel-cell {
  width: 100%; /* full width */
 /* height of carousel */
}
.homepad {
    padding: 20px 10px;
}
.barwrap-dark:not(:last-child) {
  border-bottom: 3px solid #7f7d6b;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.barwrap-light:not(:last-child) {
  border-bottom: 3px solid #cac6b9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.height-100 {
  height: 75px;
}
.bluebar {
  background-image: url(img/bluebar.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.bluefade {
  background: rgba(142,182,220,1);
  background: -moz-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,182,220,1)), color-stop(0%, rgba(142,182,220,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(142,182,220,1) 0%, rgba(142,182,220,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb6dc', endColorstr='#ffffff', GradientType=0 );
}
.product-top-single {
  background-image: url(img/product-icon-single.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 60px
}
.tech-top-single {
  background-image: url(img/tech-icon-single.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 60px
}
.support-top-single {
  background-image: url(img/support-icon-single.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 60px
}
.producttop {
  width: 100%;
  background-color: #619ace;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .95em;
  padding: 3px 0; 
}
.supporttop {
  width: 100%;
  background-color: #8D9394;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .95em;
  padding: 3px 0; 
}
.techtop {
  width: 100%;
  background-color: #AC926A;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: .95em;
  padding: 3px 0; 
}
.ad-cell {
    width: 100%;
    background-color: #fff;
    image-rendering: -webkit-optimize-contrast;
    overflow: hidden;
}
.adrotate {
  height: 300px;
}
.adrotate .flickity-prev-next-button {
    position: absolute;
    top: 105%;
    width: 50%;
    height: 30px;
    border: none;
    border-radius: 0;
    background: rgba(163,170,172,1);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  -webkit-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.20);
-moz-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.20);
box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.20);
} 
.flickity-prev-next-button.next {
-webkit-box-shadow: inset -6px 0px 15px 0px rgba(0,0,0,0.20);
-moz-box-shadow: inset -6px 0px 15px 0px rgba(0,0,0,0.20);
box-shadow: inset -6px 0px 15px 0px rgba(0,0,0,0.20);
} 

.adrotate .flickity-prev-next-button:disabled {
    background: rgba(126,130,130,1);
    opacity: 0.7;
}
.adrotate .flickity-prev-next-button:active {
    opacity: 1;
    background: rgba(126,130,130,1);
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.whitepaper .flickity-prev-next-button {
    position: absolute;
    top: 585px;
    width: 42%;
    height: 30px;
    border: none;
    border-radius: 0;
    background: rgba(163,170,172,1);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bookSlider.whitepaper .flickity-prev-next-button { 
  top: 300px;
}
.whitepaper .flickity-prev-next-button:active {
    opacity: 1;
    background: rgba(126,130,130,1);
}
.whitepaper .flickity-prev-next-button:disabled {
    background: rgba(126,130,130,1);
}

.whitepaper-title:after {
  content: ' »';
}
.whitepaper .flickity-prev-next-button .arrow {
    fill: #fff;
}
.whitepaper .flickity-prev-next-button.previous {
    left: 8%;
}
.whitepaper .flickity-prev-next-button.next {
    right: 8%;
}
.sponsor .flickity-prev-next-button {
    position: absolute;
    top: 195px;
    width: 50%;
    height: 30px;
    border: none;
    border-radius: 0;
    background: rgba(163,170,172,1);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sponsor .flickity-prev-next-button:active {
    opacity: 1;
    background: rgba(126,130,130,1);
}
.sponsor .flickity-prev-next-button .arrow {
    fill: #fff;
}
.sponsor .flickity-prev-next-button.previous {
    left: 0px;
}
.sponsor .flickity-prev-next-button.next {
    right: 0px;
}
.adrotate .flickity-prev-next-button .arrow {
    fill: #fff;
}
.adrotate .flickity-prev-next-button.previous {
    left: 0;
}
.adrotate .flickity-prev-next-button.next {
    right: 0;
}
.mainimage {
  background-size: cover; 
  background-position: center center;
  height: 388px;
}
.downloadimg-main {
  background-size: cover;
    background-position: center center;
    height: auto;
    width: auto;
    max-height: 270px;
}
.downloadimg {
  background-size: cover;
    background-position: center center;
    height: auto;
    width: 100%;
}
.barwrap-dark img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
.downloadbox {
  padding: 20px 40px;
}
img.adbox  {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.dbox {
  background-color: #cac6b9;
  min-height: 306px;
}
.dbox img {
  max-height: 274px;
  width: auto;
  box-shadow: 3px 3px 10px #0000003a; /*special report shadow*/
}
.homeslider .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: -240px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.homeslider .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: -1px 1px 2px #00000073;
    opacity: 1;
    cursor: pointer;
}
.homeslider .flickity-page-dots .dot.is-selected {
    background: #2a5462;
    box-shadow: -1px 1px 2px #cac6b9173;
}
.homeslider {
    background: url(img/stripe.jpg);
    background-repeat: repeat;
    background-size: contain;

    z-index: 9;
    position: relative;
}


/*** MAIN WRAPPER ***/
.gform_wrapper {
    background: #dddad185;
    border: 1px solid #DDDAD1;
    padding: 5%;
}

/*** REMOVE LABEL FOR PLACEHOLDER ONLY ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none;
    font-family: 'Roboto Slab';
}

/*** FIELD STYLING ***/
.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 0;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea {
    background: #ffffff;
    border: none;
    border-radius: 3px;
    color: #777 !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    padding: 12px 15px;
}

/*** FIELD FOCUS STYLING ***/
.gform_wrapper input[type=text]:focus,
.gform_wrapper input.text:focus,
.gform_wrapper input.title:focus,
.gform_wrapper textarea:focus {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

/*** MESSAGE BOX TRANSITION ***/
.gform_wrapper textarea.medium {
    margin-top: 6px;
    height: 10em;
    transition: height .3s ease-out;
    border: 1px solid #DDDAD1;
}

/*** MESSAGE BOX FOCUS HEIGHT ***/
.gform_wrapper textarea.medium:focus {
    height: 25em;
}
.gform_wrapper input[type=text], textarea {
    background: #ffffff;
    border: 1px solid #DDDAD1;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
p.comment-form-email input, p.comment-form-url input, p.comment-form-author input {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333 !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    padding: 10px 5px !important;
}
.w100 {
  width: 100%;
}
.video-page {
  margin: 20px 0;
}
.tags-links {
  display: none;
}
.photo-gallery .flickity-page-dots {
    display: flex;
    justify-content: center;
}
.photo-gallery .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #dddad1;
    border-radius: 50%;
    box-shadow: -1px 1px 2px #00000073;
    opacity: 1;
    cursor: pointer;
}
.photo-gallery .flickity-page-dots .dot.is-selected {
    background: #2a5462;
    box-shadow: -1px 1px 2px #cac6b9173;
}
.photo-gallery {
    padding: 5px;
    background: #dddad1;
    border-radius: 3px;
}
.photo-gallery .gallery {
  margin-bottom: 0;
}
.gallery-caption {
    display: block;
    color: #222;
    padding: 10px;
}
.photo-gallery .flickity-prev-next-button {
    top: 50%;
}
.photo-gallery .flickity-prev-next-button.previous, .photo-gallery .flickity-prev-next-button.next {
    -webkit-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
    box-shadow: inset 6px 0px 15px 0px rgba(0,0,0,0.0);
}
.photo-gallery .flickity-viewport {
  transition: height 0.2s;
}
.video-page {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; 
  overflow: hidden;
  max-width: 100%; 
  height: auto;
}
.video-page iframe, .video-page object, .video-page embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easy-footnote-title h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
ol.easy-footnotes-wrapper {
  font-size: .8em;
  font-weight: 400;
  padding-left: 20px;
}
.easy-footnote-to-top {
  display: none !important;
}