@charset "UTF-8";
/*!
Theme Name: Angas Travel Gap Year
Author: Digital Noir
Author URI: http://digitalnoir.com.au
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*: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; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote,
q {
  quotes: "" ""; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.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%; }

/*--------------------------------------------------------------
# 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; }
  .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. */ }

/* 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; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# 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%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.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; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# 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 {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.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-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

@font-face {
  font-family: 'digitalnoir';
  src: url("fonts/digitalnoir.eot?36714934");
  src: url("fonts/digitalnoir.eot?36714934#iefix") format("embedded-opentype"), url("fonts/digitalnoir.woff?36714934") format("woff"), url("fonts/digitalnoir.ttf?36714934") format("truetype"), url("fonts/digitalnoir.svg?36714934#digitalnoir") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?gehncl");
  src: url("fonts/icomoon.eot?gehncl#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?gehncl") format("woff2"), url("fonts/icomoon.ttf?gehncl") format("truetype"), url("fonts/icomoon.woff?gehncl") format("woff"), url("fonts/icomoon.svg?gehncl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone-receiver:before {
  content: "\e91a"; }

.icon-DN_black:before {
  content: "\e919"; }

.icon-checked:before {
  content: "\e917"; }

.icon-map:before {
  content: "\e913"; }

.icon-share:before {
  content: "\e914"; }

.icon-youtube:before {
  content: "\e90a"; }

.icon-vimeo:before {
  content: "\e90b"; }

.icon-skype:before {
  content: "\e90c"; }

.icon-google-plus:before {
  content: "\e90d"; }

.icon-linkedin:before {
  content: "\e90e"; }

.icon-instagram:before {
  content: "\e90f"; }

.icon-twitter:before {
  content: "\e910"; }

.icon-pinterest:before {
  content: "\e911"; }

.icon-facebook:before {
  content: "\e912"; }

.icon-close:before {
  content: "\e918"; }

.icon-minus:before {
  content: "\e906"; }

.icon-plus:before {
  content: "\e905"; }

.icon-chevron-right:before {
  content: "\e901"; }

.icon-chevron-left:before {
  content: "\e902"; }

.icon-chevron-down:before {
  content: "\e903"; }

.icon-chevron-up:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e900"; }

.icon-mail:before {
  content: "\e915"; }

.icon-clock:before {
  content: "\e916"; }

.icon-checkmark:before {
  content: "\e909"; }

.icon-paperplane:before {
  content: "\e907"; }

.icon-shopping-cart:before {
  content: "\e908"; }

img,
legend {
  border: 0; }

legend,
td,
th {
  padding: 0; }

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
optgroup,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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; }

.page-wrapper,
svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre,
textarea {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  td.visible-md,
  th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@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 print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  td.visible-print,
  th.visible-print {
    display: table-cell !important; } }
@media print {
  .visible-print-block {
    display: block !important; } }
@media print {
  .visible-print-inline {
    display: inline !important; } }
@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.container,
.container-fluid {
  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; }

.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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; } }
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table; }

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fb_iframe_widget iframe,
.fb_iframe_widget_fluid span {
  width: 100% !important; }

#wpadminbar #wp-admin-bar-my-sites > .ab-item,
#wpadminbar #wp-admin-bar-site-name > .ab-item {
  padding-left: 40px; }

#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
  content: "" !important;
  width: 35px;
  height: 28px;
  background-image: url(../img/static/site-logo.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: transparent !important;
  z-index: 10;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 2px;
  left: 2px; }

/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
     /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
body {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  color: black;
  background-color: white; }

.clearfix::after {
  content: " ";
  display: table;
  clear: both; }

.hidden {
  display: none; }

@media (min-width: 1500px) {
  .container-xl {
    width: 1470px; } }

@media (max-width: 1499px) {
  .visible-xl {
    display: none; } }

@media (min-width: 1500px) {
  .hidden-xl {
    display: none; } }

.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1500px) {
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1 {
      float: left; } }

@media (min-width: 1500px) {
  .col-xl-12 {
    width: 100%; } }

@media (min-width: 1500px) {
  .col-xl-11 {
    width: 91.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-10 {
    width: 83.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-9 {
    width: 75%; } }

@media (min-width: 1500px) {
  .col-xl-8 {
    width: 66.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-7 {
    width: 58.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-6 {
    width: 50%; } }

@media (min-width: 1500px) {
  .col-xl-5 {
    width: 41.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-4 {
    width: 33.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-3 {
    width: 25%; } }

@media (min-width: 1500px) {
  .col-xl-2 {
    width: 16.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-1 {
    width: 8.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-push-12 {
    left: 100%; } }

@media (min-width: 1500px) {
  .col-xl-push-11 {
    left: 91.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-push-10 {
    left: 83.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-push-9 {
    left: 75%; } }

@media (min-width: 1500px) {
  .col-xl-push-8 {
    left: 66.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-push-7 {
    left: 58.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-push-6 {
    left: 50%; } }

@media (min-width: 1500px) {
  .col-xl-push-5 {
    left: 41.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-push-4 {
    left: 33.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-push-3 {
    left: 25%; } }

@media (min-width: 1500px) {
  .col-xl-push-2 {
    left: 16.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-push-1 {
    left: 8.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-pull-12 {
    right: 100%; } }

@media (min-width: 1500px) {
  .col-xl-pull-11 {
    right: 91.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-pull-10 {
    right: 83.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-pull-9 {
    right: 75%; } }

@media (min-width: 1500px) {
  .col-xl-pull-8 {
    right: 66.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-pull-7 {
    right: 58.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-pull-6 {
    right: 50%; } }

@media (min-width: 1500px) {
  .col-xl-pull-5 {
    right: 41.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-pull-4 {
    right: 33.3333333333%; } }

@media (min-width: 1500px) {
  .col-xl-pull-3 {
    right: 25%; } }

@media (min-width: 1500px) {
  .col-xl-pull-2 {
    right: 16.6666666667%; } }

@media (min-width: 1500px) {
  .col-xl-pull-1 {
    right: 8.3333333333%; } }

a:not(.dn-button):not(.special-link) {
  color: #0c4d8e;
  border-bottom: 1px solid #0c4d8e;
  text-decoration: none;
  transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
  -webkit-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out, border-color 250ms ease-in-out; }
  a:not(.dn-button):not(.special-link):hover {
    color: #2a69a9;
    border-color: #2a69a9; }

a.special-link, a.special-link:visited {
  color: black;
  text-decoration: none; }

a.dn-tag-button {
  padding: 6px 11px;
  border-radius: 0px;
  background-color: #ddd;
  font-size: 0.9rem;
  display: inline-block;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out; }
  a.dn-tag-button:hover {
    background-color: #333;
    color: white; }

a.dn-button.dn-button {
  text-decoration: none !important;
  border: 1px solid #0c4d8e;
  border-radius: 0px;
  background-color: #0c4d8e;
  color: white;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-weight: 200;
  font-size: 1rem;
  outline: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.05rem; }
  a.dn-button.dn-button:hover {
    border-color: #2a69a9;
    background-color: #2a69a9;
    color: white; }
  @media (max-width: 575px) {
    a.dn-button.dn-button {
      width: 100%;
      display: block;
      max-width: none; } }
  a.dn-button.dn-button.feature-button {
    padding: 13px 43px; }
    @media (max-width: 991px) {
      a.dn-button.dn-button.feature-button {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      a.dn-button.dn-button.feature-button {
        width: 100%;
        display: block;
        max-width: none; } }
  a.dn-button.dn-button.mega-button {
    width: auto;
    padding: 17px 77px;
    font-size: 1.63rem;
    border-radius: 50px; }
    @media (max-width: 575px) {
      a.dn-button.dn-button.mega-button {
        width: 100%;
        display: block;
        max-width: none; } }
  a.dn-button.dn-button.color-secondary {
    border-color: white;
    background-color: white;
    color: #0c4d8e; }
    a.dn-button.dn-button.color-secondary:hover {
      border-color: #0c4d8e;
      background-color: #0c4d8e;
      color: white; }
  a.dn-button.dn-button.color-outline {
    border-color: black;
    background-color: transparent;
    color: black; }
    a.dn-button.dn-button.color-outline:hover {
      border-color: black;
      background-color: black;
      color: white; }
  a.dn-button.dn-button.color-dark {
    border-color: black;
    background-color: black;
    color: white; }
    a.dn-button.dn-button.color-dark:hover {
      border-color: black;
      background-color: transparent;
      color: black; }

span.dn-button.dn-button a {
  text-decoration: none !important;
  border: 1px solid #0c4d8e;
  border-radius: 0px;
  background-color: #0c4d8e;
  color: white;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-weight: 200;
  font-size: 1rem;
  outline: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.05rem; }
  span.dn-button.dn-button a:hover {
    border-color: #2a69a9;
    background-color: #2a69a9;
    color: white; }
  @media (max-width: 575px) {
    span.dn-button.dn-button a {
      width: 100%;
      display: block;
      max-width: none; } }
  span.dn-button.dn-button a.feature-button {
    padding: 13px 43px; }
    @media (max-width: 991px) {
      span.dn-button.dn-button a.feature-button {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      span.dn-button.dn-button a.feature-button {
        width: 100%;
        display: block;
        max-width: none; } }
  span.dn-button.dn-button a.mega-button {
    width: auto;
    padding: 17px 77px;
    font-size: 1.63rem;
    border-radius: 50px; }
    @media (max-width: 575px) {
      span.dn-button.dn-button a.mega-button {
        width: 100%;
        display: block;
        max-width: none; } }
  span.dn-button.dn-button a.color-secondary {
    border-color: white;
    background-color: white;
    color: #0c4d8e; }
    span.dn-button.dn-button a.color-secondary:hover {
      border-color: #0c4d8e;
      background-color: #0c4d8e;
      color: white; }
  span.dn-button.dn-button a.color-outline {
    border-color: black;
    background-color: transparent;
    color: black; }
    span.dn-button.dn-button a.color-outline:hover {
      border-color: black;
      background-color: black;
      color: white; }
  span.dn-button.dn-button a.color-dark {
    border-color: black;
    background-color: black;
    color: white; }
    span.dn-button.dn-button a.color-dark:hover {
      border-color: black;
      background-color: transparent;
      color: black; }

button {
  text-decoration: none !important;
  border: 1px solid #0c4d8e;
  border-radius: 0px;
  background-color: #0c4d8e;
  color: white;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-weight: 200;
  font-size: 1rem;
  outline: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.05rem; }
  button:hover {
    border-color: #2a69a9;
    background-color: #2a69a9;
    color: white; }
  @media (max-width: 575px) {
    button {
      width: 100%;
      display: block;
      max-width: none; } }
  button.feature-button {
    padding: 13px 43px; }
    @media (max-width: 991px) {
      button.feature-button {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      button.feature-button {
        width: 100%;
        display: block;
        max-width: none; } }
  button.mega-button {
    width: auto;
    padding: 17px 77px;
    font-size: 1.63rem;
    border-radius: 50px; }
    @media (max-width: 575px) {
      button.mega-button {
        width: 100%;
        display: block;
        max-width: none; } }
  button.color-secondary {
    border-color: white;
    background-color: white;
    color: #0c4d8e; }
    button.color-secondary:hover {
      border-color: #0c4d8e;
      background-color: #0c4d8e;
      color: white; }
  button.color-outline {
    border-color: black;
    background-color: transparent;
    color: black; }
    button.color-outline:hover {
      border-color: black;
      background-color: black;
      color: white; }
  button.color-dark {
    border-color: black;
    background-color: black;
    color: white; }
    button.color-dark:hover {
      border-color: black;
      background-color: transparent;
      color: black; }

h1 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.8333333333rem; } }

h2 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.75rem; } }
  @media (max-width: 991px) {
    h2 {
      line-height: 1.25; } }

h3 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.25rem; } }

h5 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    h5 {
      font-size: 1.15rem; } }

h6 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 767px) {
    h6 {
      font-size: 1rem; } }

p {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.25px;
  margin-top: 0.85rem;
  margin-bottom: 0.85rem; }
  @media (max-width: 767px) {
    p {
      font-size: 0.9444444444rem; } }
  p img {
    margin-top: 0.4rem;
    margin-bottom: 1rem; }
    p img.alignleft {
      margin-right: 1rem; }
    p img.alignright {
      margin-left: 1rem; }
    @media (max-width: 575px) {
      p img {
        margin: 0; }
        p img, p img.alignleft, p img.alignright {
          float: none;
          width: 100%;
          margin-left: 0;
          margin-right: 0; } }

hr {
  height: 1px;
  background-color: black;
  margin-top: 2rem;
  margin-bottom: 2rem; }

ul,
ol {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0; }
  @media (max-width: 767px) {
    ul,
    ol {
      font-size: 0.9444444444rem; } }
  ul ol,
  ol ol {
    list-style-type: lower-alpha; }
  ul ul,
  ol ul {
    list-style-type: circle; }
  ul ol,
  ul ul,
  ol ol,
  ol ul {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    margin-left: 0; }
  ul li,
  ol li {
    font-size: 1rem; }
    ul li:not(:first-of-type),
    ol li:not(:first-of-type) {
      margin-top: 0.3rem; }
    ul li:not(:last-of-type),
    ol li:not(:last-of-type) {
      margin-bottom: 0.3rem; }
    @media (max-width: 767px) {
      ul li,
      ol li {
        font-size: 0.9444444444rem; } }

blockquote {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 800px; }
  @media (max-width: 767px) {
    blockquote {
      margin-top: 3.4rem;
      margin-bottom: 3.4rem; } }
  blockquote::before, blockquote::after {
    font-size: 70px;
    position: absolute; }
    @media (max-width: 767px) {
      blockquote::before, blockquote::after {
        font-size: 66.1111111111px; } }
  blockquote::before {
    content: "ÔÇ£";
    left: 0;
    top: -40px; }
  blockquote::after {
    content: "ÔÇØ";
    right: 0;
    bottom: -80px; }
  blockquote,
  blockquote p {
    font-weight: 700;
    text-align: center; }
  blockquote p:first-of-type {
    margin-top: 0; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.image-container {
  position: relative; }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%; }

.bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; }

#dn-next-sec-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  font-size: 60px;
  color: white; }
  @media (max-width: 767px) {
    #dn-next-sec-arrow {
      display: none; } }
  #dn-next-sec-arrow:hover {
    cursor: pointer; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 70px;
  padding-left: 45px !important;
  padding-right: 45px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-radius: 0;
  text-align: center;
  text-align: left;
  border: 2px solid #cfcfcf;
  border-radius: 60px;
  font-style: italic;
  transition: border-color 250ms ease-in-out;
  -webkit-transition: border-color 250ms ease-in-out;
  -moz-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out; }
  @media (max-width: 991px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
      padding-left: 33px !important;
      padding-right: 33px !important;
      border-radius: 35px; } }
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    color: black; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: black; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: black; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: black; }
  input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
  input[type="email"]:hover,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="url"]:hover,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="password"]:hover,
  input[type="password"]:active,
  input[type="password"]:focus,
  input[type="search"]:hover,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="number"]:hover,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:active,
  input[type="tel"]:focus,
  input[type="date"]:hover,
  input[type="date"]:active,
  input[type="date"]:focus,
  input[type="month"]:hover,
  input[type="month"]:active,
  input[type="month"]:focus,
  input[type="week"]:hover,
  input[type="week"]:active,
  input[type="week"]:focus,
  input[type="time"]:hover,
  input[type="time"]:active,
  input[type="time"]:focus,
  input[type="datetime"]:hover,
  input[type="datetime"]:active,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:hover,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:focus,
  input[type="color"]:hover,
  input[type="color"]:active,
  input[type="color"]:focus,
  textarea:hover,
  textarea:active,
  textarea:focus {
    border-color: #0c4d8e;
    outline: none; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="url"].error,
  input[type="password"].error,
  input[type="search"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="date"].error,
  input[type="month"].error,
  input[type="week"].error,
  input[type="time"].error,
  input[type="datetime"].error,
  input[type="datetime-local"].error,
  input[type="color"].error,
  textarea.error {
    border-color: #aa2f4e; }

textarea,
div.gform_wrapper textarea {
  height: 165px;
  resize: none;
  padding-top: 13px; }

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0; }

input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }
input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
  position: relative;
  min-height: 32px;
  padding-top: 4px !important;
  padding-left: 43px !important;
  cursor: pointer;
  font-weight: 300 !important; }
input[type="checkbox"]:not(:checked) + label::before, input[type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #7f7f7f;
  background: #fff; }
input[type="checkbox"]:not(:checked) + label::after, input[type="checkbox"]:checked + label::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  position: absolute;
  top: 8px;
  left: 8px;
  transition: all .2s;
  color: #2a69a9;
  font-size: 17px; }
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

input[type="radio"]:not(:checked), input[type="radio"]:checked {
  position: absolute;
  left: -9999px; }
input[type="radio"]:not(:checked) + label, input[type="radio"]:checked + label {
  position: relative;
  min-height: 32px;
  padding-top: 7px !important;
  padding-left: 38px !important;
  cursor: pointer;
  font-weight: 300 !important; }
input[type="radio"]:not(:checked) + label::before, input[type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 16px;
  border: 1px solid #7f7f7f;
  background: #fff; }
input[type="radio"]:not(:checked) + label::after, input[type="radio"]:checked + label::after {
  content: ' ';
  position: absolute;
  top: 8px;
  left: 5px;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background-color: #2a69a9;
  transition: all .2s;
  font-size: 17px; }
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }
input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.ginput_container_select {
  position: relative;
  width: 100%;
  height: 60px; }
  .ginput_container_select select {
    width: 100% !important;
    height: 100%;
    border: 1px solid #7f7f7f;
    background: #fff;
    background-size: 20px;
    padding-left: 21px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .ginput_container_select select:focus {
      outline: none; }
  .ginput_container_select::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    background-color: #7f7f7f;
    width: 60px;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 19px;
    padding-top: 20px;
    padding-left: 21px; }

input[type="submit"] {
  text-decoration: none !important;
  border: 1px solid #0c4d8e;
  border-radius: 0px;
  background-color: #0c4d8e;
  color: white;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-weight: 200;
  font-size: 1rem;
  outline: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.05rem; }
  input[type="submit"]:hover {
    border-color: #2a69a9;
    background-color: #2a69a9;
    color: white; }
  @media (max-width: 575px) {
    input[type="submit"] {
      width: 100%;
      display: block;
      max-width: none; } }
  input[type="submit"].feature-button {
    padding: 13px 43px; }
    @media (max-width: 991px) {
      input[type="submit"].feature-button {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      input[type="submit"].feature-button {
        width: 100%;
        display: block;
        max-width: none; } }
  input[type="submit"].mega-button {
    width: auto;
    padding: 17px 77px;
    font-size: 1.63rem;
    border-radius: 50px; }
    @media (max-width: 575px) {
      input[type="submit"].mega-button {
        width: 100%;
        display: block;
        max-width: none; } }
  input[type="submit"].color-secondary {
    border-color: white;
    background-color: white;
    color: #0c4d8e; }
    input[type="submit"].color-secondary:hover {
      border-color: #0c4d8e;
      background-color: #0c4d8e;
      color: white; }
  input[type="submit"].color-outline {
    border-color: black;
    background-color: transparent;
    color: black; }
    input[type="submit"].color-outline:hover {
      border-color: black;
      background-color: black;
      color: white; }
  input[type="submit"].color-dark {
    border-color: black;
    background-color: black;
    color: white; }
    input[type="submit"].color-dark:hover {
      border-color: black;
      background-color: transparent;
      color: black; }

@media only screen and (min-width: 641px) {
  .gform_wrapper.gform_validation_error div.gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none !important; } }
div.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container {
  margin: 0 !important; }

.gform_wrapper form .gform_body ul.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }
  .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    float: left; }
    @media (max-width: 991px) {
      .gform_wrapper form .gform_body ul.gform_fields li.gfield {
        width: 100%; } }
    @media (max-width: 767px) {
      .gform_wrapper form .gform_body ul.gform_fields li.gfield {
        width: 100%;
        display: block;
        padding: 0; } }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield:first-of-type {
      margin-top: 0; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield::before {
      content: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield:not(:last-of-type) {
      margin-bottom: 10px; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield label {
      display: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
      margin: 0; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield .validation_message {
      display: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="url"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="password"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="search"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="number"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="tel"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="date"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="month"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="week"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="time"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="datetime"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="datetime-local"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="color"],
    .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
      width: 100%; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
      border: none;
      background: none !important; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container {
        background: none !important;
        margin-top: 8px !important; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error:last-of-type {
        width: 100%; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="text"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="search"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="email"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="url"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="password"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="search"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="number"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="tel"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="date"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="month"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="week"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="time"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="datetime"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="datetime-local"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error input[type="color"],
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error textarea {
        border-color: #aa2f4e !important; }
  .gform_wrapper form .gform_body ul.gform_fields .ginput_container_radio li label,
  .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox li label {
    display: inline-block; }
  .gform_wrapper form .gform_body ul.gform_fields .ginput_container_radio li:last-of-type,
  .gform_wrapper form .gform_body ul.gform_fields .ginput_container_checkbox li:last-of-type {
    margin-bottom: 0; }
.gform_wrapper form .gform_footer {
  margin: 0; }
  .gform_wrapper form .gform_footer input[type='submit'] {
    text-decoration: none !important;
    border: 1px solid #0c4d8e;
    border-radius: 0px;
    background-color: #0c4d8e;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    font-weight: 200;
    font-size: 1rem;
    outline: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    padding: 13px 43px; }
    .gform_wrapper form .gform_footer input[type='submit']:hover {
      border-color: #2a69a9;
      background-color: #2a69a9;
      color: white; }
    @media (max-width: 575px) {
      .gform_wrapper form .gform_footer input[type='submit'] {
        width: 100%;
        display: block;
        max-width: none; } }
    @media (max-width: 991px) {
      .gform_wrapper form .gform_footer input[type='submit'] {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      .gform_wrapper form .gform_footer input[type='submit'] {
        width: 100%;
        display: block;
        max-width: none; } }
    .gform_wrapper form .gform_footer input[type='submit'].feature-button {
      padding: 13px 43px; }
      @media (max-width: 991px) {
        .gform_wrapper form .gform_footer input[type='submit'].feature-button {
          padding: 10px 45px; } }
      @media (max-width: 575px) {
        .gform_wrapper form .gform_footer input[type='submit'].feature-button {
          width: 100%;
          display: block;
          max-width: none; } }
    .gform_wrapper form .gform_footer input[type='submit'].mega-button {
      width: auto;
      padding: 17px 77px;
      font-size: 1.63rem;
      border-radius: 50px; }
      @media (max-width: 575px) {
        .gform_wrapper form .gform_footer input[type='submit'].mega-button {
          width: 100%;
          display: block;
          max-width: none; } }
    .gform_wrapper form .gform_footer input[type='submit'].color-secondary {
      border-color: white;
      background-color: white;
      color: #0c4d8e; }
      .gform_wrapper form .gform_footer input[type='submit'].color-secondary:hover {
        border-color: #0c4d8e;
        background-color: #0c4d8e;
        color: white; }
    .gform_wrapper form .gform_footer input[type='submit'].color-outline {
      border-color: black;
      background-color: transparent;
      color: black; }
      .gform_wrapper form .gform_footer input[type='submit'].color-outline:hover {
        border-color: black;
        background-color: black;
        color: white; }
    .gform_wrapper form .gform_footer input[type='submit'].color-dark {
      border-color: black;
      background-color: black;
      color: white; }
      .gform_wrapper form .gform_footer input[type='submit'].color-dark:hover {
        border-color: black;
        background-color: transparent;
        color: black; }

form ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  form ul li {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    float: left; }
    @media (max-width: 991px) {
      form ul li {
        width: 100%; } }
    @media (max-width: 767px) {
      form ul li {
        width: 100%;
        display: block;
        padding: 0; } }
    form ul li:first-of-type {
      margin-top: 0; }
    form ul li::before {
      content: none; }
    form ul li:not(:last-of-type) {
      margin-bottom: 10px; }
form label.text-field {
  position: absolute;
  top: 16px;
  left: 13px;
  font-weight: 300;
  font-size: 1rem;
  transition: top 250ms ease-in-out, font-size 250ms ease-in-out;
  -webkit-transition: top 250ms ease-in-out, font-size 250ms ease-in-out;
  -moz-transition: top 250ms ease-in-out, font-size 250ms ease-in-out;
  -o-transition: top 250ms ease-in-out, font-size 250ms ease-in-out; }
  form label.text-field.focus {
    top: 5px;
    font-size: 0.75rem; }

div.gform_wrapper div.validation_error,
.dn-form-validation-error {
  position: relative;
  padding-left: 50px;
  padding-right: 15px;
  border: 1px solid #aa2f4e;
  border-left-width: 4px;
  color: #aa2f4e;
  text-align: left;
  text-transform: uppercase; }
  div.gform_wrapper div.validation_error i,
  .dn-form-validation-error i {
    position: absolute;
    left: 10px;
    top: 50%;
    border-radius: 25px;
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid #aa2f4e;
    padding: 2px; }

.gform_confirmation_wrapper,
.dn-form-confimration {
  background-color: #45af4a;
  position: relative;
  padding: 14px 14px 14px 50px;
  color: white; }
  .gform_confirmation_wrapper i,
  .dn-form-confimration i {
    position: absolute;
    left: 10px;
    top: 50%;
    border-radius: 25px;
    transform: translateY(-50%); }

form.search-form {
  display: flex;
  height: 60px; }
  @media (max-width: 767px) {
    form.search-form {
      height: 40px; } }
  form.search-form > * {
    height: auto; }
  form.search-form button {
    white-space: nowrap;
    width: auto; }
  form.search-form input {
    padding-top: 12px !important; }
    form.search-form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black; }
    form.search-form input::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    form.search-form input:-ms-input-placeholder {
      /* IE 10+ */
      color: black; }
    form.search-form input:-moz-placeholder {
      /* Firefox 18- */
      color: black; }
    form.search-form input:hover, form.search-form input:active, form.search-form input:focus {
      border-color: #0c4d8e;
      outline: none; }

.mfp-content button {
  color: white;
  opacity: 1; }
  .mfp-content button:hover {
    background-color: transparent;
    color: #2a69a9;
    cursor: pointer; }

table {
  margin: 0;
  text-align: left;
  border-radius: 0 !important; }
  table td,
  table th {
    padding: 30px 50px;
    font-size: 1rem;
    font-weight: 300; }
    @media (max-width: 767px) {
      table td,
      table th {
        padding: 13px 30px; }
        table td:first-of-type,
        table th:first-of-type {
          padding-top: 25px; }
        table td:last-of-type,
        table th:last-of-type {
          padding-bottom: 25px; } }
  table th {
    background-color: black;
    color: white; }
    @media (max-width: 991px) {
      table th {
        display: none; } }
  table td {
    background-color: #ddd; }
    table td strong {
      display: none; }
    @media (max-width: 991px) {
      table td {
        display: block; }
        table td strong {
          display: block; } }
  @media (min-width: 992px) {
    table tr:not(:last-of-type) td {
      border-bottom: 1px solid white; } }
  @media (max-width: 991px) {
    table tr:not(:last-of-type) {
      border-bottom: 1px solid white; } }

.dn-fixed-mobile-button {
  position: fixed;
  bottom: 0;
  left: 0; }

.mfp-container button.mfp-arrow {
  background: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mfp-container button.mfp-arrow::before {
    display: none; }
  .mfp-container button.mfp-arrow::after {
    border: none;
    width: 100%;
    font-size: 59px;
    height: 59px;
    display: block;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .mfp-container button.mfp-arrow.mfp-arrow-left::after {
    content: "\e902"; }
  .mfp-container button.mfp-arrow.mfp-arrow-right::after {
    content: "\e901"; }

body .dn-full-image {
  background-color: transparent; }
  body .dn-full-image h2, body .dn-full-image h3, body .dn-full-image h4, body .dn-full-image h5, body .dn-full-image h6, body .dn-full-image p {
    color: black !important; }
  body .dn-full-image.bg-color.bg-color-blue {
    background-color: #0c4d8e; }
    body .dn-full-image.bg-color.bg-color-blue h2, body .dn-full-image.bg-color.bg-color-blue h3, body .dn-full-image.bg-color.bg-color-blue h4, body .dn-full-image.bg-color.bg-color-blue h5, body .dn-full-image.bg-color.bg-color-blue h6, body .dn-full-image.bg-color.bg-color-blue p {
      color: white !important; }
  body .dn-full-image.bg-color.bg-color-grey {
    background-color: #eee; }
  @media (max-width: 767px) {
    body .dn-full-image .dn-card {
      padding-left: 15px;
      padding-right: 15px; } }
  body .dn-full-image h2 {
    font-weight: 800;
    font-size: 2.1rem;
    margin-bottom: 21px; }
  body .dn-full-image .bg-image {
    opacity: 0.15; }
body .dn-repeat-card {
  margin-top: 140px;
  margin-bottom: 140px; }
  @media (max-width: 991px) {
    body .dn-repeat-card {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 768px) {
    body .dn-repeat-card {
      margin-top: 70px;
      margin-bottom: 70px; } }
  @media (min-width: 992px) {
    body .dn-repeat-card .content.content-right h2, body .dn-repeat-card .content.content-right h3, body .dn-repeat-card .content.content-right h4, body .dn-repeat-card .content.content-right h5, body .dn-repeat-card .content.content-right h6, body .dn-repeat-card .content.content-right p {
      text-align: right;
      float: right; } }
  body .dn-repeat-card .content .dn-card {
    padding: 0; }
    body .dn-repeat-card .content .dn-card img {
      max-width: 350px;
      width: 100%;
      margin: 1rem auto;
      display: block; }
      @media (max-width: 768px) {
        body .dn-repeat-card .content .dn-card img {
          margin-bottom: 40px; } }
      @media (max-width: 575px) {
        body .dn-repeat-card .content .dn-card img {
          margin-bottom: 20px; } }
    body .dn-repeat-card .content .dn-card h2 {
      color: #0c4d8e;
      font-size: 2.7rem;
      font-weight: 800;
      line-height: 1.3;
      width: 75%; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .dn-repeat-card .content .dn-card h2 {
          text-align: center;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        body .dn-repeat-card .content .dn-card h2 {
          font-size: 2.2rem;
          width: 100%; } }
    @media (max-width: 768px) {
      body .dn-repeat-card .content .dn-card p {
        text-align: justify;
        padding: 0 35px; } }
    @media (max-width: 575px) {
      body .dn-repeat-card .content .dn-card p {
        padding: 0 5px; } }
    @media (max-width: 991px) {
      body .dn-repeat-card .content .dn-card .button-container {
        text-align: center; } }
    @media (max-width: 991px) {
      body .dn-repeat-card .content .dn-card .dn-button {
        width: auto;
        max-width: none;
        display: inline-block; } }
  body .dn-repeat-card .bg-image {
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px; }
  @media (min-width: 992px) {
    body .dn-repeat-card .image-container .image-left .bg-image {
      right: 30px; }
    body .dn-repeat-card .image-container:not(.image-left) .bg-image {
      left: 30px; } }

body.page-template-default .desktop-menu-bottom {
  display: none !important; }
body.page-template-default #header-menu .mobile-menu .dn-button {
  display: none !important; }

.footer-block-std > *:first-child {
  margin-top: 0; }
.footer-block-std > *:last-child {
  margin-bottom: 0; }
.footer-block-std a.img {
  margin-bottom: 40px; }
@media (min-width: 992px) {
  .footer-block-std p:first-of-type {
    margin-top: 40px; }
  .footer-block-std p:last-of-type {
    margin-bottom: 30px; } }
.footer-block-std .icons {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .footer-block-std .icons {
      margin-top: 0.5em; } }
  .footer-block-std .icons a {
    color: white;
    font-size: 17px;
    margin-right: 15px;
    transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out; }
    .footer-block-std .icons a:hover {
      color: #2a69a9; }

.footer-block-list > *:first-child {
  margin-top: 0; }
.footer-block-list > *:last-child {
  margin-bottom: 0; }
.footer-block-list ul {
  margin: 0;
  padding: 0; }
  .footer-block-list ul li a {
    color: white;
    border-color: transparent; }

.footer-block-deets > *:first-child {
  margin-top: 0; }
.footer-block-deets > *:last-child {
  margin-bottom: 0; }

#colophon .cols {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #0c4d8e;
  color: white; }
  @media (max-width: 991px) {
    #colophon .cols {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    #colophon .cols {
      padding-top: 30px;
      padding-bottom: 30px; } }
  #colophon .cols h3 {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #colophon .cols h3 {
        margin-top: 0.5em;
        margin-bottom: 0.4em; } }
  #colophon .cols p {
    font-size: 1rem; }
  @media (max-width: 991px) {
    #colophon .cols {
      text-align: center; }
      #colophon .cols .container {
        max-width: 500px; } }
  #colophon .cols img {
    width: 245px; }
  @media (max-width: 991px) {
    #colophon .cols .icons {
      text-align: left;
      margin-top: 65px; } }
  #colophon .cols .icons a {
    margin-left: 15px; }
    #colophon .cols .icons a i {
      color: #0c4d8e;
      background-color: white;
      font-size: 30px;
      padding: 10px;
      border-radius: 100%;
      transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out; }
    #colophon .cols .icons a:hover i {
      background-color: #2a69a9;
      color: white; }
  @media (max-width: 991px) {
    #colophon .cols .footer-block-deets {
      text-align: left;
      padding: 0 25px; } }
  #colophon .cols .footer-block-deets > div {
    margin-bottom: 15px; }
    #colophon .cols .footer-block-deets > div:first-of-type {
      margin-bottom: 35px; }
  #colophon .cols .footer-block-deets p {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1rem; }
    @media (max-width: 991px) {
      #colophon .cols .footer-block-deets p {
        font-size: 0.9rem;
        line-height: 1.75; } }
    #colophon .cols .footer-block-deets p a {
      color: white; }
  #colophon .cols .footer-block-deets .info,
  #colophon .cols .footer-block-deets .info p {
    font-weight: 700; }
  @media (max-width: 991px) {
    #colophon .cols .footer-section:not(:last-of-type) {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    #colophon .cols .footer-section:not(:last-of-type) {
      margin-bottom: 20px; } }
#colophon .trailer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1rem;
  color: white;
  background-color: #0c4d8e;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    #colophon .trailer {
      padding-bottom: 38px;
      font-size: 0.75rem; } }
  #colophon .trailer .container {
    text-align: right; }
    @media (max-width: 991px) {
      #colophon .trailer .container {
        text-align: center; } }
    #colophon .trailer .container .inner-guy {
      padding-bottom: 20px;
      border-top: 1px solid white; }
      #colophon .trailer .container .inner-guy p {
        font-weight: 700; }
        #colophon .trailer .container .inner-guy p a {
          color: white;
          border-bottom: 1px solid white;
          transition: opacity 250ms ease-in-out;
          -webkit-transition: opacity 250ms ease-in-out;
          -moz-transition: opacity 250ms ease-in-out;
          -o-transition: opacity 250ms ease-in-out; }
          #colophon .trailer .container .inner-guy p a:hover {
            opacity: 0.65; }
      @media (max-width: 991px) {
        #colophon .trailer .container .inner-guy {
          padding-bottom: 20px; } }
  @media (max-width: 991px) {
    #colophon .trailer {
      padding-bottom: 38px; } }
  #colophon .trailer span:not(:first-of-type) {
    position: relative;
    margin-left: 38px; }
    @media (max-width: 991px) {
      #colophon .trailer span:not(:first-of-type) {
        margin-left: 14px; } }
    #colophon .trailer span:not(:first-of-type)::before {
      content: " ";
      position: absolute;
      width: 3px;
      height: 3px;
      left: -21px;
      top: 50%;
      transform: translate(-50% -50%);
      background-color: white; }
      @media (max-width: 991px) {
        #colophon .trailer span:not(:first-of-type)::before {
          left: -11px; } }
  #colophon .trailer span a,
  #colophon .trailer span i {
    color: white; }
  #colophon .trailer span a {
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out; }
    #colophon .trailer span a:hover {
      opacity: 0.5; }
  #colophon .trailer span i {
    font-size: 23px;
    position: relative;
    top: 5px; }

#hashtags {
  padding: 30px 0;
  background-color: #eee; }
  #hashtags p {
    text-align: center;
    font-weight: 800;
    font-size: 2rem; }
  @media (max-width: 767px) {
    #hashtags {
      padding: 15px 0; }
      #hashtags p {
        font-size: 1.4rem; } }

.insta-container {
  width: 100%; }

#instafeed {
  background-color: black;
  content: " ";
  display: table;
  clear: both;
  width: 100%; }
  #instafeed a {
    width: 20%;
    height: 20vw;
    float: left;
    position: relative; }
    @media (min-width: 768px) {
      #instafeed a .insta-image {
        opacity: 0.5;
        transition: opacity 250ms ease-in-out;
        -webkit-transition: opacity 250ms ease-in-out;
        -moz-transition: opacity 250ms ease-in-out;
        -o-transition: opacity 250ms ease-in-out; }
        #instafeed a .insta-image:hover {
          opacity: 1; } }
    @media (max-width: 767px) {
      #instafeed a {
        width: 50%;
        height: 50vw; }
        #instafeed a:nth-of-type(5) {
          display: none; } }
    #instafeed a::before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90f";
      position: absolute;
      bottom: 18px;
      left: 20px;
      font-size: 20px;
      z-index: 10;
      color: white; }
      @media (max-width: 767px) {
        #instafeed a::before {
          font-size: 13px;
          bottom: 9px;
          left: 9px; } }
  #instafeed .insta-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%; }

#dn-instafeed {
  background-color: black;
  content: " ";
  display: table;
  clear: both;
  width: 100%; }
  #dn-instafeed > a {
    display: block;
    float: left;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    width: 20%;
    height: 20vw; }
    @media (min-width: 768px) {
      #dn-instafeed > a {
        opacity: 0.5;
        transition: opacity 250ms ease-in-out;
        -webkit-transition: opacity 250ms ease-in-out;
        -moz-transition: opacity 250ms ease-in-out;
        -o-transition: opacity 250ms ease-in-out; }
        #dn-instafeed > a:hover {
          opacity: 1; } }
    @media (max-width: 767px) {
      #dn-instafeed > a {
        width: 50%;
        height: 50vw; }
        #dn-instafeed > a:nth-of-type(5) {
          display: none; } }
    #dn-instafeed > a::before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90f";
      position: absolute;
      bottom: 18px;
      left: 20px;
      font-size: 20px;
      z-index: 10;
      color: white; }
      @media (max-width: 767px) {
        #dn-instafeed > a::before {
          font-size: 13px;
          bottom: 9px;
          left: 9px; } }

body {
  padding-top: 0.1px; }

.make-me-sticky.scroll-to-fixed-fixed {
  border-bottom: 1px solid #cfcfcf !important; }

#general-notice {
  padding: 15px 0;
  background-color: #0c4d8e;
  position: relative; }
  #general-notice p, #general-notice strong {
    color: #fff;
    outline: 0; }
    #general-notice p:last-child, #general-notice strong:last-child {
      margin-bottom: 0; }
  #general-notice a {
    color: #fff !important;
    text-decoration: underline !important;
    outline: 0; }
  #general-notice a.make-me-close {
    text-decoration: none !important;
    font-size: 25px;
    position: absolute;
    top: -10px;
    right: 15px; }
  #general-notice .text-right {
    text-align: right; }

#masthead {
  background-color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 14px 45px 14px 23px;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 250ms ease-in-out;
  -webkit-transition: border-bottom-color 250ms ease-in-out;
  -moz-transition: border-bottom-color 250ms ease-in-out;
  -o-transition: border-bottom-color 250ms ease-in-out; }
  @media (max-width: 991px) {
    #masthead {
      transition: transform 250ms ease-in-out;
      -webkit-transition: transform 250ms ease-in-out;
      -moz-transition: transform 250ms ease-in-out;
      -o-transition: transform 250ms ease-in-out; } }
  @media (min-width: 992px) {
    #masthead {
      border-top: 8px solid #0c4d8e; } }
  @media (max-width: 991px) {
    #masthead {
      border-bottom: 1px solid #cfcfcf; } }
  @media (max-width: 1199px) {
    #masthead {
      justify-content: space-between; } }
  @media (max-width: 767px) {
    #masthead {
      padding: 10px; } }
  #masthead .icon-container i {
    transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out; }
  #masthead > .special-link {
    flex-grow: 0;
    flex-shrink: 0; }
  #masthead img {
    float: left;
    width: 175px; }
    @media (max-width: 991px) {
      #masthead img {
        width: 88px; } }
  #masthead .dn-button {
    width: 178px;
    height: 43px;
    font-size: 1rem;
    padding-top: 8px;
    padding-bottom: 12px; }
  #masthead .phone {
    color: #0c4d8e;
    font-weight: 800;
    margin-right: 30px;
    font-size: 1.8rem;
    position: relative;
    top: 4px; }
  #masthead .icon-container {
    display: flex;
    align-items: baseline;
    margin-left: 40px; }
    #masthead .icon-container i {
      transition: font-size 250ms ease-in-out;
      -webkit-transition: font-size 250ms ease-in-out;
      -moz-transition: font-size 250ms ease-in-out;
      -o-transition: font-size 250ms ease-in-out;
      color: black; }
      @media (min-width: 768px) {
        #masthead .icon-container i {
          font-size: 46px; } }
      @media (max-width: 767px) {
        #masthead .icon-container i {
          font-size: 35px; } }
      #masthead .icon-container i:hover {
        cursor: pointer; }
    #masthead .icon-container i:not(:first-child),
    #masthead .icon-container #burger:not(:first-child) {
      margin-left: 30px; }
      @media (max-width: 767px) {
        #masthead .icon-container i:not(:first-child),
        #masthead .icon-container #burger:not(:first-child) {
          margin-left: 10px; } }
  #masthead .desktop-menu-bottom {
    margin-top: 20px; }
  #masthead.filled-scroll {
    border-bottom: 1px solid #cfcfcf; }

@media (min-width: 1200px) {
  #header-menu {
    flex-grow: 1; } }
#header-menu .desktop-menu {
  text-align: right; }
  @media (max-width: 991px) {
    #header-menu .desktop-menu {
      display: none; } }
  #header-menu .desktop-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (max-width: 767px) {
      #header-menu .desktop-menu ul {
        overflow: visible; } }
    #header-menu .desktop-menu ul li {
      position: relative; }
      #header-menu .desktop-menu ul li a {
        border: none;
        font-weight: 800;
        font-size: 1.3rem;
        color: black; }
        #header-menu .desktop-menu ul li a:hover {
          color: #0c4d8e; }
    #header-menu .desktop-menu ul:not(.sub-menu) {
      overflow: visible; }
      #header-menu .desktop-menu ul:not(.sub-menu) > li {
        display: inline-block; }
        #header-menu .desktop-menu ul:not(.sub-menu) > li:not(:first-of-type) {
          margin-left: 40px; }
        #header-menu .desktop-menu ul:not(.sub-menu) > li a {
          position: relative; }
        #header-menu .desktop-menu ul:not(.sub-menu) > li i {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
        #header-menu .desktop-menu ul:not(.sub-menu) > li.menu-item-has-children {
          padding-right: 20px; }
        #header-menu .desktop-menu ul:not(.sub-menu) > li:not(.menu-item-has-children) i {
          display: none; }
    #header-menu .desktop-menu ul.sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      padding-top: 45px;
      text-align: left; }
      #header-menu .desktop-menu ul.sub-menu li {
        margin: 0;
        display: block;
        padding: 10px 100px 10px 40px;
        background-color: black; }
        #header-menu .desktop-menu ul.sub-menu li:first-of-type {
          padding-top: 30px; }
        #header-menu .desktop-menu ul.sub-menu li:last-of-type {
          padding-bottom: 30px; }
        #header-menu .desktop-menu ul.sub-menu li a {
          display: block;
          width: 125px;
          font-size: 1rem;
          color: white; }
          #header-menu .desktop-menu ul.sub-menu li a:hover {
            color: #2a69a9; }
        #header-menu .desktop-menu ul.sub-menu li i {
          display: none; }
  #header-menu .desktop-menu.hidden-sub .sub-menu {
    display: none; }
  #header-menu .desktop-menu.hidden-sub i {
    display: none; }
@media (min-width: 992px) {
  #header-menu .mobile-menu {
    display: none; } }
#header-menu .mobile-menu a {
  display: inline-block !important; }
#header-menu .mobile-menu .dn-button {
  font-size: 0.85rem !important;
  padding: 10px 26px !important;
  width: auto;
  height: auto;
  line-height: 1; }
#header-menu .mobile-menu .phone {
  color: #0c4d8e;
  font-size: 27px;
  margin-right: 0;
  position: relative;
  top: 5px;
  margin-left: 5px; }

h1.entry-title {
  margin-top: 0; }

#main {
  padding-bottom: 130px; }
  @media (max-width: 991px) {
    #main {
      padding-bottom: 130px; } }
  @media (max-width: 767px) {
    #main {
      padding-bottom: 55px; } }
  #main article {
    display: block; }

#burger {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 1; }
  @media (max-width: 767px) {
    #burger {
      width: 30px;
      height: 30px; } }
  #burger:hover {
    cursor: pointer; }
  #burger.faded {
    opacity: 0; }
  #burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #burger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top; }
  #burger span:nth-child(2) {
    top: 50%;
    top: calc( 50% - 2px);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  #burger span:nth-child(3) {
    bottom: 0;
    bottom: 2px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom; }
  #burger.open span {
    width: 128%; }
    @media (max-width: 767px) {
      #burger.open span {
        width: 123%; } }
  #burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.dn-card > *:first-child {
  margin-top: 0; }
.dn-card > *:last-child {
  margin-bottom: 0; }
.dn-card .dn-button {
  margin-top: 45px; }
  @media (max-width: 767px) {
    .dn-card .dn-button {
      margin-top: 20px; } }

.dn-card-small p:last-of-type {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .dn-card-small p:last-of-type {
      margin-bottom: 20px; } }

.dn-micro-card {
  display: flex; }
  .dn-micro-card .image-container {
    position: relative;
    flex-basis: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 80px; }
  .dn-micro-card .card-side-contents {
    padding-left: 14px; }
    .dn-micro-card .card-side-contents > *:first-child {
      margin-top: 0; }
    .dn-micro-card .card-side-contents > *:last-child {
      margin-bottom: 0; }
  .dn-micro-card h6 {
    font-size: 0.875rem;
    margin-bottom: 5px; }
  .dn-micro-card p {
    margin-top: 0;
    font-size: 0.75rem; }

.dn-mega-card {
  position: relative; }
  .dn-mega-card .mega-card-contents {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px; }
    @media (max-width: 767px) {
      .dn-mega-card .mega-card-contents {
        padding-top: 50px; } }
    .dn-mega-card .mega-card-contents .mega-card-inner > *:first-child {
      margin-top: 0; }
    .dn-mega-card .mega-card-contents .mega-card-inner > *:last-child {
      margin-bottom: 0; }
    .dn-mega-card .mega-card-contents .dn-button {
      margin-top: 30px; }
    .dn-mega-card .mega-card-contents h1, .dn-mega-card .mega-card-contents h2 {
      text-transform: uppercase;
      font-size: 3rem;
      margin-bottom: 0.4rem; }
      @media (max-width: 767px) {
        .dn-mega-card .mega-card-contents h1, .dn-mega-card .mega-card-contents h2 {
          line-height: 1.05;
          font-size: 2rem; } }

.dn-hover-card {
  position: relative;
  height: 340px;
  text-align: center;
  overflow: hidden; }
  .dn-hover-card .content {
    position: absolute;
    top: 288px;
    height: 100%;
    width: 100%;
    background-color: white;
    transition: top 250ms ease-in-out;
    -webkit-transition: top 250ms ease-in-out;
    -moz-transition: top 250ms ease-in-out;
    -o-transition: top 250ms ease-in-out; }
    @media (max-width: 767px) {
      .dn-hover-card .content {
        top: 280px; } }
  .dn-hover-card .content-inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 15px;
    transition: transform 250ms ease-in-out, top 250ms ease-in-out;
    -webkit-transition: transform 250ms ease-in-out, top 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out, top 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out, top 250ms ease-in-out; }
    .dn-hover-card .content-inner h3 {
      margin-bottom: 1em; }
      @media (max-width: 767px) {
        .dn-hover-card .content-inner h3 {
          font-size: 1.15rem; } }
  .dn-hover-card.hover .content {
    top: 0; }
  .dn-hover-card.hover .content-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.dn-horiz-divider {
  width: 100%;
  display: block;
  clear: both; }
  @media (min-width: 768px) {
    .dn-horiz-divider .row {
      display: flex; } }
  .dn-horiz-divider .image-container {
    position: relative; }
    @media (max-width: 767px) {
      .dn-horiz-divider .image-container {
        height: 200px; } }
  .dn-horiz-divider .dn-card-small > *:first-child {
    margin-top: 0; }
  .dn-horiz-divider .dn-card-small > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .dn-horiz-divider .dn-card-small {
      padding-left: 15px;
      padding-right: 15px; } }
  .dn-horiz-divider .horiz-contents {
    padding: 85px; }
    @media (max-width: 1199px) {
      .dn-horiz-divider .horiz-contents {
        padding: 50px; } }
    @media (max-width: 767px) {
      .dn-horiz-divider .horiz-contents {
        padding: 17px 0; } }
  @media (min-width: 1200px) {
    .dn-horiz-divider .image-container, .dn-horiz-divider .horiz-contents {
      min-height: 400px; }
    .dn-horiz-divider .horiz-contents {
      display: table; }
      .dn-horiz-divider .horiz-contents .dn-card-small {
        display: table-cell;
        vertical-align: middle; } }

.dn-testimonial {
  text-align: center; }
  .dn-testimonial .img-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    height: 90px;
    width: 90px; }
    .dn-testimonial .img-container,
    .dn-testimonial .img-container .bg-image {
      border-radius: 45px;
      overflow: hidden; }
  .dn-testimonial blockquote {
    margin-top: 25px;
    margin-bottom: 25px; }
    .dn-testimonial blockquote > *:first-child {
      margin-top: 0; }
    .dn-testimonial blockquote > *:last-child {
      margin-bottom: 0; }
  .dn-testimonial .info > *:first-child {
    margin-top: 0; }
  .dn-testimonial .info > *:last-child {
    margin-bottom: 0; }
  .dn-testimonial .info * {
    margin-top: 0;
    margin-bottom: 0; }

@media (min-width: 992px) {
  .dn-card-side {
    display: flex; } }
.dn-card-side .image-container {
  position: relative;
  flex-basis: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 70px;
  background-color: black; }
  @media (max-width: 991px) {
    .dn-card-side .image-container {
      width: 100%;
      height: 300px;
      display: block;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .dn-card-side .image-container {
      height: 200px; } }
  .dn-card-side .image-container .bg-image {
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out; }
.dn-card-side h3 {
  transition: color 250ms ease-in-out;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out; }
.dn-card-side .card-side-contents {
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .dn-card-side .card-side-contents {
      padding-top: 0;
      padding-bottom: 0; } }
  .dn-card-side .card-side-contents a > *:first-child {
    margin-top: 0; }
  .dn-card-side .card-side-contents a > *:last-child {
    margin-bottom: 0; }
.dn-card-side.hover .image-container .bg-image {
  opacity: 0.7; }
.dn-card-side.hover h3 {
  color: #2a69a9; }

@media (min-width: 992px) {
  .dn-card-side-port {
    display: flex; } }
.dn-card-side-port .image-container {
  position: relative;
  flex-basis: 260px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: black; }
  @media (max-width: 991px) {
    .dn-card-side-port .image-container {
      width: 100%;
      height: 300px;
      display: block; } }
  @media (max-width: 767px) {
    .dn-card-side-port .image-container {
      height: 200px; } }
  .dn-card-side-port .image-container .bg-image {
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out; }
.dn-card-side-port h3 {
  transition: color 250ms ease-in-out;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out; }
.dn-card-side-port .card-side-contents {
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 70px;
  background-color: #f8f8f8; }
  .dn-card-side-port .card-side-contents > *:first-child {
    margin-top: 0; }
  .dn-card-side-port .card-side-contents > *:last-child {
    margin-bottom: 0; }
.dn-card-side-port .deets {
  margin-bottom: 25px; }
.dn-card-side-port .dn-button {
  margin-top: 25px; }
.dn-card-side-port.hover .image-container .bg-image {
  opacity: 0.7; }
.dn-card-side-port.hover h3 {
  color: #2a69a9; }

.masonry-filter.masonry-filter-wide {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px; }
  .masonry-filter.masonry-filter-wide li {
    display: inline-block;
    margin: 0 5px; }

.dn-masonary-card {
  position: relative;
  padding-bottom: 30px; }
  .dn-masonary-card .image-container {
    position: relative; }
  .dn-masonary-card .card-side-contents {
    text-align: center;
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px; }
    .dn-masonary-card .card-side-contents > *:first-child {
      margin-top: 0; }
    .dn-masonary-card .card-side-contents > *:last-child {
      margin-bottom: 0; }
  .dn-masonary-card .hover-contents {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 15px;
    text-align: center;
    background-color: black;
    color: white;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out; }
    .dn-masonary-card .hover-contents i {
      font-size: 18px;
      border: 1px solid white;
      padding: 10px;
      border-radius: 30px; }
    .dn-masonary-card .hover-contents .inner-1 {
      border: 1px solid white;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .dn-masonary-card .hover-contents .inner-1 > *:first-child {
        margin-top: 0; }
      .dn-masonary-card .hover-contents .inner-1 > *:last-child {
        margin-bottom: 0; }
    .dn-masonary-card .hover-contents .inner-2 {
      padding: 30px; }
  @media (min-width: 992px) {
    .dn-masonary-card:hover .hover-contents {
      opacity: 1; } }
  @media (min-width: 992px) {
    .dn-masonary-card.hover .hover-contents {
      opacity: 1; } }

#dn-dynamic-load-posts {
  text-align: center; }
  #dn-dynamic-load-posts .dn-button.hidden {
    display: none !important; }

.dn-banner {
  position: relative;
  height: 630px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: black; }
  @media (max-width: 1199px) {
    .dn-banner {
      height: 450px; } }
  @media (max-width: 991px) {
    .dn-banner {
      height: 350px; } }
  @media (max-width: 767px) {
    .dn-banner {
      height: 250px; } }
  .dn-banner .bg-image {
    opacity: 0.7; }
  .dn-banner .container {
    position: relative; }
  .dn-banner .row > *:first-child {
    margin-top: 0; }
  .dn-banner .row > *:last-child {
    margin-bottom: 0; }
  .dn-banner * {
    color: white; }

.dn-icon-top {
  text-align: center; }
  .dn-icon-top > *:first-child {
    margin-top: 0; }
  .dn-icon-top > *:last-child {
    margin-bottom: 0; }
  .dn-icon-top p {
    margin: 0; }
    .dn-icon-top p.link {
      margin-top: 10px; }
  .dn-icon-top a {
    font-style: italic; }
  .dn-icon-top a, .dn-icon-top p {
    font-size: 0.9rem; }
  .dn-icon-top .icons a:not(:first-of-type) {
    margin-left: 5px; }
  .dn-icon-top .icons a:not(:last-of-type) {
    margin-right: 5px; }
  .dn-icon-top .top-icon {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    display: table;
    background-color: #222;
    border-radius: 160px; }
    .dn-icon-top .top-icon i {
      font-size: 50px;
      color: white;
      display: table-cell;
      vertical-align: middle; }

#dn-search-drop {
  position: fixed;
  z-index: 900;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background-color: #222;
  transition: top 250ms ease-in-out;
  -webkit-transition: top 250ms ease-in-out;
  -moz-transition: top 250ms ease-in-out;
  -o-transition: top 250ms ease-in-out;
  top: -100%; }
  @media (max-width: 991px) {
    #dn-search-drop {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    #dn-search-drop {
      padding: 15px 0; } }
  #dn-search-drop.dropped {
    top: 129px; }
    @media (max-width: 991px) {
      #dn-search-drop.dropped {
        top: 106px; } }
    @media (max-width: 767px) {
      #dn-search-drop.dropped {
        top: 55px; } }

.dn-basic-post-card .image-container {
  position: relative;
  height: 220px; }
  @media (max-width: 767px) {
    .dn-basic-post-card .image-container {
      height: 140px; } }
.dn-basic-post-card .post-content {
  background-color: #eee;
  padding: 30px 20px; }
  .dn-basic-post-card .post-content > *:first-child {
    margin-top: 0; }
  .dn-basic-post-card .post-content > *:last-child {
    margin-bottom: 0; }
.dn-basic-post-card .deets * {
  font-size: 0.8rem; }
.dn-basic-post-card .deets span:not(:first-of-type) {
  padding-left: 5px; }
.dn-basic-post-card .deets span:not(:last-of-type) {
  border-right: 1px solid black;
  padding-right: 5px; }
.dn-basic-post-card p {
  font-size: 1rem; }
.dn-basic-post-card .dn-button {
  margin-top: 25px; }

.cat-filter {
  position: sticky;
  z-index: 10;
  top: 80px;
  background-color: #eee;
  -webkit-box-shadow: 0px 10px 19px -3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 19px -3px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 19px -3px rgba(0, 0, 0, 0.23); }
  @media (max-width: 991px) {
    .cat-filter {
      top: 72px; } }
  @media (max-width: 767px) {
    .cat-filter {
      top: 71px; } }
  .cat-filter .inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 30px; }
    @media (max-width: 991px) {
      .cat-filter .inner {
        padding: 20px; } }
  .cat-filter:hover {
    cursor: pointer; }
  .cat-filter h6 {
    margin: 0;
    line-height: 0.8; }
    @media (max-width: 767px) {
      .cat-filter h6 {
        font-size: 0.8rem; } }
  .cat-filter .filter-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    font-size: 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #d1d1d1; }
    @media (max-width: 767px) {
      .cat-filter .filter-button {
        font-size: 29px;
        width: 51px; } }

.cat-filter-side {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  max-width: 730px;
  overflow: hidden;
  z-index: 1500;
  display: flex;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out; }
  .cat-filter-side.appear {
    transform: translateX(0%); }
  .cat-filter-side.hiden {
    display: none; }
  .cat-filter-side .close-container {
    padding-top: 25px;
    padding-right: 31px;
    padding-left: 31px; }
    @media (max-width: 767px) {
      .cat-filter-side .close-container {
        padding-top: 17px;
        padding-right: 15px;
        padding-left: 15px; } }
  .cat-filter-side i {
    color: white;
    font-size: 37px; }
    @media (max-width: 767px) {
      .cat-filter-side i {
        font-size: 22px; } }
    .cat-filter-side i:hover {
      cursor: pointer; }
  .cat-filter-side .inner {
    background-color: #f3f3f3;
    height: 100%;
    overflow: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .cat-filter-side .top {
    background-color: white;
    display: flex;
    padding: 45px 62px; }
    @media (max-width: 767px) {
      .cat-filter-side .top {
        padding: 13px 20px; } }
    .cat-filter-side .top h3 {
      margin: 0;
      font-weight: 600;
      flex-grow: 1; }
      @media (max-width: 767px) {
        .cat-filter-side .top h3 {
          font-size: 1rem; } }
    .cat-filter-side .top p {
      margin: 0; }
      @media (max-width: 767px) {
        .cat-filter-side .top p {
          font-size: 0.95rem; } }
    .cat-filter-side .top .clear {
      position: relative;
      top: 10px; }
      @media (max-width: 767px) {
        .cat-filter-side .top .clear {
          top: 0; } }
      .cat-filter-side .top .clear:hover {
        cursor: pointer; }
  .cat-filter-side .middle {
    flex-grow: 1;
    padding: 58px 62px;
    margin-bottom: 66px;
    background-color: #f3f3f3; }
    @media (max-width: 767px) {
      .cat-filter-side .middle {
        padding: 19px 22px; } }
    .cat-filter-side .middle ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .cat-filter-side .middle ul li {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 30px; }
        .cat-filter-side .middle ul li:not(:last-of-type) {
          margin-bottom: 30px; }
        @media (max-width: 767px) {
          .cat-filter-side .middle ul li {
            padding-bottom: 18px; }
            .cat-filter-side .middle ul li:not(:last-of-type) {
              margin-bottom: 18px; } }
        .cat-filter-side .middle ul li a {
          display: block;
          position: relative;
          outline: none;
          border: none; }
          .cat-filter-side .middle ul li a:hover {
            color: #0c4d8e !important; }
          .cat-filter-side .middle ul li a:after {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e917";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 15px;
            color: transparent;
            transition: color 250ms ease-in-out;
            -webkit-transition: color 250ms ease-in-out;
            -moz-transition: color 250ms ease-in-out;
            -o-transition: color 250ms ease-in-out; }
          .cat-filter-side .middle ul li a.selected {
            color: #0c4d8e !important; }
            .cat-filter-side .middle ul li a.selected:after {
              color: #0c4d8e !important; }
  .cat-filter-side.level-1-filter .middle li a::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    font-size: 20px; }
    @media (max-width: 767px) {
      .cat-filter-side.level-1-filter .middle li a::after {
        font-size: 13px; } }
  .cat-filter-side.level-1-filter .middle li a:hover::after {
    color: #0c4d8e; }

.cat-filter-bg {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.81; }

#filter-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  max-width: 730px;
  padding-left: 99px;
  z-index: 1500;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out; }
  @media (max-width: 767px) {
    #filter-bottom {
      padding-left: 52px; } }
  #filter-bottom.appear {
    transform: translateX(0%); }
  #filter-bottom .dn-button {
    width: 100%;
    padding: 22px 25px; }
    @media (max-width: 767px) {
      #filter-bottom .dn-button {
        padding: 11px 25px; } }

.content-sb-cats ul {
  margin: 0;
  padding: 0; }
  .content-sb-cats ul i {
    float: right;
    font-weight: bold;
    position: relative;
    top: 4px; }
    .content-sb-cats ul i:hover {
      cursor: pointer; }
  .content-sb-cats ul li {
    font-weight: 700;
    /* &:not(:first-of-type) {
        margin-top: 10px;
    }
    &:not(:last-of-type) {
        margin-bottom: 10px;
    }
    &:first-of-type {
        margin-top: 0;
    }
    &:last-of-type {
        margin-bottom: 0;
    } */
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed; }
    .content-sb-cats ul li ul li {
      border-bottom: none;
      border-top: 1px solid #ededed;
      margin-top: 7px;
      padding-top: 7px;
      margin-bottom: 0;
      padding-bottom: 0; }
    .content-sb-cats ul li a {
      border: none !important; }
      .content-sb-cats ul li a.selected {
        color: #2a69a9 !important; }
        .content-sb-cats ul li a.selected:hover {
          color: #0c4d8e !important; }
  .content-sb-cats ul.children {
    display: none; }
    .content-sb-cats ul.children li {
      font-weight: 400; }
      .content-sb-cats ul.children li:first-of-type {
        margin-top: 10px; }

.content-sb-posts h5 {
  margin-bottom: 25px; }
.content-sb-posts .dn-micro-card {
  margin-bottom: 40px; }

.content-sb-archives ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .content-sb-archives ul li {
    padding: 0;
    margin: 0;
    text-align: right; }
    .content-sb-archives ul li:not(:last-of-type) {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #eee; }
    .content-sb-archives ul li a {
      float: left;
      text-decoration: none;
      color: #333; }
      .content-sb-archives ul li a:hover {
        color: #777; }

.content-sb-tags ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: -3px;
  margin-left: -3px;
  margin-right: -3px;
  font-size: 0; }
  .content-sb-tags ul li {
    display: inline-block;
    margin: 3px; }

.content-sb-search form {
  position: relative;
  width: 100%; }
  .content-sb-search form input {
    width: 100%;
    padding: 10px 25px 10px 18px !important;
    font-size: 0.8rem;
    height: auto; }
.content-sb-search .icon-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px; }
.content-sb-search button {
  display: none; }

.dn-wysiwyg {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .dn-wysiwyg {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .dn-wysiwyg {
      padding-top: 35px;
      padding-bottom: 35px; } }
  .dn-wysiwyg .row > *:first-child {
    margin-top: 0; }
  .dn-wysiwyg .row > *:last-child {
    margin-bottom: 0; }

.dn-cols {
  padding-top: 145px;
  padding-bottom: 145px; }
  @media (max-width: 1199px) {
    .dn-cols {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 991px) {
    .dn-cols {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .dn-cols {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .dn-cols .container .row {
      margin-left: -15px;
      margin-right: -15px; } }
  .dn-cols .container .row > div > *:first-child {
    margin-top: 0; }
  .dn-cols .container .row > div > *:last-child {
    margin-bottom: 0; }

.dn-full-image {
  position: relative;
  background-color: black; }
  .dn-full-image .bg-image {
    opacity: 0.6; }
  .dn-full-image .dn-card {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center; }
    @media (max-width: 767px) {
      .dn-full-image .dn-card {
        padding-top: 50px;
        padding-bottom: 60px; } }
    .dn-full-image .dn-card > *:first-child {
      margin-top: 0; }
    .dn-full-image .dn-card > *:last-child {
      margin-bottom: 0; }
    .dn-full-image .dn-card * {
      color: white; }

.dn-repeat-card .bg-shader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white; }
@media (min-width: 992px) {
  .dn-repeat-card .row {
    display: flex; } }
.dn-repeat-card .content .dn-card {
  padding: 150px; }
  @media (max-width: 1499px) {
    .dn-repeat-card .content .dn-card {
      padding: 100px; } }
  @media (max-width: 767px) {
    .dn-repeat-card .content .dn-card {
      padding: 30px 0px; } }
  .dn-repeat-card .content .dn-card > *:first-child {
    margin-top: 0; }
  .dn-repeat-card .content .dn-card > *:last-child {
    margin-bottom: 0; }
  .dn-repeat-card .content .dn-card .bg-image {
    opacity: 0.8; }
  .dn-repeat-card .content .dn-card h2, .dn-repeat-card .content .dn-card p, .dn-repeat-card .content .dn-card .dn-button {
    position: relative; }
.dn-repeat-card .content:nth-of-type(even) {
  background-color: #eeeded; }

.dn-hover-cards {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .dn-hover-cards {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .dn-hover-cards .intro-content {
    padding: 0 15px;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 991px) {
      .dn-hover-cards .intro-content {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .dn-hover-cards .intro-content {
        margin-bottom: 10px; }
        .dn-hover-cards .intro-content h2 {
          text-align: left; } }
    .dn-hover-cards .intro-content .row > *:first-child {
      margin-top: 0; }
    .dn-hover-cards .intro-content .row > *:last-child {
      margin-bottom: 0; }
  .dn-hover-cards .dn-hover-card {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .dn-hover-cards .dn-hover-card {
        margin-bottom: 15px; } }
  .dn-hover-cards .card-container {
    margin-bottom: -30px; }
    @media (max-width: 767px) {
      .dn-hover-cards .card-container {
        margin-bottom: -15px; } }
    @media (max-width: 767px) {
      .dn-hover-cards .card-container .row {
        margin-left: -15px;
        margin-right: -15px; } }

.dn-dividers {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .dn-dividers {
      padding-top: 40px;
      padding-bottom: 25px; } }

@media (min-width: 1200px) {
  .dn-full-dividers .image-container, .dn-full-dividers .horiz-contents {
    min-height: 550px; }
  .dn-full-dividers .horiz-contents {
    display: table; }
    .dn-full-dividers .horiz-contents .dn-card-small {
      display: table-cell;
      vertical-align: middle; } }
@media (max-width: 767px) and (max-width: 767px) {
  .dn-full-dividers .horiz-contents {
    padding-top: 17px;
    padding-bottom: 17px; } }
@media (max-width: 767px) {
  .dn-full-dividers .dn-horiz-divider:last-of-type .horiz-contents {
    padding-bottom: 40px; } }

.dn-image-hero-repeats {
  overflow: hidden;
  position: relative; }
  .dn-image-hero-repeats.flex-container {
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .dn-image-hero-repeats .slick-prev,
  .dn-image-hero-repeats .slick-next {
    position: absolute;
    padding: 8px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    color: white;
    font-size: 35px;
    background-color: #2a69a9;
    opacity: 0.7;
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out; }
    .dn-image-hero-repeats .slick-prev:hover,
    .dn-image-hero-repeats .slick-next:hover {
      cursor: pointer;
      opacity: 1; }
    @media (max-width: 767px) {
      .dn-image-hero-repeats .slick-prev,
      .dn-image-hero-repeats .slick-next {
        font-size: 25px;
        padding: 4px; } }
  .dn-image-hero-repeats .slick-prev {
    left: 0; }
  .dn-image-hero-repeats .slick-next {
    right: 0; }
  .dn-image-hero-repeats .image-container {
    position: relative;
    display: inline-block;
    width: 25vw;
    height: 25vw; }
    .dn-image-hero-repeats .image-container.video-link .overlay:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-left: 60px solid #0c4d8e;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -30px; }
    .dn-image-hero-repeats .image-container .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .dn-image-hero-repeats .image-container .overlay i,
      .dn-image-hero-repeats .image-container .overlay div {
        transition: opacity 250ms ease-in-out;
        -webkit-transition: opacity 250ms ease-in-out;
        -moz-transition: opacity 250ms ease-in-out;
        -o-transition: opacity 250ms ease-in-out; }
      .dn-image-hero-repeats .image-container .overlay div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0c4d8e;
        opacity: 0; }
      .dn-image-hero-repeats .image-container .overlay i {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        opacity: 0; }
    .dn-image-hero-repeats .image-container:hover {
      cursor: pointer; }
      .dn-image-hero-repeats .image-container:hover .overlay div {
        opacity: 0.3; }
      .dn-image-hero-repeats .image-container:hover .overlay i {
        opacity: 1; }
    @media (max-width: 1199px) {
      .dn-image-hero-repeats .image-container {
        width: 33.333vw;
        height: 33.333vw; } }
    @media (max-width: 767px) {
      .dn-image-hero-repeats .image-container {
        width: 100vw;
        height: 66.6666vw; } }
  .dn-image-hero-repeats .slick-slide > div {
    margin-bottom: -6px; }

.dn-news-basic {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .dn-news-basic {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .dn-news-basic .intro-content {
    text-align: center;
    margin-bottom: 45px; }
    @media (max-width: 767px) {
      .dn-news-basic .intro-content {
        margin-bottom: 10px; } }
    .dn-news-basic .intro-content .row > *:first-child {
      margin-top: 0; }
    .dn-news-basic .intro-content .row > *:last-child {
      margin-bottom: 0; }
  .dn-news-basic .post-container {
    margin-bottom: -30px; }
    @media (min-width: 768px) {
      .dn-news-basic .post-container .row {
        display: flex;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .dn-news-basic .post-container {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
        .dn-news-basic .post-container .row {
          display: flex;
          /* &>div:not(:last-of-type) {
              padding-left: 0;
          } */ }
          .dn-news-basic .post-container .row > div {
            padding-left: 0; }
            .dn-news-basic .post-container .row > div:first-child {
              padding-left: 15px; } }
  .dn-news-basic .dn-basic-post-card {
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .dn-news-basic .dn-basic-post-card {
        height: 100%;
        display: flex;
        flex-direction: column; }
        .dn-news-basic .dn-basic-post-card .post-content {
          flex-grow: 1; } }
    @media (max-width: 767px) {
      .dn-news-basic .dn-basic-post-card {
        width: 220px;
        width: calc( (100vw - 30px) * 0.9); } }

.dn-cta {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #393939; }
  @media (max-width: 767px) {
    .dn-cta {
      padding-top: 50px;
      padding-bottom: 60px; } }
  @media (min-width: 768px) {
    .dn-cta .row {
      display: flex; } }
  @media (min-width: 768px) {
    .dn-cta .cta-content,
    .dn-cta .button-container {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 767px) {
    .dn-cta .cta-content {
      margin-bottom: 1rem; } }
  .dn-cta .cta-content > div > *:first-child {
    margin-top: 0; }
  .dn-cta .cta-content > div > *:last-child {
    margin-bottom: 0; }
  .dn-cta .cta-content * {
    color: white; }
  @media (min-width: 768px) {
    .dn-cta .button-container .dn-button {
      align-self: flex-end; } }

.dn-basic-slider {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .dn-basic-slider {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .dn-basic-slider .intro-content {
    text-align: center;
    margin-bottom: 45px; }
    .dn-basic-slider .intro-content .row > *:first-child {
      margin-top: 0; }
    .dn-basic-slider .intro-content .row > *:last-child {
      margin-bottom: 0; }
  .dn-basic-slider .slick-slider-container .slick-list {
    margin-bottom: 25px; }
  .dn-basic-slider .slick-slider-container .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    margin: 25px 0 0 0;
    padding: 0; }
    .dn-basic-slider .slick-slider-container .slick-dots li {
      margin: 0;
      display: block;
      width: 17px;
      height: 17px;
      border-radius: 9px;
      background-color: #a7a7a7;
      transition: background-color 250ms ease-in-out;
      -webkit-transition: background-color 250ms ease-in-out;
      -moz-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out; }
      .dn-basic-slider .slick-slider-container .slick-dots li.slick-active {
        background-color: #222; }
      .dn-basic-slider .slick-slider-container .slick-dots li:not(:first-of-type) {
        margin-left: 8px; }
      .dn-basic-slider .slick-slider-container .slick-dots li:not(:last-of-type) {
        margin-right: 8px; }
      .dn-basic-slider .slick-slider-container .slick-dots li:hover {
        cursor: pointer; }
      .dn-basic-slider .slick-slider-container .slick-dots li button {
        display: none; }
  .dn-basic-slider .slider-container {
    position: relative; }
  .dn-basic-slider .dn-testimonial {
    padding: 0 100px; }
    @media (max-width: 991px) {
      .dn-basic-slider .dn-testimonial {
        padding: 0 50px; } }
    @media (max-width: 767px) {
      .dn-basic-slider .dn-testimonial {
        padding: 0 15px; } }
  .dn-basic-slider .slider-overlay {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%; }
    @media (max-width: 991px) {
      .dn-basic-slider .slider-overlay {
        width: 50px; } }
    @media (max-width: 767px) {
      .dn-basic-slider .slider-overlay {
        width: 15px; } }
    .dn-basic-slider .slider-overlay.slider-overlay-left {
      left: 0;
      background: transparent;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, #f3f3f3, transparent);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, #f3f3f3, transparent);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, #f3f3f3, transparent);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, #f3f3f3, transparent);
      /* Standard syntax */ }
      @media (max-width: 767px) {
        .dn-basic-slider .slider-overlay.slider-overlay-left {
          left: 15px; } }
    .dn-basic-slider .slider-overlay.slider-overlay-right {
      right: 0;
      background: transparent;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(right, #f3f3f3, transparent);
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(left, #f3f3f3, transparent);
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(left, #f3f3f3, transparent);
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to left, #f3f3f3, transparent);
      /* Standard syntax */ }
      @media (max-width: 767px) {
        .dn-basic-slider .slider-overlay.slider-overlay-right {
          right: 15px; } }

.dn-mega-slider {
  background-color: black; }
  .dn-mega-slider .bg-image {
    opacity: 0.7; }
  .dn-mega-slider .mega-card-contents * {
    color: white; }
  .dn-mega-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 60px;
    list-style: none;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    margin: 25px 0 0 0;
    padding: 0; }
    @media (max-width: 767px) {
      .dn-mega-slider .slick-dots {
        right: auto;
        left: 50%;
        transform: translateX(-50%); } }
    .dn-mega-slider .slick-dots li {
      margin: 0;
      display: inline-block;
      width: 17px;
      height: 17px;
      border-radius: 9px;
      background-color: white;
      opacity: 0.5;
      transition: opacity 250ms ease-in-out;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -o-transition: opacity 250ms ease-in-out; }
      .dn-mega-slider .slick-dots li.slick-active {
        opacity: 1; }
      .dn-mega-slider .slick-dots li:not(:first-of-type) {
        margin-left: 8px; }
      .dn-mega-slider .slick-dots li:not(:last-of-type) {
        margin-right: 8px; }
      .dn-mega-slider .slick-dots li:hover {
        cursor: pointer; }
      .dn-mega-slider .slick-dots li button {
        display: none; }
  .dn-mega-slider .slick-prev,
  .dn-mega-slider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    color: white;
    font-size: 60px; }
    .dn-mega-slider .slick-prev:hover,
    .dn-mega-slider .slick-next:hover {
      cursor: pointer; }
    @media (max-width: 767px) {
      .dn-mega-slider .slick-prev,
      .dn-mega-slider .slick-next {
        display: none !important; } }
  .dn-mega-slider .slick-prev {
    left: 15px; }
  .dn-mega-slider .slick-next {
    right: 15px; }

.dn-gmap-container #gmap {
  height: 500px; }

.dn-related-posts h2 {
  text-align: center; }

.dn-icon-top-container {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .dn-icon-top-container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .dn-icon-top-container {
      padding-top: 30px;
      padding-bottom: 30px; } }

.dn-contact-box > div > *:first-child {
  margin-top: 0; }
.dn-contact-box > div > *:last-child {
  margin-bottom: 0; }
.dn-contact-box > div:not(:last-of-type) {
  margin-bottom: 30px; }
.dn-contact-box > div:not(:first-of-type) {
  margin-top: 30px; }
.dn-contact-box .social-deets {
  font-size: 18px; }
  .dn-contact-box .social-deets a:not(:last-of-type) {
    margin-right: 10px; }

.dn-content-timeline {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .dn-content-timeline {
      padding-top: 30px;
      padding-bottom: 40px; } }
  .dn-content-timeline .top-content {
    margin-bottom: 100px;
    text-align: center; }
    .dn-content-timeline .top-content > *:first-child {
      margin-top: 0; }
    .dn-content-timeline .top-content > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .dn-content-timeline .top-content {
        margin-bottom: 27px; } }
  .dn-content-timeline .timeline-inner {
    position: relative; }
    .dn-content-timeline .timeline-inner .timeline-end {
      flex-grow: 0;
      flex-shrink: 0;
      height: 80px;
      width: 100px;
      margin: 0 auto;
      position: relative; }
      .dn-content-timeline .timeline-inner .timeline-end div:first-of-type {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        width: 2px;
        background-color: #333; }
      .dn-content-timeline .timeline-inner .timeline-end div:last-of-type {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #333; }
      .dn-content-timeline .timeline-inner .timeline-end:first-of-type div:last-of-type {
        top: 0; }
      .dn-content-timeline .timeline-inner .timeline-end:last-of-type div:last-of-type {
        bottom: 0; }
      @media (max-width: 767px) {
        .dn-content-timeline .timeline-inner .timeline-end {
          margin: 0;
          height: 32px;
          width: 46px; }
          .dn-content-timeline .timeline-inner .timeline-end div:first-of-type {
            left: 0;
            transform: none; } }
    .dn-content-timeline .timeline-inner .timeline-row {
      content: " ";
      display: table;
      clear: both;
      display: flex; }
      @media (max-width: 767px) {
        .dn-content-timeline .timeline-inner .timeline-row {
          display: block;
          position: relative; } }
      .dn-content-timeline .timeline-inner .timeline-row .divider {
        flex-grow: 0;
        flex-shrink: 0;
        order: 2;
        width: 100px;
        margin: 0 30px;
        position: relative; }
        .dn-content-timeline .timeline-inner .timeline-row .divider div:first-of-type {
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
          height: 100%;
          width: 2px;
          background-color: #333; }
        .dn-content-timeline .timeline-inner .timeline-row .divider div:last-of-type {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translatYX(-50%);
          height: 2px;
          width: 100%;
          background-color: #333; }
        @media (max-width: 767px) {
          .dn-content-timeline .timeline-inner .timeline-row .divider {
            position: absolute;
            left: 0;
            height: 100%;
            width: 33px;
            margin: 0; }
            .dn-content-timeline .timeline-inner .timeline-row .divider div:first-of-type {
              left: 0;
              transform: none; }
            .dn-content-timeline .timeline-inner .timeline-row .divider div:last-of-type {
              top: 17px; } }
      .dn-content-timeline .timeline-inner .timeline-row .content,
      .dn-content-timeline .timeline-inner .timeline-row .image {
        flex: 1; }
        @media (max-width: 767px) {
          .dn-content-timeline .timeline-inner .timeline-row .content,
          .dn-content-timeline .timeline-inner .timeline-row .image {
            margin-left: 47px; } }
      .dn-content-timeline .timeline-inner .timeline-row .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        order: 3; }
        .dn-content-timeline .timeline-inner .timeline-row .content > *:first-child {
          margin-top: 0; }
        .dn-content-timeline .timeline-inner .timeline-row .content > *:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          .dn-content-timeline .timeline-inner .timeline-row .content {
            margin-bottom: 15px;
            display: block; }
            .dn-content-timeline .timeline-inner .timeline-row .content h2 {
              margin-bottom: 3px; }
            .dn-content-timeline .timeline-inner .timeline-row .content h5 {
              margin-top: 3px;
              margin-bottom: 5px; }
            .dn-content-timeline .timeline-inner .timeline-row .content p:first-of-type {
              margin-top: 0; } }
      @media (max-width: 767px) {
        .dn-content-timeline .timeline-inner .timeline-row:not(:last-of-type) {
          padding-bottom: 50px; } }
      @media (min-width: 768px) {
        .dn-content-timeline .timeline-inner .timeline-row:not(:last-of-type) .content,
        .dn-content-timeline .timeline-inner .timeline-row:not(:last-of-type) .image {
          margin-bottom: 80px; } }
      .dn-content-timeline .timeline-inner .timeline-row .image {
        position: relative;
        order: 1; }
        @media (max-width: 767px) {
          .dn-content-timeline .timeline-inner .timeline-row .image {
            height: 200px; } }
      .dn-content-timeline .timeline-inner .timeline-row.reverse .content {
        order: 1; }
      .dn-content-timeline .timeline-inner .timeline-row.reverse .image {
        order: 3; }
    @media (max-width: 767px) {
      .dn-content-timeline .timeline-inner {
        max-width: 500px;
        margin: 0 auto; }
        .dn-content-timeline .timeline-inner > div:nth-last-of-type(2) {
          padding-bottom: 0 !important; }
        .dn-content-timeline .timeline-inner > div:last-of-type {
          height: 46px; } }

.dn-table {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .dn-table {
      padding-top: 40px;
      padding-bottom: 40px; } }

.dn-basic-form {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .dn-basic-form {
      padding-top: 30px;
      padding-bottom: 30px; } }

.dn-team-cards {
  padding-top: 100px;
  padding-bottom: 100px; }
  .dn-team-cards .intro-content {
    text-align: center;
    margin-bottom: 45px; }
  .dn-team-cards .cards-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
  .dn-team-cards .single-team .image-container {
    height: 275px; }
  .dn-team-cards .single-team ul {
    margin: 0;
    padding: 0; }
    .dn-team-cards .single-team ul li {
      display: inline-block;
      margin: 0 10px; }
      .dn-team-cards .single-team ul li:first-child {
        margin: 0; }
      .dn-team-cards .single-team ul li a {
        border: none !important; }

.dn-grav-form {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .dn-grav-form {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .dn-grav-form .col-xs-12 .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0; }
  .dn-grav-form .gform_wrapper .gform_footer {
    padding-bottom: 0; }

body.product-template-default.single-product.woocommerce div.product div.images, body.product-template-default.single-product.woocommerce div.product div.summary {
  float: none;
  width: auto; }
body.product-template-default.single-product #content-container {
  padding-top: 180px; }
  @media (max-width: 767px) {
    body.product-template-default.single-product #content-container {
      padding-top: 75px; } }
@media (min-width: 991px) {
  body.product-template-default.single-product .dn-image-slider {
    padding-left: 0; }
  body.product-template-default.single-product .dn-product-info {
    padding-right: 0; } }
body.product-template-default.single-product .entry-summary {
  margin-top: 0; }
  @media (min-width: 991px) {
    body.product-template-default.single-product .entry-summary {
      padding-left: 32px; } }
body.product-template-default.single-product h1 {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 0.8;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    body.product-template-default.single-product h1 {
      font-size: 1.6527777778rem; } }
body.product-template-default.single-product div.product p.price {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 0.8; }
  body.product-template-default.single-product div.product p.price del,
  body.product-template-default.single-product div.product p.price ins {
    font-size: 1.15rem;
    font-weight: 300;
    color: #444; }
    @media (max-width: 767px) {
      body.product-template-default.single-product div.product p.price del,
      body.product-template-default.single-product div.product p.price ins {
        font-size: 1.0861111111rem; } }
  body.product-template-default.single-product div.product p.price del {
    opacity: 1; }
body.product-template-default.single-product div.product .woocommerce-product-rating {
  margin-bottom: 29px; }
  body.product-template-default.single-product div.product .woocommerce-product-rating .star-rating {
    color: #444;
    font-size: 0.7rem; }
    body.product-template-default.single-product div.product .woocommerce-product-rating .star-rating::before {
      color: #444; }
body.product-template-default.single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 34px; }
  body.product-template-default.single-product div.product .woocommerce-product-details__short-description p {
    margin: 0; }
body.product-template-default.single-product div.product form.cart {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea; }
  body.product-template-default.single-product div.product form.cart table.variations {
    margin-bottom: 30px; }
    body.product-template-default.single-product div.product form.cart table.variations tbody tr:not(:last-of-type) .select-wrapper {
      margin-bottom: 20px; }
    body.product-template-default.single-product div.product form.cart table.variations tbody tr td {
      padding: 0 !important;
      background: none; }
      @media (min-width: 768px) {
        body.product-template-default.single-product div.product form.cart table.variations tbody tr td.label {
          padding-top: 14px; } }
      body.product-template-default.single-product div.product form.cart table.variations tbody tr td .select-wrapper {
        position: relative;
        width: 100%;
        height: 60px; }
        body.product-template-default.single-product div.product form.cart table.variations tbody tr td .select-wrapper select {
          width: 100% !important;
          height: 100%;
          border: 1px solid #7f7f7f;
          background: #fff;
          background-size: 20px;
          padding-left: 21px !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
          body.product-template-default.single-product div.product form.cart table.variations tbody tr td .select-wrapper select:focus {
            outline: none; }
        body.product-template-default.single-product div.product form.cart table.variations tbody tr td .select-wrapper::before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e903";
          background-color: #7f7f7f;
          width: 60px;
          pointer-events: none;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          font-size: 19px;
          padding-top: 20px;
          padding-left: 21px; }
  body.product-template-default.single-product div.product form.cart .woocommerce-variation-availability p {
    color: #444; }
  body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart .quantity {
        display: inline-block;
        margin-left: 12px; } }
    body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart .quantity input {
      padding: 0 !important;
      height: 54px; }
    body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'] {
      text-decoration: none !important;
      border: 1px solid #0c4d8e;
      border-radius: 0px;
      background-color: #0c4d8e;
      color: white;
      padding: 10px 25px;
      display: inline-block;
      line-height: 1.5;
      text-align: center;
      font-weight: 200;
      font-size: 1rem;
      outline: 0;
      transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      border-radius: 30px;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: 0.05rem;
      padding: 13px 43px;
      height: 54px;
      text-transform: uppercase;
      font-weight: 300; }
      body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit']:hover {
        border-color: #2a69a9;
        background-color: #2a69a9;
        color: white; }
      @media (max-width: 575px) {
        body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'] {
          width: 100%;
          display: block;
          max-width: none; } }
      @media (max-width: 991px) {
        body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'] {
          padding: 10px 45px; } }
      @media (max-width: 575px) {
        body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'] {
          width: 100%;
          display: block;
          max-width: none; } }
      body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].feature-button {
        padding: 13px 43px; }
        @media (max-width: 991px) {
          body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].feature-button {
            padding: 10px 45px; } }
        @media (max-width: 575px) {
          body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].feature-button {
            width: 100%;
            display: block;
            max-width: none; } }
      body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].mega-button {
        width: auto;
        padding: 17px 77px;
        font-size: 1.63rem;
        border-radius: 50px; }
        @media (max-width: 575px) {
          body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].mega-button {
            width: 100%;
            display: block;
            max-width: none; } }
      body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].color-secondary {
        border-color: white;
        background-color: white;
        color: #0c4d8e; }
        body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].color-secondary:hover {
          border-color: #0c4d8e;
          background-color: #0c4d8e;
          color: white; }
      body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].color-outline {
        border-color: black;
        background-color: transparent;
        color: black; }
        body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].color-outline:hover {
          border-color: black;
          background-color: black;
          color: white; }
      body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].color-dark {
        border-color: black;
        background-color: black;
        color: white; }
        body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'].color-dark:hover {
          border-color: black;
          background-color: transparent;
          color: black; }
      @media (max-width: 767px) {
        body.product-template-default.single-product div.product form.cart .woocommerce-variation-add-to-cart button[type='submit'] {
          margin-top: 20px; } }
body.product-template-default.single-product div.product .product_meta {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea; }
  body.product-template-default.single-product div.product .product_meta span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1; }
    body.product-template-default.single-product div.product .product_meta span:not(:last-of-type) {
      margin-bottom: 29px; }
    body.product-template-default.single-product div.product .product_meta span a {
      font-weight: 300;
      text-transform: none; }
    body.product-template-default.single-product div.product .product_meta span.social a {
      margin-left: 11px;
      font-size: 17px; }
body.product-template-default.single-product div.product .dn-tabs-container {
  background-color: #f1f1f1;
  padding: 80px 0; }
  body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs {
    display: flex; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div {
      flex-grow: 1;
      text-align: center;
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 0;
      transition: background-color 250ms ease-in-out;
      -webkit-transition: background-color 250ms ease-in-out;
      -moz-transition: background-color 250ms ease-in-out;
      -o-transition: background-color 250ms ease-in-out;
      border-bottom-color: #2a69a9 !important;
      background-color: #2a69a9; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div::before {
        display: none; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div::after {
        display: none; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div:not(:first-of-type) {
        border-left: 1px solid white; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div:hover {
        background-color: #0c4d8e; }
        body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div:hover a {
          color: white; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div.active {
        background-color: #0c4d8e;
        border-bottom-color: #0c4d8e;
        color: white; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-wc-tabs > div a {
        display: block;
        padding: 15px 0;
        width: 100%;
        height: 100%;
        font-weight: 300;
        color: white;
        text-transform: uppercase; }
  body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel {
    padding: 50px;
    margin: 0;
    background-color: white;
    display: none; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.active-desktop {
      display: block; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.active {
      display: block;
      padding: 15px 0;
      width: 100%;
      height: 100%;
      font-weight: 300;
      color: white;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.active {
          padding: 0; }
          body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.active a {
            display: block;
            text-align: center;
            padding: 15px 0;
            background-color: #2a69a9;
            color: white;
            transition: background-color 250ms ease-in-out;
            -webkit-transition: background-color 250ms ease-in-out;
            -moz-transition: background-color 250ms ease-in-out;
            -o-transition: background-color 250ms ease-in-out; }
            body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.active a.active-resp {
              background-color: #0c4d8e; } }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews ol.commentlist {
      padding: 0; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews ol.commentlist li .comment-text {
        margin-left: 0 !important; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews .stars a {
      border: none; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit {
      text-decoration: none !important;
      border: 1px solid #0c4d8e;
      border-radius: 0px;
      background-color: #0c4d8e;
      color: white;
      padding: 10px 25px;
      display: inline-block;
      line-height: 1.5;
      text-align: center;
      font-weight: 200;
      font-size: 1rem;
      outline: 0;
      transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      border-radius: 30px;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: 0.05rem; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit:hover {
        border-color: #2a69a9;
        background-color: #2a69a9;
        color: white; }
      @media (max-width: 575px) {
        body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit {
          width: 100%;
          display: block;
          max-width: none; } }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.feature-button {
        padding: 13px 43px; }
        @media (max-width: 991px) {
          body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.feature-button {
            padding: 10px 45px; } }
        @media (max-width: 575px) {
          body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.feature-button {
            width: 100%;
            display: block;
            max-width: none; } }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.mega-button {
        width: auto;
        padding: 17px 77px;
        font-size: 1.63rem;
        border-radius: 50px; }
        @media (max-width: 575px) {
          body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.mega-button {
            width: 100%;
            display: block;
            max-width: none; } }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.color-secondary {
        border-color: white;
        background-color: white;
        color: #0c4d8e; }
        body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.color-secondary:hover {
          border-color: #0c4d8e;
          background-color: #0c4d8e;
          color: white; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.color-outline {
        border-color: black;
        background-color: transparent;
        color: black; }
        body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.color-outline:hover {
          border-color: black;
          background-color: black;
          color: white; }
      body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.color-dark {
        border-color: black;
        background-color: black;
        color: white; }
        body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--reviews .woocommerce-Reviews #respond .form-submit input#submit.color-dark:hover {
          border-color: black;
          background-color: transparent;
          color: black; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--additional_information .shop_attributes tbody th {
      color: black;
      font-weight: 300; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--additional_information .shop_attributes tbody td {
      padding-left: 10px; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--additional_information .shop_attributes tbody tr:nth-of-type(even) td,
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--additional_information .shop_attributes tbody tr:nth-of-type(even) th {
      background-color: #ddd; }
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--additional_information .shop_attributes tbody tr:nth-of-type(odd) td,
    body.product-template-default.single-product div.product .dn-tabs-container .dn-tabs-panel.dn-tabs-panel--additional_information .shop_attributes tbody tr:nth-of-type(odd) th {
      background-color: #ccc; }
body.product-template-default.single-product section.related {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    body.product-template-default.single-product section.related {
      padding-top: 40px; } }
  body.product-template-default.single-product section.related ul.prodcts {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      body.product-template-default.single-product section.related ul.prodcts {
        overflow-y: scroll; } }
    @media (max-width: 767px) {
      body.product-template-default.single-product section.related ul.prodcts li {
        width: 210px; } }
  body.product-template-default.single-product section.related h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px; }
    @media (max-width: 767px) {
      body.product-template-default.single-product section.related h2 {
        margin-top: 0; } }

.dn-product-carousel {
  display: flex; }
  .dn-product-carousel .selector {
    flex: 120px 0 0;
    margin-right: 10px; }
    .dn-product-carousel .selector .image-container {
      height: 120px;
      width: 120px;
      position: relative;
      margin-bottom: 10px; }
      .dn-product-carousel .selector .image-container:hover {
        cursor: pointer; }
    .dn-product-carousel .selector .bg-color {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #333;
      opacity: 0;
      transition: opacity 250ms ease-in-out;
      -webkit-transition: opacity 250ms ease-in-out;
      -moz-transition: opacity 250ms ease-in-out;
      -o-transition: opacity 250ms ease-in-out; }
      .dn-product-carousel .selector .bg-color:hover {
        opacity: 0.6; }
      .dn-product-carousel .selector .bg-color i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: white; }
  .dn-product-carousel .main-image {
    margin-bottom: 20px;
    position: relative;
    width: 300px;
    flex-grow: 1; }
    .dn-product-carousel .main-image .image-container {
      height: 500px;
      position: relative; }
      @media (max-width: 991px) {
        .dn-product-carousel .main-image .image-container {
          height: 300px; } }
      .dn-product-carousel .main-image .image-container:hover {
        cursor: pointer; }
    .dn-product-carousel .main-image .slick-prev,
    .dn-product-carousel .main-image .slick-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      color: black;
      font-size: 57px; }
      .dn-product-carousel .main-image .slick-prev:hover,
      .dn-product-carousel .main-image .slick-next:hover {
        cursor: pointer; }
    .dn-product-carousel .main-image .slick-prev {
      left: 0; }
    .dn-product-carousel .main-image .slick-next {
      right: 0; }

.dn-product-carousel-mini .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .dn-product-carousel-mini .slick-dots li {
    display: inline-block; }
    .dn-product-carousel-mini .slick-dots li:not(:last-of-type) {
      margin-right: 14px; }
    .dn-product-carousel-mini .slick-dots li button {
      color: transparent;
      height: 15px;
      width: 15px;
      border-radius: 15px;
      padding: 0;
      background-color: #222;
      border-color: #222;
      opacity: 0.6; }
    .dn-product-carousel-mini .slick-dots li.slick-active button {
      opacity: 1; }

body.woocommerce.post-type-archive div.products {
  display: block; }
body.woocommerce .related-products div.products div.product {
  width: 100%; }
@media (min-width: 767px) {
  body.woocommerce div.products {
    display: flex;
    width: 100%; }
    body.woocommerce div.products > div {
      flex-grow: 1; } }
@media (max-width: 767px) {
  body.woocommerce div.products > div:not(:last-of-type) {
    margin-bottom: 15px; } }
body.woocommerce div.products div.product {
  clear: none;
  margin-bottom: 0; }
  body.woocommerce div.products div.product a {
    text-decoration: none; }
  @media (min-width: 767px) {
    body.woocommerce div.products div.product .special-link {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; } }
  body.woocommerce div.products div.product .special-link > a:first-of-type {
    border: none; }
  body.woocommerce div.products div.product .image-container {
    height: 250px;
    margin-bottom: 31px; }
  body.woocommerce div.products div.product h2 {
    color: black;
    text-align: left;
    padding: 0 !important;
    line-height: 1;
    margin-bottom: 8px !important;
    font-size: 1em;
    transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out; }
  body.woocommerce div.products div.product .cats {
    color: black;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    overflow: visible;
    white-space: nowrap;
    transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out; }
    body.woocommerce div.products div.product .cats li {
      display: inline-block;
      margin: 0; }
  body.woocommerce div.products div.product .price {
    color: black;
    font-weight: 300; }
    body.woocommerce div.products div.product .price del,
    body.woocommerce div.products div.product .price ins {
      display: inline-block;
      font-weight: 300; }
    body.woocommerce div.products div.product .price del {
      opacity: 1; }
  body.woocommerce div.products div.product .star-rating {
    color: black;
    margin-top: 19px; }
    body.woocommerce div.products div.product .star-rating::before {
      color: black; }
  body.woocommerce div.products div.product .add_to_cart_button {
    text-decoration: none !important;
    border: 1px solid #0c4d8e;
    border-radius: 0px;
    background-color: #0c4d8e;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    font-weight: 200;
    font-size: 1rem;
    outline: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.05rem;
    padding: 13px 43px;
    max-width: none; }
    body.woocommerce div.products div.product .add_to_cart_button:hover {
      border-color: #2a69a9;
      background-color: #2a69a9;
      color: white; }
    @media (max-width: 575px) {
      body.woocommerce div.products div.product .add_to_cart_button {
        width: 100%;
        display: block;
        max-width: none; } }
    @media (max-width: 991px) {
      body.woocommerce div.products div.product .add_to_cart_button {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      body.woocommerce div.products div.product .add_to_cart_button {
        width: 100%;
        display: block;
        max-width: none; } }
    body.woocommerce div.products div.product .add_to_cart_button.feature-button {
      padding: 13px 43px; }
      @media (max-width: 991px) {
        body.woocommerce div.products div.product .add_to_cart_button.feature-button {
          padding: 10px 45px; } }
      @media (max-width: 575px) {
        body.woocommerce div.products div.product .add_to_cart_button.feature-button {
          width: 100%;
          display: block;
          max-width: none; } }
    body.woocommerce div.products div.product .add_to_cart_button.mega-button {
      width: auto;
      padding: 17px 77px;
      font-size: 1.63rem;
      border-radius: 50px; }
      @media (max-width: 575px) {
        body.woocommerce div.products div.product .add_to_cart_button.mega-button {
          width: 100%;
          display: block;
          max-width: none; } }
    body.woocommerce div.products div.product .add_to_cart_button.color-secondary {
      border-color: white;
      background-color: white;
      color: #0c4d8e; }
      body.woocommerce div.products div.product .add_to_cart_button.color-secondary:hover {
        border-color: #0c4d8e;
        background-color: #0c4d8e;
        color: white; }
    body.woocommerce div.products div.product .add_to_cart_button.color-outline {
      border-color: black;
      background-color: transparent;
      color: black; }
      body.woocommerce div.products div.product .add_to_cart_button.color-outline:hover {
        border-color: black;
        background-color: black;
        color: white; }
    body.woocommerce div.products div.product .add_to_cart_button.color-dark {
      border-color: black;
      background-color: black;
      color: white; }
      body.woocommerce div.products div.product .add_to_cart_button.color-dark:hover {
        border-color: black;
        background-color: transparent;
        color: black; }
  body.woocommerce div.products div.product .woocommerce-LoopProduct-link {
    display: block; }
    body.woocommerce div.products div.product .woocommerce-LoopProduct-link:hover h2, body.woocommerce div.products div.product .woocommerce-LoopProduct-link:hover .cats {
      color: #0c4d8e; }
body.woocommerce .added_to_cart.wc-forward {
  display: none; }

#dn-cart-pop-button {
  position: relative; }
  #dn-cart-pop-button:not([data-itemcount="0"]):after {
    content: attr(data-itemcount);
    height: 30px;
    width: 30px;
    padding-top: 10px;
    border-radius: 30px;
    background-color: #0c4d8e;
    position: absolute;
    top: -9px;
    right: -17px;
    font-size: 12px;
    font-family: "Muli", sans-serif;
    color: white !important;
    text-align: center; }
    @media (max-width: 767px) {
      #dn-cart-pop-button:not([data-itemcount="0"]):after {
        height: 22px;
        width: 22px;
        border-radius: 22px;
        padding-top: 6px;
        top: -9px;
        right: -12px;
        font-size: 10px; } }

body.post-type-archive-product #content-container {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (max-width: 991px) {
    body.post-type-archive-product #content-container {
      padding-top: 130px;
      padding-bottom: 130px; } }
  @media (max-width: 767px) {
    body.post-type-archive-product #content-container {
      padding-top: 55px;
      padding-bottom: 55px; } }
body.post-type-archive-product .woocommerce-products-header h1 {
  margin-top: 0; }
body.post-type-archive-product .dn-woo-content > .container {
  width: 100%; }

.product-loop-container .row {
  margin-left: -10px;
  margin-right: -10px; }
  .product-loop-container .row div.product {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px; }
    .product-loop-container .row div.product .woocommerce-LoopProduct-link {
      border: none; }
      @media (min-width: 768px) {
        .product-loop-container .row div.product .woocommerce-LoopProduct-link {
          min-height: 400px; } }
    .product-loop-container .row div.product a.button {
      text-decoration: none !important;
      border: 1px solid #0c4d8e;
      border-radius: 0px;
      background-color: #0c4d8e;
      color: white;
      padding: 10px 25px;
      display: inline-block;
      line-height: 1.5;
      text-align: center;
      font-weight: 200;
      font-size: 1rem;
      outline: 0;
      transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      border-radius: 30px;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: 0.05rem; }
      .product-loop-container .row div.product a.button:hover {
        border-color: #2a69a9;
        background-color: #2a69a9;
        color: white; }
      @media (max-width: 575px) {
        .product-loop-container .row div.product a.button {
          width: 100%;
          display: block;
          max-width: none; } }
      .product-loop-container .row div.product a.button.feature-button {
        padding: 13px 43px; }
        @media (max-width: 991px) {
          .product-loop-container .row div.product a.button.feature-button {
            padding: 10px 45px; } }
        @media (max-width: 575px) {
          .product-loop-container .row div.product a.button.feature-button {
            width: 100%;
            display: block;
            max-width: none; } }
      .product-loop-container .row div.product a.button.mega-button {
        width: auto;
        padding: 17px 77px;
        font-size: 1.63rem;
        border-radius: 50px; }
        @media (max-width: 575px) {
          .product-loop-container .row div.product a.button.mega-button {
            width: 100%;
            display: block;
            max-width: none; } }
      .product-loop-container .row div.product a.button.color-secondary {
        border-color: white;
        background-color: white;
        color: #0c4d8e; }
        .product-loop-container .row div.product a.button.color-secondary:hover {
          border-color: #0c4d8e;
          background-color: #0c4d8e;
          color: white; }
      .product-loop-container .row div.product a.button.color-outline {
        border-color: black;
        background-color: transparent;
        color: black; }
        .product-loop-container .row div.product a.button.color-outline:hover {
          border-color: black;
          background-color: black;
          color: white; }
      .product-loop-container .row div.product a.button.color-dark {
        border-color: black;
        background-color: black;
        color: white; }
        .product-loop-container .row div.product a.button.color-dark:hover {
          border-color: black;
          background-color: transparent;
          color: black; }

.dn-woo-category-filter {
  list-style: none;
  padding: 0;
  margin: 0; }
  .dn-woo-category-filter > li {
    border-top: 1px solid #ededed;
    padding: 20px 0; }
    .dn-woo-category-filter > li:first-child {
      border: none; }
  .dn-woo-category-filter ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .dn-woo-category-filter ul li.item {
      display: block;
      font-size: .85rem; }
      .dn-woo-category-filter ul li.item a {
        text-decoration: none;
        padding: 5px 10px;
        display: inline-block;
        border: none !important;
        outline: none; }
        .dn-woo-category-filter ul li.item a.active {
          background: #ededed; }

.price-slider-outer {
  padding-left: 10px;
  padding-right: 10px;
  background: #ededed; }
  .price-slider-outer #woo-filter-price {
    position: relative;
    width: 100%;
    height: 10px;
    display: block; }
    .price-slider-outer #woo-filter-price .ui-slider-handle {
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      background: #0c4d8e;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      top: -5px;
      outline: none;
      cursor: pointer;
      margin-left: -10px; }
      .price-slider-outer #woo-filter-price .ui-slider-handle .slide-price {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-weight: bold; }
    .price-slider-outer #woo-filter-price .ui-slider-range {
      position: absolute;
      height: 100%;
      display: block;
      background: #0c4d8e; }

.dn-woo-sidebar {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .dn-woo-sidebar {
      margin-bottom: 0; } }
  .dn-woo-sidebar h3 {
    margin-top: 0; }

.woo-price-slider {
  padding-bottom: 50px; }

.woo-popular-product ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .woo-popular-product ul li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed; }
    .woo-popular-product ul li > div {
      display: table-cell; }
      .woo-popular-product ul li > div.image {
        width: 100px;
        height: 80px;
        margin-right: 15px;
        background-repeat: no-repeat;
        background-size: cover; }
      .woo-popular-product ul li > div.name {
        padding-left: 15px; }
        .woo-popular-product ul li > div.name h4 {
          margin-top: 0; }

body.woocommerce-page table.shop_table thead td, body.woocommerce-page table.shop_table thead th, body.woocommerce-page table.shop_table tbody td, body.woocommerce-page table.shop_table tbody th, body.woocommerce-page table.shop_table tfoot td, body.woocommerce-page table.shop_table tfoot th {
  padding: 30px 50px;
  font-weight: 300;
  border: none; }
  @media (max-width: 767px) {
    body.woocommerce-page table.shop_table thead td, body.woocommerce-page table.shop_table thead th, body.woocommerce-page table.shop_table tbody td, body.woocommerce-page table.shop_table tbody th, body.woocommerce-page table.shop_table tfoot td, body.woocommerce-page table.shop_table tfoot th {
      padding: 13px 15px; } }
body.woocommerce-page .woocommerce-Message.woocommerce-info,
body.woocommerce-page .woocommerce-info {
  border-top-color: #0c4d8e;
  padding: 16px 32px;
  background-color: #ddd;
  margin-bottom: 15px; }
  @media (max-width: 575px) {
    body.woocommerce-page .woocommerce-Message.woocommerce-info .button,
    body.woocommerce-page .woocommerce-info .button {
      margin-bottom: 10px; } }
  body.woocommerce-page .woocommerce-Message.woocommerce-info::before,
  body.woocommerce-page .woocommerce-info::before {
    display: none; }
body.woocommerce-page .woocommerce-error {
  border-top-color: #aa2f4e;
  padding: 1em 2em; }
  body.woocommerce-page .woocommerce-error::before {
    display: none; }
body.woocommerce-page .woocommerce-message {
  border-top-color: #0c4d8e;
  padding: 16px 32px; }
  body.woocommerce-page .woocommerce-message::before {
    display: none; }
body.woocommerce-page a.button {
  text-decoration: none !important;
  border: 1px solid #0c4d8e;
  border-radius: 0px;
  background-color: #0c4d8e;
  color: white;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-weight: 200;
  font-size: 1rem;
  outline: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.05rem; }
  body.woocommerce-page a.button:hover {
    border-color: #2a69a9;
    background-color: #2a69a9;
    color: white; }
  @media (max-width: 575px) {
    body.woocommerce-page a.button {
      width: 100%;
      display: block;
      max-width: none; } }
  body.woocommerce-page a.button.feature-button {
    padding: 13px 43px; }
    @media (max-width: 991px) {
      body.woocommerce-page a.button.feature-button {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      body.woocommerce-page a.button.feature-button {
        width: 100%;
        display: block;
        max-width: none; } }
  body.woocommerce-page a.button.mega-button {
    width: auto;
    padding: 17px 77px;
    font-size: 1.63rem;
    border-radius: 50px; }
    @media (max-width: 575px) {
      body.woocommerce-page a.button.mega-button {
        width: 100%;
        display: block;
        max-width: none; } }
  body.woocommerce-page a.button.color-secondary {
    border-color: white;
    background-color: white;
    color: #0c4d8e; }
    body.woocommerce-page a.button.color-secondary:hover {
      border-color: #0c4d8e;
      background-color: #0c4d8e;
      color: white; }
  body.woocommerce-page a.button.color-outline {
    border-color: black;
    background-color: transparent;
    color: black; }
    body.woocommerce-page a.button.color-outline:hover {
      border-color: black;
      background-color: black;
      color: white; }
  body.woocommerce-page a.button.color-dark {
    border-color: black;
    background-color: black;
    color: white; }
    body.woocommerce-page a.button.color-dark:hover {
      border-color: black;
      background-color: transparent;
      color: black; }
body.woocommerce-page input[type='submit'] {
  text-decoration: none !important;
  border: 1px solid #0c4d8e;
  border-radius: 0px;
  background-color: #0c4d8e;
  color: white;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-weight: 200;
  font-size: 1rem;
  outline: 0;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.05rem; }
  body.woocommerce-page input[type='submit']:hover {
    border-color: #2a69a9;
    background-color: #2a69a9;
    color: white; }
  @media (max-width: 575px) {
    body.woocommerce-page input[type='submit'] {
      width: 100%;
      display: block;
      max-width: none; } }
  body.woocommerce-page input[type='submit'].feature-button {
    padding: 13px 43px; }
    @media (max-width: 991px) {
      body.woocommerce-page input[type='submit'].feature-button {
        padding: 10px 45px; } }
    @media (max-width: 575px) {
      body.woocommerce-page input[type='submit'].feature-button {
        width: 100%;
        display: block;
        max-width: none; } }
  body.woocommerce-page input[type='submit'].mega-button {
    width: auto;
    padding: 17px 77px;
    font-size: 1.63rem;
    border-radius: 50px; }
    @media (max-width: 575px) {
      body.woocommerce-page input[type='submit'].mega-button {
        width: 100%;
        display: block;
        max-width: none; } }
  body.woocommerce-page input[type='submit'].color-secondary {
    border-color: white;
    background-color: white;
    color: #0c4d8e; }
    body.woocommerce-page input[type='submit'].color-secondary:hover {
      border-color: #0c4d8e;
      background-color: #0c4d8e;
      color: white; }
  body.woocommerce-page input[type='submit'].color-outline {
    border-color: black;
    background-color: transparent;
    color: black; }
    body.woocommerce-page input[type='submit'].color-outline:hover {
      border-color: black;
      background-color: black;
      color: white; }
  body.woocommerce-page input[type='submit'].color-dark {
    border-color: black;
    background-color: black;
    color: white; }
    body.woocommerce-page input[type='submit'].color-dark:hover {
      border-color: black;
      background-color: transparent;
      color: black; }
body.woocommerce-page .select2-container .select2-selection--single {
  height: 60px;
  border-radius: 0;
  display: flex;
  align-items: center;
  border-color: #7f7f7f;
  flex-grow: 1;
  padding-left: 21px; }
  body.woocommerce-page .select2-container .select2-selection--single > span {
    color: black;
    padding: 0; }
body.woocommerce-page .select2-container .select2-selection__arrow {
  height: 100%; }
  body.woocommerce-page .select2-container .select2-selection__arrow::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    background-color: #7f7f7f;
    width: 60px;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    height: calc( 100% - 1px );
    font-size: 19px;
    padding-top: 20px;
    padding-left: 21px; }
  body.woocommerce-page .select2-container .select2-selection__arrow b {
    display: none; }
body.woocommerce-page fieldset {
  border-color: #7f7f7f; }
body.woocommerce-page .woocommerce-customer-details address {
  border: none;
  padding: 0; }
body.woocommerce-page mark {
  background: none; }
body.woocommerce-page .woocommerce-order-details tfoot tr th, body.woocommerce-page .woocommerce-order-details tfoot tr td, body.woocommerce-page .woocommerce-order-details tbody tr th, body.woocommerce-page .woocommerce-order-details tbody tr td {
  color: black;
  padding: 10px 20px; }
  @media (max-width: 767px) {
    body.woocommerce-page .woocommerce-order-details tfoot tr th, body.woocommerce-page .woocommerce-order-details tfoot tr td, body.woocommerce-page .woocommerce-order-details tbody tr th, body.woocommerce-page .woocommerce-order-details tbody tr td {
      padding: 10px; } }
body.woocommerce-page .woocommerce-order-details tfoot tr:first-of-type th, body.woocommerce-page .woocommerce-order-details tfoot tr:first-of-type td, body.woocommerce-page .woocommerce-order-details tbody tr:first-of-type th, body.woocommerce-page .woocommerce-order-details tbody tr:first-of-type td {
  padding-top: 30px; }
  @media (max-width: 767px) {
    body.woocommerce-page .woocommerce-order-details tfoot tr:first-of-type th, body.woocommerce-page .woocommerce-order-details tfoot tr:first-of-type td, body.woocommerce-page .woocommerce-order-details tbody tr:first-of-type th, body.woocommerce-page .woocommerce-order-details tbody tr:first-of-type td {
      padding-top: 15px; } }
body.woocommerce-page .woocommerce-order-details tfoot tr:last-of-type th, body.woocommerce-page .woocommerce-order-details tfoot tr:last-of-type td, body.woocommerce-page .woocommerce-order-details tbody tr:last-of-type th, body.woocommerce-page .woocommerce-order-details tbody tr:last-of-type td {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    body.woocommerce-page .woocommerce-order-details tfoot tr:last-of-type th, body.woocommerce-page .woocommerce-order-details tfoot tr:last-of-type td, body.woocommerce-page .woocommerce-order-details tbody tr:last-of-type th, body.woocommerce-page .woocommerce-order-details tbody tr:last-of-type td {
      padding-bottom: 15px; } }
body.woocommerce-page .woocommerce-order-details tbody tr th, body.woocommerce-page .woocommerce-order-details tbody tr td {
  background-color: #eee; }
body.woocommerce-page .woocommerce-order-details tfoot tr th, body.woocommerce-page .woocommerce-order-details tfoot tr td {
  background-color: #ddd; }
body.woocommerce-page form p.form-row {
  padding: 0;
  margin-bottom: 10px; }
  body.woocommerce-page form p.form-row.form-row-first, body.woocommerce-page form p.form-row.form-row-last {
    width: calc( 50% - 5px ); }
    @media (max-width: 991px) {
      body.woocommerce-page form p.form-row.form-row-first, body.woocommerce-page form p.form-row.form-row-last {
        width: 100%;
        float: none; } }
  body.woocommerce-page form p.form-row label {
    display: none; }

body.page-template-default.woocommerce-account {
  background-color: #ddd; }
  body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation, body.page-template-default.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto; }
  body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex; } }
    body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li {
      margin: 0;
      flex-grow: 1;
      text-align: center; }
      @media (min-width: 768px) {
        body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
          margin-right: 1px; } }
      @media (max-width: 767px) {
        body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
          margin-bottom: 1px; } }
      body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        background-color: #0c4d8e;
        display: block;
        padding: 15px;
        width: 100%;
        height: 100%;
        color: white;
        transition: background-color 250ms ease-in-out;
        -webkit-transition: background-color 250ms ease-in-out;
        -moz-transition: background-color 250ms ease-in-out;
        -o-transition: background-color 250ms ease-in-out; }
        body.page-template-default.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          color: white;
          background-color: #2a69a9; }
  body.page-template-default.woocommerce-account .woocommerce-MyAccount-content {
    padding: 25px;
    background-color: white; }
    body.page-template-default.woocommerce-account .woocommerce-MyAccount-content > *:first-child {
      margin-top: 0; }
    body.page-template-default.woocommerce-account .woocommerce-MyAccount-content > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      body.page-template-default.woocommerce-account .woocommerce-MyAccount-content {
        padding: 15px; } }
  @media (max-width: 767px) {
    body.page-template-default.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
      display: none; } }
  body.page-template-default.woocommerce-account form.login, body.page-template-default.woocommerce-account form.register {
    margin: 0;
    border: none;
    padding: 0; }
    body.page-template-default.woocommerce-account form.login p.form-row, body.page-template-default.woocommerce-account form.register p.form-row {
      padding: 0; }
      body.page-template-default.woocommerce-account form.login p.form-row label, body.page-template-default.woocommerce-account form.register p.form-row label {
        display: none; }
    @media (min-width: 992px) {
      body.page-template-default.woocommerce-account form.login .lost_password, body.page-template-default.woocommerce-account form.register .lost_password {
        float: right; }
      body.page-template-default.woocommerce-account form.login .remember-me, body.page-template-default.woocommerce-account form.register .remember-me {
        padding: 10px; } }
    @media (max-width: 991px) {
      body.page-template-default.woocommerce-account form.login .remember-me, body.page-template-default.woocommerce-account form.register .remember-me {
        margin-top: 10px; } }

body.woocommerce-order-received .woocommerce-order > *:first-child {
  margin-top: 0; }
body.woocommerce-order-received .woocommerce-order > *:last-child {
  margin-bottom: 0; }
body.woocommerce-order-received .woocommerce ul.order_details {
  padding-left: 0; }
  @media (max-width: 767px) {
    body.woocommerce-order-received .woocommerce ul.order_details {
      margin-bottom: 0; } }
  body.woocommerce-order-received .woocommerce ul.order_details li:not(:last-of-type) {
    border-right-style: solid;
    border-right-color: black; }
  @media (max-width: 767px) {
    body.woocommerce-order-received .woocommerce ul.order_details li {
      display: block;
      border: none !important;
      float: none;
      margin-bottom: 10px; } }

body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label {
  display: flex; }
  body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label span {
    margin-right: 10px; }
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th, body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
  color: black; }
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th, body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr td {
  color: white;
  background-color: #0c4d8e; }
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr th, body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td {
  background-color: #eee; }
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
  vertical-align: top; }
  body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td, body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th {
    background-color: #ddd; }
body.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table #shipping_method li {
  display: block;
  width: 100%; }
body.woocommerce-checkout #payment {
  border-radius: 0;
  background: none; }
  body.woocommerce-checkout #payment .payment_box {
    border-radius: 0;
    background-color: #eee; }
    body.woocommerce-checkout #payment .payment_box::before {
      border: 1em solid #eee;
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent; }
  body.woocommerce-checkout #payment ul.payment_methods {
    padding: 30px 50px;
    border: none;
    background-color: #ddd; }
    @media (max-width: 991px) {
      body.woocommerce-checkout #payment ul.payment_methods {
        padding: 13px 15px; } }
    body.woocommerce-checkout #payment ul.payment_methods li {
      width: 100%; }
      body.woocommerce-checkout #payment ul.payment_methods li:last-of-type .payment_box {
        margin-bottom: 0; }
  body.woocommerce-checkout #payment .place-order {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    body.woocommerce-checkout #payment .place-order input[type="submit"] {
      margin-bottom: 0 !important; }
  body.woocommerce-checkout #payment #place_order {
    float: none !important;
    text-decoration: none !important;
    border: 1px solid #0c4d8e;
    border-radius: 0px;
    background-color: #0c4d8e;
    color: white;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    font-weight: 200;
    font-size: 1rem;
    outline: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.05rem; }
    body.woocommerce-checkout #payment #place_order:hover {
      border-color: #2a69a9;
      background-color: #2a69a9;
      color: white; }
    @media (max-width: 575px) {
      body.woocommerce-checkout #payment #place_order {
        width: 100%;
        display: block;
        max-width: none; } }
    body.woocommerce-checkout #payment #place_order.feature-button {
      padding: 13px 43px; }
      @media (max-width: 991px) {
        body.woocommerce-checkout #payment #place_order.feature-button {
          padding: 10px 45px; } }
      @media (max-width: 575px) {
        body.woocommerce-checkout #payment #place_order.feature-button {
          width: 100%;
          display: block;
          max-width: none; } }
    body.woocommerce-checkout #payment #place_order.mega-button {
      width: auto;
      padding: 17px 77px;
      font-size: 1.63rem;
      border-radius: 50px; }
      @media (max-width: 575px) {
        body.woocommerce-checkout #payment #place_order.mega-button {
          width: 100%;
          display: block;
          max-width: none; } }
    body.woocommerce-checkout #payment #place_order.color-secondary {
      border-color: white;
      background-color: white;
      color: #0c4d8e; }
      body.woocommerce-checkout #payment #place_order.color-secondary:hover {
        border-color: #0c4d8e;
        background-color: #0c4d8e;
        color: white; }
    body.woocommerce-checkout #payment #place_order.color-outline {
      border-color: black;
      background-color: transparent;
      color: black; }
      body.woocommerce-checkout #payment #place_order.color-outline:hover {
        border-color: black;
        background-color: black;
        color: white; }
    body.woocommerce-checkout #payment #place_order.color-dark {
      border-color: black;
      background-color: black;
      color: white; }
      body.woocommerce-checkout #payment #place_order.color-dark:hover {
        border-color: black;
        background-color: transparent;
        color: black; }
body.woocommerce-checkout .woocommerce-billing-fields > *:first-child,
body.woocommerce-checkout .woocommerce-shipping-fields > *:first-child {
  margin-top: 0; }
body.woocommerce-checkout .woocommerce-billing-fields > *:last-child,
body.woocommerce-checkout .woocommerce-shipping-fields > *:last-child {
  margin-bottom: 0; }
body.woocommerce-checkout form.woocommerce-checkout {
  margin-top: 40px; }
  @media (max-width: 991px) {
    body.woocommerce-checkout form.woocommerce-checkout .product-quantity {
      display: inline-block; } }
body.woocommerce-checkout .woocommerce-form-login {
  border: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }
body.woocommerce-checkout .checkout_coupon {
  border: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    body.woocommerce-checkout .checkout_coupon .form-row {
      width: 100%;
      float: none; } }

#dn-side-cart-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1500;
  overflow-x: hidden;
  padding-top: 85px;
  padding-left: 100px;
  padding-right: 100px;
  min-width: 600px;
  background-color: black;
  list-style-type: none;
  transform: translateX(100%);
  transition: transform 250ms ease-in-out;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -o-transition: transform 250ms ease-in-out; }
  #dn-side-cart-menu .content-wrapper-1 {
    height: 100%; }
  #dn-side-cart-menu .content-wrapper-2 {
    height: 100%;
    display: flex;
    flex-direction: column; }
  @media (max-width: 767px) {
    #dn-side-cart-menu {
      padding-top: 45px;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      height: 100%;
      margin-left: calc(30px);
      width: calc(100% - 30px);
      min-width: 0; } }
  #dn-side-cart-menu.appear {
    transform: translateX(0); }
  #dn-side-cart-menu .container {
    padding-top: 130px;
    padding-bottom: 130px; }
  #dn-side-cart-menu h3 {
    color: white; }
  #dn-side-cart-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: visible; }
    #dn-side-cart-menu ul li {
      position: relative;
      margin-top: 30px;
      margin-bottom: 30px; }
      #dn-side-cart-menu ul li:first-of-type {
        margin-top: 0; }
      #dn-side-cart-menu ul li:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        #dn-side-cart-menu ul li {
          margin-left: 35px; } }
      #dn-side-cart-menu ul li i {
        display: inline-block;
        color: white; }
      #dn-side-cart-menu ul li a {
        display: inline-block;
        margin-right: 10px;
        border: none;
        color: white;
        font-weight: 400;
        font-size: 1.5em; }
        #dn-side-cart-menu ul li a:hover {
          color: #2a69a9; }
    #dn-side-cart-menu ul:not(.sub-menu) {
      margin-bottom: 100px; }
      @media (max-width: 767px) {
        #dn-side-cart-menu ul:not(.sub-menu) {
          margin-bottom: 30px; } }
    #dn-side-cart-menu ul.sub-menu li {
      margin-top: 25px;
      margin-bottom: 25px; }
      #dn-side-cart-menu ul.sub-menu li:last-of-type {
        margin-bottom: 0; }
      #dn-side-cart-menu ul.sub-menu li::after {
        display: none; }
      #dn-side-cart-menu ul.sub-menu li a {
        font-size: 1em; }
  #dn-side-cart-menu .links {
    margin-bottom: 30px; }
    #dn-side-cart-menu .links a {
      color: white;
      font-size: 22px;
      transition: color 250ms ease-in-out;
      -webkit-transition: color 250ms ease-in-out;
      -moz-transition: color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out; }
      #dn-side-cart-menu .links a:not(:last-of-type) {
        margin-right: 20px; }
      #dn-side-cart-menu .links a:hover {
        color: #2a69a9; }

#close-dn-side-cart-menu {
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  color: white;
  font-size: 50px; }
  @media (max-width: 767px) {
    #close-dn-side-cart-menu {
      top: 25px;
      right: 25px;
      font-size: 25px; } }
  #close-dn-side-cart-menu:hover {
    cursor: pointer; }

#mini-cart {
  flex-grow: 1;
  display: flex;
  flex-direction: column; }
  #mini-cart .mini_cart_item {
    position: relative; }
  #mini-cart a.remove_from_cart_button {
    font-size: 25px;
    color: white !important;
    margin: 0;
    transition: color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    position: absolute;
    top: -5px;
    left: -35px; }
    #mini-cart a.remove_from_cart_button:hover {
      background-color: transparent;
      color: #2a69a9 !important; }
  #mini-cart img {
    display: none; }
  #mini-cart a.dn-product-name {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px; }
  #mini-cart .price,
  #mini-cart .quantity {
    color: white; }
  #mini-cart .quantity {
    font-style: italic;
    margin-bottom: 10px; }
  #mini-cart .end-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-grow: 1;
    position: relative; }
    #mini-cart .end-wrapper > *:first-child {
      margin-top: 0; }
    #mini-cart .end-wrapper > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      #mini-cart .end-wrapper {
        padding-top: 30px;
        padding-bottom: 30px; } }
    #mini-cart .end-wrapper p {
      color: white; }
    #mini-cart .end-wrapper:before {
      content: ' ';
      position: absolute;
      z-index: -1;
      top: 0;
      left: -50vw;
      height: 100%;
      width: 200vw;
      background-color: #333; }
  #mini-cart .woocommerce-mini-cart__buttons {
    margin-top: 60px;
    margin-bottom: 0; }
    #mini-cart .woocommerce-mini-cart__buttons a:first-of-type {
      text-decoration: none !important;
      border: 1px solid #0c4d8e;
      border-radius: 0px;
      background-color: #0c4d8e;
      color: white;
      padding: 10px 25px;
      display: inline-block;
      line-height: 1.5;
      text-align: center;
      font-weight: 200;
      font-size: 1rem;
      outline: 0;
      transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      border-radius: 30px;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: 0.05rem;
      margin-right: 10px; }
      #mini-cart .woocommerce-mini-cart__buttons a:first-of-type:hover {
        border-color: #2a69a9;
        background-color: #2a69a9;
        color: white; }
      @media (max-width: 575px) {
        #mini-cart .woocommerce-mini-cart__buttons a:first-of-type {
          width: 100%;
          display: block;
          max-width: none; } }
      #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.feature-button {
        padding: 13px 43px; }
        @media (max-width: 991px) {
          #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.feature-button {
            padding: 10px 45px; } }
        @media (max-width: 575px) {
          #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.feature-button {
            width: 100%;
            display: block;
            max-width: none; } }
      #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.mega-button {
        width: auto;
        padding: 17px 77px;
        font-size: 1.63rem;
        border-radius: 50px; }
        @media (max-width: 575px) {
          #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.mega-button {
            width: 100%;
            display: block;
            max-width: none; } }
      #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.color-secondary {
        border-color: white;
        background-color: white;
        color: #0c4d8e; }
        #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.color-secondary:hover {
          border-color: #0c4d8e;
          background-color: #0c4d8e;
          color: white; }
      #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.color-outline {
        border-color: black;
        background-color: transparent;
        color: black; }
        #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.color-outline:hover {
          border-color: black;
          background-color: black;
          color: white; }
      #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.color-dark {
        border-color: black;
        background-color: black;
        color: white; }
        #mini-cart .woocommerce-mini-cart__buttons a:first-of-type.color-dark:hover {
          border-color: black;
          background-color: transparent;
          color: black; }
    #mini-cart .woocommerce-mini-cart__buttons a:last-of-type {
      text-decoration: none !important;
      border: 1px solid #0c4d8e;
      border-radius: 0px;
      background-color: #0c4d8e;
      color: white;
      padding: 10px 25px;
      display: inline-block;
      line-height: 1.5;
      text-align: center;
      font-weight: 200;
      font-size: 1rem;
      outline: 0;
      transition: all 250ms ease-in-out;
      -webkit-transition: all 250ms ease-in-out;
      -moz-transition: all 250ms ease-in-out;
      -o-transition: all 250ms ease-in-out;
      border-radius: 30px;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: 0.05rem;
      border-color: white;
      background-color: white;
      color: #0c4d8e; }
      #mini-cart .woocommerce-mini-cart__buttons a:last-of-type:hover {
        border-color: #2a69a9;
        background-color: #2a69a9;
        color: white; }
      @media (max-width: 575px) {
        #mini-cart .woocommerce-mini-cart__buttons a:last-of-type {
          width: 100%;
          display: block;
          max-width: none; } }
      #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.feature-button {
        padding: 13px 43px; }
        @media (max-width: 991px) {
          #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.feature-button {
            padding: 10px 45px; } }
        @media (max-width: 575px) {
          #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.feature-button {
            width: 100%;
            display: block;
            max-width: none; } }
      #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.mega-button {
        width: auto;
        padding: 17px 77px;
        font-size: 1.63rem;
        border-radius: 50px; }
        @media (max-width: 575px) {
          #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.mega-button {
            width: 100%;
            display: block;
            max-width: none; } }
      #mini-cart .woocommerce-mini-cart__buttons a:last-of-type:hover {
        border-color: #0c4d8e;
        background-color: #0c4d8e;
        color: white; }
      #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.color-secondary {
        border-color: white;
        background-color: white;
        color: #0c4d8e; }
        #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.color-secondary:hover {
          border-color: #0c4d8e;
          background-color: #0c4d8e;
          color: white; }
      #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.color-outline {
        border-color: black;
        background-color: transparent;
        color: black; }
        #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.color-outline:hover {
          border-color: black;
          background-color: black;
          color: white; }
      #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.color-dark {
        border-color: black;
        background-color: black;
        color: white; }
        #mini-cart .woocommerce-mini-cart__buttons a:last-of-type.color-dark:hover {
          border-color: black;
          background-color: transparent;
          color: black; }

#side-cart-bg-shader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 0.4; }

.woocommerce table.shop_table {
  border: none; }
  .woocommerce table.shop_table a {
    border: none; }
  .woocommerce table.shop_table th {
    background: #333333; }
    .woocommerce table.shop_table th.product-remove {
      width: 70px;
      padding: 0; }
  .woocommerce table.shop_table td {
    background: #f7f7f7; }
    .woocommerce table.shop_table td.product-remove {
      width: 70px;
      padding: 0;
      text-align: right; }
      .woocommerce table.shop_table td.product-remove a {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-indent: -66666em;
        border: none; }
        .woocommerce table.shop_table td.product-remove a:before, .woocommerce table.shop_table td.product-remove a:after {
          content: '';
          height: 1px;
          width: 250%;
          position: absolute;
          top: 0;
          left: 0;
          background: #000;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          transform-origin: top left; }
        .woocommerce table.shop_table td.product-remove a:after {
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          transform-origin: left bottom;
          top: auto;
          bottom: 0; }
  .woocommerce table.shop_table .dn-product-image img {
    width: 65px;
    height: auto;
    margin-right: 30px; }
  .woocommerce table.shop_table .dn-product-image-name {
    display: table; }
    .woocommerce table.shop_table .dn-product-image-name > div {
      display: table-cell;
      vertical-align: middle; }
    .woocommerce table.shop_table .dn-product-image-name a {
      color: black;
      font-weight: bold; }

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto; }

body.blog .dn-card-side-port,
body.archive .dn-card-side-port {
  margin-bottom: 20px; }
body.blog .navigation,
body.archive .navigation {
  text-align: right; }
body.blog hr,
body.archive hr {
  height: 2px;
  margin-top: 47px;
  margin-bottom: 24px;
  background-color: #f4f4f4; }
body.blog .nav-container,
body.archive .nav-container {
  text-align: center; }
  body.blog .nav-container .nav-previous,
  body.blog .nav-container .nav-next,
  body.archive .nav-container .nav-previous,
  body.archive .nav-container .nav-next {
    float: none;
    display: inline-block;
    text-align: right;
    width: auto; }
  body.blog .nav-container .nav-links,
  body.archive .nav-container .nav-links {
    text-align: center; }
    body.blog .nav-container .nav-links > *:not(:first-of-type),
    body.archive .nav-container .nav-links > *:not(:first-of-type) {
      margin-left: 5px; }
    body.blog .nav-container .nav-links > *:not(:last-of-type),
    body.archive .nav-container .nav-links > *:not(:last-of-type) {
      margin-left: 5px; }

.post-pagination .page-numbers {
  border: none !important;
  padding: 5px 10px;
  background: transparent; }
  .post-pagination .page-numbers.current, .post-pagination .page-numbers.prev, .post-pagination .page-numbers.next {
    background: #0c4d8e;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .post-pagination .page-numbers:hover, .post-pagination .page-numbers:active {
    background: #2a69a9;
    color: #fff !important; }

/* COMMON BLOG STYLE */
.dn-widget {
  margin-bottom: 50px; }
  .dn-widget h3 {
    text-transform: uppercase;
    letter-spacing: 2px; }

body.single .entry-header .image-container {
  position: relative;
  height: 300px; }
body.single .entry-header .deets span:not(:first-of-type) {
  padding-left: 5px; }
body.single .entry-header .deets span:not(:last-of-type) {
  border-right: 1px solid black;
  padding-right: 5px; }
@media (max-width: 991px) {
  body.single .dn-related-posts .row > div:not(:last-of-type) {
    margin-bottom: 10px; } }

a.post-edit-link {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 55555;
  text-transform: uppercase;
  border: none;
  background: #0c4d8e;
  color: #fff !important;
  padding: 15px;
  line-height: 1em;
  font-size: 0.9rem; }

body.page-template-page-t-blocks #main {
  padding-bottom: 0; }
  body.page-template-page-t-blocks #main article h1 {
    margin-bottom: 0; }
  body.page-template-page-t-blocks #main article > *:nth-child(even):not(.dn-mega-slider):not(.dn-full-image):not(.dn-table):not(.dn-cta):not(:first-of-type) {
    background-color: #f3f3f3; }
  body.page-template-page-t-blocks #main article > *:nth-child(odd):not(.dn-mega-slider):not(.dn-full-image):not(.dn-table):not(.dn-cta):not(:first-of-type) {
    background-color: #e0e0e0; }

body.search .top {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333; }
  @media (max-width: 767px) {
    body.search .top {
      padding-top: 25px;
      padding-bottom: 25px; } }
  body.search .top * {
    color: white; }
  body.search .top .row > *:first-child {
    margin-top: 0; }
  body.search .top .row > *:last-child {
    margin-bottom: 0; }
body.search .intro {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  text-align: center;
  background-color: #222; }
  @media (max-width: 991px) {
    body.search .intro {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    body.search .intro {
      padding-top: 25px;
      padding-bottom: 25px;
      margin-bottom: 25px; } }
  body.search .intro .text-content {
    margin-bottom: 27px; }
    body.search .intro .text-content > *:first-child {
      margin-top: 0; }
    body.search .intro .text-content > *:last-child {
      margin-bottom: 0; }
    body.search .intro .text-content * {
      color: white; }
body.search .dn-card-side {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    body.search .dn-card-side {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    body.search .dn-card-side {
      margin-bottom: 25px; } }
body.search .nav-container {
  text-align: left; }
  body.search .nav-container .nav-previous,
  body.search .nav-container .nav-next {
    float: none;
    display: inline-block;
    text-align: left;
    width: auto; }
  body.search .nav-container .nav-links > *:not(:first-of-type) {
    margin-left: 5px; }
  body.search .nav-container .nav-links > *:not(:last-of-type) {
    margin-left: 5px; }

body.page-template-page-t-contact-1 #main, body.page-template-page-t-contact-2 #main {
  padding-top: 0;
  padding-bottom: 0; }
body.page-template-page-t-contact-1 .main-contents, body.page-template-page-t-contact-2 .main-contents {
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    body.page-template-page-t-contact-1 .main-contents, body.page-template-page-t-contact-2 .main-contents {
      margin-bottom: 15px; } }
@media (max-width: 991px) {
  body.page-template-page-t-contact-1 .dn-icon-top-container .dn-icon-top, body.page-template-page-t-contact-2 .dn-icon-top-container .dn-icon-top {
    margin-bottom: 50px; } }
@media (max-width: 767px) {
  body.page-template-page-t-contact-1 .dn-icon-top-container .dn-icon-top, body.page-template-page-t-contact-2 .dn-icon-top-container .dn-icon-top {
    margin-bottom: 30px; } }
@media (max-width: 991px) {
  body.page-template-page-t-contact-1 .dn-icon-top-container, body.page-template-page-t-contact-2 .dn-icon-top-container {
    margin-bottom: -50px; } }
@media (max-width: 767px) {
  body.page-template-page-t-contact-1 .dn-icon-top-container, body.page-template-page-t-contact-2 .dn-icon-top-container {
    margin-bottom: -30px; } }

body.page-template-page-t-contact-2 .main-contents {
  padding-top: 100px; }
  body.page-template-page-t-contact-2 .main-contents .gform_wrapper {
    margin-top: 0; }

.hero-section {
  background-color: #0c4d8e;
  padding: 150px 30px 30px; }
  .hero-section.layout-title_only {
    background-color: transparent; }
  @media (max-width: 991px) {
    .hero-section {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .hero-section {
      padding-top: 80px; } }
  .hero-section .entry-title {
    line-height: 1em;
    margin-bottom: 0.2em; }
  .hero-section p {
    margin-top: 0; }
  .hero-section.layout-banner_large {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center; }

body.page-template-page-t-service-template-1 #main,
body.page-template-page-t-service-template-2 #main,
body.page-template-page-t-service-template-3 #main,
body.page-template-page-t-service-template-4 #main,
body.page-template-page-t-service-template-5 #main {
  padding-bottom: 0; }

.page-template-page-t-home #main {
  padding-bottom: 70px; }
  @media (max-width: 991px) {
    .page-template-page-t-home #main {
      padding-top: 0; } }
.page-template-page-t-home #hero {
  padding: 0 10px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .page-template-page-t-home #hero {
      margin-bottom: 50px; } }
  @media (max-width: 768px) {
    .page-template-page-t-home #hero {
      margin-bottom: 50px; } }
  .page-template-page-t-home #hero .logo {
    margin: 10px auto;
    width: 180px;
    display: block; }
  .page-template-page-t-home #hero .main-container {
    position: relative;
    height: 900px;
    height: calc( 100vh - 165px );
    border-radius: 27px;
    overflow: hidden;
    -webkit-box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.41); }
    .page-template-page-t-home #hero .main-container .bg-image {
      width: calc(100% - 632px ); }
    .page-template-page-t-home #hero .main-container .contents {
      position: relative;
      width: 632px;
      height: 100%;
      border-left: 3px solid white;
      padding: 100px 40px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      float: right;
      background-color: #aa2f4e;
      background-image: url("img/hero_bg.jpg"); }
      .page-template-page-t-home #hero .main-container .contents h1 {
        font-size: 2.7rem;
        line-height: 1.2;
        color: white;
        margin-bottom: 10px;
        width: 90%; }
      .page-template-page-t-home #hero .main-container .contents p {
        color: white;
        font-size: 1.25rem;
        width: 75%;
        margin-bottom: 32px; }
      .page-template-page-t-home #hero .main-container .contents .dn-button {
        display: inline-block;
        -webkit-box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 19px 54px 0px rgba(0, 0, 0, 0.2); }
      .page-template-page-t-home #hero .main-container .contents img {
        position: absolute;
        top: 20px;
        right: 100%;
        right: calc( 100% - 30px );
        width: 40vh; }
  .page-template-page-t-home #hero .resp-content {
    text-align: center;
    border-radius: 28px;
    overflow: hidden; }
    .page-template-page-t-home #hero .resp-content .content-section {
      background-image: url("img/hero_bg.jpg");
      padding: 50px 35px 85px; }
    .page-template-page-t-home #hero .resp-content h1, .page-template-page-t-home #hero .resp-content p {
      color: white; }
    .page-template-page-t-home #hero .resp-content h1 {
      font-size: 2rem;
      margin-top: 0;
      line-height: 1.3; }
    .page-template-page-t-home #hero .resp-content p {
      font-size: 1rem;
      margin-bottom: 0; }
    .page-template-page-t-home #hero .resp-content .image-section {
      position: relative;
      height: 300px;
      text-align: center; }
    .page-template-page-t-home #hero .resp-content .dn-button {
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
      padding: 10px 67px;
      display: inline-block;
      width: auto;
      white-space: nowrap; }
.page-template-page-t-home #main-contents > *:first-child {
  margin-top: 0; }
.page-template-page-t-home #main-contents > *:last-child {
  margin-bottom: 0; }
.page-template-page-t-home #contact {
  padding-top: 120px; }
  @media (max-width: 767px) {
    .page-template-page-t-home #contact {
      padding-top: 50px;
      text-align: center; } }
  .page-template-page-t-home #contact h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.8rem;
    color: #a93144; }
    @media (max-width: 767px) {
      .page-template-page-t-home #contact h2 {
        font-size: 2rem;
        padding: 0 20px;
        margin-bottom: 15px; } }
  .page-template-page-t-home #contact p {
    margin-top: 0;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .page-template-page-t-home #contact p {
        margin-bottom: 25px;
        line-height: 2; }
        .page-template-page-t-home #contact p strong {
          display: block;
          font-size: 1.15rem; } }
  @media (min-width: 992px) {
    .page-template-page-t-home #contact .wrap-left,
    .page-template-page-t-home #contact .wrap-right {
      width: 50%; }
      .page-template-page-t-home #contact .wrap-left li,
      .page-template-page-t-home #contact .wrap-right li {
        width: 100%; }
    .page-template-page-t-home #contact .wrap-left {
      padding-right: 15px;
      float: left; }
    .page-template-page-t-home #contact .wrap-right {
      float: right;
      padding-left: 15px; } }
  @media (max-width: 991px) {
    .page-template-page-t-home #contact .gform_wrapper {
      margin-bottom: 0; }
    .page-template-page-t-home #contact .gform_footer {
      padding-bottom: 0; } }
  .page-template-page-t-home #contact textarea {
    height: 225px; }
    @media (max-width: 991px) {
      .page-template-page-t-home #contact textarea {
        margin-top: 10px; } }
  .page-template-page-t-home #contact input[type='submit'] {
    width: 245px;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .page-template-page-t-home #contact input[type='submit'] {
        margin: 0 auto; } }
.page-template-page-t-home #partners {
  margin-top: 120px; }
  @media (max-width: 991px) {
    .page-template-page-t-home #partners {
      margin-top: 53px;
      padding: 0 25px; } }
  .page-template-page-t-home #partners h3 {
    font-size: 2rem;
    color: #c4c4c4; }
    @media (max-width: 991px) {
      .page-template-page-t-home #partners h3 {
        line-height: 1.3; } }
  .page-template-page-t-home #partners .container {
    border-top: 1px solid #e1e1e1;
    padding-top: 80px; }
    @media (max-width: 991px) {
      .page-template-page-t-home #partners .container {
        padding: 0; } }
  .page-template-page-t-home #partners ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 992px) {
      .page-template-page-t-home #partners ul {
        display: flex;
        justify-content: flex-end; } }
    @media (max-width: 991px) {
      .page-template-page-t-home #partners ul {
        text-align: center; } }
    .page-template-page-t-home #partners ul li:first-of-type {
      flex-grow: 1; }
    @media (min-width: 992px) {
      .page-template-page-t-home #partners ul li:not(:first-of-type) {
        margin-right: 80px; } }
    @media (max-width: 991px) {
      .page-template-page-t-home #partners ul li {
        display: inline-block;
        margin: 10px 15px; }
        .page-template-page-t-home #partners ul li img {
          height: 50px;
          width: auto; } }

.testimonials {
  margin-bottom: 140px; }
  .testimonials h2.title {
    font-weight: 800;
    font-size: 2.1rem;
    margin-bottom: 40px;
    text-align: center; }
  .testimonials .single-testimonial {
    text-align: center; }
    .testimonials .single-testimonial .icon-quotes {
      display: block;
      font-size: 23px;
      margin: 25px 0; }
      .testimonials .single-testimonial .icon-quotes:last-of-type {
        transform: rotate(180deg); }
    .testimonials .single-testimonial p {
      margin-bottom: 1em;
      font-size: 1.25em;
      font-style: italic; }
    .testimonials .single-testimonial .title-container {
      color: #0c4d8e;
      font-weight: 700;
      font-size: 1.2em; }
    .testimonials .single-testimonial .subtitle-container p {
      font-style: italic;
      font-size: 1em;
      margin: 0; }
      .testimonials .single-testimonial .subtitle-container p strong {
        font-weight: 400; }
  .testimonials .the-quotes {
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 0;
    margin: 0 auto; }
    .testimonials .the-quotes.rotate {
      transform: rotate(180deg);
      margin-bottom: 25px; }
    .testimonials .the-quotes svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.promo-pop-up {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  color: #000; }
  .promo-pop-up .inner {
    text-align: center; }
    .promo-pop-up .inner .dn-button {
      background-color: #aa2f4e; }
  .promo-pop-up .promo-box {
    margin: 30px 0; }
  .promo-pop-up .b-inner {
    padding: 15px;
    background: #0c4d8e;
    color: #fff;
    border-radius: 40px; }

.promo-seasonal {
  padding: 0 10px;
  margin-bottom: 50px; }
  .promo-seasonal .inner {
    background: #0c4d8e;
    color: #fff;
    padding: 50px 0;
    border-radius: 28px; }
    .promo-seasonal .inner a:hover {
      border-color: transparent; }
    .promo-seasonal .inner p a {
      color: #fff;
      border-color: #fff; }
      .promo-seasonal .inner p a:hover {
        color: #fff;
        border-color: #fff; }

body.page-template-page-t-coming-soon #masthead {
  display: none; }

/*# sourceMappingURL=style.css.map */
