@charset "UTF-8";
/*
 * VARIABLES
 */
/* Colors */
/* Typography */
/* Spacing and Alignment */
/* Styling */
/* Media Queries */
/*
 * BASE CSS
 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  background: #ffffff;
  color: #4c4c4c;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif;
  font-size: 16px;
  min-height: 100%;
  line-height: 1.58;
}
body.page-loading * {
  animation-duration: 0s !important;
  transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
  transition-duration: 0 !important;
}

video {
  padding: 0;
  margin: 0;
  display: block;
}

.content-wrap {
  background: #ffffff;
  z-index: 99;
  position: relative;
  padding-top: 110px;
}
@media (max-width: 991px) {
  .content-wrap {
    padding-top: 88px;
  }
}

#main {
  padding: 0 15px 30px 15px;
  position: relative;
  height: auto;
}

.page-content {
  padding-bottom: 30px;
}

.article-intro {
  margin-bottom: 15px;
}
.article-intro ul,
.article-intro ol {
  overflow: hidden;
  padding-left: 20px;
}

.release-test-dev-pipeline-20221006 {
  display: flex;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.125;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h1,
.h1 {
  font-size: 34px;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h2,
.h2 {
  font-size: 28px;
}

p {
  margin: 0 0 15px;
}

a {
  color: #0091da;
}

a:hover {
  color: #0065b9;
}

blockquote {
  border: none;
  word-wrap: break-word;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
}

blockquote p {
  font-size: 14px;
  font-style: italic;
  position: relative;
  display: inline;
}

blockquote p:before {
  font-size: 32px;
  font-family: Georgia, Arial, sans-serif;
  font-weight: bold;
  vertical-align: top;
  content: "“";
  position: absolute;
  left: -20px;
  top: -10px;
}

.text-primary-blue {
  color: #0091da;
}

.text-white {
  color: #ffffff;
}

a.text-yellow,
.text-yellow {
  color: #fdda24;
}

.text-yellow-outlined {
  color: #fdda24;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}

.text-lt-yellow {
  color: #fdda24;
}

.text-dk-blue, .text-dk-blue-underlined, .text-dk-blue-outlined {
  color: #0065b9;
}

.text-x-dk-blue, .section-heading, .text-x-dk-blue-outlined {
  color: #004986;
}

.text-green {
  color: #06975c;
}

.text-orange {
  color: #f79326;
}

.text-purple {
  color: #9f5294;
}

.text-gray {
  color: #666666;
}

.text-dk-gray {
  color: #4c4c4c;
}

.text-dk-blue-outlined {
  text-shadow: 0 0 1px white, 0 0 2px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.5);
}

.text-dk-blue-underlined {
  border-bottom: 1px solid #0065b9;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.text-x-dk-blue-outlined {
  text-shadow: 0 0 1px white, 0 0 2px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.5);
}

a.text-dk-gray {
  color: #4c4c4c;
}
a.text-dk-gray:hover {
  color: #0065b9;
}

a.text-muted {
  color: #777777;
}
a.text-muted:hover {
  color: #0065b9;
}

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.text-dk-glow {
  text-shadow: rgba(0, 51, 0, 0.35) 3px 0px 7px;
}

.font-30 {
  font-size: 30px;
}

.font-24 {
  font-size: 24px;
}

.page-title {
  color: #004986;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-heading {
  font-weight: bold;
}

.section-heading-underlined {
  display: table;
  margin: 0 auto;
  clear: both;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.text-x-dk-blue.section-heading-underlined, .section-heading-underlined.text-x-dk-blue-outlined, .section-heading-underlined.section-heading {
  border-bottom: 1px solid #004986;
}

.line-height-none {
  line-height: 1;
}

.list-unindented {
  padding-left: 20px;
}

.list-spaced > li {
  margin-bottom: 15px;
}

.list-checkmarks li:before {
  content: "";
  font-family: "fontawesome";
  margin-right: 3px;
}

.caption-quote + figcaption {
  color: #0091da;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.price-strikethrough {
  position: relative;
  font-size: 26px;
}

.price-strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  z-index: 10;
  border-top: 4px solid;
  border-color: inherit;
  transform: rotate(-5deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/*
 * HEADER
 */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: 0 1px 1px 0 rgba(81, 99, 120, 0.2);
}

#main-header-logo {
  display: block;
  float: left;
}
@media (min-width: 992px) {
  #main-header-logo {
    width: 232px;
    height: 34px;
    background: url(/wp-content/themes/t4l/img/logo-white-232x34.png) no-repeat;
  }
}
@media (max-width: 991px) {
  #main-header-logo {
    width: 32px;
    height: 32px;
    background: url(https://media.time4learning.com/uploads/t4l-4clock-logo.svg) no-repeat;
    margin-left: 10px;
    margin-top: 4px;
  }
}

#main-header-1 {
  background: #0091da;
  padding: 15px 0;
  z-index: 100;
  position: relative;
}
#main-header-1 .container {
  position: relative;
}
@media (max-width: 991px) {
  #main-header-1 {
    padding: 10px 0;
  }
}

#main-header-2 {
  background: #ffffff;
}

#main-header-top-nav a.text-white {
  margin-right: 15px;
  padding: 5px 0;
  position: relative;
  display: inline-block;
  z-index: 10;
}
#main-header-top-nav a.text-white:active, #main-header-top-nav a.text-white:focus, #main-header-top-nav a.text-white:hover {
  color: #fdda24 !important;
  text-decoration: none !important;
}
#main-header-top-nav a.text-white:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  background: #fdda24;
  transform-origin: center center;
}
#main-header-top-nav a.text-white:hover:before {
  transform: scaleX(1);
}

/* Search */
#main-header-search {
  margin-right: -80px;
  width: 280px;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border: none;
  box-shadow: none;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 9;
}
#main-header-search:-webkit-autofill, #main-header-search:-webkit-autofill:hover, #main-header-search:-webkit-autofill:active, #main-header-search:-webkit-autofill:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #3682c3 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

#main-header-top-nav .search-icon {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}

.search-active #main-header-search {
  transform: scaleX(1);
}
.search-active #main-header-search-toggle:before {
  content: none !important;
}

/* Parent Navs */
#main-header-parent-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-header-parent-nav li {
  width: 20%;
  float: left;
}
#main-header-parent-nav li a {
  text-align: center;
  padding: 10px 15px;
  display: block;
  position: relative;
  text-decoration: none !important;
}
#main-header-parent-nav li a:hover {
  background: #f0f3f9;
}
#main-header-parent-nav .active-nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #f0f3f9;
}

/* Sub Navs */
#main-header-sub-navs {
  display: none;
  background: #f0f3f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: -1px;
}

.main-header-sub-nav {
  display: none;
  padding: 15px 0;
}

.main-header-sub-nav ul li:last-child {
  margin-bottom: 0;
}

.main-header-sub-nav ul li a {
  color: #004986;
}

/* Login Link */
#main-header-login-link .menu-item-indicator {
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #f0f3f9;
  display: none;
}

/* View Demo Bar */
#header-view-demo-bar {
  background: #202020;
  text-align: center;
  position: relative;
  z-index: 100;
}

#header-view-demo-bar a {
  color: #fff;
  display: block;
  padding: 5px 0;
}

#header-view-demo-bar .badge {
  margin: -2px 5px 0 0;
}

#main-sidebar .cta-header {
  padding: 60px 15px 15px 15px;
  position: relative;
  background: #004986;
}
#main-sidebar .cta-header img {
  width: 41%;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -53px;
}
#main-sidebar ul.cta-list {
  list-style-type: none;
  color: #fff;
  margin: 0;
}
#main-sidebar ul.cta-list li {
  border-bottom: none;
  margin-bottom: 0;
  line-height: 1;
}
#main-sidebar hr.dk-blue {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#signupbar .cta-sup,
#main-sidebar .cta-sup {
  font-size: 75%;
  vertical-align: text-top;
}

.sidebar-widget {
  margin-bottom: 15px;
}
.sidebar-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-widget ul a {
  font-weight: bold;
}
.sidebar-widget li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cce8fc;
}
.sidebar-widget li:last-child {
  border-bottom: none;
}

/*
 * Mobile Menu
 */
#sidebar-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  transform: translateX(-100%);
  z-index: 1000;
  width: 300px;
  height: 100%;
  padding-top: 88px;
  background: #ffffff;
  transition: transform 0.3s ease;
}
#sidebar-offcanvas .mobile-signup,
#sidebar-offcanvas .mobile-login {
  width: 50%;
  float: left;
  border: none;
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#sidebar-offcanvas .mobile-signup a {
  background: #fdda24;
  color: #004986;
  font-weight: bold;
  text-align: center;
}
#sidebar-offcanvas .mobile-login a {
  background: #06975c;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#sidebar-offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-menu .menu-item > a:after {
  content: "";
  font-family: "fontawesome";
  margin-left: 15px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.offcanvas-menu .menu-item-has-children > a:after {
  content: "";
}
.offcanvas-menu .menu-item-has-children.menu-item-open > a {
  color: #0091da;
}
.offcanvas-menu .menu-item-has-children.menu-item-open > a:after {
  content: "";
}
.offcanvas-menu .menu-item.view-demos-link > a:after {
  content: "";
}
.offcanvas-menu .menu-item.login-link > a:after {
  content: "";
}
.offcanvas-menu .menu-item.signup-link > a:after {
  content: "";
}
.offcanvas-menu .menu-item.home-link > a:after {
  content: "";
}
.offcanvas-menu .menu-item.phone-link > a:after {
  content: "";
}
.offcanvas-menu li a {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  color: #666666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  position: relative;
}
.offcanvas-menu .sub-menu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.05);
}
.offcanvas-menu .sub-menu li a {
  padding: 10px 15px 10px 25px;
  font-size: 14px;
}
.offcanvas-menu .sub-menu .sub-menu li a {
  padding: 10px 15px 10px 35px;
}
.offcanvas-menu .menu-item-open > .sub-menu {
  height: initial;
  opacity: 1;
}

#sidebar-offcanvas-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 999;
}

#offcanvas-toggle-btn {
  color: #004986;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  display: none;
}
#offcanvas-toggle-btn:focus {
  outline: 0;
}
@media (max-width: 991px) {
  #offcanvas-toggle-btn {
    display: block;
  }
}
#offcanvas-toggle-btn .toggle-icon {
  display: inline-block;
  position: relative;
  top: -3px;
  width: 25px;
  height: 3px;
  background: #ffffff;
  color: #b2f2f4;
  transition: 0.3s ease;
}
@media (max-width: 400px) {
  #offcanvas-toggle-btn .toggle-icon {
    display: inline-block !important;
  }
}
#offcanvas-toggle-btn .toggle-icon:before, #offcanvas-toggle-btn .toggle-icon:after {
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #ffffff;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 6px center;
}
#offcanvas-toggle-btn .toggle-icon:before {
  top: 6px;
}
#offcanvas-toggle-btn .toggle-icon:after {
  top: -6px;
}

.mobile-nav-is-visible #offcanvas-toggle-btn .toggle-icon {
  background: transparent !important;
}
.mobile-nav-is-visible #offcanvas-toggle-btn .toggle-icon:before, .mobile-nav-is-visible #offcanvas-toggle-btn .toggle-icon:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
}
.mobile-nav-is-visible #offcanvas-toggle-btn .toggle-icon:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-nav-is-visible #offcanvas-toggle-btn .toggle-icon:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

#offcanvas-toggle-btn-text {
  font-size: 16px;
}
@media (max-width: 500px) {
  #offcanvas-toggle-btn-text {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  #offcanvas-toggle-btn .toggle-icon {
    display: none;
  }
}

.page-loaded #sidebar-offcanvas {
  visibility: visible;
}

.mobile-nav-is-visible #sidebar-offcanvas {
  transform: translateX(0);
  overflow-y: auto;
}
.mobile-nav-is-visible #signupbar.is-fixed {
  transform: translateX(100%);
  transition: transform 0.4s;
}
.mobile-nav-is-visible #sidebar-offcanvas-overlay {
  display: block;
}

#mobile-menu-login-signup-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #ffffff;
  padding: 15px 7.5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(-105%);
  transition: transform 0.3s ease;
  z-index: 99;
}
#mobile-menu-login-signup-box a {
  width: 127.5px;
  float: left;
  margin: 0 7.5px;
}

.login-signup-box-open #sidebar-offcanvas-overlay {
  display: block;
}
.login-signup-box-open #mobile-menu-login-signup-box {
  transform: translateY(0);
}
.login-signup-box-open #mobile-menu-login-signup-btn {
  color: #b2f2f4;
}
.login-signup-box-open #mobile-menu-login-signup-btn:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  height: 0;
  margin-left: -8px;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

#mobile-menu-phone-btn,
#mobile-menu-login-signup-btn {
  font-size: 24px;
  height: 33px;
  line-height: 14px;
  padding: 0;
  margin-left: 5px;
  color: #ffffff;
}

#mobile-menu-phone-btn.icons,
#mobile-menu-login-signup-btn.icons {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.icon-text {
  font-family: "Open Sans";
  font-size: 10px;
  color: #FFFFFF;
}

#mobile-header-search {
  position: absolute;
  top: -10px;
  left: 100px;
  right: 100px;
  bottom: -10px;
  padding: 10px 0;
  z-index: 10;
  background: #0091da;
}
#mobile-header-search .form-control {
  border: none;
  outline: none;
  border-radius: 2em;
  max-width: 200px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

#mobile-header-signup-btn {
  position: absolute;
  top: -10px;
  left: 100px;
  right: 100px;
  bottom: -10px;
  padding: 10px 0;
  z-index: 10;
}
#mobile-header-signup-btn .form-control {
  border: none;
  outline: none;
  border-radius: 2em;
  max-width: 200px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

#mobile-search-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 50%;
  color: #ffffff;
  background: #f79326;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  transform: scale(0, 0);
  transition: transform 0.3s ease;
}

#mobile-search-close {
  display: none;
  position: absolute;
  color: #ffffff;
  right: 0;
  top: 8px;
  font-size: 24px;
}

/* Search Expanded */
.mobile-search-expanded #mobile-header-search {
  left: 0;
  right: 0;
  padding: 10px 40px 10px 10px;
  width: 100%;
}
.mobile-search-expanded #mobile-header-search .form-control {
  max-width: 100%;
}
.mobile-search-expanded #mobile-search-submit {
  transform: scale(1, 1);
}
.mobile-search-expanded #mobile-search-close {
  display: block;
}

/*
 * MODULES
 */
.intro-pricing-container {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -10px;
  overflow: hidden;
}

.intro-pricing {
  background: #0091da;
  color: #ffffff;
  border-top: 1px solid #0065b9;
  display: table-row;
  width: 100%;
}

.intro-pricing-col-1,
.intro-pricing-col-2 {
  display: table-cell;
  width: 50%;
}

.intro-pricing-col-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.intro-pricing-col-1 li a {
  color: #ffffff;
}
.intro-pricing-col-1 li a:hover {
  color: #fdda24;
}

@media (min-width: 1200px) {
  .intro-pricing-col-1 {
    width: 66.6666666%;
  }

  .intro-pricing-col-2 {
    width: 33.3333336%;
  }
}
@media (max-width: 1199px) {
  .intro-pricing-col-1,
.intro-pricing-col-2 {
    width: 100%;
    display: block;
  }

  .intro-pricing-col-1 {
    border-right: none;
  }

  .intro-pricing-col-2 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
/* Horizontal Rules */
hr.lt-blue, hr.dk-blue {
  display: block;
  margin: 0 auto;
  border-top: 1px solid #cce8fc;
}

hr.dk-blue {
  border-top: 1px solid #0065b9;
}

/* Signup Bar */
#signupbar {
  background: #0091da;
  color: #ffffff;
  padding: 5px 0;
  position: relative;
  left: 0;
  transition: left 0.5s;
}
#signupbar hr {
  border-color: rgba(0, 0, 0, 0.2);
}

#signupbar-seal {
  margin: -25px 0 0 -15px;
}

@media (max-width: 767px) {
  .cta-prices {
    display: table;
    margin: 0 auto;
  }
}

/* Breadcrumbs */
#breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  color: #7f7f7f;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#breadcrumbs a:hover {
  color: #0091da;
}

.header-breadcrumbs {
  padding: 10px 15px;
  color: #666666;
}
.header-breadcrumbs a,
.header-breadcrumbs .separator {
  text-decoration: none;
  color: #8c8c8c;
}

/* Search Form */
#search-form,
#mobile-search-form {
  position: relative;
}

#search {
  padding-right: 30px;
  border: 1px solid #cce8fc;
}

.search-button {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
}

/* Credentials */
#t4l-credentials {
  padding-left: 0;
  display: table;
  margin: 0 auto 15px auto;
}
#t4l-credentials li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  height: 65px;
  max-width: 115px;
}

/* Post Meta */
.post-main-media {
  margin: 10px 0 15px;
}

.post-footer-meta-container,
.post-meta-container {
  margin: 5px 0 15px;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  text-transform: uppercase;
}

.post-meta-author,
.post-meta-date {
  margin-right: 15px;
}

.post-meta-author:before,
.post-meta-cats:before,
.post-meta-date:before {
  font-family: "fontawesome";
  margin-right: 5px;
  color: #666;
}

.post-meta-author:before {
  content: "";
}

.post-meta-date:before {
  content: "";
}

/* Curriculum Grid */
#curriculum-grid img {
  width: 125px;
  height: 86px;
}

#curriculum-grid table {
  border: 1px solid #ddd;
}

/* Image Lazy Load */
.js-lazy-img {
  min-height: 1px;
  min-width: 1px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.js-lazy-img-loaded {
  height: initial;
  width: initial;
  opacity: 1;
}

.lazy-img-placeholder {
  position: relative;
  display: block;
}
.lazy-img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
}

/*
 * Buttons
 */
.btn {
  transform: translateY(0);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  white-space: initial;
  border: 1px solid transparent;
  font-weight: bold;
}
.btn:hover {
  transform: translateY(-1px);
}

.btn-wide {
  padding: 6px 40px;
}
.btn-wide.btn-lg {
  padding: 10px 40px;
}

@media (max-width: 767px) {
  .btn-lg.btn-wide {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-lg.btn-wide {
    padding: 10px 30px;
  }
}
.btn-default {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-width: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  color: #4c4c4c;
  font-weight: bold;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #4c4c4c;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* Raised Buttons */
.btn-yellow,
.btn-raised-yellow {
  background: #fdda24;
  color: #004986;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus,
.btn-raised-yellow:hover,
.btn-raised-yellow:active,
.btn-raised-yellow:focus {
  background: #ecc602;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #004986;
}

.btn-raised-purple {
  background: #9f5294;
  color: #ffffff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-raised-purple:hover, .btn-raised-purple:active, .btn-raised-purple:focus {
  background: #7d4175;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.btn-raised-green {
  background: #06975c;
  color: #ffffff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-raised-green:hover, .btn-raised-green:active, .btn-raised-green:focus {
  background: #04663e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.btn-raised-orange {
  background: #f79326;
  color: #ffffff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-raised-orange:hover, .btn-raised-orange:active, .btn-raised-orange:focus {
  background: #e27a08;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.btn-raised-primary-blue {
  background: #0091da;
  color: #ffffff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-raised-primary-blue:hover, .btn-raised-primary-blue:active, .btn-raised-primary-blue:focus {
  background: #006fa7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.btn-raised-x-dk-blue {
  background: #004986;
  color: #ffffff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn-raised-x-dk-blue:hover, .btn-raised-x-dk-blue:active, .btn-raised-x-dk-blue:focus {
  background: #002d53;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* Ghost Buttons */
.btn-ghost-xx-lt-blue,
.btn-ghost-xx-lt-blue:link,
.btn-ghost-xx-lt-blue:visited {
  background: transparent;
  color: #0091da;
  border: 2px solid #cce8fc;
  border-radius: 6px;
  padding: 10px 40px;
  font-weight: bold;
}
.btn-ghost-xx-lt-blue:hover, .btn-ghost-xx-lt-blue:active, .btn-ghost-xx-lt-blue:focus,
.btn-ghost-xx-lt-blue:link:hover,
.btn-ghost-xx-lt-blue:link:active,
.btn-ghost-xx-lt-blue:link:focus,
.btn-ghost-xx-lt-blue:visited:hover,
.btn-ghost-xx-lt-blue:visited:active,
.btn-ghost-xx-lt-blue:visited:focus {
  background: #0091da;
  color: #ffffff;
  border-color: #0091da;
  text-decoration: none;
}

.btn-ghost-white,
.btn-ghost-white:link,
.btn-ghost-white:visited {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 10px 40px;
  font-weight: bold;
}
.btn-ghost-white:hover, .btn-ghost-white:active, .btn-ghost-white:focus,
.btn-ghost-white:link:hover,
.btn-ghost-white:link:active,
.btn-ghost-white:link:focus,
.btn-ghost-white:visited:hover,
.btn-ghost-white:visited:active,
.btn-ghost-white:visited:focus {
  background: #0076e1;
  color: #ffffff;
  border: 1px solid #0076e1;
  text-decoration: none;
}

/* Specific Buttons */
#btn-back-to-top {
  margin: 0;
  position: fixed;
  display: none;
  text-decoration: none;
  right: 15px;
  bottom: 25px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  z-index: 2100;
  background: #0065b9;
  padding: 0 12px 5px 12px;
  border-radius: 0.3em;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
}
@media (max-width: 479px) {
  #btn-back-to-top {
    display: none;
  }
}
#btn-back-to-top i {
  font-size: 24px;
  display: block;
}
#btn-back-to-top:hover {
  opacity: 1 !important;
  color: #ffffff;
  text-decoration: none;
}

.pinterest-pin-it {
  display: none;
  position: absolute;
  top: 15px;
  right: 42px;
  width: 28px;
  height: 26px;
  z-index: 1;
}

.pinterest-pin-it-wrap:hover .pinterest-pin-it {
  display: block;
}

/*
 * Panels
 */
.panel .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-primary-blue {
  background: #0091da;
  border: 1px solid #0065b9;
}

.panel-x-dk-blue {
  background: #004986;
}

.panel-dk-blue {
  background: #0065b9;
}

.panel-xx-lt-blue {
  background: #e5f7ff;
}

.panel-white {
  background: #ffffff;
  border: 1px solid #cce8fc;
}
.panel-white .panel-heading {
  border-bottom: 1px solid #cce8fc;
}

.panel-purple {
  background: #f7eff6;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-purple .panel-heading {
  background: #9f5294;
}

.panel-green {
  background: #eafef6;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-green .panel-heading {
  background: #06975c;
}

.panel-orange {
  background: #fef5eb;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-orange .panel-heading {
  background: #f79326;
}

.panel-xx-lt-green {
  background: #f0f3f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.panel-lt-green-clouds {
  background: url("../../img/backgrounds/clouds-lt-blue.jpg") repeat-x #fff;
  border: 1px solid #cce8fc;
}

.panel-group-xx-lt-blue .panel + .panel {
  margin-top: -1px;
}
.panel-group-xx-lt-blue .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-group-xx-lt-blue .panel-heading {
  background: none;
  border: none;
}
.panel-group-xx-lt-blue .panel-heading.parent {
  background: #f0f3f9;
  border-radius: 0;
}
.panel-group-xx-lt-blue .panel-title > a:before {
  content: "";
  font-family: "fontawesome";
  margin-right: 5px;
}
.panel-group-xx-lt-blue .panel-title > a.collapsed:before {
  content: "" !important;
}
.panel-group-xx-lt-blue .panel-heading.parent h4 {
  font-size: 18px;
  color: #4c4c4c;
}
.panel-group-xx-lt-blue .panel-heading.parent h4 > a:before {
  content: "";
}
.panel-group-xx-lt-blue .collapse-active {
  background: #0091da !important;
  color: #ffffff !important;
}
.panel-group-xx-lt-blue .collapse-active .panel-title > a:before {
  content: "" !important;
}
.panel-group-xx-lt-blue .panel-heading.parent.collapse-active h4 {
  color: #ffffff;
}
.panel-group-xx-lt-blue .collapse-active h4 a {
  color: #ffffff;
  text-decoration: none;
}
.panel-group-xx-lt-blue .panel-xx-lt-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0091da;
}
.panel-group-xx-lt-blue .panel-collapse .panel-heading {
  padding: 10px 0;
}

.panel-img-link,
.panel-img-container {
  display: block;
  margin: -1px -1px 0 -1px;
}

.pinterest-pin-it-wrap {
  position: relative;
}

/* Wraps */
.bg-primary-blue {
  background: #0091da;
}

.bg-lt-blue {
  background: #cce8fc;
}

.bg-lt-blue-gray {
  background: #f0f3f9;
}

.bg-dk-blue {
  background: #0065b9;
}

.bg-x-dk-blue {
  background: #004986;
}

.bg-lt-blue {
  background: #cce8fc;
}

.bg-green {
  background: #06975c;
}

.bg-orange {
  background: #f79326;
}

.bg-purple {
  background: #9f5294;
}

.bg-x-lt-gray {
  background: #f5f5f5;
}

.article-feat-img {
  border: 1px solid #dddddd;
}

.pinterest-feat-img-container {
  width: 348px;
  height: 292px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.pinterest-feat-img-container img {
  margin: -188px 0 0 -80px;
  width: 600px !important;
}

/*
 * Tables
 */
@media (max-width: 767px) {
  .table-collapsed-xs > tbody > tr td,
.table-collapsed-xs > tbody > tr th,
.table-collapsed-xs > thead > tr th {
    display: inline-block;
    width: 100%;
  }

  .table-collapsed-xs > tbody > tr td input {
    width: 100%;
  }

  .table-collapsed-xs.table-bordered > thead > tr > th,
.table-collapsed-xs.table-bordered > tbody > tr > th,
.table-collapsed-xs.table-bordered > tfoot > tr > th,
.table-collapsed-xs.table-bordered > thead > tr > td,
.table-collapsed-xs.table-bordered > tbody > tr > td,
.table-collapsed-xs.table-bordered > tfoot > tr > td {
    border: 0;
    border-top: 1px solid #dddddd;
  }
}
/*
 * FOOTER
 */
#main-footer {
  background: #004986;
  padding: 15px 0;
  position: relative;
  box-shadow: 0 50vh 0 50vh #004986;
}

#footer-content a {
  color: #f6f6f6;
}
#footer-content a:hover {
  color: #fdda24;
  text-decoration: none;
}

.footer-social-links i.fa-fw {
  text-align: left;
}

#footer-activity-ticker-iframe {
  border-width: 0;
  width: 100%;
  height: 85px;
}

/* Spacing */
.clear {
  clear: both;
}

.padding-none,
.no-padding {
  padding: 0;
}

.padding-base,
.base-padding {
  padding: 15px;
}

.margin-none {
  margin: 0;
}

.push-base {
  width: 100%;
  height: 15px;
}

.push-base-2x {
  width: 100%;
  height: 30px;
}

.push-small {
  width: 100%;
  height: 5px;
}

.content-section-with-tb-padding {
  padding: 45px 0;
}

/* Alignment */
@media (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }

  .pull-right-xs {
    float: right !important;
  }

  .text-left-xs {
    text-align: left;
  }

  .text-center-xs {
    text-align: center;
  }

  .full-width-xs {
    display: block;
    margin: 0;
    width: 100%;
  }

  .center-img-xs {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-left-sm {
    float: left !important;
  }

  .pull-right-sm {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-left-md {
    float: left !important;
  }

  .pull-right-md {
    float: right !important;
  }
}
.display-table {
  display: table;
}
.display-table.display-table-center {
  margin: 0 auto;
}

.display-table-row {
  display: table-row;
}

.display-table-cell {
  display: table-cell;
  float: none;
}

.display-inline-block {
  display: inline-block;
}

.resize-none {
  resize: none;
}

#js-breakpoint-checker {
  height: 0;
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #js-breakpoint-checker {
    height: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #js-breakpoint-checker {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  #js-breakpoint-checker {
    height: 3px;
  }
}

/*# sourceMappingURL=main.css.map */
