/*!
Theme Name: Rocket FFL
Theme URI: http://underscores.me/
Author: UXHACKS
Author URI: http://uxhacks.com/
Description: Custom theme for Rocket FFL
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rocket-ffl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Rocket FFL is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: 'NoirPro-Bold';
  src: url("fonts/NoirPro-Bold.eot");
  src: url("fonts/NoirPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/NoirPro-Bold.ttf") format("truetype"), url("fonts/NoirPro-Bold.woff") format("woff"), url("fonts/NoirPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #313841;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #313841;
	font-family: "NoirPro-Bold", sans-serif;
	font-weight:900;
}

.subheading {
  color: #fff;
  font-size: 1.25rem; }

p {
  margin-bottom: 1rem; }

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

blockquote {
  margin: 0 1rem; }

address {
  margin: 0 0 1rem; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

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

ul,
ol {
  margin: 0 0 1rem 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1rem 1rem; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.btn-blue,
input.btn-blue, .dark .main-navigation .menu-nav-primary li.btn a, .main-navigation .menu-nav-primary li.btn a, .btn-white-bordered, .btn-blue-bordered, .btn-black, .btn-dark-blue, .btn-light-blue,
input.btn-light-blue,
input.search-submit, .nav-links .next,
.nav-links .prev, .pagination .previous a, .pagination .disabled a, .pagination .next a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block; }
  @media (max-width: 767px) {
    .btn-blue,
    input.btn-blue, .dark .main-navigation .menu-nav-primary li.btn a, .main-navigation .menu-nav-primary li.btn a, .btn-white-bordered, .btn-blue-bordered, .btn-black, .btn-dark-blue, .btn-light-blue,
    input.btn-light-blue,
    input.search-submit, .nav-links .next,
    .nav-links .prev, .pagination .previous a, .pagination .disabled a, .pagination .next a {
      font-size: 18px;
      font-weight: 900; } }

.btn-blue,
input.btn-blue, .dark .main-navigation .menu-nav-primary li.btn a, .main-navigation .menu-nav-primary li.btn a {
  background-color: #0059BC;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn-blue:hover, .main-navigation .menu-nav-primary li.btn a:hover, .btn-blue:visited, .main-navigation .menu-nav-primary li.btn a:visited {
    color: #fff; }
  .btn-blue:hover, .main-navigation .menu-nav-primary li.btn a:hover {
    background-color: #0D3370;
    color: #fff; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

a.wp-block-button__link.has-background {
    border-radius: 0!important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1rem; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.nav-wrap .search {
  display: flex;
  align-items: center; }

.nav-wrap .search .search-btn {
  margin-left: 10px; }

.nav-wrap .search input.search-field {
  padding: 10px;
  border-radius: 0; }

.nav-wrap .search form.search-form {
  display: flex; }

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

.nav-wrap i.fa.active.fa-window-close {
  color: red; }

.nav-wrap input.search-submit:hover {
  background: #0059bc;
  color: white; }

.nav-wrap .search-btn:hover {
  color: #0059bc; }

.nav-wrap .search .search-form {
  display: none !important; }

.nav-wrap .search.active .search-form {
  display: flex !important; }

.site-header {
  padding: 15px 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0px;
  left: 0px;
  background-color: #fff; }
  .site-header.simple {
    position: unset;
    box-shadow: none; }
    .site-header.simple .logo {
      text-align: center; }
  .site-header .logo img {
    max-width: 240px;
    margin-left: -15px; }
  .site-header.dark {
    background-color: #0D3370;
    box-shadow: none; }

.headergap {
  height: 82px; }
  @media (max-width: 767px) {
    .headergap {
      height: 67px; } }

.dark .search-btn {
  color: #fff; }

.dark .main-navigation .menu-nav-primary li a {
  color: #fff; }
  .dark .main-navigation .menu-nav-primary li a:hover {
    color: #64C8FF; }

.dark .main-navigation .menu-nav-primary li.btn a:hover {
  background-color: #64C8FF;
  color: #0D3370; }

.main-navigation .nav-wrap {
  margin-left: auto; }

.main-navigation .search {
  padding: 0 15px;
  position: relative; }
  .main-navigation .search .search-btn {
    display: inline-block;
    cursor: pointer; }

.main-navigation .menu-nav-primary {
  align-items: center; }
  .main-navigation .menu-nav-primary li {
    padding: 0 15px; }
    .main-navigation .menu-nav-primary li a {
      color: #313841;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 14px; }
      .main-navigation .menu-nav-primary li a:hover {
        color: #0059BC; }

.site-header {
  width: 100%;
  z-index: 777;
  transition: all .3s;
  will-change: transform;
  transition: transform 200ms linear; }
  .site-header.headroom--pinned {
    transform: translateY(0%) !important; }
  .site-header.headroom--unpinned {
    transform: translateY(-100%); }

@media (min-width: 768px) and (max-width: 997px) {
  .site-header .logo img {
    max-width: 190px; }
  .site-header .main-navigation .menu-nav-primary li {
    padding: 0 10px; }
    .site-header .main-navigation .menu-nav-primary li a {
      font-size: 13px; }
  .site-header .main-navigation .menu-nav-primary.btn a {
    font-size: 13px; } }

@media (max-width: 767px) {
  .site-header .container {
    padding: 0 15px; }
  .site-header .logo img {
    max-width: 190px;
    margin-left: -5px; }
  .site-header.headroom--unpinned .main-navigation .menu-header-container {
    transform: translateY(-100%); }
  .site-header .main-navigation .menu-header-container {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
  .site-header .main-navigation .search {
    display: none; }
  .site-header .main-navigation .menu-toggle {
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 28px;
    padding: 6px 10px 5px;
    background-color: #fff;
    border-radius: 2px;
    color: #313841;
    border: 1px solid #0D3370;
    outline: none !important; }
    .site-header .main-navigation .menu-toggle:before {
      content: "Menu";
      position: absolute;
      color: #313841;
      top: 11px;
      right: 100%;
      text-transform: uppercase;
      font-size: 18px;
      margin-right: 10px; }
    .site-header .main-navigation .menu-toggle i {
      width: 25px;
      text-align: center; }
    .site-header .main-navigation .menu-toggle[aria-expanded="true"] i:before, .site-header .main-navigation .menu-toggle.is-active i:before {
      content: "\f00d"; }
    .site-header .main-navigation .menu-toggle[aria-expanded="true"] + .menu-header-container, .site-header .main-navigation .menu-toggle.is-active + .menu-header-container {
      opacity: 1;
      visibility: visible; }
  .site-header .main-navigation .menu-nav-primary {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    color: #313841;
    padding: 15px 30px 90px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
    .site-header .main-navigation .menu-nav-primary .menu-item {
      padding: 0;
      margin: 15px 0; }
      .site-header .main-navigation .menu-nav-primary .menu-item a {
        color: #313841;
        font-size: 24px;
        font-family: 'NoirPro-Bold', sans-serif;
		font-weight: bold;
        position: relative; }
      .site-header .main-navigation .menu-nav-primary .menu-item.btn {
        width: 100%;
        border: 0;
        border-radius: 0;
        position: relative;
        top: 70px; }
        .site-header .main-navigation .menu-nav-primary .menu-item.btn a {
          color: #fff;
          width: 100%;
          display: block;
          font-size: 18px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          padding: 18px 10px; }
          .site-header .main-navigation .menu-nav-primary .menu-item.btn a:after {
            content: "";
            background-image: url("images/icons/3-arrow.svg");
            width: 26px;
            height: 28px;
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            margin-left: 10px; }
      .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        display: block;
        content: "\f0d7";
        position: absolute;
        top: 0;
        right: 0;
        font-size: 32px;
        line-height: 1.2;
        transition: color .3s;
        padding: 0 0 0 10px;
        z-index: 5;
        pointer-events: none; }
      .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children.focus:before {
        color: #64C8FF;
        content: "\f0d8"; }
      .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children.focus > a {
        color: #64C8FF; }
      .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children.focus .sub-menu {
        display: block; }
      .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children .sub-menu {
        display: none;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        box-shadow: none;
        margin: 0; }
        .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children .sub-menu li a {
          font-size: 24px;
          width: 100%;
          opacity: .7;
          transition: opacity .3s; }
          .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children .sub-menu li a:hover, .site-header .main-navigation .menu-nav-primary .menu-item.menu-item-has-children .sub-menu li a:focus {
            opacity: 1; }
  .site-header .main-navigation .search-mobile {
    padding: 0 30px;
    position: absolute;
    bottom: 125px;
    right: 0;
    left: 0; }
    .site-header .main-navigation .search-mobile form {
      position: relative; }
      .site-header .main-navigation .search-mobile form input {
        width: 100%;
        font-size: 18px;
        padding: 13px 15px;
        border-color: #313841;
        border-radius: 0;
        transition: border .3s;
        outline: none !important;
        font-weight: bold;
        text-transform: uppercase; }
        .site-header .main-navigation .search-mobile form input::placeholder {
          color: #707070;
          opacity: .5; }
        .site-header .main-navigation .search-mobile form input:hover, .site-header .main-navigation .search-mobile form input:focus {
          border-color: #0D3370; }
      .site-header .main-navigation .search-mobile form button {
        background-color: transparent;
        border: 0;
        position: absolute;
        top: 0;
        right: 0;
        padding: 18px;
        font-size: 18px;
        color: #0D3370; }
  .site-header .main-navigation.toggled .menu-nav-primary {
    opacity: 1;
    visibility: visible; }
  .site-header.dark .main-navigation .menu-toggle {
    background-color: #0D3370;
    color: #fff;
    border: 1px solid #64C8FF; }
    .site-header.dark .main-navigation .menu-toggle:before {
      color: #fff; }
  .site-header.dark .main-navigation .menu-nav-primary {
    background-color: #0D3370;
    color: #fff; }
    .site-header.dark .main-navigation .menu-nav-primary .menu-item a {
      color: #fff; } }

.search.show .search-desktop {
  display: block; }

.search.show .search-btn {
  display: none; }

.search-desktop {
  padding: 0 0px 0 0px;
  position: absolute;
  right: 40px;
  top: -25px;
  width: 300px;
  height: 46px;
  z-index: 1;
  display: none; }
  .search-desktop .fa-window-close {
    color: #FF0000;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer; }
  .search-desktop form {
    position: relative;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background: white;
    height: 100%; }
    .search-desktop form input {
      width: 100%;
      font-size: 14px;
      padding: 10px 70px 10px 15px;
      border-radius: 0;
      border: 0px;
      outline: none !important;
      font-weight: bold;
      height: 100%; }
      .search-desktop form input::placeholder {
        color: #313841;
        opacity: 1; }
      .search-desktop form input:hover, .search-desktop form input:focus {
        border-color: #0D3370; }
    .search-desktop form button {
      background-color: #0059BC;
      border: 0;
      position: absolute;
      top: 5px;
      right: 4px;
      padding: 10px 20px;
      font-size: 16px;
      color: #fff;
      font-family: 'Roboto';
      font-weight: 700;
      border-radius: 0px; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1rem; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1rem 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1rem; }

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

.bypostauthor {
  display: block; }

#comments h3#reply-title {
  display: flex;
  justify-content: space-between; }

/* Widgets
--------------------------------------------- */
body.pinned .widget-license {
  transform: translateY(85px) !important; }
  @media (max-width: 997px) {
    body.pinned .widget-license {
      transform: none !important; } }

.widget-license {
  transition: linear .25s; }

@media (max-width: 997px) {
  #ffl_widget-2_clone {
    display: none !important; }
  .widget_ffl_widget {
    position: relative !important;
    width: 100% !important;
    bottom: 0 !important; } }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1rem;
  display: grid;
  grid-gap: 1rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Videos
--------------------------------------------- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Templates
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6, .heading-1, .course-price, .hero-section.archive h1 span,
.hero-section h1, .footer-menu ul li a, .course-main-accordian .item .item-head .title, .inner-collapse-head .title {
  font-family: 'NoirPro-Bold', sans-serif;
  font-weight:900; }

.course-price span, .tabs-course .nav-tabs .nav-link {
  font-family: "Roboto", sans-serif; }

.breadcrumb li a, .widget-popular-posts ul li a {
  font-family: 'Lato', sans-serif; }

.arrows-group, .arrows-group-grey-left, .arrows-group-left, a, .bordered.left-top, .bordered.right-top, .bordered.left-bottom, .bordered.right-bottom, .single-post .comment-list .reply a,
.page .comment-list .reply a, .tabs-course .nav-tabs .nav-link:after, .tab-statistics .icon, .tab-statistics .overlay, .video-card-thumbnail .thumbanil-bg:after, .video-card-thumbnail .fa, .course-main-accordian .item .item-head .fa, .inner-collapse-head .fa-chevron-up {
  transition: ease-in-out 0.25s; }

.post-author img, .widget-instructor .image img, .single-blogpost-author .author-info .image img, .single-post-meta li:after {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%; }

.arrow-link, .widget-instructor .course {
  text-transform: uppercase; }

.widget-instructor .image, .widget-instructor h4, .widget-instructor .course, .widget-license, .widget-license .btn-light-blue {
  text-align: center; }

.widget-license.sticky-obj:hover a.btn-light-blue {
    color: #fff!important;
}

.arrow-link, .arrow-link:hover, .widget-instructor .course, .widget-popular-posts ul li a:hover {
  color: #0D3370; }

.text-light-blue, .single-blogpost-author .author-info .role {
  color: #64C8FF; }

a, a:active, a:visited {
  color: #0059BC; }

.widget-license h3, .widget-license .text-content {
  color: #fff; }

.arrow-link, .widget-instructor .course, .widget-popular-posts ul li a, .single-blogpost-author .author-info .role {
  font-weight: bold; }

/**************************************************
                        ICONS 
**************************************************/
.arrows-group {
  background-image: url("images/icons/3-arrow.svg");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }
  @media (max-width: 767px) {
    .arrows-group {
      height: 28px; } }

.arrows-group-grey-left {
  background-image: url("images/icons/3-arrow-grey.svg");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

  .arrows-group-left {
    background-image: url("images/icons/3-arrow.svg");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    transform: scaleX(-1);
  }

.icon-lock {
  background-image: url("images/icons/icon-lock.svg");
  width: 29px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

.icon-trophy {
  background-image: url("images/icons/icon-trophy.svg");
  width: 43px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

.icon-shield {
  background-image: url("images/icons/icon-shield.svg");
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

/**************************************************
                    ICONS END
**************************************************/
.section {
  padding: 50px 0px; }
  @media (max-width: 767px) {
    .section {
      padding: 40px 0; } }

.overlapTop {
  margin-bottom: -80px; }

.overlapBottom {
  margin-top: -70px; }

body {
  color: #313841;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

hr {
  background-color: #707070;
  opacity: 0.2; }

@media (max-width: 767px) {
  .container {
    padding: 0 35px; }
    .container .container {
      padding: 0; } }

@media (max-width: 362px) {
  .container {
    padding: 0 15px; } }

strong {
  font-weight: 700; }

.form-control:focus {
  outline: none;
  box-shadow: none; }

ul,
ol {
  margin-left: 0px; }

.highlighted {
  color: #64C8FF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px; }

.light-heading {
  font-weight: 300; }
  .light-heading strong {
    font-weight: 700; }

.bg_grey {
  background-color: #F2F2F2; }

.bg_light_blue {
  background-color: #DFF4FF; }

.orange-star,
.text-orange {
  color: #FF8925; }

.post,
.page {
  margin-bottom: 0px; }

a:focus {
  outline: none; }

.heading-1,
h2 {
  font-size: 40px; }
  .heading-1.light,
  h2.light {
    color: #fff; }
    .heading-1.light span,
    h2.light span {
      color: #64C8FF; }
  .heading-1 span,
  h2 span {
    color: #0059BC; }
  @media (max-width: 767px) {
    .heading-1,
    h2 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 15px; } }

.single h2 {
    text-align: left;
}

.btn-blue,
input.btn-blue {
  border: 0px;
  border-radius: 0px; }
  .btn-blue .arrows-group,
  input.btn-blue .arrows-group {
    margin-left: 15px; }
  .btn-blue:hover .arrows-group,
  input.btn-blue:hover .arrows-group {
    margin-left: 22px; }

.btn-white-bordered {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: 'NoirPro-Bold', sans-serif;
	}
  .btn-white-bordered:hover, .btn-white-bordered:visited {
    color: #fff; }
  .btn-white-bordered:hover {
    background-color: #fff;
    color: #0D3370; }

.btn-blue-bordered {
  border: 2px solid #0059BC;
  color: #0059BC;
  font-weight: 500;
  font-size: 16px;
  font-family: 'NoirPro-Bold', sans-serif;
}
  .btn-blue-bordered:hover, .btn-blue-bordered:visited {
    color: #0059BC; }
  .btn-blue-bordered:hover {
    background-color: #fff;
    color: #0D3370; }

.btn-black {
  background-color: #313841;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-black:hover, .btn-black:visited {
    color: #fff; }
  .btn-black .arrows-group {
    margin-left: 15px; }
  .btn-black:hover {
    background-color: #0D3370;
    color: #fff; }
    .btn-black:hover .arrows-group {
      margin-left: 22px; }

.btn-dark-blue {
  background-color: #0D3370;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-dark-blue:hover, .btn-dark-blue:visited {
    color: #fff; }
  .btn-dark-blue .arrows-group {
    margin-left: 15px; }
  .btn-dark-blue:hover {
    background-color: #0D3370;
    color: #fff; }
    .btn-dark-blue:hover .arrows-group {
      margin-left: 22px; }

.btn-light-blue,
input.btn-light-blue,
input.search-submit {
  background-color: #64C8FF;
  color: #0D3370 !important;
  border: 0px;
  border-radius: 0px; }
  .btn-light-blue:hover,
  input.btn-light-blue:hover,
  input.search-submit:hover {
    background-color: #fff; }

.text-link {
  display: inline-flex;
  align-items: center;
  color: #64C8FF;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none; }
  .text-link:hover {
    color: #fff; }
    .text-link:hover .arrows-group {
      margin-right: 10px; }
  .text-link.dark {
    color: #0059BC; }
    .text-link.dark:hover {
      color: #0D3370; }
  .text-link.black {
    color: #313841; }
    .text-link.black:hover {
      color: #0059BC; }
  @media (max-width: 767px) {
    .text-link {
      font-size: 18px;
      font-weight: 900; } }

.arrow-link {
  text-decoration: none; }

.playBtn {
  background-color: #F20019;
  color: #fff;
  text-align: center;
  width: 80px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto auto;
  cursor: pointer;
  font-size: 20px; }
  @media (max-width: 767px) {
    .playBtn {
      width: 70px; } }

.list-light ul,
.list-light {
  padding: 0px;
  list-style: none; }
  .list-light ul li,
  .list-light li {
    position: relative;
    color: #fff;
    padding-left: 35px; }
    .list-light ul li:before,
    .list-light li:before {
      content: url('https://rocketffl.com/wp-content/themes/RFFL-master/images/icons/check.svg');
      position: absolute;
      left: 0px;
      /* height: 20px; */
      width: 20px;
      top: 2px;
      }

@media (max-width: 767px) {
  .btn-cta {
    display: block !important; }
    .btn-cta > a {
      font-size: 18px;
      width: 100%;
      text-align: center;
      margin: 0 0 10px !important; }
      .btn-cta > a.text-link {
        border: 2px solid #64C8FF;
        color: #fff;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 15px 20px;
        flex-direction: row-reverse; }
        .btn-cta > a.text-link .arrows-group {
          margin-left: 10px;
          height: 28px; }
        .btn-cta > a.text-link.dark {
          border-color: #0059BC;
          color: #0059BC; } }

.list-dark ul,
.list-dark {
  padding: 0px;
  list-style: none; }
  .list-dark ul li,
  .list-dark li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px; }
    .list-dark ul li:before,
    .list-dark li:before {
      content: url('https://rocketffl.com/wp-content/themes/RFFL-master/images/icons/check.svg');
      position: absolute;
      left: 0px;
      width: 20px;
      top: 2px;
      }

.bordered-thumbnail {
  position: relative; }
  .bordered-thumbnail .inner {
    position: relative;
    display: inline-block;
    padding: 14px; }
    @media (max-width: 997px) {
      .bordered-thumbnail .inner iframe {
        height: 400px; } }
  .bordered-thumbnail .review-course {
    position: absolute;
    bottom: -115px;
    left: 48%; }
    .bordered-thumbnail .review-course img {
      max-width: 250px; }
      @media (max-width: 1199px) {
        .bordered-thumbnail .review-course img {
          max-width: 220px; } }
      @media (max-width: 997px) {
        .bordered-thumbnail .review-course img {
          display: none; } }

.bordered {
  position: absolute;
  height: 40px;
  width: 40px; }
  .bordered.lg {
    height: 50px;
    width: 50px; }
  .bordered:before, .bordered:after {
    content: '';
    position: absolute;
    background-color: #64C8FF; }
  .bordered.left-top, .bordered.right-top {
    top: 0px; }
    .bordered.left-top:before, .bordered.right-top:before {
      height: 100%;
      width: 5px;
      top: 0px; }
    .bordered.left-top:after, .bordered.right-top:after {
      width: 100%;
      height: 5px;
      top: 0px; }
  .bordered.left-top {
    left: 0px; }
    .bordered.left-top.outside {
      top: -15px;
      left: -15px; }
  .bordered.right-top {
    right: 0px; }
    .bordered.right-top.outside {
      top: -15px;
      right: -15px; }
    .bordered.right-top:before {
      right: 0px; }
    .bordered.right-top:after {
      right: 0px; }
  .bordered.left-bottom, .bordered.right-bottom {
    bottom: 0px; }
    .bordered.left-bottom:before, .bordered.right-bottom:before {
      width: 100%;
      height: 5px;
      bottom: 0px; }
    .bordered.left-bottom:after, .bordered.right-bottom:after {
      width: 5px;
      height: 100%;
      bottom: 0px; }
  .bordered.left-bottom {
    left: 0px; }
    .bordered.left-bottom.outside {
      bottom: -15px;
      left: -15px; }
  .bordered.right-bottom {
    right: 0px; }
    .bordered.right-bottom.outside {
      bottom: -15px;
      right: -15px; }
    .bordered.right-bottom:before {
      right: 0px; }
    .bordered.right-bottom:after {
      right: 0px; }
  @media (max-width: 767px) {
    .bordered {
      height: 66px;
      width: 66px; } }

.animate-border:hover .left-top {
  left: -10px;
  top: -10px; }
  .animate-border:hover .left-top.outside {
    left: -20px;
    top: -20px; }

.animate-border:hover .right-top {
  right: -10px;
  top: -10px; }
  .animate-border:hover .right-top.outside {
    right: -20px;
    top: -20px; }

.animate-border:hover .right-bottom {
  right: -10px;
  bottom: -10px; }
  .animate-border:hover .right-bottom.outside {
    right: -20px;
    bottom: -20px; }

.animate-border:hover .left-bottom {
  bottom: -10px;
  left: -10px; }
  .animate-border:hover .left-bottom.outside {
    bottom: -20px;
    left: -20px; }

.animate-border:hover .playBtn {
  background-color: #0D3370; }

.slider-mobile-only {
/*   margin: 0 0 60px !important; */
}
  .slider-mobile-only .slick-dots {
    bottom: -40px; }
    .slider-mobile-only .slick-dots li {
      margin: 0 2px; }
      .slider-mobile-only .slick-dots li button {
        padding: 0; }
        .slider-mobile-only .slick-dots li button:before {
          color: #606060;
          font-size: 16px; }
      .slider-mobile-only .slick-dots li.slick-active button:before {
        color: #404040; }
  @media (max-width: 767px) {
    .slider-mobile-only {
      display: none; }
      .slider-mobile-only .slick-initialized {
        display: block; } }

.course-price {
  font-size: 1.75rem;
  margin: 10px 0px;
  display: flex;
  align-items: center; }
  .course-price span {
    background-color: #64C8FF;
    color: #0D3370;
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 20px; }
  @media (max-width: 767px) {
    .course-price {
      font-size: 32px; }
      .course-price span {
        font-size: 18px; } }

.post-author {
  color: #313841; }
  .post-author img {
    width: 35px;
    height: 35px;
    margin-right: 10px; }
  .post-author.lg img {
    width: 96px;
    height: 96px;
    margin-right: 0px; }
  .post-author a,
  .post-author .author-name {
    color: #0059BC;
    font-weight: bold;
    text-decoration: underline; }

.blog-card-outer {
  padding-bottom: 30px;
  height: 100%; }

.blog-card {
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  height: 100%;
  background-color: #fff; }
  .blog-card .b-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .blog-card .b-text-content {
    color: #313841; }
  .blog-card .b-title h4 {
    line-height: 1.4; }
  .blog-card .blog-card-body {
    padding: 25px; }
  .blog-card .post-author {
    margin-top: 20px; }
  .blog-card:hover .b-title h4 {
    color: #0059BC;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .blog-card .blog-card-body {
      padding: 15px 17px; }
    .blog-card .b-title h4 {
      line-height: 1.3; } }

.course-card-outer {
  padding-bottom: 30px !important;
  height: 100%; }

.course-card {
  position: relative;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  height: 100%; }
  .course-card .b-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .course-card .b-text-content {
    color: #313841; }
  .course-card .b-title h4 {
    line-height: 1.4; }
  .course-card .course-card-body {
    padding: 25px; }
  .course-card .post-author {
    margin-top: 20px; }
  .course-card:hover .b-title h4 {
    color: #0059BC;
    text-decoration: underline; }

.download-form label {
  color: #fff;
  font-weight: 300;
  display: block;
  margin-bottom: 5px; }

.download-form .form-wrap {
  position: relative;
  padding-right: 180px;
  max-width: 530px; }
  .download-form .form-wrap .form-control {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    height: 50px; }
  .download-form .form-wrap .btn-light-blue {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    padding-bottom: 15px; }
    .download-form .form-wrap .btn-light-blue:focus {
      outline: none; }

.nav-links {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 100%; }
  .nav-links a,
  .nav-links span {
    padding: 5px 10px; }
  .nav-links .prev {
    margin-right: auto; }
  .nav-links .next {
    margin-left: auto; }
  .nav-links a {
    border: 0px;
    color: #707070;
    font-weight: bold;
    opacity: 0.5;
    text-decoration: none; }
    .nav-links a:hover {
      background-color: transparent;
      opacity: 1;
      color: #0059BC; }
  .nav-links .current {
    opacity: 1;
    color: #1F1F1F;
    font-weight: bold; }
  .nav-links .next,
  .nav-links .prev {
    opacity: 1;
    display: flex;
    align-items: center;
    background-color: #0059BC;
    color: #fff; }
    .nav-links .next .arrows-group,
    .nav-links .prev .arrows-group {
      margin-left: 10px; }
	.nav-links .next .arrows-group-left, 
	.nav-links .prev .arrows-group-left {
		margin-right: 10px;
	}
    .nav-links .next:hover,
    .nav-links .prev:hover {
      background-color: #0D3370;
      color: #fff; }

.pagination {
  margin: 0px; }
  .pagination li:first-child {
    margin-right: auto; }
  .pagination li:last-child {
    margin-left: auto; }
  .pagination .previous a {
    opacity: 1;
    display: flex;
    align-items: center;
    background-color: #0059BC;
    color: #fff; }
    .pagination .previous a .arrows-group {
      margin-left: 10px; }
    .pagination .previous a:hover {
      background-color: #0D3370;
      color: #fff; }
  .pagination .disabled a {
    opacity: 1;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: rgba(51, 57, 75, 0.1);
    border: 1px solid rgba(112, 112, 112, 0.1); }
    .pagination .disabled a .arrows-group {
      margin-left: 10px; }
    .pagination .disabled a:hover {
      background-color: transparent;
      color: rgba(51, 57, 75, 0.1);
      border: 1px solid rgba(112, 112, 112, 0.1); }
  .pagination .next a {
    opacity: 1;
    display: flex;
    align-items: center;
    background-color: #0059BC;
    color: #fff; }
    .pagination .next a .arrows-group {
      margin-left: 10px; }
    .pagination .next a:hover {
      background-color: #0D3370;
      color: #fff; }
  .pagination li a {
    border: 0px;
    color: #707070;
    font-weight: bold;
    opacity: 0.5; }
    .pagination li a:hover {
      background-color: transparent;
      opacity: 1;
      color: #0059BC; }
  .pagination li.active a {
    opacity: 1;
    color: #1F1F1F; }
  @media (max-width: 767px) {
    .pagination {
      position: relative;
      padding-bottom: 100px; }
      .pagination .nav-links .next, .pagination .nav-links .prev {
        position: absolute;
        top: 50px;
        left: 0;
        width: 48%;
        font-size: 14px; }
        .pagination .nav-links .next .arrows-group, .pagination .nav-links .next .arrows-group-grey-left, .pagination .nav-links .prev .arrows-group, .pagination .nav-links .prev .arrows-group-left {
          width: 18px;
          height: 18px; }
      .pagination .nav-links .next {
        left: inherit;
        right: 0; } }

.breadcrumb-wrap {
  background-color: #F2F2F2; }
  @media (max-width: 767px) {
    .breadcrumb-wrap {
      background-color: #eee; } }

.breadcrumb {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent; }
  .breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(49, 56, 65, 0.3); }
  .breadcrumb li.breadcrumb-item a {
    font-weight: 700;
    color: #0059BC; }
  .breadcrumb li.active {
    color: #313841; }
  @media (max-width: 767px) {
    .breadcrumb {
      font-size: 13px;
      flex-flow: row;
      padding: 10px 0; } }

.widget-instructor {
  background-color: #F2F2F2;
  padding: 100px 35px 30px 35px;
  margin-top: 80px;
  position: relative; }
  .widget-instructor .image {
    margin-top: -80px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0; }
    .widget-instructor .image img {
      max-width: 160px;
      width: 100%; }
  .widget-instructor h4 {
    margin-bottom: 3px; }
  .widget-instructor .course {
    font-size: 18px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 10px;
    margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .widget-instructor {
      padding: 100px 20px 20px; } }
  @media (max-width: 767px) {
    .widget-instructor {
      padding: 100px 30px 30px; }
      .widget-instructor .btn-blue {
        margin: 0 -30px -30px;
        width: calc(100% + 60px);
        position: relative;
        top: 15px; } }

.widget-popular-posts {
  background-color: #F2F2F2;
  padding: 40px 35px;
  position: relative; }
  .widget-popular-posts h4 {
    margin-bottom: 15px; }
  .widget-popular-posts ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .widget-popular-posts ul li {
      margin-bottom: 10px; }
      .widget-popular-posts ul li:last-child {
        margin-bottom: 0px; }
      .widget-popular-posts ul li a {
        display: flex;
        align-items: center; }
        .widget-popular-posts ul li a img {
          max-width: 70px;
          margin-right: 10px; }
  @media (max-width: 1199px) {
    .widget-popular-posts {
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .widget-popular-posts {
      padding: 30px; } }

.widget-license {
  background: #0d3370;
  background: -moz-linear-gradient(135deg, #0059bc 0%, #0d3370 100%);
  background: -webkit-linear-gradient(135deg, #0059bc 0%, #0d3370 100%);
  background: linear-gradient(135deg, #0059bc 0%, #0d3370 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d3370", endColorstr="#0059bc", GradientType=1);
  padding: 40px 30px;
  position: relative; }
  .widget-license:before {
    content: '';
    background-image: url("images/rocket-2.svg");
    opacity: 0.05;
    background-position: top center;
    background-size: contain;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat; }
  .widget-license .inner-wrap {
    position: relative; }
  .widget-license h3 {
    margin-bottom: 10px; }
  .widget-license .text-content {
    font-weight: 300; }
  .widget-license .image {
    margin: 20px 0px; }
    .widget-license .image img {
      width: 100%; }
  .widget-license .btn-light-blue {
    width: 100%; }
  .widget-license:hover {
    background: #0d3370;
    background: -moz-linear-gradient(135deg, #64C8FF 0%, #0059BC 100%);
    background: -webkit-linear-gradient(135deg, #64C8FF 0%, #0059BC 100%);
    background: linear-gradient(135deg, #64C8FF 0%, #0059BC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d3370", endColorstr="#0059bc", GradientType=1); }
    .widget-license:hover .btn-light-blue {
      background-color: #0D3370;
      color: #fff; }
  @media (max-width: 1199px) {
    .widget-license {
      padding: 30px 20px; } }
  @media (max-width: 767px) {
    .widget-license {
      padding: 30px; } }

.single-blogpost-author {
  background-color: #F2F2F2;
  padding: 40px; }
  .single-blogpost-author .author-info {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .single-blogpost-author .author-info .image {
      margin-right: 10px; }
      .single-blogpost-author .author-info .image img {
        width: 120px; }
    .single-blogpost-author .author-info h3 {
      text-transform: capitalize;
      margin-bottom: 0px; }
    .single-blogpost-author .author-info .type {
      font-size: 17px; }
  .single-blogpost-author .author-description a {
    color: #313841;
    text-decoration: none !important; }
    .single-blogpost-author .author-description a:hover, .single-blogpost-author .author-description a:focus {
      color: #0D3370; }
  @media (max-width: 767px) {
    .single-blogpost-author {
      padding: 20px; }
      .single-blogpost-author .arrow-link {
        font-size: 14px;
        display: block; } }

.search-result-form {
  position: relative;
  padding-right: 114px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16); }
  .search-result-form label {
    display: block; }
  .search-result-form .form-control,
  .search-result-form .search-field {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    height: 50px;
    font-weight: 500;
    color: #737577 !important;
    padding-left: 20px;
    padding-right: 20px; }
    .search-result-form .form-control::-webkit-input-placeholder,
    .search-result-form .search-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(49, 56, 65, 0.7); }
    .search-result-form .form-control::-moz-placeholder,
    .search-result-form .search-field::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(49, 56, 65, 0.7); }
    .search-result-form .form-control:-ms-input-placeholder,
    .search-result-form .search-field:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(49, 56, 65, 0.7); }
    .search-result-form .form-control:-moz-placeholder,
    .search-result-form .search-field:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(49, 56, 65, 0.7); }
    .search-result-form .form-control:focus,
    .search-result-form .search-field:focus {
      outline: none; }
  .search-result-form input[type="submit"],
  .search-result-form .search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    padding-bottom: 15px; }
  .search-result-form .btn-light-blue:hover,
  .search-result-form .search-submit:hover {
    background-color: #0059BC;
    color: #fff; }
  .search-result-form .btn-light-blue:focus,
  .search-result-form .search-submit:focus {
    outline: none; }
  .search-result-form.float {
    position: absolute;
    max-width: 500px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23px; }

.featured-blog-post .image {
  display: block;
  margin-bottom: 15px; }
  .featured-blog-post .image img {
    width: 100%; }

.featured-blog-post h3 a {
  color: #313841;
  text-decoration: none !important; }
  .featured-blog-post h3 a:hover, .featured-blog-post h3 a:focus {
    color: #0059BC; }

@media (max-width: 767px) {
  .featured-blog-post .post-author {
    display: block !important;
    margin-left: 0 !important;
    margin: 10px 0 0; } }

.blog-widget-side {
  padding-left: 30px; }
  @media (max-width: 997px) {
    .blog-widget-side {
      margin-top: 30px;
      padding: 0; } }
  @media (max-width: 767px) {
    .blog-widget-side {
      margin-top: 110px; } }

.quick-links-block {
  background-color: #F2F2F2;
  padding: 30px;
  margin: 30px 0px; }
  .quick-links-block h4 {
    margin: 0px 0px 12px 0px !important; }
  .quick-links-block ul {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px; }
    .quick-links-block ul li {
      margin-bottom: 5px !important;
      padding: 0px !important; }
      .quick-links-block ul li:before {
        display: none !important; }
      .quick-links-block ul li a {
        color: #0059BC;
        font-weight: bold; }

.legalpage h4 {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.legalpage ul {
  list-style: none; }
  .legalpage ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px; }
    .legalpage ul li:before {
      content: "";
      background-image: url("images/icons/3-arrow.svg");
      background-size: contain;
      width: 16px;
      height: 17px;
      display: inline-block;
      background-repeat: no-repeat;
      position: absolute;
      left: 0px;
      top: 4px; }

.statelevel-body ul {
  list-style: none; }
  .statelevel-body ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px; }
    .statelevel-body ul li:before {
      content: "";
      background-image: url("images/icons/3-arrow.svg");
      background-size: contain;
      width: 16px;
      height: 17px;
      display: inline-block;
      background-repeat: no-repeat;
      position: absolute;
      left: 0px;
      top: 4px; }

.statelevel-body .yotpo-nav ul li {
  padding-left: 0px; }
  .statelevel-body .yotpo-nav ul li:before {
    display: none; }

.section-cta-block {
  overflow: hidden;
  position: relative;
  z-index: 2; }

.cta-block {
  background: #0d3370;
  background: -moz-linear-gradient(135deg, #0059bc 0%, #0d3370 100%);
  background: -webkit-linear-gradient(135deg, #0059bc 0%, #0d3370 100%);
  background: linear-gradient(135deg, #0059bc 0%, #0d3370 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d3370", endColorstr="#0059bc", GradientType=1);
  padding: 40px 50px;
  position: relative; }
  .cta-block .rocket {
    position: absolute;
    top: 0px;
    height: 100%;
    opacity: 0.05;
    left: 50%;
    transform: translateX(-50%); }
    .cta-block .rocket img {
      height: 100%; }
  .cta-block h2 {
    color: #fff; }
  .cta-block .text-content {
    color: #fff;
    font-weight: 300;
    max-width: 250px;
    margin: 10px auto 0px;
    text-align: center; }
  @media (max-width: 767px) {
    .cta-block {
      background: -moz-linear-gradient(-90deg, #0059bc 0%, #0d3370 100%);
      background: -webkit-linear-gradient(-90deg, #0059bc 0%, #0d3370 100%);
      background: linear-gradient(-90deg, #0059bc 0%, #0d3370 100%);
      margin: 0 -35px;
      padding: 30px 35px 40px;
      text-align: center;
      overflow: hidden; }
      .cta-block .row {
        position: relative;
        z-index: 5; }
      .cta-block .bordered {
        display: none; }
      .cta-block .rocket {
        width: 100%;
        opacity: .1; }
      .cta-block h3 {
        font-size: 32px;
        padding: 0 15px;
        margin: 0 0 15px; }
      .cta-block .text-content {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.2; }
      .cta-block .btn-white-bordered {
        margin: 6px 0 10px;
        font-size: 18px;
        font-weight: 900;
        border-width: 3px;
        width: 100%;
        text-align: center; } }

.hero-section {
  text-align: center;
  background-color: #0D3370;
  padding: 60px 0px;
  margin-bottom: 60px;
  position: relative; }
  .hero-section.author {
    padding-bottom: 200px;
    margin-bottom: -180px; }
  .hero-section.archive h1 {
    color: #64C8FF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px; }
    .hero-section.archive h1 span {
      display: block; }
  .hero-section .post-author {
    margin-bottom: 10px; }
  .hero-section.archive h1 span,
  .hero-section h1 {
    color: #fff;
    font-size: 2.5rem;
    margin: 0px 0px 10px 0px; }
  .hero-section .hero-sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: 300; }
  .hero-section .text-content {
    color: #fff;
    font-weight: 300; }
  @media (max-width: 767px) {
    .hero-section .search-result-form.float {
      position: relative;
      bottom: -85px;
      padding: 0;
      max-width: 300px;
      margin: -50px auto 0; }
      .hero-section .search-result-form.float input[type="submit"], .hero-section .search-result-form.float .search-submit {
        position: static;
        width: 100%; } }

.single-course-hero-section {
  text-align: left; }
  .single-course-hero-section .highlighted-badge {
    margin-bottom: 10px; }

.hero-statelevel-section {
  text-align: left; }

.state-level-sidebar {
  margin-top: -225px; }

.stars {
  background-image: url("images/icons/star-grey.svg");
  background-size: cover;
  background-position: left center;
  height: 19px;
  width: 130px;
  margin-top: 5px;
  margin-bottom: 7px;
  position: relative; }
  .stars.sm {
    width: 96px;
    height: 14px; }
  .stars span {
    background-image: url("images/icons/stars-orange.svg");
    background-size: cover;
    background-position: left center;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px; }

.rate-number {
  color: #fff;
  font-size: 18px; }

.highlighted-badge {
  background-color: #64C8FF;
  color: #0D3370;
  display: inline-block;
  padding: 5px 15px; }

@media (max-width: 767px) {
  .as-seen-on {
    overflow: hidden; }
    .as-seen-on .container {
      padding: 0 10px; } }

@media (max-width: 767px) {
  .section-students-reviews {
    margin: 60px 0 30px;
    padding: 0; } }

@media (max-width: 767px) {
  .section-get-access {
    margin: 0 0 60px;
    padding: 0; } }

.courses-state {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .courses-state .image {
      margin: 0 -20px; } }

.sort-filters {
  margin-bottom: 25px; }
  .sort-filters .sort-by-container select {
    width: auto;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 0px;
    border-color: #707070; }
    .sort-filters .sort-by-container select:focus {
      outline: none;
      box-shadow: none; }
  @media (max-width: 767px) {
    .sort-filters .result-shown, .sort-filters .sort-by-container {
      font-size: 13px; }
      .sort-filters .result-shown select, .sort-filters .sort-by-container select {
        font-size: 13px;
        padding: 5px 12px; } }

.comment-list {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .comment-list .comment {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .comment-list .comment .comment-content p {
      margin-bottom: 10px; }
    .comment-list .comment:last-child {
      border-bottom: 0px; }
  @media (max-width: 767px) {
    .comment-list .comment ol {
      padding: 0; } }

.comment-form {
  position: relative; }
  .comment-form .acf-comment-fields {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 0; }
  .comment-form .comment-form-comment {
    margin-bottom: 15px; }
  .comment-form #comment,
  .comment-form #author,
  .comment-form #email {
    border: 1px solid rgba(112, 112, 112, 0.8);
    border-radius: 0px;
    resize: none;
    outline: none;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500; }
    .comment-form #comment:focus,
    .comment-form #author:focus,
    .comment-form #email:focus {
      outline: none; }
  .comment-form #author,
  .comment-form #email {
    height: 50px; }
  .comment-form .comment-form-cookies-consent,
  .comment-form .comment-notes {
    display: none; }
  .comment-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block; }
  .comment-form .submit {
    width: 100%;
    color: #fff;
    background: #0059BC;
    border: 0px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600; }

.single-post .comments-section-title,
.page .comments-section-title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0px;
  margin-bottom: 30px; }

.single-post .entry-title,
.page .entry-title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
  .single-post .entry-title h1,
  .page .entry-title h1 {
    margin-top: 0px;
    margin-bottom: 10px; }

.single-post .entry-meta,
.page .entry-meta {
  padding: 12px 0px; }
  .single-post .entry-meta .category-label,
  .page .entry-meta .category-label {
    background-color: transparent;
    padding: 7px 10px;
    margin: 0px 6px 5px 0px;
    font-size: 13px; }
  .single-post .entry-meta .post-comments-count,
  .page .entry-meta .post-comments-count {
    font-size: 14px;
    font-weight: bold; }

.single-post .post-thumbnail img,
.page .post-thumbnail img {
  width: 100%; }

.single-post .entry-content ul,
.single-post .entry-content ol,
.page .entry-content ul,
.page .entry-content ol {
  padding-left: 1.2rem;
  margin-left: 0px; }

.single-post .entry-content strong,
.page .entry-content strong {
  font-weight: bold; }

.single-post .comments-area > .comment-respond > .comment-reply-title,
.page .comments-area > .comment-respond > .comment-reply-title {
  text-align: center;
  font-size: 42px;
  margin: 50px 0px 30px 0px; }

.single-post .entry-footer,
.single-post .comments-area .comments-title,
.page .entry-footer,
.page .comments-area .comments-title {
  display: none; }

.single-post .comment-list,
.page .comment-list {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
  .single-post .comment-list li:last-child,
  .page .comment-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .single-post .comment-list .comment-inner-wrap,
  .page .comment-list .comment-inner-wrap {
    max-width: 500px;
    width: 100%; }
    .single-post .comment-list .comment-inner-wrap:hover .reply a,
    .page .comment-list .comment-inner-wrap:hover .reply a {
      opacity: 1;
      top: 0px; }
  .single-post .comment-list .comment,
  .page .comment-list .comment {
    display: flex;
    flex-direction: column; }
  .single-post .comment-list .reply a,
  .page .comment-list .reply a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    top: -35px; }
  .single-post .comment-list .children .comment-inner-wrap,
  .page .comment-list .children .comment-inner-wrap {
    margin-left: auto; }
  .single-post .comment-list .children .comment-author,
  .page .comment-list .children .comment-author {
    flex-direction: row-reverse;
    padding-right: 20px; }
    .single-post .comment-list .children .comment-author img,
    .page .comment-list .children .comment-author img {
      margin-right: 0px;
      margin-left: 15px; }
  .single-post .comment-list .children .comment-content,
  .page .comment-list .children .comment-content {
    margin-left: auto;
    text-align: right; }
    .single-post .comment-list .children .comment-content:before,
    .page .comment-list .children .comment-content:before {
      left: auto;
      right: 37px; }
  .single-post .comment-list .comment-author,
  .page .comment-list .comment-author {
    padding-left: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center; }
    .single-post .comment-list .comment-author img,
    .page .comment-list .comment-author img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px; }
    .single-post .comment-list .comment-author .fn,
    .page .comment-list .comment-author .fn {
      color: #0059BC; }
  .single-post .comment-list .comment-content,
  .page .comment-list .comment-content {
    background-color: #F2F2F2;
    padding: 20px;
    position: relative;
    line-height: 1.45;
    z-index: 1; }
    .single-post .comment-list .comment-content:before,
    .page .comment-list .comment-content:before {
      position: absolute;
      content: '';
      top: -18px;
      left: 37px;
      border: 9px solid transparent;
      border-bottom-color: #F2F2F2; }
    .single-post .comment-list .comment-content p,
    .page .comment-list .comment-content p {
      line-height: 1.45; }

.single-post-comments-count .fa-comments {
  color: #C1C3C6; }

.single-post-comments-count .number {
  text-decoration: underline;
  font-weight: 700;
  color: #0059BC; }

.single-post-meta {
  padding: 0px;
  list-style: none; }
  .single-post-meta li {
    padding-right: 30px;
    position: relative; }
    .single-post-meta li:last-child:after {
      display: none; }
    .single-post-meta li:after {
      content: '';
      width: 6px;
      height: 6px;
      background-color: rgba(112, 112, 112, 0.5);
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -3px; }
  @media (max-width: 767px) {
    .single-post-meta {
      display: block !important;
      position: relative; }
      .single-post-meta .single-post-comments-count {
        position: absolute;
        top: 14px;
        right: 0;
        padding: 0; }
      .single-post-meta li:after {
        display: none; }
      .single-post-meta li:last-child {
        flex: 0 0 100%;
        width: 100%;
        font-size: 12px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        text-align: right; } }

.posts-carousel {
  margin: 0 -15px; }
  .posts-carousel .slick-slide {
    padding: 0px 15px; }
  .posts-carousel .slick-dots {
    bottom: -40px; }
    .posts-carousel .slick-dots li {
      margin: 0 2px; }
      .posts-carousel .slick-dots li button {
        padding: 0; }
        .posts-carousel .slick-dots li button:before {
          color: #606060;
          font-size: 16px; }
      .posts-carousel .slick-dots li.slick-active button:before {
        color: #404040; }

.slick-slider .slick-next,
.slick-slider .slick-prev {
  width: 50px;
  height: 46px;
  background-color: #0059BC;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slick-slider .slick-next.slick-disabled,
  .slick-slider .slick-prev.slick-disabled {
    background-color: #F0F0F0; }
  .slick-slider .slick-next:hover,
  .slick-slider .slick-prev:hover {
    background-color: #0059BC;
    border-radius: 0px; }
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:before {
    display: none; }

.slick-slider .slick-prev {
  left: -40px; }

.slick-slider .slick-next {
  right: -40px; }

.slick-slider .nextarrow {
  background-image: url(images/icons/3-arrow.svg); }

.slick-slider .slick-disabled .nextarrow {
  background-image: url(images/icons/3-arrow-white.svg);
  transform: rotate(180deg); }

.slick-slider .prevarrow {
  background-image: url(images/icons/3-arrow.svg);
  transform: rotate(180deg); }

.slick-slider .slick-disabled .prevarrow {
  background-image: url(images/icons/3-arrow-white.svg);
  transform: rotate(0deg); }

.slick-slider .nextarrow,
.slick-slider .prevarrow {
  width: 20px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain; }

.reviews-video {
  margin-bottom: 20px;
  position: relative; }

.wp-block-yoast-seo-table-of-contents {
  background-color: #F2F2F2;
  padding: 30px 28px;
  margin-top: 20px;
  margin-bottom: 30px; }
  .wp-block-yoast-seo-table-of-contents .title,
  .wp-block-yoast-seo-table-of-contents h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700; }
  .wp-block-yoast-seo-table-of-contents ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none; }
    .wp-block-yoast-seo-table-of-contents ul li {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-size: 14px;
      padding: 0px; }
      .wp-block-yoast-seo-table-of-contents ul li:last-child {
        margin-bottom: 0px; }
      .wp-block-yoast-seo-table-of-contents ul li::before {
        display: none; }
      .wp-block-yoast-seo-table-of-contents ul li a {
        font-weight: bold;
        text-decoration: none;
        text-decoration: underline;
        color: #0059BC; }
        .wp-block-yoast-seo-table-of-contents ul li a:hover {
          color: #0D3370; }

.yotpo .star-clickable a {
  color: #fff !important;
  font-family: "Roboto" !important;
  font-size: 1rem;
  margin-left: 10px; }

@media (max-width: 767px) {
  .single-post .featured-blog-post {
    background-color: #f8f8f8;
    padding: 35px 35px 20px;
    margin: -50px -35px 35px; }
    .single-post .featured-blog-post hr {
      display: none; } }

@media (max-width: 767px) {
  .recommend-posts {
    padding: 20px 0; } }

.site-footer {
  background-color: #0D3370; }
  .site-footer .site-footer-inner {
    padding: 70px 0px; }
  @media (max-width: 767px) {
    .site-footer .site-footer-inner {
      padding: 50px 0 10px; } }

.footer-menu {
  margin-top: 30px; }
  .footer-menu h4 {
    color: #fff; }
  .footer-menu p {
    margin-bottom: 0; }
  .footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .footer-menu ul li a {
      color: #64C8FF;
      text-decoration: underline; }
      .footer-menu ul li a:hover {
        color: #fff; }
  @media (max-width: 767px) {
    .footer-menu {
      margin-bottom: 30px;
      margin-top: 0; }
      .footer-menu h4 {
        font-size: 32px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        position: relative;
        text-transform: uppercase;
        transition: color .3s; }
        .footer-menu h4:before {
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          display: block;
          content: "\f0d7";
          position: absolute;
          top: 0;
          right: 0;
          font-size: 32px;
          line-height: 1.2;
          transition: color .3s; }
      .footer-menu ul {
        font-size: 24px; }
      .footer-menu .widget-about {
        font-size: 22px; }
      .footer-menu ul,
      .footer-menu .widget-about {
        display: none; }
      .footer-menu.active h4 {
        color: #64C8FF; }
        .footer-menu.active h4:before {
          color: #64C8FF;
          content: "\f0d8"; }
      .footer-menu.active ul,
      .footer-menu.active .widget-about {
        display: block; } }

.widget-about {
  color: #fff; }

.logo-footer {
  margin-bottom: 20px; }
  .logo-footer img {
    max-width: 220px;
    margin-left: -15px; }
  @media (max-width: 1199px) {
    .logo-footer img {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .logo-footer img {
      width: 100%;
      margin-left: -20px; } }

.widget-text {
  color: #fff; }
  .widget-text a {
    font-weight: bold;
    color: #64C8FF; }
    .widget-text a:hover {
      color: #fff; }

.footer-copyright {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px 0px;
  font-size: 14px; }
  .footer-copyright .copyright-text {
    color: rgba(255, 255, 255, 0.5); }
  .footer-copyright .copyright-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-left: auto; }
    .footer-copyright .copyright-menu li {
      margin-left: 20px; }
      .footer-copyright .copyright-menu li a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none; }
        .footer-copyright .copyright-menu li a:hover {
          color: #fff; }
  @media (max-width: 767px) {
    .footer-copyright {
      padding: 30px 0 10px;
      text-align: center;
      font-family: 'Lato', sans-serif; }
      .footer-copyright .copyright-text {
        font-size: 21px;
        margin-bottom: 25px; }
      .footer-copyright .copyright-menu {
        display: block !important; }
        .footer-copyright .copyright-menu li {
          margin: 0 0 25px; }
          .footer-copyright .copyright-menu li a {
            font-size: 21px; } }

.social-media {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  font-size: 27px; }
  .social-media.white li {
    margin-right: 25px; }
    .social-media.white li a {
      color: #fff; }
  .social-media li {
    margin-right: 15px; }
    .social-media li a {
      color: #0059BC;
      text-decoration: none; }
      .social-media li a:hover {
        color: #64C8FF; }
  @media (max-width: 767px) {
    .social-media {
      padding-top: 0 !important;
      margin-bottom: 20px; }
      .social-media li a {
        font-size: 36px; } }

.course-hero-section {
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .course-hero-section {
      margin-bottom: 50px; } }

.tabs-course {
  margin-bottom: -171px; }
  .tabs-course .nav-tabs {
    border: 0px; }
    .tabs-course .nav-tabs .nav-link {
      width: 33.333%;
      text-align: center;
      position: relative;
      border-bottom: 0px;
      font-weight: bold;
      padding: 1rem 2rem;
      color: rgba(49, 56, 65, 0.7);
      border: 0px; }
      .tabs-course .nav-tabs .nav-link:after {
        content: '';
        height: 0px;
        width: 100%;
        background-color: #0059BC;
        position: absolute;
        left: 0px;
        bottom: 0px; }
      .tabs-course .nav-tabs .nav-link:hover {
        color: #313841; }
        .tabs-course .nav-tabs .nav-link:hover:after {
          height: 5px;
          background-color: #64C8FF; }
      .tabs-course .nav-tabs .nav-link.active {
        color: #313841; }
        .tabs-course .nav-tabs .nav-link.active:hover {
          color: #313841; }
          .tabs-course .nav-tabs .nav-link.active:hover:after {
            height: 5px;
            background-color: #0059BC; }
        .tabs-course .nav-tabs .nav-link.active:after {
          height: 5px; }
  @media (max-width: 767px) {
    .tabs-course {
      margin-bottom: -102px;
      margin-top: 30px; }
      .tabs-course .nav-tabs .nav-link {
        padding: 10px 0px;
        font-size: 12px; } }

.tab-statistics {
  position: relative; }
  .tab-statistics .icon {
    background-image: url("images/icons/3-arrow-down.svg");
    width: 43px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 39px;
    left: 14%; }
    .tab-statistics .icon[data-active="1active"] {
      left: 14%; }
    .tab-statistics .icon[data-active="2active"] {
      left: 48%;
      bottom: 77px; }
    .tab-statistics .icon[data-active="3active"] {
      left: 80%;
      bottom: 147px; }
  .tab-statistics .overlay {
    background-image: url("images/tab-bg-active.svg");
    width: 33.3%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-size: cover; }
    .tab-statistics .overlay[data-active="1active"] {
      width: 33.3%; }
    .tab-statistics .overlay[data-active="2active"] {
      width: 66.75%; }
    .tab-statistics .overlay[data-active="3active"] {
      width: 100%; }
  @media (max-width: 767px) {
    .tab-statistics .icon {
      width: 20px;
      height: 20px;
      bottom: 20px; }
      .tab-statistics .icon[data-active="2active"] {
        bottom: 35px; }
      .tab-statistics .icon[data-active="3active"] {
        bottom: 57px; } }

.hero-single-course {
  text-align: left;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .hero-single-course .featured-label {
    padding: 8px 20px;
    background-color: #64C8FF;
    color: #0D3370;
    font-weight: bold;
    text-transform: uppercase; }
  .hero-single-course .heading-1 {
    margin: 15px 0px 10px 0px; }
  @media (max-width: 767px) {
    .hero-single-course {
      margin-bottom: 40px;
      padding: 40px 0;
	  z-index:3;}
      .hero-single-course .heading-1 {
        text-align: left;
        font-size: 2rem; } }

.hero-single-reviews .numbers {
  color: #fff;
  font-size: 14px;
  margin-top: 3px; }

.sticky-bar-section {
  background-color: #0D3370;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1; }

@media(max-width:767px) {
	.sticky-bar-section {
		bottom:0;
		top:unset;
		z-index:2;
	}
	.sticky-bar-section .featured-label {
		display:none!important;
	}
}
  .sticky-bar-section h5 {
    color: #fff; }
  .sticky-bar-section .featured-label {
    padding: 8px 20px;
    background-color: #64C8FF;
    color: #0D3370;
    font-weight: bold;
    text-transform: uppercase; }

.sticky-bar-section .btn-blue {
    text-align: center;
}

.sticky-bar-section .btn-blue:hover, .sticky-bar-section .btn-blue:focus {
    background: #64c8ff;
    color: #0d3370;
}

.expand-sections {
  cursor: pointer;
  font-size: 0.9rem;
  color: #0059BC;
  font-weight: bold; }

.course-full-duration {
  font-size: 0.9rem; }

/*****************************************************************
     Course Single Page Course Content Section
*****************************************************************/
.mobile-accordian-title {
  font-weight: bold;
  margin-top: 30px; }

/*****************************************************************
                Course Single Page instructor info
*****************************************************************/
.single-instructor .instructor-info .image img {
  width: 120px;
  border-radius: 50%; }

.single-instructor .instructor-info .info h4 {
  margin-bottom: 0px;
  text-transform: capitalize; }

.single-instructor .instructor-info .bestauthor {
  color: #707070; }

.single-instructor .instructor-info .courses-link {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #0D3370; }

.single-instructor .instructor-short-des {
  background-color: #0D3370;
  color: #fff;
  padding: 25px;
  font-weight: 300; }

/*****************************************************************
                Course Single Page Reviews
*****************************************************************/
.single-reviews .course-overall-rating {
  text-align: center; }
  .single-reviews .course-overall-rating .numbers {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700; }
  .single-reviews .course-overall-rating .fa {
    font-size: 19px;
    margin: 5px 0px; }
  .single-reviews .course-overall-rating h5 {
    font-size: 1.15rem; }

.single-reviews .course-rating-percents {
  width: 100%;
  position: relative; }

.single-individual-stars {
  display: flex;
  align-items: center; }
  .single-individual-stars .fa-star:before {
    color: #FF8925; }
  .single-individual-stars .fa {
    margin-right: 6px; }

.reviews-progress-bar {
  background-color: #F3F4F5;
  border-radius: 0px;
  height: 15px; }
  .reviews-progress-bar .progress-bar {
    background-color: #64C8FF; }

/*****************************************************************
                Course Single Page Comment
*****************************************************************/
.comment-list {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .comment-list .comment {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .comment-list .comment .comment-content p {
      margin-bottom: 10px; }
    .comment-list .comment:last-child {
      border-bottom: 0px; }

.single-courses .subscribe {
  position: relative;
  z-index: 5; }

.single-courses .site-footer {
  position: relative;
  z-index: 4; }

.single-courses p {
  font-weight: 400; }

.single-courses .comments-area .comments-title,
.single-courses .comment-reply-title,
.single-courses .logged-in-as {
  display: none; }

.single-courses .comment-author {
  margin-bottom: 10px;
  display: flex;
  align-items: center; }
  .single-courses .comment-author .rate-given .fa {
    color: #FF8925;
    margin-right: 4px; }
  .single-courses .comment-author .avatar {
    border-radius: 50%;
    margin-right: 10px; }
  .single-courses .comment-author .name {
    font-family: 'NoirPro-Bold', sans-serif;
	  font-weight:bold;
    text-decoration: none; }

.single-courses .comment-form {
  padding-top: 80px; }

.comment-form {
  position: relative; }
  .comment-form .acf-comment-fields {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 0; }
  .comment-form .comment-form-comment {
    margin-bottom: 15px; }
  .comment-form #comment,
  .comment-form #author,
  .comment-form #email {
    border: 1px solid rgba(112, 112, 112, 0.8);
    border-radius: 0px;
    resize: none;
    outline: none;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 300; }
    .comment-form #comment:focus,
    .comment-form #author:focus,
    .comment-form #email:focus {
      outline: none; }
  .comment-form #author,
  .comment-form #email {
    height: 50px; }
  .comment-form .comment-form-cookies-consent,
  .comment-form .comment-notes {
    display: none; }
  .comment-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block; }
  .comment-form .submit {
    width: 100%;
    color: #fff;
    border: 0px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }

.course-comment-rating {
  margin: 0px !important; }
  .course-comment-rating .acf-radio-list {
    display: flex; }
    .course-comment-rating .acf-radio-list li {
      margin-right: 10px; }
      .course-comment-rating .acf-radio-list li.prevSelect label:after {
        color: #FF8925; }
      .course-comment-rating .acf-radio-list li label {
        display: block;
        position: relative;
        cursor: pointer;
        z-index: 1;
        text-align: center;
        width: 27px;
        height: 27px;
        margin-bottom: 0px; }
        .course-comment-rating .acf-radio-list li label:after {
          content: "\f005";
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          font-size: 25px;
          color: rgba(51, 57, 75, 0.2);
          position: absolute;
          z-index: 1;
          left: 0px;
          position: absolute;
          top: 4px;
          display: block; }
        .course-comment-rating .acf-radio-list li label.selected:after {
          color: #FF8925; }
        .course-comment-rating .acf-radio-list li label input {
          display: none; }
        .course-comment-rating .acf-radio-list li label:hover .star-tip {
          display: block; }

.courses-related-course {
  position: relative;
  z-index: 4; }

/*****************************************************************
                Course Single Page Right Side Card
*****************************************************************/
.course-side-card {
  border: 1px solid #CCCCCC;
  background-color: #fff;
  padding: 20px;
  margin-top: -263px;
  z-index: 3;
  position: sticky;
  top: 20px; }
  @media (max-width: 767px) {
    .course-side-card {
      margin: 20px 0 50px; } }

.course-side-card-info .author-info {
  margin: 10px 0px; }

.course-side-card-info .price {
  font-weight: 900;
  font-size: 25px; }

.course-side-card-info .btns {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative; }

.course-side-card-info .course-detail-list {
  padding: 0px;
  margin: 7px 0px 0px 0px;
  list-style-type: none; }
  .course-side-card-info .course-detail-list li {
    font-size: 0.95rem;
    margin-bottom: 4px; }
  .course-side-card-info .course-detail-list .fa {
    margin-right: 6px; }

@media (max-width: 767px) {
  .course-side-card-info {
    color: #fff; }
    .course-side-card-info .post-author {
      color: #fff; }
      .course-side-card-info .post-author a {
        color: #fff; }
    .course-side-card-info .btns .btn-blue-bordered {
      margin-top: 15px;
      color: #fff;
      border-color: #fff; }
      .course-side-card-info .btns .btn-blue-bordered:hover, .course-side-card-info .btns .btn-blue-bordered:focus {
        color: #0059BC; }
    .course-side-card-info .course-detail-list {
      color: #fff; }
      .course-side-card-info .course-detail-list li {
        margin-bottom: 7px; } }

.video-card-thumbnail {
  position: relative;
  cursor: pointer;
  z-index: 2; }
  .video-card-thumbnail .placeholder-img {
    width: 100%; }
  .video-card-thumbnail .thumbanil-bg {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .video-card-thumbnail .thumbanil-bg:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .video-card-thumbnail .fa {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  .video-card-thumbnail:hover .thumbanil-bg:after {
    background-color: rgba(0, 0, 0, 0.55); }
  .video-card-thumbnail:hover .fa {
    transform: scale(1.2); }

.star_rate_img {
  background-image: url("images/icons/stars-grey.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  height: 19px;
  width: 129px;
  margin-top: 5px;
  margin-bottom: 7px;
  position: relative; }
  .star_rate_img.sm {
    width: 96px;
    height: 14px; }
  .star_rate_img span {
    background-image: url("images/icons/stars.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px; }

.single-text-content-wrap.show .show_less_default {
  display: none; }

.single-text-content-wrap.show .show_full_content {
  display: block; }

.single-text-content-wrap.show .less-text {
  display: inline-block; }

.single-text-content-wrap.show .more-text {
  display: none; }

.single-text-content-wrap .less-text {
  display: none; }

.read_btn {
  color: #0059bc;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer; }
  .read_btn:hover {
    color: #0d3370; }

.show_full_content {
  display: none; }

.what_you_learn_section {
  position: relative;
  background-color: #F2F2F2; }
  .what_you_learn_section ul.list-dark {
    margin-bottom: 0px; }
    .what_you_learn_section ul.list-dark li {
      margin-bottom: 8px; }
  .what_you_learn_section:before {
    left: -300px; }
  .what_you_learn_section:after {
    right: -300px; }
  @media (max-width: 767px) {
    .what_you_learn_section {
      margin: 0 -35px;
      padding: 35px 35px 25px !important; } }

span.star-tip {
  position: absolute;
  top: -7px;
  left: 50%;
  width: max-content;
  background-color: #0D3370;
  padding: 3px 10px;
  border-radius: 3px;
  transform: translate(-48%, -100%);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  display: none; }
  span.star-tip:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 7px solid transparent;
    border-top-color: #0D3370;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px; }

.course-main-accordian {
  font-weight: 300;
  margin-top: 15px; }
  .course-main-accordian .item {
    border: 1px solid #CCCCCC;
    margin-bottom: -1px; }
    .course-main-accordian .item .item-head {
      padding: 20px 20px 20px 50px;
      cursor: pointer;
      position: relative;
      display: flex;
      align-items: center; }
      .course-main-accordian .item .item-head .title {
        font-size: 18px; }
      .course-main-accordian .item .item-head .duration {
        margin-left: auto;
        font-weight: 400; }
      .course-main-accordian .item .item-head .fa {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%); }
      .course-main-accordian .item .item-head.collapsed .fa {
        transform: translateY(-50%) rotate(180deg); }
    .course-main-accordian .item .item-body {
      padding: 20px;
      border-top: 1px solid #CCCCCC;
      background-color: #F2F2F2; }
  @media (max-width: 767px) {
    .course-main-accordian {
      margin: 20px -35px 0px; }
      .course-main-accordian .item {
        border: 0;
        background-color: #f8f8f8; }
        .course-main-accordian .item .item-head {
          display: block;
          padding: 15px 20px 15px 50px; }
          .course-main-accordian .item .item-head .title {
            font-size: 18px; }
          .course-main-accordian .item .item-head .duration {
            line-height: 1; }
        .course-main-accordian .item .item-body {
          border: 0;
          box-shadow: inset 0px 6px 8px -6px rgba(0, 0, 0, 0.15);
          padding: 5px 20px; }
          .course-main-accordian .item .item-body .inner-collapse-head .duration {
            line-height: 1; } }

.inner-collapse-head {
  font-size: 0.9rem;
  cursor: pointer;
  padding: 1rem 0px; }
  .inner-collapse-head[data-toggle="disabled"] {
    cursor: text; }
  .inner-collapse-head .title {
    font-size: 16px; }
  .inner-collapse-head .duration {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.75; }
  .inner-collapse-head.collapsed .fa-chevron-up {
    transform: rotate(180deg); }

.inner-collapse-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }
  .inner-collapse-item:last-child {
    border-bottom: 0px; }

.inner-collapse-body {
  font-size: 0.85rem;
  margin-top: 0.7rem;
  margin-bottom: 1rem; }
  .inner-collapse-body p {
    margin-bottom: 0.5rem; }

.single-courses .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star, .single-courses .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star, .single-courses .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-star, .single-courses .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars .yotpo-icon-empty-star {
  font-size: 1.5rem;
  line-height: 1.075; }

.single-courses .yotpo .text-xs {
  font-size: 1.25rem;
  line-height: 1.35; }

.single-courses .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph, .single-courses .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph {
  width: 350px;
  max-width: 350px;
  height: 20px; }

@media (max-width: 767px) {
  .mobile-video-single-course {
    position: relative;
    z-index: 5;
/*     height: 250px; */
	}
    .mobile-video-single-course iframe {
      height: 250px; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
  margin-bottom: 1rem; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
  margin-bottom: 1rem; }

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