@charset "UTF-8";
/*
Theme Name: Ozz
Author: Oz Coruhlu
Author URI: http://www.yesandagency.com
Description: Ozz is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : http://www.famethemes.com/preview/?theme=Ozz)
Version: 1.3.8
Text Domain: ozz
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  Sections
10.0  External Plugins

--------------------------------------------------------------*/
@font-face {
  font-family: "Ideal Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/woff2/IdealSansSSm-Light_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-Light_Web.woff") format("woff");
}
@font-face {
  font-family: "Ideal Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/woff2/IdealSansSSm-Book_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-Book_Web.woff") format("woff");
}
@font-face {
  font-family: "Ideal Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/woff2/IdealSansSSm-BookItalic_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-BookItalic_Web.woff") format("woff");
}
@font-face {
  font-family: "Ideal Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/woff2/IdealSansSSm-Medium_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-Medium_Web.woff") format("woff");
}
@font-face {
  font-family: "Ideal Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/woff2/IdealSansSSm-MediumItalic_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-MediumItalic_Web.woff") format("woff");
}
@font-face {
  font-family: "Ideal Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/woff2/IdealSansSSm-Semibold_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-Semibold_Web.woff") format("woff");
}
@font-face {
  font-family: "Ideal Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/woff2/IdealSansSSm-SemiboldItalic_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-SemiboldItalic_Web.woff") format("woff");
}
@font-face {
  font-family: "Ideal Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/woff2/IdealSansSSm-Bold_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-Bold_Web.woff") format("woff");
}
@font-face {
  font-family: "HCo Ideal Sans SSm";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/woff2/IdealSansSSm-BoldItalic_Web.woff2") format("woff2"), url("../fonts/woff/IdealSansSSm-BoldItalic_Web.woff") format("woff");
}
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}
@media (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #F5F5F5;
  height: 100%;
}

.site {
  background: #FFFFFF;
  position: relative;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22), 0 10px 35px rgba(0, 0, 0, 0.3);
}

body, button, input, select, textarea {
  font-family: "Ideal Sans", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #404040;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #0e73ba;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #404040;
  text-decoration: underline;
}
a:active, a:focus, a:hover {
  outline: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1, .h1, .page-header .entry-title, .page-header .page-title, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: both;
  font-family: "Source Serif Pro", Georgia, serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #0C3A4E;
}
h1 a, .h1 a, .page-header .entry-title a, .page-header .page-title a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: #0C3A4E;
  text-decoration: none;
}
h1 a:hover, .h1 a:hover, .page-header .entry-title a:hover, .page-header .page-title a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  color: #095184;
}

h1, .h1, .page-header .entry-title, .page-header .page-title {
  line-height: 1.3;
  font-size: 33px;
  font-size: 2.0625rem;
}
@media (min-width: 768px) {
  h1, .h1, .page-header .entry-title, .page-header .page-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
h1 span, .h1 span, .page-header .entry-title span, .page-header .page-title span {
  font-weight: bold;
}

h2, .h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 12px;
}

h5, .h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

h6, .h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}

h1.lined:after, h2.lined:after, h3.lined:after, h4.lined:after, h5.lined:after {
  margin-top: 10px;
  content: "";
  height: 6px;
  border-radius: 3px;
  width: 80px;
  background: #EBB43B;
  display: block;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 20px 0;
}
blockquote p {
  font-style: italic;
}
blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

figure {
  margin: 0;
}

address {
  margin: 20px 0;
}

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}

details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
details :focus {
  outline: none;
}

abbr,
acronym,
dfn {
  cursor: help;
  font-size: 0.95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}

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

small {
  font-size: 82%;
}

big {
  font-size: 125%;
}

ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul li, ol li {
  margin: 8px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px;
}

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}

input[type=reset], input[type=submit], input[type=submit] {
  cursor: pointer;
  background: #0e73ba;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=submit]:hover {
  opacity: 0.8;
}

input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover,
input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}

textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
}
textarea:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #e9e9e9;
}

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

input[type=radio], input[type=checkbox] {
  margin: 0 10px;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: #0e73ba;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em;
}

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

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

/*------------------------------
	3.0 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;
  clear: both;
}

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

/*------------------------------
	3.1 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;
}

/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
  display: none;
}

.clearleft {
  clear: left;
}

.break, h1, .h1, .page-header .entry-title, .page-header .page-title, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}

.uppercase {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#secondary {
  padding-top: 0;
}
@media screen and (min-width: 940px) {
  #secondary {
    padding-top: 40px;
  }
}
#secondary .resource-topic-link a {
  font-size: 18px;
  font-size: 1.125rem;
}

.content-area {
  width: 100%;
  float: none;
}
@media screen and (min-width: 940px) {
  .content-area {
    float: left;
  }
}

.sidebar {
  width: 100%;
  float: none;
}
@media screen and (min-width: 940px) {
  .sidebar {
    width: 0.3181818182;
    float: left;
  }
}

.no-sidebar .content-area {
  width: 100%;
}

@media screen and (min-width: 940px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 0.6818181818;
  }
  .left-sidebar .sidebar {
    padding-left: 40px;
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px;
  }
  .right-sidebar .content-area {
    border-right: 1px solid #e9e9e9;
    width: 68.1818181818%;
  }
  .right-sidebar .sidebar {
    padding-right: 40px;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px;
  }
}
/* Utility classes
-------------------------------------------------- */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}
.reset-row .m-a-0 {
  margin: 0 0.9375rem !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.reset-row .m-x-0 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}
.reset-row .m-a-1 {
  margin: 1rem 1.9375rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.reset-row .m-x-1 {
  margin-right: 1.9375rem !important;
  margin-left: 1.9375rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}
.reset-row .m-a-2 {
  margin: 1.5rem 2.4375rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.reset-row .m-x-2 {
  margin-right: 2.4375rem !important;
  margin-left: 2.4375rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}
.reset-row .m-a-3 {
  margin: 3rem 3.9375rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.reset-row .m-x-3 {
  margin-right: 3.9375rem !important;
  margin-left: 3.9375rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}
.reset-row .p-a-0 {
  padding: 0 0.9375rem !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.reset-row .p-x-0 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}
.reset-row .p-a-1 {
  padding: 1rem 1.9375rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.reset-row .p-x-1 {
  padding-right: 1.9375rem !important;
  padding-left: 1.9375rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}
.reset-row .p-a-2 {
  padding: 1.5rem 2.4375rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.reset-row .p-x-2 {
  padding-right: 2.4375rem !important;
  padding-left: 2.4375rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3, .slide .slide__content {
  padding: 3rem 3rem !important;
}
.reset-row .p-a-3, .reset-row .slide .slide__content, .slide .reset-row .slide__content {
  padding: 3rem 3.9375rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.reset-row .p-x-3 {
  padding-right: 3.9375rem !important;
  padding-left: 3.9375rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 940px) {
  .p-a-3, .slide .slide__content {
    padding: 3rem 2rem !important;
  }
}
.fw-container:before,
.fw-container:after,
.fw-container-fluid:before,
.fw-container-fluid:after,
.fw-row:before,
.fw-row:after {
  content: " ";
  display: table;
}

.fw-container:after,
.fw-container-fluid:after,
.fw-row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.clear {
  clear: both;
  width: 100%;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

img,
iframe,
embed {
  max-width: 100%;
}

.map img,
.fw-shortcode-map-wrapper img {
  max-width: none !important;
}

.p-sm {
  padding: 15px;
}

.p-md {
  padding: 30px;
}

.p-lg {
  padding: 60px;
}

/* Grid system */
/* -------------------------------------------------- */
.fw-main-row,
.fw-main-row *,
.fw-main-row *:before,
.fw-main-row *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.reset-row .fw-container {
  padding-left: 0;
  padding-right: 0;
}
.reset-row .fw-container .fw-row {
  margin-left: 0;
  margin-right: 0;
}
.reset-row .row {
  margin-left: 0;
  margin-right: 0;
}
.reset-row .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.fw-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*@media (min-width: 768px) {
	.fw-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.fw-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.fw-container {
		width: 1170px;
	}
}*/
.fw-container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.fw-row {
  margin-left: -15px;
  margin-right: -15px;
}

.fw-row:before,
.fw-row:after {
  content: " ";
  display: table;
}

.fw-row:after {
  clear: both;
}

.cardx {
  border: solid 1px RGBA(77, 89, 98, 0.1);
  width: 100%;
  background: #f8f9f9;
  box-shadow: 0 0 10px rgba(12, 58, 78, 0.1);
  transition: all 0.3s;
}
.cardx:hover {
  box-shadow: 0 0 20px rgba(12, 58, 78, 0.3);
  background: #E9F9FF;
}
.cardx a {
  color: inherit;
  text-decoration: none;
}
.cardx.featured-cardx {
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 576px) {
  .cardx.featured-cardx {
    display: block;
  }
}
.cardx.featured-cardx .cardx__thumb {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 576px) {
  .cardx.featured-cardx .cardx__thumb {
    display: block;
    width: 100%;
    height: 150px;
  }
}
.cardx.featured-cardx .cardx__body {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .cardx.featured-cardx .cardx__body {
    width: 100%;
  }
}
.cardx.featured-cardx .cardx__body .cardx__title {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.cardx__nothumb {
  height: 30px;
  position: relative;
}

.cardx__thumb {
  height: 160px;
  overflow: hidden;
  background-color: #0e73ba;
  transition: height 0.3s;
  position: relative;
}
.cardx__thumb img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1);
}
.cardx:hover .cardx__thumb img {
  opacity: 0.6;
  transform: scale(1.2);
}
.cardx__body {
  position: relative;
  padding: 20px;
  transition: height 0.3s;
}
.cardx__topic {
  color: #0e73ba;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.cardx__topic a {
  color: #0e73ba;
  text-decoration: none;
  text-transform: uppercase;
}

.cardx__type {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 10px;
  padding: 0 15px;
  background: #EBB43B;
  color: #0C3A4E;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  z-index: 2;
}
.cardx__type a {
  color: #0C3A4E;
  text-decoration: none;
  text-transform: uppercase;
}

.cardx__title {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

.cardx__footer {
  margin-top: 10px;
  color: #d0d0d0;
  font-size: 11px;
  font-size: 0.6875rem;
}
.cardx__footer .icon--comment {
  margin-left: 10px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.icon:before {
  display: inline-block;
  text-align: center;
  height: 14px;
  width: 14px;
  margin-top: -2px;
  margin-right: 6px;
}

.icon--comment:before {
  content: "\f0e6";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.icon--time:before {
  content: "\f017";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.meta__type {
  display: inline-block;
  border-radius: 10px;
  padding: 0 15px;
  background: #EBB43B;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
.meta__type a {
  color: #0C3A4E !important;
  text-decoration: none;
}

#load-more {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-color: #0e73ba;
  background: none !important;
  color: #0e73ba;
}
#load-more:hover {
  background: #0e73ba !important;
  color: #ffffff;
}

.alm-listing.flexbox,
.alm-listing.flexbox .alm-reveal {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.alm-listing.flexbox .flex-item,
.alm-listing.flexbox .alm-reveal .flex-item {
  -webkit-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  justify-content: space-around;
  margin: 10px;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #efefef;
}
.alm-listing.flexbox .flex-item p, .alm-listing.flexbox .flex-item h3,
.alm-listing.flexbox .alm-reveal .flex-item p,
.alm-listing.flexbox .alm-reveal .flex-item h3 {
  text-align: center;
}
.alm-listing.flexbox .flex-item h3,
.alm-listing.flexbox .alm-reveal .flex-item h3 {
  padding: 15px 15px 0;
  font-size: 17px;
  font-size: 1.0625rem;
}
.alm-listing.flexbox .flex-item h3 a,
.alm-listing.flexbox .alm-reveal .flex-item h3 a {
  color: #222;
}
.alm-listing.flexbox .flex-item img,
.alm-listing.flexbox .alm-reveal .flex-item img {
  display: block;
  clear: both;
  margin: 0;
  position: static;
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  z-index: 99;
  -webkit-transition: all 1s ease-out; /* Safari */
  transition: all 0.5s ease-out;
}
.site-header .container-fluid {
  padding: 0 !important;
}

.max-width {
  max-width: 1440px;
  margin: 0 auto;
}

.site-topbar {
  padding: 0;
  /* search box */
}
.site-topbar .utility-bar {
  padding: 10px 0;
}
.site-topbar .search-icon {
  font-size: 20px;
  color: #0e73ba;
  border: 0;
  outline: 0;
  background: none;
}
.site-topbar .search-icon:focus {
  outline: 0;
}
.site-topbar .search-toggle .search-icon.icon-close {
  display: none;
}
.site-topbar .search-toggle.opened .search-icon.icon-search {
  display: none;
}
.site-topbar .search-toggle.opened .search-icon.icon-close {
  display: block;
}
.site-topbar .search-container {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: #0e73ba;
}
.site-topbar .search-container.opened {
  height: 100px;
  visibility: visible;
  opacity: 1;
}
.site-topbar .search-container input[type=search] {
  padding: 10px 20px;
  color: #fff;
  box-shadow: none;
  height: 100px;
  outline: 0;
  font-size: 22px;
  font-size: 1.375rem;
  width: calc(100% - 75px);
  background-color: #0e73ba;
  border: 0;
}
.site-topbar .search-container input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
  color: #59C2E3;
}
.site-topbar .search-container input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #59C2E3;
  opacity: 1;
}
.site-topbar .search-container input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #59C2E3;
  opacity: 1;
}
.site-topbar .search-container input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #59C2E3;
}
.site-topbar .search-container input[type=search]:focus {
  outline: 0;
  border: none;
  box-shadow: none;
}
.site-topbar .search-container .search-icon {
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: middle;
  width: 75px;
  height: 100px;
  text-align: center;
  float: right;
  color: #ffffff;
}
.site-topbar .search-container label {
  display: none;
}

.site-header-wrapper {
  display: block;
}

.no-sticky-header.header-transparent .site-header #nav-toggle span {
  background-color: #ffffff;
}
.no-sticky-header.header-transparent .site-header #nav-toggle span::before, .no-sticky-header.header-transparent .site-header #nav-toggle span::after {
  background-color: #ffffff;
}
.no-sticky-header.header-transparent .site-header #nav-toggle.nav-is-visible span {
  background-color: transparent;
}

.header-transparent .no-scroll .site-header {
  background: transparent;
  position: fixed;
}
.header-transparent .no-scroll .site-header #nav-toggle span {
  background-color: #ffffff;
}
.header-transparent .no-scroll .site-header #nav-toggle span::before, .header-transparent .no-scroll .site-header #nav-toggle span::after {
  background-color: #ffffff;
}
.header-transparent .no-scroll .site-header #nav-toggle.nav-is-visible span {
  background-color: transparent;
}

@media screen and (min-width: 1140px) {
  .header-transparent .no-scroll .site-header .ozz-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
  }
}
.no-sticky-header.page-template-template-frontpage.header-transparent .site-header {
  background: transparent;
  position: absolute;
}

.site-header.header-fixed {
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}

.sticky-header #page > .site-header, .sticky-header .header-fixed {
  position: fixed;
  max-width: 1440px;
}

.sticky-header .header-fixed {
  top: 0px;
  left: auto;
}

.header-transparent .hero-slideshow-fullscreen .hero__content {
  padding-top: 50px;
  padding-top: 3.125rem;
}

.site-branding {
  float: left;
}

.site-branding .site-title, .site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
}
.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
  text-decoration: none;
}
.site-branding .site-title {
  display: inline-block;
}
.site-branding .site-image-logo {
  display: block;
}
.site-branding .site-logo-div {
  line-height: 90px;
  padding-left: 10px;
  max-width: 280px;
}
.site-branding .site-logo-div .custom-logo {
  max-width: 225px;
  height: auto;
}
@media screen and (min-width: 720px) {
  .site-branding .site-logo-div {
    max-width: 100%;
  }
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
  line-height: 60px;
}
.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
  margin-top: -5px;
  position: relative;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
  color: #fff;
}

@media screen and (min-width: 940px) {
  .social-profile {
    margin-right: 10px;
  }
}
@media screen and (max-width: 720px) {
  .social-profile {
    display: none !important;
  }
}
.social-profile a {
  text-align: center;
  display: block;
  color: #cccccc !important;
}
.social-profile a:hover {
  color: #0e73ba !important;
  transition: all 0.2s linear 0s;
}
.social-profile a .fa {
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.header-btn {
  float: right;
}

/* Site Navigation and topbar*/
@media screen and (max-width: 576px) {
  .utility-bar {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.utility-bar span.header-tag {
  font-size: 10px;
  line-height: 1;
  color: #ccc;
}
@media screen and (max-width: 576px) {
  .utility-bar span.header-tag {
    display: none;
  }
}

span.header-tag em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
}

#utility-navigation {
  float: right;
}
#utility-navigation .ozz-menu-utility {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
@media screen and (max-width: 576px) {
  #utility-navigation .ozz-menu-utility {
    float: none;
    width: 100%;
  }
}
#utility-navigation .ozz-menu-utility li {
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#utility-navigation .ozz-menu-utility li a {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  #utility-navigation .ozz-menu-utility li a {
    padding: 10px 3px;
    line-height: 48px;
    letter-spacing: 0px;
  }
}
#utility-navigation .ozz-menu-utility li.search-toggle .search-icon {
  padding: 10px 5px;
}
@media screen and (max-width: 576px) {
  #utility-navigation .ozz-menu-utility li.search-toggle {
    float: right;
  }
}

.ozz-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 90px;
}
.ozz-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.ozz-menu ul ul {
  top: 0;
  left: 100%;
}
.ozz-menu li {
  margin: 0;
  position: relative;
}
.ozz-menu > li {
  float: left;
}
.ozz-menu li:hover > ul, .ozz-menu li.sfHover > ul {
  display: block;
}
.ozz-menu a {
  display: block;
  position: relative;
}

.ozz-menu {
  float: right;
}
.ozz-menu ul {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.22), 0 33px 36px rgba(0, 0, 0, 0.3);
  min-width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.ozz-menu li {
  margin: 0;
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ozz-menu li:last-child {
  border-right: none;
}
.ozz-menu li.highlight a {
  background: #EBB43B;
}
.ozz-menu li.highlight a, .ozz-menu li.highlight a:hover {
  color: #fff;
}
.ozz-menu li.menu-item-has-children {
  margin-right: 0.625em;
}
.ozz-menu li:hover,
.ozz-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}
.ozz-menu a {
  color: #0C3A4E;
  font-family: "Ideal Sans", "Open Sans", Arial, sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}
.ozz-menu a:hover {
  color: #0e73ba;
}
.ozz-menu ul li {
  margin: 0;
  border-right: none;
  line-height: 40px;
}
.ozz-menu ul li a {
  border-top: 1px solid #e9e9e9;
  padding: 8px 18px;
  color: #0C3A4E;
  font-size: 14px;
  text-transform: none;
  background: #ffffff;
  text-transform: uppercase;
}
.ozz-menu ul li a:hover {
  color: #0e73ba;
}
.ozz-menu li.ozz-current-item > a {
  color: #0e73ba;
}
.ozz-menu ul li.current-menu-item > a {
  color: #0e73ba;
}
.ozz-menu > li a.menu-actived {
  color: #0e73ba;
}
.ozz-menu .nav-toggle-subarrow {
  float: right;
  margin-right: 10px;
}

#nav-toggle {
  display: none;
  margin-left: 15px;
}

@media screen and (max-width: 1140px) {
  .main-navigation {
    position: static;
  }
  .main-navigation .ozz-menu {
    width: 100% !important;
    display: none;
  }
  .ozz-menu.ozz-menu-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block !important;
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    border-bottom: 1px solid #e9e9e9;
  }
  .ozz-menu.ozz-menu-mobile li {
    margin: 0;
  }
  .ozz-menu.ozz-menu-mobile > li > a {
    padding: 12px 20px;
  }
  .ozz-menu.ozz-menu-mobile li:hover ul {
    display: none;
  }
  .ozz-menu.ozz-menu-mobile ul {
    box-shadow: none;
    padding-bottom: 0;
    border: none;
    position: relative;
  }
  .ozz-menu.ozz-menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .ozz-menu.ozz-menu-mobile ul li a {
    padding: 12px 35px;
    border-top: none;
  }
  .ozz-menu.ozz-menu-mobile ul li a:hover {
    background: transparent;
  }
  .ozz-menu.ozz-menu-mobile ul li li a {
    padding: 12px 70px;
    border-top: none;
  }
  .ozz-menu.ozz-menu-mobile ul li li li a {
    padding: 12px 105px;
  }
  .ozz-menu.ozz-menu-mobile ul ul {
    left: 0px;
  }
  .ozz-menu.ozz-menu-mobile li {
    line-height: 20px;
    background: #FFFFFF;
    border-top: 1px solid #e9e9e9;
    width: 100% !important;
  }
  .ozz-menu.ozz-menu-mobile li.ozz-current-item > a {
    color: #0e73ba;
  }
  .ozz-menu.ozz-menu-mobile a {
    color: #404040;
  }
  .ozz-menu.ozz-menu-mobile a:hover {
    color: #000000;
  }
  .ozz-menu.ozz-menu-mobile .nav-toggle-subarrow {
    margin-right: 0;
    display: block;
    color: #999999;
    border-left: 1px solid #e9e9e9;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    padding: 11px 20px;
    z-index: 10;
    font-size: 22px;
  }
  .ozz-menu.ozz-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
    content: "\f106" !important;
  }
  .ozz-menu.ozz-menu-mobile .nav-toggle-dropdown > ul {
    display: block !important;
  }
  #nav-toggle {
    display: block;
  }
}
#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  margin: 30px 20px 0 0;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
#nav-toggle span {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  -webkit-transition: rotate 0.2s, translate 0.2s;
  -moz-transition: rotate 0.2s, translate 0.2s;
  transition: rotate 0.2s, translate 0.2s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
}
#nav-toggle span:before {
  top: -8px;
}
#nav-toggle span:after {
  top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000000;
  content: "";
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

#nav-toggle.nav-is-visible span {
  background: transparent;
}
#nav-toggle.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
  transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
  background: #000000;
}

@font-face {
  font-family: "ozz";
  src: url("assets/fonts/ozz.eot?lehxwk");
  src: url("assets/fonts/ozz.eot?lehxwk#iefix") format("embedded-opentype"), url("assets/fonts/ozz.ttf?lehxwk") format("truetype"), url("assets/fonts/ozz.woff?lehxwk") format("woff"), url("assets/fonts/ozz.svg?lehxwk#ozz") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ozicon2-heart:before {
  content: "\e900";
}

.ozicon2-cloud:before {
  content: "\e901";
}

.ozicon2-star:before {
  content: "\e902";
}

.ozicon2-tv:before {
  content: "\e903";
}

.ozicon2-sound:before {
  content: "\e904";
}

.ozicon2-video:before {
  content: "\e905";
}

.ozicon2-trash:before {
  content: "\e906";
}

.ozicon2-user:before {
  content: "\e907";
}

.ozicon2-key:before {
  content: "\e908";
}

.ozicon2-search:before {
  content: "\e909";
}

.ozicon2-settings:before {
  content: "\e90a";
}

.ozicon2-camera:before {
  content: "\e90b";
}

.ozicon2-tag:before {
  content: "\e90c";
}

.ozicon2-lock:before {
  content: "\e90d";
}

.ozicon2-bulb:before {
  content: "\e90e";
}

.ozicon2-pen:before {
  content: "\e90f";
}

.ozicon2-diamond:before {
  content: "\e910";
}

.ozicon2-display:before {
  content: "\e911";
}

.ozicon2-location:before {
  content: "\e912";
}

.ozicon2-eye:before {
  content: "\e913";
}

.ozicon2-bubble:before {
  content: "\e914";
}

.ozicon2-stack:before {
  content: "\e915";
}

.ozicon2-cup:before {
  content: "\e916";
}

.ozicon2-phone:before {
  content: "\e917";
}

.ozicon2-news:before {
  content: "\e918";
}

.ozicon2-mail:before {
  content: "\e919";
}

.ozicon2-like:before {
  content: "\e91a";
}

.ozicon2-photo:before {
  content: "\e91b";
}

.ozicon2-note:before {
  content: "\e91c";
}

.ozicon2-clock:before {
  content: "\e91d";
}

.ozicon2-paperplane:before {
  content: "\e91e";
}

.ozicon2-params:before {
  content: "\e91f";
}

.ozicon2-banknote:before {
  content: "\e920";
}

.ozicon2-data:before {
  content: "\e921";
}

.ozicon2-music:before {
  content: "\e922";
}

.ozicon2-megaphone:before {
  content: "\e923";
}

.ozicon2-study:before {
  content: "\e924";
}

.ozicon2-lab:before {
  content: "\e925";
}

.ozicon2-food:before {
  content: "\e926";
}

.ozicon2-t-shirt:before {
  content: "\e927";
}

.ozicon2-fire:before {
  content: "\e928";
}

.ozicon2-clip:before {
  content: "\e929";
}

.ozicon2-shop:before {
  content: "\e92a";
}

.ozicon2-calendar:before {
  content: "\e92b";
}

.ozicon2-wallet:before {
  content: "\e92c";
}

.ozicon2-vynil:before {
  content: "\e92d";
}

.ozicon2-truck:before {
  content: "\e92e";
}

.ozicon2-world:before {
  content: "\e92f";
}

.ozicon2-data-and-statistic:before {
  content: "\e930";
}

.ozicon2-fact-sheet:before {
  content: "\e931";
}

.ozicon2-infographic:before {
  content: "\e932";
}

.ozicon2-blog-post:before {
  content: "\e933";
}

.ozicon2-toolkit:before {
  content: "\e934";
}

.ozicon2-archived-webinar:before {
  content: "\e935";
}

.ozicon2-research-articles:before {
  content: "\e6d1";
}

.ozicon2-technology:before {
  content: "\e7ae";
}

.ozicon2-online-course:before {
  content: "\e924";
}

[class^=ozicon2-], [class*=" ozicon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ozz" !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;
}
.ozz-menu [class^=ozicon2-], .ozz-menu [class*=" ozicon2-"] {
  font-size: 18px;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 5px;
}

.ozicon-data-and-statistics > a:before {
  content: "\e930";
}

.ozicon-fact-sheet > a:before {
  content: "\e931";
}

.ozicon-infographic > a:before {
  content: "\e932";
}

.ozicon-blog-post > a:before {
  content: "\e933";
}

.ozicon-toolkit > a:before {
  content: "\e934";
}

.ozicon-archived-webinars > a:before {
  content: "\e935";
}

.ozicon-research-articles > a:before {
  content: "\e6d1";
  font-size: 35px !important;
}

.ozicon-technology > a:before {
  content: "\e7ae";
  font-size: 35px !important;
}

.ozicon-online-course > a:before {
  content: "\e924";
}

.footer-widget .menu li a:before {
  display: none !important;
}

@media (max-width: 767px) {
  .sidebar {
    border-top: solid 1px #e9e9e9;
    background-color: #E9F9FF;
  }
}
.sidebar #menu-resources {
  padding-top: 20px;
}
.sidebar #menu-resources:before {
  content: "types";
  color: #888888;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.sidebar .resource-topics:before {
  content: "topics";
  color: #888888;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.sidebar #menu-resources li {
  border-bottom: solid 1px #eee;
  margin: 0;
}
.sidebar #menu-resources li:last-child {
  border-bottom: none;
}
.sidebar #menu-resources li.current-menu-item a {
  color: #000000;
}
.sidebar #menu-resources li a {
  position: relative;
  transition: all 0.3s;
  padding: 16px 0 16px 60px;
  color: #0e73ba;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  text-decoration: none;
}
.sidebar #menu-resources li a:hover {
  color: #0C3A4E;
  padding: 16px 0 16px 65px;
}
.sidebar #menu-resources li a:hover:before {
  left: 5px;
}
.sidebar #menu-resources li a:before {
  transition: all 0.4s;
  font-family: "ozz" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 40px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  line-height: 50px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Content
------------------------------*/
.site-content {
  border-top: 1px solid #e9e9e9;
  margin-top: -1px;
}

.blog .site-content,
.single-post .site-content {
  margin-top: 0;
}

.site-content.no-border {
  border-top: none;
}

.page-header {
  padding: 30px 0px;
  border-top: 1px solid #e9e9e9;
  background: #e8dfd0;
}
.page-header .entry-title, .page-header .page-title {
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-header .entry-title .page-title-tag, .page-header .page-title .page-title-tag {
  display: block;
  color: #EBB43B;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Ideal Sans", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.page-header .taxonomy-description {
  font-weight: 300;
  color: #fff;
  margin: 16px 0px 0px 0px;
}
.page-header .page-header-content {
  position: relative;
  z-index: 2;
}

/* Footer
------------------------------*/
.site-footer {
  background: #0088C3;
  color: #fff;
  font-size: 14px;
}
.site-footer a {
  color: #0e73ba;
}
.site-footer #newsletter-block {
  background: #0088C3 url("assets/images/newsletter-bg.jpg") no-repeat 0 center;
  background-size: cover;
}
@media (max-width: 767px) {
  .site-footer #newsletter-block .footer-subscribe {
    margin-bottom: 40px;
  }
}
.site-footer #newsletter-block .follow-heading {
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
}
.site-footer #newsletter-block .validation_error {
  display: none;
}
.site-footer #newsletter-block form {
  position: relative;
}
.site-footer #newsletter-block form .gform_body {
  width: 100%;
}
.site-footer #newsletter-block form .gform_body input[type=email] {
  background-color: rgba(255, 255, 255, 0.145);
  color: #fff;
  border: none !important;
  box-shadow: none;
  line-height: 1;
  padding: 19px 20px 20px 19px;
  border-radius: 0x;
  width: 100%;
  font-size: 13px;
}
.site-footer #newsletter-block form .gform_body input[type=email]:focus {
  border: none !important;
  outline: 0 !important;
  background-color: rgba(0, 0, 0, 0.145);
}
.site-footer #newsletter-block form .gform_body .gfield_label {
  display: none;
}
.site-footer #newsletter-block form .gform_body .ginput_container_email {
  margin-top: 0;
}
.site-footer #newsletter-block form .gform_body .gfield.gfield_error {
  background: none !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.site-footer #newsletter-block form .gform_body .gfield.gfield_error .validation_message {
  color: #EBB43B;
}
.site-footer #newsletter-block form .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100px;
}
.site-footer #newsletter-block form .gform_footer .gfield_label {
  display: none;
  line-height: 1.3;
  clear: both;
}
.site-footer #newsletter-block form .gform_footer input[type=submit] {
  cursor: pointer;
  background: #0088C3;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 22px 25px;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.site-footer .site-info {
  position: relative;
  padding: 35px 0px;
  font-weight: 500;
  color: #93cde6;
}
.site-footer .site-info a:hover {
  color: #EBB43B !important;
  text-decoration: none;
}
.site-footer .site-info .container-fluid {
  position: initial;
}
.site-footer .site-info .widget_nav_menu ul {
  padding: 0px;
}
.site-footer .site-info .widget_nav_menu ul li {
  list-style: none;
}
.site-footer .site-info .widget_nav_menu ul li a {
  color: #93cde6;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.site-footer .site-info .foot-copy {
  color: #095184;
}
.site-footer .site-info .foot-copy .footer-menu a {
  color: #095184;
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.site-footer .site-info .widget-title {
  font-family: "Ideal Sans", "Open Sans", Arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.site-footer .tweet-box .twitter-box-content, .site-footer .tweet-box .ctf-tweet-content, .site-footer .ctf-tweets .twitter-box-content, .site-footer .ctf-tweets .ctf-tweet-content {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .site-footer .tweet-box .twitter-box-content, .site-footer .tweet-box .ctf-tweet-content, .site-footer .ctf-tweets .twitter-box-content, .site-footer .ctf-tweets .ctf-tweet-content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.site-footer .tweet-box a, .site-footer .ctf-tweets a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .tweet-box a:hover, .site-footer .ctf-tweets a:hover {
  color: #EBB43B;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .tweet-box .tweet-box--header, .site-footer .ctf-tweets .tweet-box--header {
  margin-bottom: 20px;
  font-weight: 700;
  overflow: hidden;
}
.site-footer .tweet-box .tweet-box--header .tweet-box-username, .site-footer .ctf-tweets .tweet-box--header .tweet-box-username {
  text-align: left;
  float: left;
}
.site-footer .tweet-box .tweet-box--content a, .site-footer .ctf-tweets .tweet-box--content a {
  font-style: italic;
}
.site-footer .tweet-box .tweet-box--footer, .site-footer .ctf-tweets .tweet-box--footer {
  margin-top: 20px;
}
.site-footer .tweet-box .tweet-box--footer .timestamp, .site-footer .ctf-tweets .tweet-box--footer .timestamp {
  color: #93cde6;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  font-size: 0.6875rem;
  float: left;
}
.site-footer .tweet-box .tweet-box--footer .timestamp a, .site-footer .ctf-tweets .tweet-box--footer .timestamp a {
  text-align: left;
  display: inline;
  color: #93cde6;
}
.site-footer .tweet-box .tweet-box--footer .twitter_intents, .site-footer .ctf-tweets .tweet-box--footer .twitter_intents {
  margin: 0;
  list-type: none;
  overflow: hidden;
}
.site-footer .tweet-box .tweet-box--footer .twitter_intents li, .site-footer .ctf-tweets .tweet-box--footer .twitter_intents li {
  display: inline;
}
.site-footer .tweet-box .tweet-box--footer .twitter_intents li a, .site-footer .ctf-tweets .tweet-box--footer .twitter_intents li a {
  color: #93cde6;
  display: block;
  float: right;
  width: 40px;
  height: 40px;
}
.site-footer .tweet-box .tweet-box--footer .twitter_intents li a:hover, .site-footer .ctf-tweets .tweet-box--footer .twitter_intents li a:hover {
  color: #e9e9e9;
}
.site-footer .btt a {
  text-align: center;
  border-radius: 0px 20px 0 0;
  color: #fff;
  background: #0e73ba;
  display: block;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 60px;
  top: -25px;
  transition: all 0.2s linear 0s;
  width: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
  color: #0e73ba;
}
.site-footer .btt a i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: 3px;
}
@media screen and (max-width: 940px) {
  .site-footer .btt a {
    right: 0;
    left: 0;
  }
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
  margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-weight: 700;
}
.error-404 ul {
  padding-left: 0px;
}
.error-404 ul li {
  list-style: none;
}

/* Page: Search
------------------------------*/
.search-results .hentry {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.search-results .entry-summary p {
  margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
  text-decoration: none;
}

.no-results .search-field {
  width: calc(100% - 80px);
}
.no-results .search-icon {
  color: #fff;
}

.did-you-mean > a {
  color: #0e73ba;
}

/* Entry Header
------------------------------*/
.entry-header .cardx__topic a {
  color: #ffffff;
}

.entry-header .entry-title, .page-header .page-title {
  color: #0C3A4E;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.6px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  .entry-header .entry-title, .page-header .page-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 940px) {
  .entry-header .entry-title, .page-header .page-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.single .entry-header .entry-title {
  margin-bottom: 10px;
}

.highlight {
  color: #0e73ba;
}

/* Entry Content
------------------------------*/
.entry-content {
  margin-bottom: 30px;
}
.entry-content blockquote {
  padding: 30px;
  position: relative;
  background: #f8f9f9;
  border-left: 3px solid #0e73ba;
  font-style: italic;
}
.entry-content blockquote p {
  margin: 0px;
}

/* Entry Stuff
------------------------------*/
.entry-meta {
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
.entry-meta a {
  color: #EBB43B;
  text-decoration: none;
}
.entry-meta a:hover {
  color: #0e73ba;
}

.entry-footer {
  margin-bottom: 30px;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.nav-links {
  padding: 30px 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 50px;
}
.nav-links .nav-previous {
  float: left;
}
@media screen and (max-width: 720px) {
  .nav-links .nav-previous span {
    display: none;
  }
}
.nav-links .nav-next {
  float: right;
}
@media screen and (max-width: 720px) {
  .nav-links .nav-next span {
    display: none;
  }
}
.nav-links a {
  background: #cccccc;
  color: #FFFFFF;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
}
.nav-links a:hover {
  background: #0e73ba;
  text-decoration: none;
}

.bypostauthor {
  margin: 0;
}

/* Sticky Post
------------------------------*/
.sticky .entry-title {
  padding-left: 20px;
  position: relative;
}
.sticky .entry-title:after {
  content: "\f276";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 22px;
  color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 10px 0px;
}
@media (max-width: 767px) {
  .wp-caption.alignleft, .wp-caption.alignright {
    text-align: center;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .wp-caption.alignleft img[class*=wp-image-], .wp-caption.alignright img[class*=wp-image-] {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px;
}

/* WordPress Gallery
------------------------------*/
.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;
}

/* Comments
------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
#comments .comment-list {
  list-style: none;
  padding-left: 0px;
}
#comments .comment-list .pingback {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin: 0;
}
#comments .comment-list .pingback p {
  margin: 0px;
}
#comments .comment-list .pingback:last-child {
  margin-bottom: 40px;
}
#comments .comment-content.entry-content {
  margin-bottom: 0px;
}
#comments .comment {
  list-style: none;
  margin: 30px 0;
}
#comments .comment .avatar {
  width: 60px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#comments .comment .comment-wrapper {
  margin-left: 90px;
  padding: 25px 30px 15px 30px;
  background: #f8f9f9;
  position: relative;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 10px 10px 0;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  top: 0;
  width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
  color: #aaaaaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
  color: #0e73ba;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
  content: "/";
  padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
  content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
  font-weight: bold;
  font-style: normal;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
  padding: 3px 10px;
  background: #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
}
#comments .comment .comment-wrapper a {
  text-decoration: none;
}
#comments .comment .children {
  padding-left: 30px;
}
#comments .comment .children .children {
  padding-left: 30px;
}
#comments .comment .children .children .children {
  padding-left: 0px;
}
@media screen and (min-width: 940px) {
  #comments .comment .children {
    padding-left: 90px;
  }
  #comments .comment .children .children {
    padding-left: 90px;
  }
  #comments .comment .children .children .children {
    padding-left: 90px;
  }
}
#comments .form-allowed-tags {
  display: none;
}
#comments a {
  text-decoration: none;
}
#comments a:hover {
  text-decoration: underline;
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
  width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px;
}
#respond .comment-form label {
  display: block;
  margin-bottom: 4px;
}
#respond .form-allowed-tags {
  font-size: 12px;
}
#respond .form-allowed-tags code {
  background: none;
}
#respond .comment-reply-title {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#respond .comment-notes {
  display: none;
}
#respond label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.full-screen .comments-area {
  max-width: 1320px;
  margin: 0 auto;
}

/* woocommerce
------------------------------*/
.woocommerce div.product form.cart .variations td.label {
  color: #777;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.btn-theme-primary {
  background: #0e73ba;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #0e73ba;
  color: #0e73ba;
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #0e73ba;
  border-color: #0e73ba;
}

.meta-text, .ui.share-buttons li a, .ui.share-buttons li.share-head i, ul.resource_materials li {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

ul.resource_materials {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}
ul.resource_materials li {
  margin: 0;
}
ul.resource_materials li a {
  font-size: 11px;
  font-size: 0.6875rem;
}

.resource_entry-footer {
  margin: 30px 0;
  padding: 30px 0;
  border-bottom: solid 1px #e9e9e9;
  border-top: solid 1px #e9e9e9;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 13px !important;
}

.fw-btn, .tribe-events-read-more, .all-events-link a, .btn, .submit, button, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-width: 2px;
  border-style: transparent;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #0e73ba;
  border-color: #0e73ba;
}
.fw-btn span, .tribe-events-read-more span, .all-events-link a span, .btn span, .submit span, button span, .gform_wrapper .gform_footer input.button span, .gform_wrapper .gform_footer input[type=submit] span, .gform_wrapper .gform_page_footer input.button span, .gform_wrapper .gform_page_footer input[type=submit] span {
  display: block;
}
.fw-btn:hover, .tribe-events-read-more:hover, .all-events-link a:hover, .fw-btn:focus, .tribe-events-read-more:focus, .all-events-link a:focus, .btn:hover, .btn:focus, .submit:hover, .submit:focus, button:hover, button:focus, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: #095184;
  border-color: #095184;
  text-decoration: none;
  outline: none;
}
.fw-btn:active, .tribe-events-read-more:active, .all-events-link a:active, .btn:active, .submit:active, button:active, .gform_wrapper .gform_footer input.button:active, .gform_wrapper .gform_footer input[type=submit]:active, .gform_wrapper .gform_page_footer input.button:active, .gform_wrapper .gform_page_footer input[type=submit]:active {
  outline: none;
}
.fw-btn i, .tribe-events-read-more i, .all-events-link a i, .btn i, .submit i, button i, .gform_wrapper .gform_footer input.button i, .gform_wrapper .gform_footer input[type=submit] i, .gform_wrapper .gform_page_footer input.button i, .gform_wrapper .gform_page_footer input[type=submit] i {
  margin-right: 5px;
}
.fw-btn i.pull-right, .tribe-events-read-more i.pull-right, .all-events-link a i.pull-right, .btn i.pull-right, .submit i.pull-right, button i.pull-right, .gform_wrapper .gform_footer input.button i.pull-right, .gform_wrapper .gform_footer input[type=submit] i.pull-right, .gform_wrapper .gform_page_footer input.button i.pull-right, .gform_wrapper .gform_page_footer input[type=submit] i.pull-right {
  margin: 0 0 0 8px;
  position: relative;
  top: 0.3em;
}
.fw-btn.fw-btn-square, .fw-btn-square.tribe-events-read-more, .all-events-link a.fw-btn-square, .btn.fw-btn-square, .submit.fw-btn-square, button.fw-btn-square, .gform_wrapper .gform_footer input.button.fw-btn-square, .gform_wrapper .gform_footer input[type=submit].fw-btn-square, .gform_wrapper .gform_page_footer input.button.fw-btn-square, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-square {
  border-radius: 0 !important;
}
.fw-btn.fw-btn-outline, .fw-btn-outline.tribe-events-read-more, .all-events-link a.fw-btn-outline, .fw-btn.fw-btn-borders, .fw-btn-borders.tribe-events-read-more, .all-events-link a.fw-btn-borders, .btn.fw-btn-outline, .btn.fw-btn-borders, .submit.fw-btn-outline, .submit.fw-btn-borders, button.fw-btn-outline, button.fw-btn-borders, .gform_wrapper .gform_footer input.button.fw-btn-outline, .gform_wrapper .gform_footer input.button.fw-btn-borders, .gform_wrapper .gform_footer input[type=submit].fw-btn-outline, .gform_wrapper .gform_footer input[type=submit].fw-btn-borders, .gform_wrapper .gform_page_footer input.button.fw-btn-outline, .gform_wrapper .gform_page_footer input.button.fw-btn-borders, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-outline, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-borders {
  padding: 8px 20px;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}
.fw-btn.fw-btn-lg, .fw-btn-lg.tribe-events-read-more, .all-events-link a.fw-btn-lg, .btn.fw-btn-lg, .submit.fw-btn-lg, button.fw-btn-lg, .gform_wrapper .gform_footer input.button.fw-btn-lg, .gform_wrapper .gform_footer input[type=submit].fw-btn-lg, .gform_wrapper .gform_page_footer input.button.fw-btn-lg, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-lg {
  padding: 15px 35px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.33;
}
.fw-btn.fw-btn-lg i.pull-right, .fw-btn-lg.tribe-events-read-more i.pull-right, .all-events-link a.fw-btn-lg i.pull-right, .btn.fw-btn-lg i.pull-right, .submit.fw-btn-lg i.pull-right, button.fw-btn-lg i.pull-right, .gform_wrapper .gform_footer input.button.fw-btn-lg i.pull-right, .gform_wrapper .gform_footer input[type=submit].fw-btn-lg i.pull-right, .gform_wrapper .gform_page_footer input.button.fw-btn-lg i.pull-right, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-lg i.pull-right {
  top: 0.2em;
}
@media screen and (max-width: 720px) {
  .fw-btn.fw-btn-lg, .fw-btn-lg.tribe-events-read-more, .all-events-link a.fw-btn-lg, .btn.fw-btn-lg, .submit.fw-btn-lg, button.fw-btn-lg, .gform_wrapper .gform_footer input.button.fw-btn-lg, .gform_wrapper .gform_footer input[type=submit].fw-btn-lg, .gform_wrapper .gform_page_footer input.button.fw-btn-lg, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-lg {
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
.fw-btn.fw-btn-sm, .fw-btn-sm.tribe-events-read-more, .all-events-link a.fw-btn-sm, .btn.fw-btn-sm, .submit.fw-btn-sm, button.fw-btn-sm, .gform_wrapper .gform_footer input.button.fw-btn-sm, .gform_wrapper .gform_footer input[type=submit].fw-btn-sm, .gform_wrapper .gform_page_footer input.button.fw-btn-sm, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-sm {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.fw-btn.fw-btn-sm.fw-btn-round, .fw-btn-sm.fw-btn-round.tribe-events-read-more, .all-events-link a.fw-btn-sm.fw-btn-round, .btn.fw-btn-sm.fw-btn-round, .submit.fw-btn-sm.fw-btn-round, button.fw-btn-sm.fw-btn-round, .gform_wrapper .gform_footer input.button.fw-btn-sm.fw-btn-round, .gform_wrapper .gform_footer input[type=submit].fw-btn-sm.fw-btn-round, .gform_wrapper .gform_page_footer input.button.fw-btn-sm.fw-btn-round, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-sm.fw-btn-round {
  border-radius: 30px;
}
.fw-btn.fw-btn-sm i.pull-right, .fw-btn-sm.tribe-events-read-more i.pull-right, .all-events-link a.fw-btn-sm i.pull-right, .btn.fw-btn-sm i.pull-right, .submit.fw-btn-sm i.pull-right, button.fw-btn-sm i.pull-right, .gform_wrapper .gform_footer input.button.fw-btn-sm i.pull-right, .gform_wrapper .gform_footer input[type=submit].fw-btn-sm i.pull-right, .gform_wrapper .gform_page_footer input.button.fw-btn-sm i.pull-right, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-sm i.pull-right {
  top: 0.2em;
}
.fw-btn.fw-btn-full, .fw-btn-full.tribe-events-read-more, .all-events-link a.fw-btn-full, .btn.fw-btn-full, .submit.fw-btn-full, button.fw-btn-full, .gform_wrapper .gform_footer input.button.fw-btn-full, .gform_wrapper .gform_footer input[type=submit].fw-btn-full, .gform_wrapper .gform_page_footer input.button.fw-btn-full, .gform_wrapper .gform_page_footer input[type=submit].fw-btn-full {
  width: 100%;
}

.submit {
  border-radius: 50px !important;
}

/* Button Style 1 */
.fw-btn-1, .tribe-events-read-more {
  background-color: #0e73ba;
  border-color: transparent;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #ffffff;
  /* btn colors */
}
.fw-btn-1.fw-btn-outline, .fw-btn-outline.tribe-events-read-more {
  border-style: solid;
  border-width: 2px;
}
.fw-btn-1.fw-btn-outline.fw-btn-primary, .fw-btn-outline.tribe-events-read-more {
  border-color: #0e73ba;
  background: none !important;
  color: #0e73ba;
}
.fw-btn-1.fw-btn-outline.fw-btn-primary:hover, .fw-btn-outline.tribe-events-read-more:hover {
  border-color: #0e73ba !important;
  background-color: #0e73ba !important;
  color: #ffffff;
}
.fw-btn-1.fw-btn-outline.fw-btn-white, .fw-btn-outline.fw-btn-white.tribe-events-read-more {
  border-color: #ffffff;
  background: none !important;
  color: #ffffff;
}
.fw-btn-1.fw-btn-outline.fw-btn-white:hover, .fw-btn-outline.fw-btn-white.tribe-events-read-more:hover {
  background-color: #ffffff !important;
  color: #0e73ba !important;
  border-color: #ffffff;
}
.fw-btn-1.fw-btn-outline.fw-btn-secondary, .fw-btn-outline.fw-btn-secondary.tribe-events-read-more {
  background-color: transparent;
}
.fw-btn-1.fw-btn-outline.fw-btn-secondary:hover, .fw-btn-outline.fw-btn-secondary.tribe-events-read-more:hover {
  color: #ffffff !important;
}
.fw-btn-1:hover, .tribe-events-read-more:hover, .fw-btn-1:focus, .tribe-events-read-more:focus {
  background-color: #095184;
  color: #ffffff;
}
.fw-btn-1.fw-btn-black, .fw-btn-black.tribe-events-read-more {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.fw-btn-1.fw-btn-black:hover, .fw-btn-black.tribe-events-read-more:hover, .fw-btn-1.fw-btn-black:focus, .fw-btn-black.tribe-events-read-more:focus {
  background-color: #BD9132;
  color: #ffffff;
}
.fw-btn-1.fw-btn-white, .fw-btn-white.tribe-events-read-more {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0e73ba;
}
.fw-btn-1.fw-btn-white:hover, .fw-btn-white.tribe-events-read-more:hover, .fw-btn-1.fw-btn-white:focus, .fw-btn-white.tribe-events-read-more:focus {
  background-color: #095184;
  border-color: #095184;
  color: #ffffff;
}
.fw-btn-1.fw-btn-primary, .tribe-events-read-more {
  background-color: #0e73ba;
  border-color: #0e73ba;
  color: #ffffff;
}
.fw-btn-1.fw-btn-primary:hover, .tribe-events-read-more:hover, .fw-btn-1.fw-btn-primary:focus, .tribe-events-read-more:focus {
  background-color: #095184;
  border-color: #095184;
  color: #ffffff;
}

.fs-background-container {
  left: 0;
}
.fs-background-container:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.mouse-container {
  display: none;
  width: 24px;
  height: 40px;
  position: fixed;
  right: 30px;
  top: 75px;
}
@media screen and (max-height: 800px) {
  .mouse-container {
    display: block;
  }
}
.mouse-container .mouse {
  width: 24px;
  height: 40px;
  border: 2px white solid;
  border-radius: 50px;
}
.mouse-container .mouse .scroller {
  position: absolute;
  height: 3px;
  width: 3px;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  border-radius: 50px;
  background-color: white;
  animation: backAndForth 3.5s infinite ease-out;
}

@keyframes backAndForth {
  20% {
    top: 15px;
  }
  60%, 80% {
    top: 30px;
  }
  90% {
    top: 15px;
  }
}
/* Divider space (empty) */
.fw-divider-space {
  clear: both;
  width: 100%;
}

.fw-divider-space.space-sm {
  height: 30px;
}

.fw-divider-space.space-md {
  height: 60px;
}

.fw-divider-space.space-lg {
  height: 100px;
}

/* Divider only Line */
.fw-divider-line {
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Loading
------------------------------*/
.slider-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95;
}
section > .customize-partial-edit-shortcut button {
  left: 30px;
}

.box-shadow-xs, .post-type-archive-resource .select2-dropdown {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.box-shadow-sm {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-md {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-lg {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 991px) {
  .row .p-a-3, .row .slide .slide__content, .slide .row .slide__content, .fw-section.p-a-3, .slide .fw-section.slide__content {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  .row .p-a-3, .row .slide .slide__content, .slide .row .slide__content, .fw-section.p-a-3, .slide .fw-section.slide__content {
    padding: 30px 20px !important;
  }
}

@media (max-width: 991px) {
  .row .p-a-2, .fw-section.p-a-2 {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  .row .p-a-2, .fw-section.p-a-2 {
    padding: 30px 20px !important;
  }
}

@media (max-width: 991px) {
  .row .p-y-3, .fw-section.p-y-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .row .p-t-3, .fw-section.p-t-3 {
    padding-top: 30px !important;
  }
}

@media (max-width: 991px) {
  .row .p-b-3, .fw-section.p-b-3 {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .row .m-a-3, .fw-section.m-a-3 {
    margin: 30px !important;
  }
}

@media (max-width: 767px) {
  .col-md-6 .p-l-2 {
    padding-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .bg-on-mobile {
    background: #e9e9e9;
  }
}

.reset-row .p-b-0 {
  padding-bottom: 0 !important;
}
.reset-row .p-t-0 {
  padding-top: 0 !important;
}

.bg-primary {
  background-color: #0e73ba;
}

.bg-primary-dark {
  background-color: #095184;
}

.bg-primary-darker {
  background-color: #0C3A4E;
}

.bg-primary-light {
  background-color: #2DBEFD;
}

.bg-secondary {
  background-color: #EBB43B;
}

.bg-secondary-dark {
  background-color: #BD9132;
}

.bg-light {
  background-color: #E9F9FF;
}

.bg-white {
  background-color: #ffffff;
}

.text-primary {
  color: #0e73ba;
}

.text-primary-dark {
  color: #095184;
}

.text-primary-darker {
  color: #0C3A4E;
}

.text-primary-light {
  color: #2DBEFD;
}

.text-secondary {
  color: #EBB43B;
}

.text-secondary-dark {
  color: #BD9132;
}

.text-light {
  color: #e9e9e9;
}

.text-meta {
  color: #404040;
}

.text-white {
  color: #ffffff;
}

.border-radius3 {
  border-radius: 3px;
}

.border-radius5, .tribe-event-featured {
  border-radius: 5px;
}

.border-radius10 {
  border-radius: 10px;
}

.border-radius20 {
  border-radius: 20px;
}

.border-radius30 {
  border-radius: 30px;
}

.border-radius40 {
  border-radius: 40px;
}

.border-radius50 {
  border-radius: 50px;
}

.shadowed-box, .tribe-event-featured {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.shadowed-box:hover, .tribe-event-featured:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.all-events-link a {
  color: #fff !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

.event-list {
  padding-left: 0;
  list-type: none;
}
.event-list .upcoming-event-content {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 120px;
  min-height: 150px;
  border-bottom: 1px dotted #e9e9e9;
}
@media (max-width: 767px) {
  .event-list .upcoming-event-content {
    min-height: 80px;
  }
}
.sidebar .event-list .upcoming-event-content {
  padding-left: 80px;
  min-height: auto;
}
.sidebar .event-list .upcoming-event-content > p {
  margin-bottom: 0;
}
.sidebar .event-list .upcoming-event-content > p.excerpt {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .event-list .upcoming-event-content {
    padding-left: 80px;
  }
  .event-list .upcoming-event-content > p.excerpt {
    display: none;
    margin-top: 10px;
  }
}
.event-list .upcoming-event-content:last-child {
  border-bottom: none;
}
.event-list .upcoming-event-content .event-thumb {
  display: block;
}
.event-list .upcoming-event-content .entry-date {
  position: absolute;
  background: #EBB43B;
  border-radius: 3px;
  display: inline-block;
  left: 0;
  top: 0;
  color: white;
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 100px;
}
@media (max-width: 767px) {
  .event-list .upcoming-event-content .entry-date {
    width: 60px;
    margin-right: 10px;
  }
  .event-list .upcoming-event-content .entry-date > p {
    display: none;
  }
}
.sidebar .event-list .upcoming-event-content .entry-date {
  width: 60px;
  margin-right: 10px;
}
.sidebar .event-list .upcoming-event-content .entry-date > p {
  display: none;
}
.event-list .upcoming-event-content .entry-date .entry-date-day {
  display: block;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  margin-top: 0px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .event-list .upcoming-event-content .entry-date .entry-date-day {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.sidebar .event-list .upcoming-event-content .entry-date .entry-date-day {
  font-size: 28px;
  font-size: 1.75rem;
}
.event-list .upcoming-event-content .entry-date .entry-date-month {
  font-size: 12px;
}
.event-list .upcoming-event-content .entry-date-time {
  font-size: 12px;
  display: block;
}
.event-list .upcoming-event-content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.sidebar .event-list .upcoming-event-content h3 {
  line-height: 1.2;
}
.sidebar .event-list .upcoming-event-content h3 a {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .event-list .upcoming-event-content h3 {
    line-height: 1.2;
  }
  .event-list .upcoming-event-content h3 a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.event-list .upcoming-event-content h3 a:hover {
  text-decoration: none;
}
.event-list .upcoming-event-content .cat-name {
  color: #0e73ba;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.event-list .upcoming-event-content .venue {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.event-list .upcoming-event-content .venue:before {
  font-family: "FontAwesome";
  content: "\f041";
  display: inline-block;
  margin-right: 5px;
}

.section-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #a6a6a6;
}
.section-title:after {
  margin-top: 10px;
  content: "";
  height: 6px;
  border-radius: 3px;
  width: 50px;
  background: #EBB43B;
  display: block;
}

.fisrt-lead .lead {
  color: #666;
}
.fisrt-lead .lead p::first-letter {
  float: left;
  font-size: 5em;
  line-height: 1;
  font-weight: bold;
  margin-right: 0.2em;
  color: #EBB43B;
  font-family: serif;
}
@supports (initial-letter: 5) or (-webkit-initial-letter: 5) {
  .fisrt-lead .lead p::first-letter {
    -webkit-initial-letter: 5;
    initial-letter: 5;
    color: #EBB43B;
    font-weight: bold;
    margin-right: 0.5em;
    font-family: serif;
  }
}
.fisrt-lead .lead:after {
  margin-top: 10px;
  content: "";
  height: 2px;
  border-radius: 2px;
  width: 80px;
  background: #ccc;
  display: block;
  margin-bottom: 30px;
}

.dark-col {
  border-width: 0 1px 0 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
}
@media (max-width: 767px) {
  .dark-col {
    border-width: 0 0 1px 0;
  }
}

.light-col {
  border-width: 0 1px 0 0;
  border-color: #e9e9e9;
  border-style: solid;
}
@media (max-width: 767px) {
  .light-col {
    border-width: 0 0 1px 0;
  }
}

.light-col-botom {
  border-width: 0 0 1px 0;
  border-color: #e9e9e9;
  border-style: solid;
}
@media (max-width: 767px) {
  .light-col-botom {
    border-width: 0 0 1px 0;
  }
}

/* content centering styles */
.center-parent {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
}

.center-child {
  display: table-cell;
  vertical-align: middle;
}

.overlayed {
  position: relative;
}
.overlayed .content-up {
  position: relative;
  z-index: 100;
}
.overlayed.bg-primary-overlay:before {
  background-color: trans(#0e73ba, 0.8);
  background-color: rgba(14, 115, 186, 0.8);
}
.overlayed.bg-secondary-overlay:before {
  background-color: trans(#EBB43B, 0.8);
  background-color: rgba(235, 180, 59, 0.8);
}
.overlayed:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}

.factoid-box {
  border-radius: 5px;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none !important;
  font-weight: 300;
}
.factoid-box:before {
  border-radius: 5px;
}
.factoid-box .content-up:before {
  content: "Did you know!";
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.factoid-box .content-up:after {
  margin-top: 10px;
  content: "";
  height: 3px;
  border-radius: 2px;
  width: 80px;
  display: block;
}
.factoid-box.bg-primary {
  color: #ffffff;
}
.factoid-box.bg-primary .content-up:after {
  background: #EBB43B;
}
.factoid-box.bg-secondary {
  color: #0C3A4E;
}
.factoid-box.bg-secondary .content-up:after {
  background: #0e73ba;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #a6a6a6;
}
.sidebar .widget .widget-title:after {
  margin-top: 10px;
  content: "";
  height: 6px;
  border-radius: 3px;
  width: 50px;
  background: #EBB43B;
  display: block;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a {
  color: #404040;
  font-size: 14px;
}
.sidebar .widget a:hover {
  color: #0e73ba;
}

/* Search
------------------------------*/
.sidebar .widget .search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.sidebar .widget .search-form .search-submit {
  padding: 12px 23px 12px;
  width: 93%;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
  margin-top: 25px;
}
.widget_recent_comments ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (min-width: 720px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
  }
}
@media screen and (min-width: 940px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1140px) {
  .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    width: 50%;
    float: left;
  }
}

.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 720px) {
  .footer-widget {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #0c64a2;
  }
  .footer-widget:last-child {
    border: none;
  }
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 70px 0px;
  padding: 4.375rem 0rem;
}

.section-padding-lg {
  padding: 90px 0px;
  padding: 5.625rem 0rem;
}

.section-padding-larger {
  padding: 140px 0px;
  padding: 8.75rem 0rem;
}

.section-meta {
  background-color: #f8f9f9;
}

.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container {
  position: relative;
  z-index: 5;
}

.section-inverse {
  background: #222222;
}
.section-inverse .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse-extended {
  background: #333333;
}
.section-inverse-extended .section-title-area .section-title {
  color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
  background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
  color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
  color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.section-title-area .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 800;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 3.5px;
  }
}
.section-title-area .section-subtitle {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-subtitle {
    font-size: 14px;
  }
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* Text Rotator */
.morphext > .animated {
  display: inline-block;
}

/* Section: Services
------------------------------*/
.section-services .service-item {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: all 100ms ease-out 0s;
}
@media screen and (max-width: 720px) {
  .section-services .service-item {
    padding: 20px;
  }
}
.section-services .service-item:after {
  content: "";
  display: table;
  clear: both;
  clear: both;
}
.section-services .service-item:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
  float: left;
  margin-right: 30px;
}
.section-services .service-item .service-image img {
  max-width: 120px;
  height: auto;
}
.section-services .service-item .service-image i {
  color: #0e73ba;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-image {
    float: none;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
}
.section-services .service-item .service-thumbnail {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
  overflow: hidden;
}
.section-services .service-item .service-content p {
  margin: 0px;
  font-size: 14px;
  color: #404040;
}
@media screen and (max-width: 720px) {
  .section-services .service-item .service-content {
    text-align: center;
    overflow: auto;
  }
}
.section-services .service-item .service-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #333333;
}
.section-services .service-item .service-link:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}

/* Section: Parallax
------------------------------*/
.section-parallax {
  background: none;
  position: relative;
  overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse {
  background: none;
}
.section-parallax .parallax-bg {
  background-color: #e8dfd0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 120%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.section-parallax .parallax-bg .hero-img {
  display: none;
}

.parallax_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.4;
}

.parallax-content {
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
  color: #FFFFFF;
  line-height: 1.5;
}
.parallax-content p, .parallax-content a {
  color: #FFFFFF;
}

.body-mobile .section-parallax .parallax-bg {
  background-color: #e8dfd0;
}

/* Section: Team
------------------------------*/
.section-team .team-member {
  padding: 0px 0.5px;
  text-align: center;
}
.section-team .row {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.team-members.row {
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
}
@media screen and (min-width: 940px) {
  .team-members.row.team-layout-4 .team-member {
    width: 25%;
  }
  .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
    clear: left;
  }
  .team-members.row.team-layout-3 .team-member {
    width: 33.3333333333%;
  }
  .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-members.row.team-layout-2 .team-member {
    width: 50%;
  }
  .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 940px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 720px) {
  .team-members.row .team-member {
    width: 50%;
  }
  .team-members.row .team-member:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .team-members.row .team-member {
    width: 100%;
  }
}

.team-member {
  margin-bottom: 20px;
}
.team-member.member-centered {
  text-align: center;
}
.team-member.member-centered .member-name:after {
  margin-left: auto;
  margin-right: auto;
}
.team-member .member-thumb {
  text-align: center;
}
.team-member .member-thumb img {
  border-radius: 50%;
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
  max-width: 200px;
  border: 3px solid #EBB43B;
  background-color: #EBB43B;
}
.team-member .member-thumb:hover .member-profile {
  bottom: 8px;
  transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
  opacity: 0.7;
  transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: auto;
  right: auto;
  width: 100%;
}
.team-member .member-thumb .member-profile a {
  color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
  color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
  color: #0e73ba;
}
.team-member .member-info {
  margin-top: 0px;
  position: relative;
  z-index: 30;
}
.team-member .member-name {
  margin-bottom: 15px;
}
.team-member .member-name:after {
  width: 50px;
  height: 2px;
}
.team-member .member-name .member-position {
  margin: 5px 0;
  display: block;
  color: #888888;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.team-member .member-detail {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 20px 0;
}

/* Section: News
------------------------------*/
.section-news .slick-slider .list-article, .archive .slick-slider .list-article, .blog .slick-slider .list-article, .resource-block .slick-slider .list-article {
  border-top: none;
}
.section-news .list-article, .archive .list-article, .blog .list-article, .resource-block .list-article {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0px;
}
.section-news .list-article:first-of-type, .archive .list-article:first-of-type, .blog .list-article:first-of-type, .resource-block .list-article:first-of-type {
  border-top: none;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type, .resource-block .list-article:last-of-type {
  border-bottom: none;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb, .resource-block .list-article-thumb {
  float: left;
  margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover, .resource-block .list-article-thumb a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 940px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb, .resource-block .list-article-thumb {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb, .resource-block .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img, .resource-block .list-article-thumb img {
    width: 100%;
  }
}
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content, .resource-block .list-article-content {
  float: none;
  overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta, .resource-block .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title, .resource-block .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover, .resource-block .entry-title a:hover {
  text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p, .resource-block .entry-excerpt p {
  margin-bottom: 0px;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}

.page-template-template-blog .section-news .list-article {
  padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
  border-bottom: none;
}

.section-news.section-inverse .list-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
  color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFF;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
  text-align: center;
}
.section-videolightbox .videolightbox__icon {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section-videolightbox header:after {
  margin: 20px auto;
  content: "";
  height: 6px;
  border-radius: 3px;
  width: 80px;
  background: #EBB43B;
  display: block;
}
.section-videolightbox .videolightbox__heading {
  text-transform: uppercase;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0px;
  font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
  font-weight: 800;
}
.section-videolightbox .video_icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 100px;
  height: 75px;
  line-height: 1;
  padding: 10px;
  width: 75px;
  display: inline-block;
}
.section-videolightbox .video_icon i {
  color: #fff;
  font-size: 30px;
  margin-left: 9px;
  margin-top: 11px;
  line-height: 1;
}
.section-videolightbox .video_icon:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
  color: #0e73ba;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
  padding: 10px;
  float: left;
}

.all-gallery {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.g-zoom-in .g-item {
  display: block;
  overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-zoom-in .g-item img {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
  -ms-transform: scale(1.5, 1.5); /* IE 9 */
  -webkit-transform: scale(1.5, 1.5); /* Safari */
  transform: scale(1.5, 1.5);
}

.g-layout-full-width.container {
  width: 100%;
  max-width: none;
  padding: 0px;
}

@media screen and (min-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 720px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
@media screen and (max-width: 576px) {
  .g-col-1 .g-item {
    width: 100%;
  }
  .g-col-1 .g-item:nth-child(1n+1) {
    clear: left;
  }
  .g-col-2 .g-item {
    width: 50%;
  }
  .g-col-2 .g-item:nth-child(2n+1) {
    clear: left;
  }
  .g-col-3 .g-item {
    width: 33.3333333333%;
  }
  .g-col-3 .g-item:nth-child(3n+1) {
    clear: left;
  }
  .g-col-4 .g-item {
    width: 25%;
  }
  .g-col-4 .g-item:nth-child(4n+1) {
    clear: left;
  }
  .g-col-5 .g-item {
    width: 20%;
  }
  .g-col-5 .g-item:nth-child(5n+1) {
    clear: left;
  }
  .g-col-6 .g-item {
    width: 16.6666666667%;
  }
  .g-col-6 .g-item:nth-child(6n+1) {
    clear: left;
  }
}
.gallery-justified {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-justified img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.gallery-justified > a,
.gallery-justified > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  float: left;
}

.gallery-masonry {
  width: 100%;
  position: relative;
  display: block;
}
.gallery-masonry:affter {
  clear: both;
}
.gallery-masonry .inner {
  display: block;
}

.side-menu:before {
  content: "See Also";
  color: #888;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.side-menu li {
  border-bottom: solid 1px #eee;
  margin: 0;
}
.side-menu li a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 0;
  color: #0e73ba;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  text-decoration: none;
}
.side-menu li a:hover {
  color: #0C3A4E;
}

/*--------------------------------------------------------------

9.0 unysons
--------------------------------------------------------------*/
.fw-call-to-action {
  padding: 20px;
  display: table;
}
@media (max-width: 767px) {
  .fw-call-to-action {
    display: relative;
  }
}

.fw-call-to-action > div {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .fw-call-to-action > div {
    display: block;
  }
}

.fw-call-to-action .fw-action-content h2 {
  margin-top: 0;
  font-weight: bold;
}

.fw-call-to-action .fw-action-btn {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .fw-call-to-action .fw-action-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}

.fw-testimonials {
  position: relative;
  margin: 40px 0;
}
.fw-testimonials .slick-dots {
  bottom: 0;
}

.fw-testimonials .fw-testimonials-item {
  position: relative;
}

.fw-testimonials .fw-testimonials-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  color: #888888;
  font-weight: 300;
}
@media (max-width: 991px) {
  .fw-testimonials .fw-testimonials-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.fw-testimonials .fw-testimonials-text p:last-child {
  margin-bottom: 0;
}

.fw-testimonials-3 .fw-testimonials-item {
  padding: 20px;
}

.fw-testimonials-3 .fw-testimonials-item:before {
  content: "”";
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 0px;
  line-height: 1em;
  font-size: 100px;
  color: #2DBEFD;
}

.fw-testimonials-3 .fw-testimonials-meta {
  margin-top: 20px;
  margin-left: 50px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.fw-testimonials-3 .fw-testimonials-text {
  position: relative;
  margin-left: 50px;
}

.fw-testimonials-3 .fw-testimonials-author .author-name {
  color: #888;
}

.fw-testimonials-3 .fw-testimonials-author .author-name:before {
  content: "- ";
}

.fw-testimonials-3 .fw-testimonials-author em:before,
.fw-testimonials-3 .fw-testimonials-author .fw-testimonials-url:before {
  content: " | ";
}

.fw-tabs-container .fw-tabs ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.fw-tabs-container .fw-tabs ul:before,
.fw-tabs-container .fw-tabs ul:after {
  content: " ";
  display: table;
}

.fw-tabs-container .fw-tabs ul:after {
  clear: both;
}

.fw-tabs-container .fw-tabs ul:before,
.fw-tabs-container .fw-tabs ul:after {
  content: " ";
  display: table;
}

.fw-tabs-container .fw-tabs ul:after {
  clear: both;
}

.fw-tabs-container .fw-tabs ul li {
  background: none repeat scroll 0 0 #E9F9FF;
  border: 1px solid #2DBEFD;
  border-left: 0;
  display: inline-block;
  float: left;
  margin: 0;
}

.fw-tabs-container .fw-tabs ul li:first-child {
  border-left: 1px solid #2DBEFD;
}

.fw-tabs-container .fw-tabs ul li a {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 7px 25px;
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}

.fw-tabs-container .fw-tabs ul li a:focus {
  outline: medium none;
}

.fw-tabs-container .fw-tabs ul li.ui-state-active {
  background: none repeat scroll 0 0 #fff;
  border-bottom-color: #fff;
}

.fw-tabs-container .fw-tabs ul li.ui-state-active a {
  color: #0C3A4E;
}

.fw-tabs-container.tabs-justified .fw-tabs ul li {
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
}

.fw-tabs-container.tabs-justified .fw-tab-content {
  border-top: 0px;
}

.fw-tabs-container .fw-tab-content {
  border: 1px solid #2DBEFD;
  display: none;
  margin-top: -1px;
  padding: 20px 30px;
}

.fw-tabs-container.ui-tabs .fw-tab-content {
  display: block;
}

.fw-tabs-container.ui-tabs .fw-tab-content.ui-tabs-hide {
  display: none;
}

.fw-tabs-container .fw-tab-content img {
  float: left;
  margin: 5px 20px 5px 0;
}

.fw-tabs-container .fw-tab-content p:last-child {
  margin-bottom: 0;
}

.fw-block-quote {
  font-size: 24px;
  font-size: 1.5rem;
  color: #888888;
  font-style: italic;
  font-weight: 300;
  border-left: solid 5px #e9e9e9;
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .fw-block-quote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.bg-primary .fw-block-quote {
  color: #ffffff;
  padding: 30px;
  border-left: none;
}

/*-------------------------------------------------------------- 
10.0 External Plugins
--------------------------------------------------------------*/
/* Breadcrumbs
------------------------------*/
.breadcrumbs {
  font-size: 10px;
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
  color: #858585;
}
@media screen and (min-width: 720px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs i {
  margin: 0px 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #404040;
  font-weight: 600;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  margin-right: 20px;
  position: relative;
}
@media screen and (min-width: 720px) {
  .breadcrumbs span {
    margin-right: 40px;
  }
}
.breadcrumbs span span {
  margin-right: 0;
}
.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 2px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:before {
    right: -23px;
    top: 3px;
  }
}
.breadcrumbs a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 3px;
}
@media screen and (min-width: 720px) {
  .breadcrumbs a:after {
    right: -22px;
    top: 4px;
  }
}

/* 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;
}
.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-slider-full, .slide {
  height: 300px;
}
@media screen and (min-width: 720px) {
  .slick-slider-full, .slide {
    height: 400px;
  }
}
@media screen and (min-width: 940px) {
  .slick-slider-full, .slide {
    height: 500px;
  }
}
@media screen and (min-width: 1140px) {
  .slick-slider-full, .slide {
    height: 550px;
  }
}

.slick-slider-full .slide__content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.slick-slider-full.blue .slide__content:before {
  background-color: rgba(0, 153, 218, 0.6);
}
.slick-slider-full.black .slide__content:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.slide {
  position: relative;
  width: 100%;
  background-color: rgb(0, 153, 218);
}
.slide.slick-active .slide_bg {
  transform: scale(1.1);
}
.slide .slide_bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-in;
  position: absolute;
  background-repeat: no-repeat;
}
.slide .slide__content {
  -webkit-transform: translateZ(0);
  max-width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 2;
  transform: translate(0, 0);
}
@media screen and (min-width: 720px) {
  .slide .slide__content {
    max-width: 70%;
  }
}
@media screen and (min-width: 940px) {
  .slide .slide__content {
    max-width: 60%;
  }
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings .h1, .slide .slide__content--headings .page-header .entry-title, .page-header .slide .slide__content--headings .entry-title, .slide .slide__content--headings .page-header .page-title, .page-header .slide .slide__content--headings .page-title {
  color: #FFF;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  margin: 10px 0;
}
@media screen and (min-width: 720px) {
  .slide .slide__content--headings .h1, .slide .slide__content--headings .page-header .entry-title, .page-header .slide .slide__content--headings .entry-title, .slide .slide__content--headings .page-header .page-title, .page-header .slide .slide__content--headings .page-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.slide .slide__content--headings .slide-meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  color: #EBB43B;
}
[data-animation-in] {
  opacity: 0;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: "FontAwesome";
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.55;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: "\f104";
}

[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: "\f105";
}

[dir=rtl] .slick-next:before {
  content: "\f104";
}

.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;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots {
  text-align: right;
  bottom: 0;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: #EBB43B;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: #EBB43B;
  opacity: 0.75;
}

.stick-dots .slick-dots {
  bottom: 25px;
  text-align: center;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: #EBB43B;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: #EBB43B;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.tribe-bar-views-select {
  display: none;
}

.page-header-content .event-meta-header {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.page-header-content .tribe-events-event-categories {
  font-size: 11px;
  color: #EBB43B;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.page-header-content .tribe-events-event-categories > a {
  color: #EBB43B;
}
.page-header-content .tribe-events-event-categories > a:hover {
  color: #BD9132;
}

.events-category-webinar #tribe-events-bar {
  display: none;
}

.tribe-events-read-more {
  color: #ffffff !important;
  font-size: 13px !important;
  letter-spacing: 0;
  margin: 20px 0;
}

.tribe-events-list .type-tribe_events {
  border-bottom: 1px dashed #e9e9e9 !important;
}
.tribe-events-list .type-tribe_events .tribe-event-schedule-details {
  color: #0e73ba;
}

.tribe-event-featured {
  border-bottom: none !important;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 100%;
  margin: auto;
}

#tribe-bar-views .tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-option a {
  background-color: #ffffff !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background-color: #EBB43B !important;
  border-radius: 30px;
  color: #0C3A4E;
}

#tribe-bar-form input[type=text] {
  border-bottom: 1px dashed #54d0ff !important;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
  content: "\f078";
  display: inline-block;
  margin-left: 4px;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome" !important;
  vertical-align: top;
  border: none;
  /* border-color: rgba(136,183,213,0); */
  /* border-top-color: inherit; */
  /* border-width: 8px; */
  /* content: " "; */
  height: auto;
  /* pointer-events: none; */
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}

.cat-bar {
  width: 100%;
  background-color: #ffffff;
}

/* user menu settings */
.tribe-bar-views-list {
  font-size: 12px;
}

.tribe-events-list-event-description {
  margin-top: 20px;
}

.tribe-events-page-title a {
  display: block;
  color: #EBB43B !important;
  font-family: "Ideal Sans", "Open Sans", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}

.tribe-bar-views-option-month a > span:after {
  content: "\f078";
  display: inline-block;
  margin-left: 4px;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome" !important;
  vertical-align: top;
  float: right;
}

#dropdown {
  display: block;
  padding: 13px 16px;
  width: 200px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed #54d0ff;
  font-size: 11px;
  color: #404040;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#dropdown > span:after {
  content: "\f078";
  display: inline-block;
  margin-left: 4px;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome" !important;
  vertical-align: top;
  float: right;
}
#dropdown:hover {
  color: #467AAA;
}
#dropdown.open {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#dropdown ul {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  list-style: none;
  z-index: 100;
  margin: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  padding: 5px 0px;
  display: none;
  background: #ffffff;
}
#dropdown ul li {
  font-size: 0.9em;
}
#dropdown ul li a {
  text-decoration: none;
  display: block;
  color: #404040;
  padding: 7px 15px;
}
#dropdown ul li a:hover {
  color: #467AAA;
  background: #EDFAFF;
}

/**
* Light Material Design – Inspired by googles new android design guidelines
* Makes use of CSS3 for some finer details
* See unminified version to actually make sense of this..
*/
.beautiful-taxonomy-filters-select-wrap {
  width: calc(100% - 200px);
  float: left;
}
.beautiful-taxonomy-filters-select-wrap.restrict-width {
  width: calc(50% - 200px);
}
@media screen and (max-width: 720px) {
  .beautiful-taxonomy-filters-select-wrap {
    float: none;
    width: 100%;
  }
}

.beautiful-taxonomy-filters-button {
  float: right;
  margin-top: 0 !important;
}
.beautiful-taxonomy-filters-button.restrict-width {
  float: left;
  margin-left: 1.724rem;
}
@media screen and (max-width: 720px) {
  .beautiful-taxonomy-filters-button {
    float: none;
    margin-top: 20px !important;
  }
}

.beautiful-taxonomy-filters-tax {
  float: left;
  position: relative;
}

.filter-count-1 {
  width: 100%;
}

.filter-count-2 {
  margin-right: 5%;
  width: 47.5%;
}
.filter-count-2:nth-child(2n) {
  margin-right: 0;
}

.filter-count-3 {
  margin-right: 5%;
  width: 30%;
}
.filter-count-3:nth-child(3n) {
  margin-right: 0;
}

.filter-count-4 {
  margin-right: 5%;
  width: 21.25%;
}
.filter-count-4:nth-child(4n) {
  margin-right: 0;
}

.filter-count-many {
  margin-right: 5%;
  margin-bottom: 5%;
  width: 21.25%;
}
.filter-count-many:nth-child(4n) {
  margin-right: 0;
}

.beautiful-taxonomy-filters-label {
  display: none;
  margin-bottom: 5px;
}

.beautiful-taxonomy-filters-select {
  width: 100%;
}

.beautiful-taxonomy-filters-button {
  margin-top: 20px;
  padding: 10px 30px 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 3px;
  border-radius: 30px;
  background: #EBB43B;
  border: none;
  /* -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25); */
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  /* box-shadow: 0 1px 1px 0 rgba(0,0,0,0.25); */
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.beautiful-taxonomy-filters-button:hover {
  background: #BD9132;
}
.beautiful-taxonomy-filters-button:active {
  background: #BD9132;
}

.beautiful-taxonomy-filters-clear-all {
  color: #dd191d;
  font-size: 12px;
  display: inline-block;
  margin: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.beautiful-taxonomy-filters-clear-all:hover {
  color: #e51c23;
}
.beautiful-taxonomy-filters-clear-all:active {
  color: #d01716;
}

.post-type-archive-resource select {
  outline: none;
}
.post-type-archive-resource select:focus {
  outline: none;
}
.post-type-archive-resource .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0C3A4E;
  line-height: 40px;
  text-transform: uppercase;
  padding-left: 20px;
}
.post-type-archive-resource .select2-container--default {
  width: 100% !important;
}
.post-type-archive-resource .select2-container--default .select2-selection--single {
  background: none;
  border: 2px solid #0C3A4E;
  border-radius: 0px;
  position: relative;
}
.post-type-archive-resource .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.post-type-archive-resource .select2-container .select2-selection--single:focus {
  outline: 0;
}
.post-type-archive-resource .select2-dropdown {
  border: none;
  border-radius: 0;
}
.post-type-archive-resource .select2-container .select2-choice {
  border: 1px solid transparent;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
}
.post-type-archive-resource .select2-dropdown-open .select2-choice {
  border: 1px solid #e0e0e0;
  background: #FFF;
  box-shadow: none !important;
}
.post-type-archive-resource .select2-container .select2-choice .select2-arrow {
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  background-image: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.post-type-archive-resource .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}
.post-type-archive-resource .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.post-type-archive-resource .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0C3A4E transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.post-type-archive-resource .select2-search {
  padding-top: 4px;
}
.post-type-archive-resource .select2-search input {
  border: 1px solid #e0e0e0 !important;
}
.post-type-archive-resource .select2-drop {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) !important;
}
.post-type-archive-resource .select2-drop.select2-drop-above {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  -ms-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  -o-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15) !important;
}
.post-type-archive-resource .select2-drop-active {
  border: 1px solid #e0e0e0;
  border-top: none;
}
.post-type-archive-resource .select2-results .select2-highlighted, .post-type-archive-resource .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #EBB43B;
}
.post-type-archive-resource .select2-results .level-1 {
  padding-left: 10px;
}
.post-type-archive-resource .select2-results .level-2 {
  padding-left: 20px;
}
.post-type-archive-resource .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #e0e0e0;
}
.post-type-archive-resource .select2-dropdown-open.select2-drop-above .select2-choice, .post-type-archive-resource .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #e0e0e0;
  background-image: none;
}
.post-type-archive-resource .select2-dropdown-open .select2-choice, .post-type-archive-resource .select2-dropdown-open .select2-choices {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-image: none;
}
.post-type-archive-resource .select2-container .term-description {
  font-size: 0.75em;
  font-style: italic;
}
.post-type-archive-resource .select2-results__option {
  line-height: 1.25;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  border-bottom: solid 1px #e9e9e9;
}
.post-type-archive-resource .select2-results__option:last-child {
  border-bottom: none;
}
.post-type-archive-resource .select2-results__option[aria-selected=true] {
  background-color: #EDFAFF;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .post-type-archive-resource .select2-search input, .post-type-archive-resource .select2-search-choice-close {
    background-image: url("select2x2.png") !important;
    background-size: 60px 40px !important;
    background-repeat: no-repeat !important;
  }
  .post-type-archive-resource .select2-container .select2-choice abbr, .post-type-archive-resource .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-size: 60px 40px !important;
    background-repeat: no-repeat !important;
  }
  .post-type-archive-resource .select2-search input {
    background-position: 100% -21px !important;
  }
}

@media all and (max-width: 40em) {
  .filter-count-4, .filter-count-3, .filter-count-many {
    margin-right: 5%;
    width: 47.5%;
    margin-bottom: 5%;
  }
  .filter-count-4:nth-child(4n), .filter-count-many:nth-child(4n), .filter-count-3:nth-child(3n) {
    margin-right: 5%;
  }
  .filter-count-4:nth-child(2n), .filter-count-many:nth-child(2n), .filter-count-3:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 30em) {
  .filter-count-4, .filter-count-3, .filter-count-2, .filter-count-many {
    margin-right: 0%;
    margin-bottom: 5%;
    width: 100%;
  }
  .filter-count-4:nth-child(4n), .filter-count-many:nth-child(4n), .filter-count-3:nth-child(3n), .filter-count-4:nth-child(2n), .filter-count-many:nth-child(2n), .filter-count-3:nth-child(2n) {
    margin-right: 0;
  }
}
.beautiful-taxonomy-filters-active-filter {
  margin: 0.5em 2em;
}

.beautiful-taxonomy-filters-info-heading {
  margin-top: 0px;
  margin-bottom: 0.5em;
}

.beautiful-taxonomy-filters-single-tax .single-tax-key {
  font-weight: bold;
}

.beautiful-taxonomy-filters-widget .beautiful-taxonomy-filters-tax {
  width: 100%;
  margin-bottom: 20px;
}

.share-bottom {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .share-bottom {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    box-shadow: 0 -5px 10px 0 rgba(50, 50, 50, 0.3);
  }
}

.ui.share-buttons {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 767px) {
  .ui.share-buttons {
    max-width: 300px;
    margin: 0 auto;
  }
  .ui.share-buttons li a {
    padding: 10px !important;
    margin: 0 5px !important;
  }
}
.ui.share-buttons li {
  float: left;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
}
.ui.share-buttons li:first-child a {
  margin-left: 0 !important;
}
.ui.share-buttons li.pull-right a {
  padding: 10px 17px;
}
.ui.share-buttons li.share-head i {
  font-style: normal;
}
.ui.share-buttons li.share-head a {
  color: #404040;
  text-decoration: none;
  padding: 10px;
  cursor: default;
}
.ui.share-buttons li.share-head a:hover {
  color: #404040;
  text-decoration: none;
}
.ui.share-buttons li a {
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 10px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ui.share-buttons li a b, .ui.share-buttons li a span {
  display: inline-block;
  vertical-align: middle;
}
.ui.share-buttons li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1;
}
.ui.share-buttons li a span {
  font-size: 16px;
  font-size: 1rem;
}
.ui.share-buttons li a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.ui.share-buttons li.fb a {
  background: #3b5998;
}
.ui.share-buttons li.fb a:hover {
  background: #2d4373;
}
.ui.share-buttons li.tw a {
  background: #55ACEE;
}
.ui.share-buttons li.tw a:hover {
  background: #2795e9;
}
.ui.share-buttons li.gp a {
  background: #dd4b39;
}
.ui.share-buttons li.gp a:hover {
  background: #c23321;
}
.ui.share-buttons li.in a {
  background: #0077b5;
}
.ui.share-buttons li.in a:hover {
  background: #005582;
}

/**
 * FW Accordion customization
 */
.fw-accordion h3 {
  cursor: pointer;
  position: relative;
  padding-top: 2.25rem;
  transition: all linear 0.3s;
}
.fw-accordion h3:before {
  content: "";
  background-color: #ea5d2a;
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  top: 0;
}
.fw-accordion h3.ui-state-active {
  padding-bottom: 2.25rem;
}
.fw-accordion h3.ui-state-active .accordion__icon:before {
  transform: rotate(0deg);
}
.fw-accordion h3:not(.ui-state-active) {
  margin-bottom: 2.25rem;
}
.fw-accordion h3:not(.ui-state-active):last-of-type {
  padding-bottom: 2.25rem;
}
.fw-accordion h3:not(.ui-state-active):last-of-type:after {
  content: "";
  background-color: #ea5d2a;
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  bottom: 0;
}
.fw-accordion h3 .accordion__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fw-accordion h3 .accordion__icon:before {
  transform: rotate(-90deg);
  transition: 0.35s transform cubic-bezier(0.4, 0, 0.2, 1);
}
.fw-accordion h3 .accordion__icon:before, .fw-accordion h3 .accordion__icon:after {
  border-top: 2px solid #000;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transform-origin: center;
  width: 1em;
}
.fw-accordion div {
  padding-bottom: 2.25rem;
  position: relative;
}
.fw-accordion div:last-of-type:after {
  content: "";
  background-color: #ea5d2a;
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  bottom: 0;
}

input.gform_button.button, input.gform_next_button.button {
  background-color: #ea5d2a !important;
}
input.gform_button.button:hover, input.gform_next_button.button:hover {
  background-color: #054e7f !important;
}

/*--------------------------------------------------------------
11.0 Footer
--------------------------------------------------------------*/
#footer-top .footer-columns > div:first-child {
  text-align: center;
}
#footer-top .footer-columns > div:first-child .footer-menu a {
  color: white;
  text-transform: uppercase;
}
#footer-top .footer-columns > div:first-child .footer-menu a:not(:last-child) {
  margin-right: 35px;
}
#footer-top .footer-columns > div:nth-child(2) {
  display: flex;
  justify-content: center;
  margin: 1.15rem 0;
}
#footer-top .footer-columns > div:nth-child(2) ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-top .footer-columns > div:nth-child(2) ul li:not(:last-child) {
  margin-right: 35px;
}
#footer-top .footer-columns .ozz-menu-utility .social-profile .fa-twitter:before {
  content: url(./assets/images/icon-twitter-x.svg);
  position: relative;
  top: -4px;
}
#footer-top .footer-columns .ozz-menu-utility .social-profile .fa-twitter:hover:before {
  filter: brightness(0) saturate(100%) invert(96%) sepia(11%) saturate(3818%) hue-rotate(323deg) brightness(92%) contrast(101%);
}
