@charset "UTF-8";
/*!
Theme Name: Firetoss - FireStarter
Theme URI: https://github.com/Firetoss-Agency/firestarter
Author: Firetoss - Developed with: __________
Author URI: http://firetoss.com/
Description: A Custom Theme from the Firetoss Agency
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firestarter


If you are seeing this, you are probably trying to learn more about what we do at Firetoss, so,
here are some additional resources:

*** Our favorite game ***
  https://goo.gl/3809Zx

*** How we build our themes ***
  https://goo.gl/cAmcqR

*** Your mother ***
  https://goo.gl/VhCid4

The FireStarter Theme will hopefully become a composition of those who work here at Firetoss.
If you are still reading this you are probably a dev so update this lazy message.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base

# Vendor

# Modules


//@import directory/*

--------------------------------------------------------------*


/*--------------------------------------------------------------
# Vendor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# featherlight
--------------------------------------------------------------*/
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Poppins:200,300,300i,400");
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0); }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/*--------------------------------------------------------------
# meanmenu
--------------------------------------------------------------*/
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  padding: 4px 0;
  min-height: 62px;
  z-index: 999999;
  top: 42px; }

.stickyNav + nav.mean-nav {
  position: fixed; }
@media (max-width: 500px) {
  .stickyNav + nav.mean-nav {
    top: 45px; } }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 12px;
  right: 4% !important;
  cursor: pointer;
  color: #020659;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }
@media (max-width: 500px) {
  .mean-container a.meanmenu-reveal {
    top: 6px;
    right: 2%; } }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #020659;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #020659;
  margin-top: 67px; }
@media (max-width: 500px) {
  .mean-container .mean-nav {
    margin-top: 55px !important; } }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%; }

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 30px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mean-remove {
  display: none !important; }

/*--------------------------------------------------------------
# slick
--------------------------------------------------------------*/
/* Slider */
.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;
  margin-left: auto;
  margin-right: auto; }
.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; }

/*--------------------------------------------------------------
# slick-theme
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }
.slick-prev:before {
  content: "←"; }
[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }
.slick-next:before {
  content: "→"; }
[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }
.slick-dots li button:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 8px;
  height: 8px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #020659;
  background: #020659; }
.slick-dots li button:before {
  content: unset !important; }
.slick-dots li.slick-active button:after {
  background: white; }

/*--------------------------------------------------------------
# Theme Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: unset; }
a:hover, a:active {
  outline: unset; }

a, p, li, b, input, label {
  font-family: "Poppins", sans-serif;
  font-weight: 300; }

p {
  line-height: 29px !important; }

input, label {
  font-weight: 200; }

ul {
  padding-left: 10px; }
ul li {
  list-style: none; }

h1 strong {
  font-size: 75px;
  font-weight: 300; }
@media (max-width: 980px) {
  h1 strong {
    font-size: 60px; } }
@media (max-width: 768px) {
  h1 strong {
    font-size: 50px; } }

h6, .h6, footer ul.menu a {
  font-family: "Poppins", sans-serif !important; }

.add-line-height h6 {
  line-height: 1.5; }

.list {
  padding-left: 20px; }
.list li {
  list-style: disc !important; }

table {
  border: solid 1px black; }

tr td:nth-of-type(2n) {
  border-left: 1px solid black !important;
  border-right: 1px solid black; }

tr td {
  border-bottom: 1px solid black; }

tr:last-of-type td {
  border-bottom: none !important; }

@media (max-width: 500px) {
  table strong, td {
    font-size: 12px !important; }
  tr td {
    padding: 5px 6px; } }

.add-line-height li {
  padding-bottom: 17px; }

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# util
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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-block;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline-block;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# normalize
--------------------------------------------------------------*/
body {
  margin: 0; }

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: 14.4px;
  font-size: 0.9rem;
  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: 14.4px;
  font-size: 0.9rem; }

abbr, acronym {
  border-bottom: 1px dotted #302b2c;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

small {
  font-size: 50%; }

blockquote, q {
  quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

:active, :focus {
  outline: none; }

a[data-featherlight] {
  text-decoration: none; }

html,
body,
button,
input,
select,
textarea,
p {
  line-height: 1.4;
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem; }

p {
  margin-top: 15px;
  margin-bottom: 15px; }

/*--------------------------------------------------------------
# container
--------------------------------------------------------------*/
.container {
  max-width: 1250px;
  margin: 0 auto; }
.container-none .container {
  max-width: 100%; }
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1100px; } }
@media screen and (max-width: 1200px) {
  .container {
    max-width: 900px; } }
@media screen and (max-width: 980px) {
  .container {
    max-width: 700px; } }
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%; } }
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px; } }
.container-full .container {
  max-width: 1500px; }
@media screen and (max-width: 1500px) {
  .container-full .container {
    max-width: 1200px; } }
@media screen and (max-width: 1200px) {
  .container-full .container {
    max-width: 980px; } }
@media screen and (max-width: 980px) {
  .container-full .container {
    max-width: 768px; } }
@media screen and (max-width: 768px) {
  .container-full .container {
    max-width: 100%; } }
.container-narrow .container {
  max-width: 1150px; }
@media screen and (max-width: 1500px) {
  .container-narrow .container {
    max-width: 1150px; } }
@media screen and (max-width: 1200px) {
  .container-narrow .container {
    max-width: 820px; } }
@media screen and (max-width: 980px) {
  .container-narrow .container {
    max-width: 632px; } }
@media screen and (max-width: 768px) {
  .container-narrow .container {
    max-width: 100%; } }
.container-thin .container {
  max-width: 840px; }
@media screen and (max-width: 1500px) {
  .container-thin .container {
    max-width: 750px; } }
@media screen and (max-width: 1200px) {
  .container-thin .container {
    max-width: 680px; } }
@media screen and (max-width: 980px) {
  .container-thin .container {
    max-width: 632px; } }
@media screen and (max-width: 768px) {
  .container-thin .container {
    max-width: 100%; } }

/*--------------------------------------------------------------
# columns
--------------------------------------------------------------*/
div#flex {
  display: inline-block;
  width: 100%;
  font-size: 0; }
div#flex .section {
  padding: 50px 0;
  clear: both;
  display: inline-block;
  width: 100%;
  font-size: 0; }
div#flex .section.no-padding {
  padding: 0; }
div#flex .section > * {
  font-size: initial; }

.row-wrapper {
  clear: both;
  display: flex;
  flex-wrap: wrap; }
.row-wrapper.no-margin {
  margin: 0 !important; }

.flex-padding-1 {
  padding: 30px 0; }

.flex-padding-2 {
  padding: 40px 0; }

.flex-padding-3 {
  padding: 60px 0; }

.flex-item-2 {
  flex-basis: calc(50% - 20px);
  min-width: calc(50% - 20px);
  margin: 10px 20px; }
.flex-item-2:nth-child(2n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.flex-item-2:nth-child(2n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-2 {
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 20px; }
  .flex-item-2:nth-child(2n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-2:nth-child(2n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-2 {
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 20px; }
  .flex-item-2:nth-child(2n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-2:nth-child(2n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-2 {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-item-2:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-2:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.flex-item-2.no-margin {
  flex-basis: calc(50% - 0px);
  min-width: calc(50% - 0px);
  margin: 0px 0px; }
.flex-item-2.no-margin:nth-child(2n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.flex-item-2.no-margin:nth-child(2n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-2.no-margin {
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px; }
  .flex-item-2.no-margin:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-2.no-margin:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-2.no-margin {
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px; }
  .flex-item-2.no-margin:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-2.no-margin:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-2.no-margin {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-item-2.no-margin:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-2.no-margin:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

.flex-item-3 {
  flex-basis: calc(33.3333333333% - 53.3333333333px);
  min-width: calc(33.3333333333% - 53.3333333333px);
  margin: 10px 40px; }
.flex-item-3:nth-child(3n + 1) {
  margin: 10px 40px;
  margin-left: 0; }
.flex-item-3:nth-child(3n + 0) {
  margin: 10px 40px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-3 {
    flex-basis: calc(33.3333333333% - 26.6666666667px);
    min-width: calc(33.3333333333% - 26.6666666667px);
    margin: 10px 20px; }
  .flex-item-3:nth-child(3n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-3:nth-child(3n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-3 {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 20px; }
  .flex-item-3:nth-child(1n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-3:nth-child(1n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-3 {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 0px; }
  .flex-item-3:nth-child(1n + 1) {
    margin: 10px 0px;
    margin-left: 0; }
  .flex-item-3:nth-child(1n + 0) {
    margin: 10px 0px;
    margin-right: 0; } }
.flex-item-3.no-margin {
  flex-basis: calc(33.3333333333% - 0px);
  min-width: calc(33.3333333333% - 0px);
  margin: 0px 0px; }
.flex-item-3.no-margin:nth-child(3n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.flex-item-3.no-margin:nth-child(3n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-3.no-margin {
    flex-basis: calc(33.3333333333% - 0px);
    min-width: calc(33.3333333333% - 0px);
    margin: 0px 0px; }
  .flex-item-3.no-margin:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-3.no-margin:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-3.no-margin {
    flex-basis: calc(33.3333333333% - 0px);
    min-width: calc(33.3333333333% - 0px);
    margin: 0px 0px; }
  .flex-item-3.no-margin:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-3.no-margin:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-3.no-margin {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-item-3.no-margin:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-3.no-margin:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

.flex-item-4 {
  flex-basis: calc(25% - 30px);
  min-width: calc(25% - 30px);
  margin: 10px 20px; }
.flex-item-4:nth-child(4n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.flex-item-4:nth-child(4n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-4 {
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 20px; }
  .flex-item-4:nth-child(2n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-4:nth-child(2n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-4 {
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 20px; }
  .flex-item-4:nth-child(2n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-4:nth-child(2n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-4 {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 20px; }
  .flex-item-4:nth-child(1n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-4:nth-child(1n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
.flex-item-4.no-margin {
  flex-basis: calc(25% - 0px);
  min-width: calc(25% - 0px);
  margin: 0px 0px; }
.flex-item-4.no-margin:nth-child(4n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.flex-item-4.no-margin:nth-child(4n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-4.no-margin {
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px; }
  .flex-item-4.no-margin:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-4.no-margin:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-4.no-margin {
    flex-basis: calc(50% - 0px);
    min-width: calc(50% - 0px);
    margin: 0px 0px; }
  .flex-item-4.no-margin:nth-child(2n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-4.no-margin:nth-child(2n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-4.no-margin {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-item-4.no-margin:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-4.no-margin:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

.flex-item-5 {
  flex-basis: calc(20% - 32px);
  min-width: calc(20% - 32px);
  margin: 10px 20px; }
.flex-item-5:nth-child(5n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.flex-item-5:nth-child(5n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-5 {
    flex-basis: calc(33.3333333333% - 26.6666666667px);
    min-width: calc(33.3333333333% - 26.6666666667px);
    margin: 10px 20px; }
  .flex-item-5:nth-child(3n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-5:nth-child(3n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-5 {
    flex-basis: calc(33.3333333333% - 26.6666666667px);
    min-width: calc(33.3333333333% - 26.6666666667px);
    margin: 10px 20px; }
  .flex-item-5:nth-child(3n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-5:nth-child(3n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-5 {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 10px 20px; }
  .flex-item-5:nth-child(1n + 1) {
    margin: 10px 20px;
    margin-left: 0; }
  .flex-item-5:nth-child(1n + 0) {
    margin: 10px 20px;
    margin-right: 0; } }
.flex-item-5.no-margin {
  flex-basis: calc(20% - 0px);
  min-width: calc(20% - 0px);
  margin: 0px 0px; }
.flex-item-5.no-margin:nth-child(5n + 1) {
  margin: 0px 0px;
  margin-left: 0; }
.flex-item-5.no-margin:nth-child(5n + 0) {
  margin: 0px 0px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-item-5.no-margin {
    flex-basis: calc(33.3333333333% - 0px);
    min-width: calc(33.3333333333% - 0px);
    margin: 0px 0px; }
  .flex-item-5.no-margin:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-5.no-margin:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 980px) {
  .flex-item-5.no-margin {
    flex-basis: calc(33.3333333333% - 0px);
    min-width: calc(33.3333333333% - 0px);
    margin: 0px 0px; }
  .flex-item-5.no-margin:nth-child(3n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-5.no-margin:nth-child(3n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-item-5.no-margin {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-item-5.no-margin:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-item-5.no-margin:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

/*--------------------------------------------------------------
# social
--------------------------------------------------------------*/
ul.social-media-list {
  margin: 0 !important;
  padding: 0 !important; }
ul.social-media-list li a {
  text-decoration: none; }
ul.social-media-list li a i {
  transition: all .35s ease; }
ul.social-media-list li a i.fa-facebook:hover {
  background: #3B5998; }
ul.social-media-list li a i.fa-flickr:hover {
  background: #FE0883; }
ul.social-media-list li a i.fa-foursquare:hover {
  background: #8FD400; }
ul.social-media-list li a i.fa-google:hover {
  background: #C63D2D; }
ul.social-media-list li a i.fa-instagram:hover {
  background: #4E433C; }
ul.social-media-list li a i.fa-linkedin:hover {
  background: #4875B4; }
ul.social-media-list li a i.fa-tumblr:hover {
  background: #2B4964; }
ul.social-media-list li a i.fa-twitter:hover {
  background: #33CCFF; }
ul.social-media-list li a i.fa-vimeo:hover {
  background: #86B32D; }
ul.social-media-list li a i.fa-youtube:hover {
  background: #FF3333; }

/*--------------------------------------------------------------
# links
--------------------------------------------------------------*/
a {
  color: #414042; }
a:hover, a:focus, a:active {
  color: midnightblue; }
a:hover, a:active {
  outline: 0; }

.no-margin {
  margin: 0; }

/*--------------------------------------------------------------
# menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
.home-header {
  position: relative;
  overflow: hidden; }
.home-header .partial-image img {
  max-height: 240px; }
.home-header .partial-columns {
  justify-content: space-between; }
@media screen and (max-width: 980px) {
  .home-header .partial-columns {
    flex-direction: column;
    align-items: center; } }
.home-header:after {
  content: '';
  display: block;
  position: absolute;
  background: #00000080;
  background: linear-gradient(to right, rgba(47, 47, 47, 0.85), rgba(47, 47, 47, 0.8) 34%, rgba(47, 47, 47, 0) 85%);
  top: 99px;
  bottom: 50px;
  right: -150px;
  left: -470px;
  z-index: 0; }
@media screen and (max-width: 980px) {
  .home-header:after {
    top: 0;
    bottom: 0; } }
.home-header .partial-column {
  position: relative; }
.home-header .partial-column .partial, .home-header .partial-column .layout-text_block, .home-header .partial-column .layout-gravity_form {
  position: relative;
  z-index: 2; }
.home-header .partial-column:first-of-type {
  flex-basis: 50%; }
@media screen and (max-width: 1200px) {
  .home-header .partial-column:first-of-type {
    flex-basis: 62%;
    padding-right: 30px !important; } }
@media screen and (max-width: 980px) {
  .home-header .partial-column:first-of-type {
    padding-right: 0 !important; } }
@media screen and (max-width: 500px) {
  .home-header .partial-column:first-of-type {
    padding: 10px 0 64px !important; } }
.home-header .partial-column:first-of-type h2:first-of-type {
  position: relative; }
@media screen and (max-width: 500px) {
  .home-header .partial-column:first-of-type h2:first-of-type {
    font-size: 28px; } }
.home-header .partial-column:first-of-type h2:first-of-type:after {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid white;
  border-right: none;
  border-left: none;
  background: transparent;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(50% - 227px);
  width: 60px; }
@media screen and (max-width: 980px) {
  .home-header .partial-column:first-of-type h2:first-of-type:after {
    left: calc(50% - 220px);
    width: 40px; } }
@media screen and (max-width: 768px) {
  .home-header .partial-column:first-of-type h2:first-of-type:after {
    left: calc(50% - 180px); } }
@media screen and (max-width: 500px) {
  .home-header .partial-column:first-of-type h2:first-of-type:after {
    left: calc(50% - 146px);
    width: 28px; } }
.home-header .partial-column:first-of-type h2:first-of-type:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid white;
  border-right: none;
  border-left: none;
  background: transparent;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(50% - 227px);
  width: 60px; }
@media screen and (max-width: 980px) {
  .home-header .partial-column:first-of-type h2:first-of-type:before {
    right: calc(50% - 220px);
    width: 40px; } }
@media screen and (max-width: 768px) {
  .home-header .partial-column:first-of-type h2:first-of-type:before {
    right: calc(50% - 180px); } }
@media screen and (max-width: 500px) {
  .home-header .partial-column:first-of-type h2:first-of-type:before {
    right: calc(50% - 146px);
    width: 28px; } }
.home-header .partial-column:last-of-type {
  max-width: 360px; }
@media screen and (max-width: 1200px) {
  .home-header .partial-column:last-of-type {
    flex-basis: 35%; } }
@media screen and (max-width: 500px) {
  .home-header .partial-column:last-of-type {
    padding: 10px !important; } }
.home-header .partial-column:last-of-type:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(250, 250, 250, 0.8);
  top: -25px;
  bottom: -25px;
  right: 0;
  left: 0;
  z-index: 1; }
@media screen and (max-width: 1200px) {
  .home-header .partial-column:last-of-type:before {
    top: -30px;
    bottom: 0; } }
@media screen and (max-width: 980px) {
  .home-header .partial-column:last-of-type:before {
    top: 0; } }
.home-header .gform_wrapper {
  padding-top: 6px; }

div#gpr_widget-2 {
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  .awards-shelf .partial-columns {
    flex-wrap: wrap;
    justify-content: center; }
  .awards-shelf .partial-columns .partial-column {
    flex-basis: 33%;
    padding-bottom: 30px; } }

@media screen and (max-width: 500px) {
  .awards-shelf .partial-columns .partial-column {
    flex-basis: 50%; }
  .awards-shelf .partial-columns .partial-column:last-of-type {
    padding-bottom: 0 !important; } }

.ft_layout .partial-columns .partial-header a, .ft_layout .partial-columns .layout-text_block a {
  color: #220fa1;
  font-weight: 400; }

/*--------------------------------------------------------------
# none
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# globals
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# copyright
--------------------------------------------------------------*/
.layout-copyright {
  text-align: center;
  padding: 10px; }

/*--------------------------------------------------------------
# footer-logo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer {
  border-top: 4px solid #020659; }
footer ul.menu {
  margin: 0;
  list-style: none;
  padding: 0; }
footer ul.menu a {
  text-decoration: none;
  line-height: 1.8; }
footer .menu-footer-right-menu-container {
  text-align: right; }
footer .flex-item > .layout-block > .ft_layout {
  padding: 0; }
footer h5 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important; }
footer h5:first-of-type {
  margin-bottom: 25px; }
@media screen and (max-width: 980px) {
  footer h5:first-of-type {
    margin-bottom: 18px;
    font-size: 20px !important;
    margin-top: 10px; } }
@media screen and (max-width: 980px) {
  footer h5 {
    font-size: 18px; } }
footer a {
  font-size: 20px;
  font-weight: 300;
  color: #020659; }
footer a i {
  font-weight: 300;
  color: #020659; }
@media screen and (max-width: 980px) {
  footer .partial.partial-columns {
    flex-wrap: wrap; }
  footer .partial.partial-columns .flex-item {
    margin-bottom: 16px; }
  footer .partial.partial-columns .flex-item a {
    font-size: 18px;
    padding: 3px 0 !important; }
  footer .partial.partial-columns .flex-item:first-of-type {
    padding: 15px 0 0 !important;
    margin-bottom: 30px !important; } }
footer .btm-footer {
  background: #020659;
  padding: 3px 0;
  text-align: center; }
footer .btm-footer * {
  color: white;
  font-size: 13px;
  font-weight: 100;
  margin: 0; }

/*--------------------------------------------------------------
# navigation
--------------------------------------------------------------*/
header#header {
  position: relative; }

header#header:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background: #020659;
  bottom: 0;
  right: 0;
  left: 0; }

header a.main_logo-wrapper {
  z-index: 999999;
  position: relative; }
header a.main_logo-wrapper img#main_logo {
  padding: 21px 0 10px;
  max-width: 320px; }
@media screen and (max-width: 1200px) {
  header a.main_logo-wrapper img#main_logo {
    max-width: 280px; } }
@media screen and (max-width: 980px) {
  header a.main_logo-wrapper img#main_logo {
    padding: 17px 0 14px; } }
@media screen and (max-width: 500px) {
  header a.main_logo-wrapper img#main_logo {
    max-width: 210px; } }

header .row {
  display: inline-block;
  width: 100%; }

header .main-navigation {
  float: right; }
header .main-navigation ul.menu {
  margin-top: 0;
  margin-bottom: 0; }
header .main-navigation ul.menu > li > a {
  padding: 21px 0;
  font-size: 20px;
  margin: 0 15px;
  z-index: 3; }
header .main-navigation ul.menu li {
  padding-top: 16px;
  position: relative;
  display: inline-block; }
header .main-navigation ul.menu li a {
  display: block;
  text-decoration: none;
  color: #020659;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  position: relative;
  transition: all .22s ease; }
@media screen and (max-width: 1500px) {
  header .main-navigation ul.menu li a {
    font-size: 17px;
    margin: 0 11px; } }
header .main-navigation ul.menu li:hover > ul.sub-menu, header .main-navigation ul.menu li.focus > ul.sub-menu {
  left: 0;
  right: auto;
  top: 95%;
  opacity: 1;
  transition: opacity .22s ease; }
header .main-navigation ul.menu li:hover > a, header .main-navigation ul.menu li.focus > a, header .main-navigation ul.menu li[class*='current'] > a {
  color: #002b4f; }
header .main-navigation ul.menu li ul.sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
  transition: top .35s ease;
  padding: 7px;
  min-width: 230px;
  top: 100%;
  opacity: 0;
  background-color: #fff;
  border-top: 4px solid #020659; }
header .main-navigation ul.menu li ul.sub-menu li.current-menu-item {
  background: #f6f4f9; }
header .main-navigation ul.menu li ul.sub-menu li.current-menu-item:after {
  content: unset; }
header .main-navigation ul.menu li ul.sub-menu ul {
  left: -999em;
  top: 0; }
header .main-navigation ul.menu li ul.sub-menu li {
  display: block;
  padding-top: 0; }
header .main-navigation ul.menu li ul.sub-menu li a {
  text-align: center;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 400; }
header .main-navigation ul.menu li ul.sub-menu li:hover a {
  background: #eee; }
header .main-navigation ul.menu li ul.sub-menu li:hover > ul,
header .main-navigation ul.menu li ul.sub-menu li.focus > ul {
  left: 100%; }

@media (min-width: 1200px) {
  .current-menu-item {
    background: #f6f4f9;
    position: relative; }
  .current-menu-item:after {
    content: '';
    display: block;
    position: absolute;
    background: transparent;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid black;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .menu-item-has-children {
    padding-right: 20px;
    position: relative; }
  .menu-item-has-children:before {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    width: 7px;
    border: 2px solid #020659;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    right: 20px;
    top: 17px;
    bottom: 0;
    margin: auto;
    transition: .22s ease; }
  .menu-item-has-children:hover:before {
    transform: rotate(135deg);
    top: 14px;
    right: 18px; } }

@media screen and (max-width: 1200px) {
  header a.main_logo-wrapper img {
    max-width: 300px; }
  header .main-navigation ul li a {
    font-size: 18px !important;
    margin: 0 13px 0 6px !important; } }

@media screen and (max-width: 500px) {
  header a.main_logo-wrapper img {
    max-width: 210px; } }

.stickyNav {
  position: fixed !important;
  top: 0;
  background: white;
  right: 0;
  left: 0;
  z-index: 10; }

header.stickyNav {
  top: 42px !important; }
@media (max-width: 500px) {
  header.stickyNav {
    top: 37px !important; } }

.mean-bar a.stickyNav.meanmenu-reveal {
  background: transparent;
  top: 55px !important; }
@media (max-width: 500px) {
  .mean-bar a.stickyNav.meanmenu-reveal {
    top: 47px !important; } }

/*--------------------------------------------------------------
# social
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# top-header
--------------------------------------------------------------*/
header#header {
  position: absolute;
  top: 42px;
  width: 100%;
  background: white; }

.page-wrap {
  padding-top: 128px !important; }
@media screen and (max-width: 1500px) {
  .page-wrap {
    padding-top: 123px !important; } }
@media screen and (max-width: 1200px) {
  .page-wrap {
    padding-top: 117px !important; } }
@media screen and (max-width: 500px) {
  .page-wrap {
    padding-top: 107px !important; } }

.top-navigation {
  position: absolute;
  top: 0;
  width: 100%; }
.top-navigation .container {
  max-width: 100%;
  margin: 0 50px; }
@media screen and (max-width: 500px) {
  .top-navigation .container {
    margin: 0 10px;
    padding: 0 !important; } }
.top-navigation .flex-grid {
  justify-content: space-between; }
.top-navigation .flex-item {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  display: flex; }
.top-navigation .flex-item:first-of-type {
  min-width: unset;
  max-width: 110px;
  margin-right: 0 !important; }
.top-navigation .flex-item:last-child {
  justify-content: flex-end;
  background: white;
  max-width: 310px;
  flex-basis: unset !important;
  min-width: unset;
  border: 1px solid #020659;
  margin-right: -50px !important;
  border-right: 0;
  margin-left: 0 !important; }
@media screen and (max-width: 500px) {
  .top-navigation .flex-item:last-child {
    margin-right: -10px !important; } }
.top-navigation .flex-item:last-child li {
  margin-left: 0 !important; }
.top-navigation .flex-item:last-child a {
  color: #020659;
  font-size: 18px;
  font-weight: 300;
  padding: 2px 38px 6px; }
@media screen and (max-width: 768px) {
  .top-navigation .flex-item:last-child a {
    font-size: 13px; } }
@media screen and (max-width: 500px) {
  .top-navigation .flex-item:last-child a {
    padding: 4px 7px 2px;
    font-size: 12px; } }
.top-navigation .flex-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-top: 7px; }
@media (max-width: 500px) {
  .top-navigation .flex-item ul {
    padding: 7px 0 5px !important; } }
.top-navigation .flex-item ul li {
  display: inline-block;
  vertical-align: top; }
.top-navigation .flex-item ul li a {
  color: white;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px; }
.top-navigation .flex-item ul li a.button {
  margin-bottom: -26px;
  padding: 15px 10px;
  font-family: "Poppins", sans-serif; }
.top-navigation .flex-item ul li:hover a {
  text-shadow: 0px 0px 0px #fff;
  transition: all .22s ease; }
.top-navigation .flex-item:first-child li:first-child a {
  padding-left: 0; }
.top-navigation .flex-item:last-child li {
  margin-left: 20px; }

/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
body.archive.author .site-main {
  padding-top: 130px; }

.blog-page {
  padding-top: 170px; }
@media screen and (max-width: 980px) {
  .blog-page {
    padding-top: 50px; } }
.blog-page .container {
  display: flex;
  flex-direction: row-reverse; }
@media screen and (max-width: 980px) {
  .blog-page .container {
    flex-direction: column; } }
.blog-page .container aside {
  max-width: 450px;
  flex-basis: 31%;
  box-sizing: border-box;
  padding-right: 95px; }
@media screen and (max-width: 980px) {
  .blog-page .container aside {
    max-width: 100%; } }
.blog-page .container .site-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 69%; }
.blog-page .container .site-main article {
  flex-basis: calc(100% / 2 - 48px);
  margin-bottom: 80px; }
.blog-page .container .site-main article h4 {
  line-height: 1.4 !important; }
.blog-page .container .site-main article img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 1200px) {
  .blog-page .container .site-main article {
    flex-basis: calc(100% / 2 - 25px);
    margin-bottom: 60px; } }
@media screen and (max-width: 980px) {
  .blog-page .container .site-main article {
    flex-basis: calc(100% / 2 - 18px);
    margin-bottom: 50px; } }
@media screen and (max-width: 500px) {
  .blog-page .container .site-main article {
    flex-basis: 100%;
    margin-bottom: 30px; } }

article .entry-meta h6 {
  color: #797979;
  margin: 8px 0;
  font-size: 19px; }
article .entry-meta h6 a, article .entry-meta h6 span {
  color: #797979;
  font-size: inherit;
  font-weight: inherit;
  text-transform: capitalize; }

article .entry-meta time.updated {
  display: none; }

.sidebar-1 h2 {
  font-size: 21px;
  font-family: "Poppins", sans-serif; }

.sidebar-1 ul {
  padding-left: 14px; }
.sidebar-1 ul li {
  font-size: 19px;
  padding-bottom: 10px; }

.sidebar-1 form#search-form {
  max-width: 292px;
  display: flex;
  height: 45px;
  position: relative;
  margin-bottom: 37px; }
.sidebar-1 form#search-form input#s {
  border: 1px solid #797979;
  border-right: 0;
  max-width: 247px;
  width: 100%; }
.sidebar-1 form#search-form input#searchsubmit {
  border-radius: 0;
  border: 1px solid #797979;
  background: #f2f2f2;
  min-width: 45px;
  padding: 0; }
.sidebar-1 form#search-form i {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 22px;
  color: #797979; }

nav.navigation.pagination, .post-navigation {
  flex-basis: 100%;
  padding: 30px 0 40px;
  border-top: 1px solid #020659;
  text-align: center; }
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span, .post-navigation .nav-links a, .post-navigation .nav-links span {
  font-size: 29px;
  font-family: "Lora", serif;
  color: #020659; }
nav.navigation.pagination .nav-links span, .post-navigation .nav-links span {
  padding: 0 9px;
  margin: 0 9px; }
nav.navigation.pagination .nav-links span.current, .post-navigation .nav-links span.current {
  background: #f6f4f9; }
nav.navigation.pagination span.next-arrow.arrow, .post-navigation span.next-arrow.arrow {
  position: relative;
  display: inline-block;
  padding-right: 0;
  padding-left: 31px; }
nav.navigation.pagination span.next-arrow.arrow:after, .post-navigation span.next-arrow.arrow:after {
  content: '';
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  transform: rotate(45deg);
  border: 4px solid #aaaaaa;
  border-bottom: 0;
  border-left: 0;
  top: -20px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px; }
nav.navigation.pagination span.prev-arrow.arrow, .post-navigation span.prev-arrow.arrow {
  position: relative;
  display: inline-block;
  padding-right: 31px;
  padding-left: 0; }
nav.navigation.pagination span.prev-arrow.arrow:after, .post-navigation span.prev-arrow.arrow:after {
  content: '';
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  transform: rotate(45deg);
  border: 4px solid #aaaaaa;
  border-right: 0;
  border-top: 0;
  top: -20px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px; }

/*--------------------------------------------------------------
# contact-block
--------------------------------------------------------------*/
.contact-block {
  background-blend-mode: hue !important; }
.contact-block .partial-columns {
  justify-content: space-between; }
@media screen and (max-width: 980px) {
  .contact-block .partial-columns {
    justify-content: center;
    flex-direction: column;
    align-items: center; } }
.contact-block .flex {
  align-items: baseline; }
.contact-block .flex div:first-of-type {
  margin-right: 30px;
  flex-basis: 17%; }
@media screen and (max-width: 500px) {
  .contact-block .flex div:first-of-type {
    display: none; } }
.contact-block .flex div:nth-of-type(2n) {
  flex-basis: 40%;
  margin-right: 15px; }
@media screen and (max-width: 500px) {
  .contact-block .flex div:nth-of-type(2n) {
    flex-basis: calc(100% / 2);
    margin-right: 18px; } }
.contact-block .flex div:last-of-type {
  flex-basis: 40%; }
@media screen and (max-width: 500px) {
  .contact-block .flex div:last-of-type {
    flex-basis: calc(100% / 2); } }
.contact-block .flex p, .contact-block .flex a {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 100; }
@media screen and (max-width: 1200px) {
  .contact-block .flex p, .contact-block .flex a {
    line-height: 22px !important; } }
.contact-block .flex a {
  color: white !important;
  transition: .22s ease;
  font-weight: 100 !important; }
.contact-block .flex a:hover {
  color: #abaaaa; }
@media screen and (max-width: 500px) {
  .contact-block .flex a {
    margin-top: 19px !important;
    display: block; } }
.contact-block .flex h4 {
  color: white;
  text-align: right;
  min-width: 115px; }
.contact-block .flex h5 {
  color: white; }
@media screen and (max-width: 1200px) {
  .contact-block .flex h5 {
    padding-right: 10px; } }
.contact-block .flex-item:first-of-type {
  flex-basis: 55%; }
.contact-block .flex-item:first-of-type .layout-text_block {
  margin-top: 40px; }
.contact-block .flex-item:first-of-type h3 {
  position: relative; }
@media screen and (max-width: 500px) {
  .contact-block .flex-item:first-of-type h3 {
    font-size: 22px; } }
.contact-block .flex-item:first-of-type h3:after {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid white;
  border-right: none;
  border-left: none;
  background: transparent;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(50% - 242px);
  width: 90px;
  opacity: .5; }
@media screen and (max-width: 1200px) {
  .contact-block .flex-item:first-of-type h3:after {
    width: 78px; } }
@media screen and (max-width: 768px) {
  .contact-block .flex-item:first-of-type h3:after {
    right: calc(50% - 185px);
    width: 58px; } }
@media screen and (max-width: 500px) {
  .contact-block .flex-item:first-of-type h3:after {
    right: calc(50% - 142px);
    width: 29px; } }
.contact-block .flex-item:first-of-type h3:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid white;
  border-right: none;
  border-left: none;
  background: transparent;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(50% - 242px);
  width: 90px;
  opacity: .5; }
@media screen and (max-width: 1200px) {
  .contact-block .flex-item:first-of-type h3:before {
    width: 78px; } }
@media screen and (max-width: 768px) {
  .contact-block .flex-item:first-of-type h3:before {
    left: calc(50% - 185px);
    width: 58px; } }
@media screen and (max-width: 500px) {
  .contact-block .flex-item:first-of-type h3:before {
    left: calc(50% - 142px);
    width: 29px; } }
.contact-block .flex-item:last-of-type {
  max-width: 360px;
  position: relative; }
@media screen and (max-width: 1200px) {
  .contact-block .flex-item:last-of-type {
    padding: 10px 30px !important;
    max-width: 290px; } }
@media screen and (max-width: 980px) {
  .contact-block .flex-item:last-of-type {
    padding: 20px 30px 10px !important;
    max-width: 400px;
    margin-top: 40px; } }
@media screen and (max-width: 768px) {
  .contact-block .flex-item:last-of-type .layout-gravity_form .container {
    padding: 0 !important; } }
.contact-block .flex-item:last-of-type * {
  position: relative;
  z-index: 3; }
.contact-block .flex-item:last-of-type:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(250, 250, 250, 0.8);
  top: -50px;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: 1; }
@media screen and (max-width: 980px) {
  .contact-block .flex-item:last-of-type:before {
    top: 0;
    bottom: -20px; } }

.flex {
  display: flex; }

.social-media {
  display: flex; }
.social-media a {
  padding-right: 20px;
  font-size: 22px !important; }

/*--------------------------------------------------------------
# ribbon-block
--------------------------------------------------------------*/
.ribbon-contact-form {
  padding: 0 !important; }
.ribbon-contact-form ul .one_fourth {
  flex-basis: calc(100% / 5 - 10px); }
@media screen and (max-width: 768px) {
  .ribbon-contact-form ul .one_fourth {
    flex-basis: calc(100% / 4 - 5px); } }
@media screen and (max-width: 500px) {
  .ribbon-contact-form ul .one_fourth {
    flex-basis: calc(100% / 2 - 5px); } }
.ribbon-contact-form ul#gform_fields_2 {
  display: flex;
  justify-content: space-between; }
@media screen and (max-width: 768px) {
  .ribbon-contact-form ul#gform_fields_2 {
    flex-wrap: wrap; } }
.ribbon-contact-form li#field_2_5 {
  flex-basis: calc(100% / 5 - 10px); }
@media screen and (max-width: 768px) {
  .ribbon-contact-form li#field_2_5 {
    flex-basis: 100%; } }
.ribbon-contact-form .gform_wrapper textarea.small {
  height: 32px; }
@media screen and (max-width: 500px) {
  .ribbon-contact-form .gform_wrapper textarea.small {
    height: 36px; } }
.ribbon-contact-form .gform_wrapper div.gform_footer {
  margin: 10px auto 0; }
.ribbon-contact-form div#gform_wrapper_2 {
  margin: 15px 0 0; }
.ribbon-contact-form ul#gform_fields_2 li input, .ribbon-contact-form ul#gform_fields_2 li textarea#input_2_5 {
  font-weight: 400 !important;
  border-radius: 4px; }
@media screen and (max-width: 500px) {
  .ribbon-contact-form ul#gform_fields_2 li input, .ribbon-contact-form ul#gform_fields_2 li textarea#input_2_5 {
    padding: 4px 2px 4px 4px !important; } }
@media screen and (max-width: 500px) {
  .ribbon-contact-form .layout-gravity_form .container {
    padding: 0 !important; } }

.ribbon-contact-form div#gform_confirmation_message_2 {
  color: white;
  padding-top: 20px;
  text-align: center; }

/*--------------------------------------------------------------
# partials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# button
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid white;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .22s ease;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 9px;
  padding: 6px 40px 6px 25px;
  background-color: #020659;
  position: relative; }
a.button:before,
button:before,
input[type="button"]:before,
input[type="reset"]:before,
input[type="submit"]:before {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border: 2px solid white;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
  transition: all .22s ease; }
a.button:active, a.button:focus,
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 {
  outline: none; }
a.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff; }
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #020659;
  color: #020659;
  background-color: #fff;
  cursor: pointer; }
a.button:hover:before,
button:hover:before,
input[type="button"]:hover:before,
input[type="reset"]:hover:before,
input[type="submit"]:hover:before {
  border-color: #020659; }
a.button.button-alt,
button.button-alt,
input[type="button"].button-alt,
input[type="reset"].button-alt,
input[type="submit"].button-alt {
  font-size: 20px;
  padding: 5px 0;
  color: #020659;
  background: none !important;
  border: none !important; }
a.button.button-alt:hover,
button.button-alt:hover,
input[type="button"].button-alt:hover,
input[type="reset"].button-alt:hover,
input[type="submit"].button-alt:hover {
  cursor: pointer;
  border: none !important; }

.button-alt a {
  position: relative;
  padding-right: 20px !important; }
.button-alt a:after {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border: 2px solid #020659;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
  right: 3px;
  top: 14px !important;
  transition: .22s ease; }
.button-alt a:hover:after {
  right: 0; }
.button-alt a:before {
  content: none; }

footer .button-alt a {
  font-weight: 300;
  transition: .22s ease; }
footer .button-alt a:after {
  content: none; }
footer .button-alt a:before {
  content: none; }
footer .button-alt a:hover {
  color: #220fa1; }

footer a, footer a i {
  transition: .22s ease; }
footer a:hover, footer a i:hover {
  color: #220fa1; }

/*--------------------------------------------------------------
# divider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# gravity-form
--------------------------------------------------------------*/
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"],
select,
textarea {
  color: #8f9194;
  border: 1px solid #b8babc;
  border-radius: 1px;
  padding: 15px;
  background-color: #fefefe; }
input[type="text"]:active, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="color"]:active,
input[type="color"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  color: #00457c; }

.gform_wrapper .gfield_label {
  font-weight: 300 !important;
  font-size: 18px !important;
  padding-bottom: 4px; }

.gform_wrapper .ginput_container,
.gform_wrapper .ginput_container input {
  margin: 0 !important; }

.gform_wrapper ul li {
  padding: 0 !important;
  margin-top: 12px !important; }

.gform_wrapper ul li textarea,
.gform_wrapper ul li input,
.gform_wrapper ul li select {
  border: 1px solid #2f2f2f;
  padding: 4px 15px !important; }
.gform_wrapper ul li textarea:active, .gform_wrapper ul li textarea:focus,
.gform_wrapper ul li input:active,
.gform_wrapper ul li input:focus,
.gform_wrapper ul li select:active,
.gform_wrapper ul li select:focus {
  transition: all .22s ease;
  border: 1px solid #020659; }

.gform_wrapper div.gform_footer {
  margin: 43px auto 10px;
  clear: both;
  width: 127px;
  position: relative;
  padding: 0 !important;
  transition: .22s ease; }
.gform_wrapper div.gform_footer:after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border: 2px solid white;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  right: 20px;
  bottom: 15px;
  z-index: 3; }
.gform_wrapper div.gform_footer input {
  font-size: 18px !important; }
.gform_wrapper div.gform_footer:hover:after {
  border-color: #020659; }

.gf_simple_horizontal_wrapper.centered form {
  display: flex;
  justify-content: center; }

@media (max-width: 641px) {
  .gform_wrapper input {
    line-height: unset !important;
    min-height: unset !important;
    margin-bottom: 0 !important; } }

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.h1,
h1 {
  font-size: 55px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.1;
  margin: 15px 0;
  clear: both; }
.h1.no-margin,
h1.no-margin {
  margin: 0; }
@media screen and (max-width: 1200px) {
  .h1,
  h1 {
    font-size: 46px; } }
@media screen and (max-width: 768px) {
  .h1,
  h1 {
    font-size: 34px;
    margin: 10px 0; } }

.h2,
h2 {
  font-size: 40px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.1;
  margin: 15px 0;
  clear: both; }
.h2.no-margin,
h2.no-margin {
  margin: 0; }
@media screen and (max-width: 1200px) {
  .h2,
  h2 {
    font-size: 42px; } }
@media screen and (max-width: 768px) {
  .h2,
  h2 {
    font-size: 32px;
    margin: 10px 0; } }

.h3,
h3 {
  font-size: 30px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.1;
  margin: 15px 0;
  clear: both; }
.h3.no-margin,
h3.no-margin {
  margin: 0; }
@media screen and (max-width: 1200px) {
  .h3,
  h3 {
    font-size: 32px; } }
@media screen and (max-width: 768px) {
  .h3,
  h3 {
    font-size: 24px;
    margin: 10px 0; } }

.h4,
h4 {
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.1;
  margin: 15px 0;
  clear: both; }
.h4.no-margin,
h4.no-margin {
  margin: 0; }
@media screen and (max-width: 1200px) {
  .h4,
  h4 {
    font-size: 24px; } }
@media screen and (max-width: 768px) {
  .h4,
  h4 {
    font-size: 20px;
    margin: 10px 0; } }

.h5,
h5 {
  font-size: 20px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.1;
  margin: 15px 0;
  clear: both; }
.h5.no-margin,
h5.no-margin {
  margin: 0; }
@media screen and (max-width: 1200px) {
  .h5,
  h5 {
    font-size: 19px; } }
@media screen and (max-width: 768px) {
  .h5,
  h5 {
    font-size: 18px;
    margin: 10px 0; } }

.h6, footer ul.menu a,
h6 {
  font-size: 18px;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #414042;
  line-height: 1.1;
  margin: 15px 0;
  clear: both; }
.h6.no-margin, footer ul.menu a.no-margin,
h6.no-margin {
  margin: 0; }
@media screen and (max-width: 1200px) {
  .h6, footer ul.menu a,
  h6 {
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  .h6, footer ul.menu a,
  h6 {
    font-size: 16px;
    margin: 10px 0; } }

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

.partial-image img {
  margin-bottom: 15px; }

.partial-image {
  padding-right: 30px; }
@media screen and (max-width: 768px) {
  .partial-image {
    padding-right: 0; } }

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# map
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# text-block
--------------------------------------------------------------*/
.layout-text_block p {
  color: inherit; }

.layout-text_block.small p {
  font-size: 80%; }

.layout-text_block.large p {
  font-size: 120%; }

/*--------------------------------------------------------------
# column
--------------------------------------------------------------*/
.partial-columns {
  display: flex; }
.partial-columns .partial-column {
  flex-basis: 100%; }

/*--------------------------------------------------------------
# vertical-lines
--------------------------------------------------------------*/
.vertical-lines {
  position: relative;
  padding-left: 35px; }
.vertical-lines:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #020659;
  width: 1px; }
.vertical-lines:after {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  background: #020659;
  width: 1px; }

/*--------------------------------------------------------------
# counter
--------------------------------------------------------------*/
.counter {
  position: relative; }
@media screen and (max-width: 980px) {
  .counter span.counter {
    font-size: 57px !important; }
  .counter .partial-column {
    padding: 0 30px !important; } }
@media screen and (max-width: 768px) {
  .counter .partial-columns {
    flex-direction: column; }
  .counter .partial-columns .partial-column {
    padding: 0 !important; }
  .counter.ft_layout.flex-padding-3 {
    padding: 20px 0 40px !important; } }

.count-wrap {
  text-align: center; }
.count-wrap .counter {
  opacity: 0;
  top: 20px;
  transition: .22s ease; }
.count-wrap .counter.visible {
  opacity: 1;
  top: 0; }
.count-wrap span.large {
  font-size: 80px;
  font-family: "Lora", serif; }
.count-wrap span.blue {
  color: #020659; }
.count-wrap span.white {
  color: white; }

.count-wrap.large + div p {
  font-size: 22px;
  text-align: center;
  color: #797979;
  max-width: 179px;
  margin: auto; }

/*--------------------------------------------------------------
# video
--------------------------------------------------------------*/
@media (max-width: 550px) {
  .video-partial {
    text-align: center; } }

.video-partial .media_info * {
  max-width: 340px; }

.video-partial .media_info.align-right {
  float: right; }

.video-partial .media_info.align-left {
  float: left; }

.video-partial .media_info.align-center {
  margin: auto; }

@media screen and (max-width: 1200px) {
  .video-partial iframe {
    width: 500px !important;
    height: 370px; } }

@media (max-width: 550px) {
  .video-partial iframe {
    width: 300px !important;
    height: 220px; } }

.ft_layout.flex-padding-2 {
  padding: 40px 0 !important; }

/*--------------------------------------------------------------
# timer
--------------------------------------------------------------*/
div#countdown-timer {
  display: flex;
  justify-content: space-around; }
div#countdown-timer h6 {
  color: white;
  font-family: "Lora", serif !important;
  font-size: 29px;
  margin: 0 0 3px;
  text-align: center; }
@media screen and (max-width: 980px) {
  div#countdown-timer h6 {
    padding: 0 2px; } }
div#countdown-timer span {
  color: white;
  font-size: 8px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 100; }

div.countdown {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding: 0; }
@media screen and (max-width: 768px) {
  div.countdown {
    padding: 15px 0 10px; } }
div.countdown .partial-columns {
  align-items: center; }
@media screen and (max-width: 768px) {
  div.countdown .partial-columns {
    flex-direction: column; } }
div.countdown .flex-item .partial-header {
  font-size: 23px !important; }
div.countdown .flex-item:nth-of-type(2n) {
  border-left: 3px solid white;
  border-right: 3px solid white; }
@media screen and (max-width: 768px) {
  div.countdown .flex-item:nth-of-type(2n) {
    border: none !important; } }
@media screen and (max-width: 500px) {
  div.countdown .flex-item {
    padding: 10px !important; } }
div.countdown a {
  color: white !important; }
div.countdown a:after {
  border-color: white; }

/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------*/
.accordion-wrap {
  border-bottom: 1px solid #020659;
  margin-bottom: 10px; }
.accordion-wrap .hidden {
  display: none !important;
  width: 100%;
  max-width: 1250px;
  margin: 0 !important;
  padding: 0 !important; }
.accordion-wrap .hidden.show {
  display: block !important; }
.accordion-wrap h6 {
  position: relative; }
.accordion-wrap h6:hover {
  cursor: pointer; }
.accordion-wrap h6:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 4px;
  height: 7px;
  width: 7px;
  transform: rotate(45deg);
  border: 2px solid #020659;
  border-bottom: none;
  border-left: none;
  transition: .4s ease; }
.accordion-wrap h6.open:after {
  transform: rotate(135deg);
  bottom: 5px;
  right: 8px; }

/*--------------------------------------------------------------
# cards
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/
.card-product {
  text-align: center; }
.card-product .title {
  margin: 20px 0 10px;
  font-size: 22px;
  font-family: "Lora", serif; }
.card-product .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  max-width: 290px;
  margin: 0 auto; }
.card-product .thumbnail img {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  height: auto;
  width: auto; }
.card-product .thumbnail:before {
  content: '';
  display: block;
  padding-top: 60%; }

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/
.ft_layout {
  padding: 25px 0; }
.ft_layout.flex-padding-1 {
  padding: 30px 0; }
.ft_layout.flex-padding-2 {
  padding: 40px 0; }
.ft_layout.flex-padding-3 {
  padding: 60px 0; }
@media screen and (max-width: 500px) {
  .ft_layout.flex-padding-3 {
    padding: 40px 0; } }

.flex-align-center {
  align-items: center; }

.flex-justify-center {
  justify-content: center; }

.flex-align-space-around {
  align-items: space-around; }

.flex-justify-space-around {
  justify-content: space-around; }

.flex-align-space-between {
  align-items: space-between; }

.flex-justify-space-between {
  justify-content: space-between; }

.flex-align-flex-start {
  align-items: flex-start; }

.flex-justify-flex-start {
  justify-content: flex-start; }

.flex-align-stretch {
  align-items: stretch; }

.flex-justify-stretch {
  justify-content: stretch; }

@media screen and (max-width: 1200px) {
  .flex-break-desk-sm .partial-columns {
    flex-direction: column;
    align-items: center; }
  .flex-break-desk-sm .partial-columns .flex-item {
    margin-bottom: 30px; }
  .flex-break-desk-sm .partial-columns .video-partial .media_info {
    float: none !important; }
  .flex-break-desk-sm .partial-columns .video-partial .media_info * {
    max-width: unset; } }

@media screen and (max-width: 980px) {
  .tablet-align-start .partial-columns {
    align-items: flex-start !important; } }

@media screen and (max-width: 980px) {
  .flex-break-tablet .partial-columns {
    flex-direction: column;
    align-items: center; }
  .flex-break-tablet .partial-columns .flex-item {
    margin-bottom: 40px; } }

@media screen and (max-width: 768px) {
  .flex-break-tablet-sm .partial-columns {
    flex-direction: column;
    align-items: center; }
  .flex-break-tablet-sm .partial-columns .flex-item {
    margin-bottom: 30px; } }

.ft_layout.rmv-btm-pd {
  padding-bottom: 0 !important; }

@media (max-width: 400px) {
  .flex-item.flex-padding-Custom, .flex-item.flex-padding-1, .flex-item.flex-padding-2, .flex-item.flex-padding-3 {
    padding: 0 20px !important; }
  .add-clm-pd-mb .flex-item.flex-padding-Custom, .add-clm-pd-mb .flex-item.flex-padding-1, .add-clm-pd-mb .flex-item.flex-padding-2, .add-clm-pd-mb .flex-item.flex-padding-3 {
    padding: 20px !important; } }

@media screen and (max-width: 980px) {
  .ft_layout.rmv-pd-btm-tab {
    padding-bottom: 0 !important; } }

.highlight-links a {
  color: #220fa1;
  font-weight: 400; }

.video-block .video-partial {
  text-align: center;
  padding: 0 6px; }

.video-block .partial-columns {
  align-items: flex-end; }

.video-block iframe {
  max-width: 300px !important;
  height: auto !important;
  margin: auto; }
@media screen and (max-width: 500px) {
  .video-block iframe {
    max-width: 260px !important; } }

/*--------------------------------------------------------------
# list
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.layout-banner .banner-wrapper {
  padding-left: 65%;
  padding-top: 5%;
  padding-bottom: 15px; }
body.home .layout-banner .banner-wrapper {
  padding-top: 16%;
  padding-bottom: 35px; }

@media screen and (min-width: 1500px) {
  .layout-banner[style*="background"][style*="contain"] {
    background-size: initial !important; } }

/*--------------------------------------------------------------
# two-column
--------------------------------------------------------------*/
.ft_layout.layout-two_column .flex-grid--custom .flex-item:nth-child(odd) {
  padding-left: 0; }

.ft_layout.layout-two_column .flex-grid--custom .flex-item:nth-child(even) {
  padding-right: 0; }

@media screen and (max-width: 768px) {
  .flex-grid--custom {
    flex-direction: column; }
  .flex-grid--custom .flex-item[style*="flex-basis"]:empty {
    min-height: 250px;
    order: -1;
    /* background-size: contain !important; */
    /* flex-grow: 0; */ } }

/*--------------------------------------------------------------
# multi-column
--------------------------------------------------------------*/
.multi_column-wrapper {
  display: flex;
  flex-wrap: wrap; }
.multi_column-wrapper--2 .flex-item {
  flex-basis: calc(50% - 20px);
  min-width: calc(50% - 20px);
  margin: 10px 20px; }
.multi_column-wrapper--2 .flex-item:nth-child(2n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.multi_column-wrapper--2 .flex-item:nth-child(2n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 768px) {
  .multi_column-wrapper--2 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .multi_column-wrapper--2 .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .multi_column-wrapper--2 .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.multi_column-wrapper--3 .flex-item {
  flex-basis: calc(33.3333333333% - 26.6666666667px);
  min-width: calc(33.3333333333% - 26.6666666667px);
  margin: 10px 20px; }
.multi_column-wrapper--3 .flex-item:nth-child(3n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.multi_column-wrapper--3 .flex-item:nth-child(3n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .multi_column-wrapper--3 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 10px; }
  .multi_column-wrapper--3 .flex-item:nth-child(1n + 1) {
    margin: 5px 10px;
    margin-left: 0; }
  .multi_column-wrapper--3 .flex-item:nth-child(1n + 0) {
    margin: 5px 10px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .multi_column-wrapper--3 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .multi_column-wrapper--3 .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .multi_column-wrapper--3 .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.multi_column-wrapper--4 .flex-item {
  flex-basis: calc(25% - 30px);
  min-width: calc(25% - 30px);
  margin: 10px 20px; }
.multi_column-wrapper--4 .flex-item:nth-child(4n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.multi_column-wrapper--4 .flex-item:nth-child(4n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .multi_column-wrapper--4 .flex-item {
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
    margin: 5px 10px; }
  .multi_column-wrapper--4 .flex-item:nth-child(2n + 1) {
    margin: 5px 10px;
    margin-left: 0; }
  .multi_column-wrapper--4 .flex-item:nth-child(2n + 0) {
    margin: 5px 10px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .multi_column-wrapper--4 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .multi_column-wrapper--4 .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .multi_column-wrapper--4 .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }

.flex-grid {
  display: flex;
  flex-wrap: wrap; }
.flex-grid--2 .flex-item {
  flex-basis: calc(50% - 20px);
  min-width: calc(50% - 20px);
  margin: 10px 20px; }
.flex-grid--2 .flex-item:nth-child(2n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.flex-grid--2 .flex-item:nth-child(2n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 768px) {
  .flex-grid--2 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-grid--2 .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-grid--2 .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.flex-grid--3 .flex-item {
  flex-basis: calc(33.3333333333% - 26.6666666667px);
  min-width: calc(33.3333333333% - 26.6666666667px);
  margin: 10px 20px; }
.flex-grid--3 .flex-item:nth-child(3n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.flex-grid--3 .flex-item:nth-child(3n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-grid--3 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 5px 10px; }
  .flex-grid--3 .flex-item:nth-child(1n + 1) {
    margin: 5px 10px;
    margin-left: 0; }
  .flex-grid--3 .flex-item:nth-child(1n + 0) {
    margin: 5px 10px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-grid--3 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-grid--3 .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-grid--3 .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.flex-grid--4 .flex-item {
  flex-basis: calc(25% - 30px);
  min-width: calc(25% - 30px);
  margin: 10px 20px; }
.flex-grid--4 .flex-item:nth-child(4n + 1) {
  margin: 10px 20px;
  margin-left: 0; }
.flex-grid--4 .flex-item:nth-child(4n + 0) {
  margin: 10px 20px;
  margin-right: 0; }
@media screen and (max-width: 1200px) {
  .flex-grid--4 .flex-item {
    flex-basis: calc(50% - 10px);
    min-width: calc(50% - 10px);
    margin: 5px 10px; }
  .flex-grid--4 .flex-item:nth-child(2n + 1) {
    margin: 5px 10px;
    margin-left: 0; }
  .flex-grid--4 .flex-item:nth-child(2n + 0) {
    margin: 5px 10px;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  .flex-grid--4 .flex-item {
    flex-basis: calc(100% - 0px);
    min-width: calc(100% - 0px);
    margin: 0px 0px; }
  .flex-grid--4 .flex-item:nth-child(1n + 1) {
    margin: 0px 0px;
    margin-left: 0; }
  .flex-grid--4 .flex-item:nth-child(1n + 0) {
    margin: 0px 0px;
    margin-right: 0; } }
.flex-grid .flex-item {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# content
--------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  .wrap-tablet .partial-columns {
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .wrap-tablet-sm .partial-columns {
    flex-wrap: wrap; } }

@media screen and (max-width: 500px) {
  .wrap-mobile .partial-columns {
    flex-wrap: wrap; } }

.increase-img-size .partial-image img {
  width: 100%; }

/*--------------------------------------------------------------
# attorney
--------------------------------------------------------------*/
.attorney-wrap .banner {
  background-repeat: no-repeat;
  background-size: cover; }
.attorney-wrap .banner h1 {
  color: #020659; }

.attorney-wrap .shelf:nth-of-type(2n + 2) {
  background: #f2f2f2; }

.attorney-wrap .shelf .container {
  display: flex;
  justify-content: space-between; }
.attorney-wrap .shelf .container .col-1, .attorney-wrap .shelf .container .col-2 {
  flex-basis: calc(100% / 2 - 40px); }

.attorney-wrap .shelf-1 .col-2 {
  margin-top: -101px;
  text-align: right; }

.attorney-wrap .shelf-1 .col-1 h6 {
  line-height: 1.6;
  color: black; }

@media screen and (max-width: 1200px) {
  .attorney-wrap .shelf-1 .container {
    flex-direction: column; }
  .attorney-wrap .shelf-1 .container .col-2 {
    margin: 0 auto; } }

.attorney-wrap .shelf-2 {
  padding: 10px 0 60px; }
.attorney-wrap .shelf-2 h4 {
  margin-top: 20px;
  margin-bottom: 7px; }
.attorney-wrap .shelf-2 h6 {
  max-width: 320px;
  margin-top: 0; }
.attorney-wrap .shelf-2 h5 {
  margin-top: 0; }
.attorney-wrap .shelf-2 .col-2 {
  padding-left: 40px; }
@media screen and (max-width: 1200px) {
  .attorney-wrap .shelf-2 .col-2 {
    padding-left: 0; } }
@media screen and (max-width: 1200px) {
  .attorney-wrap .shelf-2 .container {
    flex-direction: column-reverse;
    align-items: center; } }
@media screen and (max-width: 768px) {
  .attorney-wrap .shelf-2 iframe {
    width: 400px !important;
    margin: auto;
    height: 280px !important; } }
@media screen and (max-width: 500px) {
  .attorney-wrap .shelf-2 iframe {
    width: 294px !important;
    margin: auto;
    height: 200px !important; } }

.attorney-wrap .shelf-3 .vertical-lines {
  padding-right: 40px;
  flex-basis: calc(100% / 3 - 10px); }
@media screen and (max-width: 500px) {
  .attorney-wrap .shelf-3 .vertical-lines {
    padding-right: 0;
    padding-left: 25px; } }

.attorney-wrap .shelf-3 ul {
  margin-top: 30px; }

@media screen and (max-width: 980px) {
  .attorney-wrap .shelf-3 .container {
    flex-direction: column; } }

.attorney-wrap .shelf-4 .container {
  align-items: center; }

.attorney-wrap .shelf-4 ul {
  margin-bottom: 30px; }

@media screen and (max-width: 980px) {
  .attorney-wrap .shelf-4 .container {
    flex-direction: column;
    align-items: center; }
  .attorney-wrap .shelf-4 .container .col-1 {
    padding-bottom: 40px; } }

.attorney-wrap .shelf-5 .container {
  align-items: center; }
@media screen and (max-width: 1200px) {
  .attorney-wrap .shelf-5 .container {
    flex-direction: column; } }

.attorney-wrap .shelf-5 h2 {
  margin-top: 7px;
  margin-bottom: 28px; }

.attorney-wrap .shelf-5 .col-2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
@media screen and (max-width: 1200px) {
  .attorney-wrap .shelf-5 .col-2 {
    flex-basis: 100% !important;
    padding-top: 40px; } }
@media screen and (max-width: 768px) {
  .attorney-wrap .shelf-5 .col-2 {
    flex-direction: column; }
  .attorney-wrap .shelf-5 .col-2 img {
    padding-bottom: 20px; } }

.attorney-wrap h4 {
  margin: 3px 0; }

.attorney-wrap .contact-block h4 {
  margin: 15px 0; }

.attorney-wrap a {
  color: #220fa1;
  font-weight: 400; }

.attorney-wrap h3, .attorney-wrap h4, .attorney-wrap span {
  color: #020659; }

.attorney-wrap h6 {
  line-height: 1.3;
  color: #797979;
  margin: 0 0 2px; }

.attorney-wrap ul {
  padding-left: 0; }
.attorney-wrap ul li {
  text-indent: 10px;
  font-size: 17px;
  line-height: 29px;
  position: relative; }
.attorney-wrap ul li:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 4px;
  background: #797979;
  border-radius: 50%;
  top: 12px;
  left: 0; }

.gform_body {
  width: 100%; }
.gform_body input {
  width: 100%; }

/*--------------------------------------------------------------
# single-post
--------------------------------------------------------------*/
.single-post-page {
  padding-top: 140px; }
@media screen and (max-width: 980px) {
  .single-post-page {
    padding-top: 90px; } }
.single-post-page .container {
  display: flex;
  justify-content: space-between; }
@media screen and (max-width: 980px) {
  .single-post-page .container {
    flex-direction: column-reverse; } }
.single-post-page .post-thumbnail {
  text-align: center; }
.single-post-page .post-thumbnail img {
  max-height: 300px;
  width: auto; }
.single-post-page aside {
  max-width: 330px;
  flex-basis: 31%;
  padding-right: 50px; }
.single-post-page .single-post-wrap {
  flex-basis: 69%; }
.single-post-page .single-post-wrap .entry-meta {
  text-align: center; }
.single-post-page .single-post-wrap .entry-meta p {
  color: #797979;
  margin: 8px 0;
  font-size: 19px; }
.single-post-page .single-post-wrap .entry-meta p a, .single-post-page .single-post-wrap .entry-meta p span {
  color: #797979;
  font-size: inherit;
  font-weight: inherit;
  text-transform: capitalize; }
.single-post-page .single-post-wrap .entry-meta time.updated {
  display: none; }
.single-post-page .content-wrap {
  padding-top: 30px; }
.single-post-page .content-wrap h1, .single-post-page .content-wrap h2, .single-post-page .content-wrap h3, .single-post-page .content-wrap h4, .single-post-page .content-wrap h5, .single-post-page .content-wrap h6 {
  color: #020659; }
.single-post-page .content-wrap a {
  color: #220fa1;
  font-weight: 400; }

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }
.post-navigation a[rel='next'] {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  font-size: 22px;
  color: #020659;
  font-family: "Lora", serif; }
@media screen and (max-width: 500px) {
  .post-navigation a[rel='next'] {
    padding-right: 25px; } }
.post-navigation a[rel='next']:after {
  content: '';
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  transform: rotate(45deg);
  border: 4px solid #aaaaaa;
  border-bottom: 0;
  border-left: 0;
  top: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  right: 0; }
.post-navigation a[rel='prev'] {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 22px;
  color: #020659;
  font-family: "Lora", serif; }
@media screen and (max-width: 500px) {
  .post-navigation a[rel='prev'] {
    padding-left: 25px; } }
.post-navigation a[rel='prev']:after {
  content: '';
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  transform: rotate(45deg);
  border: 4px solid #aaaaaa;
  border-top: 0;
  border-right: 0;
  top: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  left: 0; }

/*--------------------------------------------------------------
# testimonial-shelf
--------------------------------------------------------------*/
.testimonial-shelf .layout-slider {
  max-width: 700px !important;
  margin: auto !important;
  padding: 0 !important; }
.testimonial-shelf .layout-slider p {
  font-size: 17px !important; }
