@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";

/* Over-rides for Bootstrap*/

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 12px;
    padding-right: 12px;
}


/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

body {
    font-size: 14px;
}

@media (min-width: 375px) {
    body {
        font-size: 15px;
    }
}

@media (min-width: 600px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 995px) {
    body {
        font-size: 17px;
    }
}

.content ul li {
    font-size: 1em;
    line-height: 1.375em;
    margin-left: 2em;
    font-weight: 300;
}

.videoLayout-shown {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: 2;
}

.head-text {
    position: relative;
    top: 0;
    left: 0;
}

.page-video .head-text img {
    position: relative;
}

.page-video .head-text .le-head-text {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.page-video .head-text .le-head-text.custom {
    position: absolute;
    top: 25%;
    right: 20%;
    width: 35% !important;
    text-align: center;
    color: #ffffff !important;
}

.page-video .head-text .le-head-text.custom p {
    color: #ffffff !important;
    font-weight: bold;
}

.page-video .head-text .le-head-text h1 {
    font-size: 1.75em;
    line-height: 1.14em;
}

* {
    margin: 0;
    padding: 0px;
}

body {
    background: #ffffff;
    margin: 0;
    height: 100%;
    color: #333333;
    font-family: "Open Sans";
    font-weight: 300;
    max-width: 1600px;
}

body.container-fluid {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans";
    font-weight: 700;
}

p {
    padding: 0;
    margin-bottom: 0.75em;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2em;
    color: #333333;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: 0;
    -webkit-transition: background-color 0.4s linear, color 0.4s linear;
    -moz-transition: background-color 0.4s linear, color 0.4s linear;
    -o-transition: background-color 0.4s linear, color 0.4s linear;
    -ms-transition: background-color 0.4s linear, color 0.4s linear;
    transition: background-color 0.4s linear, color 0.4s linear;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.normalLink:hover,
a.normalLink:focus {
    text-decoration: underline;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2b2e31;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2b2e31;
}

.center {
    margin: 0px auto;
    float: none;
}

.centered {
    text-align: center;
}

.txt-right {
    text-align: right;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

a {
    color: #428bca;
}

.menuBtn,
.menuBtn button {
    position: absolute;
    left: 0;
    top: 4%;
    z-index: 2;
}

.mobile-header {
    display: table;
    width: 100%;
    height: 100%;
}

.header {
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 0.95em 0;
    display: table-cell;
    vertical-align: middle;
}

.header span {
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #ffffff;
    height: 3.75em;
    font-size: 0.75em;
}


/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

.navbar-fixed-top,
.navbar-fixed-bottom {
    right: auto;
    left: auto;
    width: 100%;
}

.navbar {
    /*height: 2.5em;*/
    padding-top: 0px;
    margin-bottom: 0px;
    max-width: 1600px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-weight: 400;
    font-size: 1em;
    position: relative;
    text-transform: uppercase;
}


/* .navbar-default .navbar-nav > li:nth-child(2) > a {
  padding-right: 25px;
} */

.navbar-default .navbar-nav>li>a:hover {
    color: #00b3fe;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /*color: #00b3fe;
	background-color: transparent;
	border-top: .1875em solid #6db1e7;
	padding-top: .75em;*/
}

.navbar-default {
    background-color: rgba(31, 69, 113, 0.85);
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #00b3fe;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 0.1125em;
    width: 1.25em;
    /* border: 0; */
    border-top: 2px solid white;
}

.navbar-toggle {
    padding: 9px 15px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-brand {
    font-family: "Open Sans";
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
    height: 3.75em;
    padding: 0.9375em;
    font-size: 1.375em;
}

.navmenu-nav {
    background-color: #335879;
    border-color: transparent;
    width: 100%;
    padding-right: 1.25em;
    margin-bottom: 0;
}

.navmenu-default li a {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.2em;
    text-transform: uppercase;
}


/*.navmenu-default ul > ul li {
	margin-bottom: 2em;
}*/

.navmenu-default ul>ul li a {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.2em;
    text-transform: none;
    padding-left: 23%;
}

.navmenu-default ul>ul li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6em;
    margin-right: 1em;
    text-align: center;
}

.navmenu-default ul>ul li a:hover,
.navmenu-default ul>ul li a:focus,
.navmenu-default ul>ul li .active,
.navmenu-default ul li.active {
    background-color: rgba(53, 66, 79, 1) !important;
    /*padding-left: .5em;*/
}

.navmenu-default ul,
.navmenu-default li {
    margin: 0;
    padding: 0;
}

.navmenu-default ul li a {
    display: block;
    text-decoration: none;
    padding-bottom: 0.75em;
    padding-top: 0.75em;
}


/*.navmenu-default li a { padding-left:2em; }
.navmenu-default li li a { padding-left:4em; }
.navmenu-default li li li a { padding-left:6em; }*/

.navmenu-default.offcanvas-sm {
    background-color: transparent;
    border-color: transparent;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
    overflow-y: hidden;
}

.nav-items {
    position: relative;
    overflow-y: auto;
    height: 100%;
    width: 85%;
    float: left;
}

.navmenu,
.navbar-offcanvas {
    width: 97%;
    z-index: 2000;
}

div.navBtn {
    position: relative;
    height: 3em;
    background-color: #335879;
    padding: 0.25em 0.5em;
    float: left;
}

div.navBtn button {
    color: #ffffff;
    text-shadow: unset;
    opacity: 1;
    font-weight: initial;
    font-size: 2.5em;
    line-height: 1em;
    width: 100%;
}

div.navBtn button span {
    text-align: center;
}

.navmenu-default ul>ul {
    padding-left: 0;
    list-style: none;
    color: #ffffff;
}

.navmenu-default ul>ul li {
    text-indent: -1em;
}

.navmenu-default .navmenu-nav>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,
.navmenu-default .navmenu-nav>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,
.navmenu-default .navmenu-nav>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus,
.navbar>.nav-items>a:hover,
.navbar>.nav-items>a:focus {
    color: #ffffff;
    background-color: rgba(53, 66, 79, 1) !important;
}

.navmenu-default .navmenu-nav>li>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
.navmenu-default .navmenu-nav>li>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus,
.navbar>.nav-items>a:hover,
.navbar>.nav-items>a:focus {
    color: #ffffff;
    background-color: rgba(53, 66, 79, 1) !important;
}

.navmenu-default .navmenu-nav>li>a,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
    color: #ffffff;
}

#menuscontainer,
.navbar-header {
    background-color: rgba(31, 69, 113, 0.85);
}

.navbar .nav-items {
    width: 100%;
    display: table;
    z-index: 1000;
}

.navbar .nav-items .navmenu-nav {
    background-color: transparent;
    padding-right: 0;
    height: 100%;
    width: 100%;
}

.navbar .nav-items li {
    display: table;
    height: auto;
}

.navbar .nav-items li a {
    letter-spacing: 2px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: #ffffff;
    font-size: 0.833em;
    line-height: 1.333em;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    padding: 1.25em 0;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar .nav-items li a {
        /* font-size: .833em;
        line-height: 1.333em; */
        letter-spacing: 1px;
    }
}

.navbar .nav-items li a:focus,
.navbar .nav-items li a:hover,
.navbar .nav-items li.active a {
    text-decoration: none;
    background-color: rgba(53, 66, 79, 1);
}

.dropdown-menu>li>a:hover {
    color: #00b3fe;
    text-decoration: none;
    /*background-color: #f5f5f5;*/
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(53, 66, 79, 1);
    border-color: transparent;
}

.dropdown-menu {
    background: #00609a;
}

.dropdown-menu>li>a {
    color: white;
    font-weight: 700;
    font-size: 0.75em;
}

.cme::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f19d";
    left: 2px;
    /* font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f19d"; */
}

.dropdown-menu .cme::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f19d";
    left: 4px;
}

.dropdown-menu {
    letter-spacing: normal !important;
    position: absolute;
    top: 100%;
    left: 12px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 0.975em;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 35em;
    background-color: rgba(51, 88, 121, 0.9);
}

.dropdown-menu.profile {
    width: auto !important;
    min-width: 100%;
    left: auto !important;
    right: 12px;
}

.dropdown-menu.profile .nav-items li a {
    white-space: nowrap;
}

.navbar .nav-items .dropdown-menu li {
    display: block;
}

.dropdown-menu .nav-items li a {
    letter-spacing: 3.8px;
    font-size: 15px;
    line-height: 18px;
    display: block;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.dropdown-menu>li>a {
    clear: both;
    display: block;
    line-height: normal;
    padding: 0.5em 1.25em;
    white-space: nowrap;
}

.dropdown-menu>li>a {
    color: white;
    font-size: 1em;
    font-weight: 400;
}

.dropdown .dropdown-toggle i {
    float: right;
    line-height: 0;
    padding-left: 0.5em;
    padding-top: 0.6875em;
    font-size: 1.25em;
}

.dropdown-toggle .navmenu-nav {
    overflow-y: scroll;
    height: 400px;
}

.dropdown.open .dropdown-toggle i.click-submenu {}

.btn-primary {
    background-color: #ff5e3c;
    border-color: #ff5e3c;
    color: #fff;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e82d05;
    border-color: #ff5e3c;
}

.btn-secondary {
    background-color: #fff;
    border-color: #ff5e3c;
    color: #ff5e3c;
    border-radius: 0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #e82d05;
    border-color: #fff;
}

.btnwrap {
    text-align: center;
}

.hvr-sweep-to-right {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}

.hvr-sweep-to-right:before {
    background: #e82d05 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.hvr-sweep-to-right:hover {
    color: #fff;
}

.hvr-sweep-to-right:hover:before {
    transform: scaleX(1);
    color: #fff;
}

.hvr-fade {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    overflow: hidden;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color, background-color;
    vertical-align: middle;
}

.hvr-fade:hover {
    background-color: #e82d05;
    color: white;
}

.nav>li>a {
    padding: 1.25em;
}


/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
    background-color: transparent;
    padding-bottom: 0px;
    text-align: center;
    z-index: -1;
    max-width: 1600px;
}

#headerwrap h3,
h5 {
    color: white;
    font-weight: 400;
}

#headerwrap h1 {
    color: white;
    margin-bottom: 0.5em;
}

#headerwrap .img-responsive {
    margin: 0 auto;
}

.page-trends #footerwrap .container-fluid,
.page-resources #footerwrap .container-fluid,
.page-about #footerwrap .container-fluid {
    padding: 0;
}

.page-trends .container-fluid,
.page-resources .container-fluid,
.page-about .container-fluid {
    padding-top: 5em;
}

.page-about .container-fluid {
    padding-bottom: 2em;
}


/* Google and Apple store legal*/

.legal {
    font-size: 0.75em !important;
    line-height: 1.0625em !important;
    margin-top: 1em !important;
}


/* Footer */

#footerwrap {
    padding-bottom: 0.5em;
}

#footercontainer {
    background-color: #203253;
    padding: 0.5em 1.5em 1.5em 1.5em;
}

#footerwrap .footer-group {
    max-width: 850px;
    margin: 0 auto;
}

#footerwrap p:first-of-type {
    /* margin-top: 0; */
}

#footerwrap p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 0.875em;
    line-height: 1.25em;
    margin-bottom: 0;
    margin-top: 0.5em;
}

#footerwrap p.copyright {
    font-family: "Open Sans";
    font-size: 0.75em;
    line-height: 1.0625em;
    margin-top: 0.75em;
}

#footerwrap h4 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 1em;
    line-height: 2.5em;
    font-weight: unset;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 0;
}

#footerwrap ul {
    list-style: none;
    margin-bottom: 0;
}

#footerwrap ul li {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 1em;
    line-height: 2.5em;
}

#footerwrap ul li a,
#footerwrap p a {
    color: #ffffff;
}

#footerwrap p a {
    text-decoration: underline;
}

#footerwrap ul li a:hover,
#footerwrap p a:hover {
    color: #06a59d;
}

#footerwrap i {
    background: white none repeat scroll 0 0;
    border-radius: 1.5625;
    color: #0079c2;
    font-size: 1.875em;
    height: 3.125em;
    margin: 0 0.9375em;
    padding: 0.625em;
    text-align: center;
    width: 3.125em;
}

#footerwrap i:hover {
    color: #fff;
    background: #69b3e7;
}


/*Home Page*/

.social-container {
    position: absolute;
    bottom: 60px;
    z-index: 20;
    width: 100%;
    left: 0;
    top: auto;
}

.page-video .social-container,
.page-le .social-container,
.page-info .social-container {
    position: absolute;
    z-index: 20;
    width: 100%;
    left: 0;
    top: auto;
}

.social-icon {
    position: relative;
    width: 20%;
    bottom: 0;
    padding-left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0.5em;
    min-width: 160px;
    margin: 0 auto;
    display: block;
}

.social-icon a {
    color: #fff;
    font-size: 0.5em;
    padding: 0.75em;
}

.social-icon a i {
    padding: 0.5em 0.25em;
}

.full-width-div {
    width: 100%;
}

.full-width-div img {
    width: 100%;
}

.home-page-banner {
    /*background: url("../img/hero-1.png") no-repeat center center; */
    background-size: cover;
    margin-top: 0;
    min-height: 584px;
    text-align: center;
    width: 100%;
    position: relative;
}

.banner-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 14;
}

.carousel-caption {
    text-shadow: none;
    right: 10%;
    left: 10%;
    padding-bottom: 5em;
    z-index: 14;
}

.carousel-caption h1 {
    font-family: "Open Sans";
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.14em;
    text-align: center;
    color: #ffffff;
}

.carousel-caption p {
    font-family: "Open Sans";
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
    color: #ffffff;
}

.carousel-indicators {
    bottom: 0;
    z-index: 16;
    width: 80% !important;
    left: 40% !important;
}

a>img.img-hover {
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -o-transition: all 0.5s ease;
    /* IE 9 */
    -ms-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

a:hover>img.img-hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: translatZ(0) scale(1.1);
    /* Opera */
    transform: translatZ(0) scale(1.1);
}

.bridging-banner {
    background: rgba(0, 0, 0, 0) url("../img/hero-2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    margin-top: 0;
    min-height: 584px;
    text-align: center;
    width: 100%;
    position: relative;
}

.bridging-banner:after {
    content: "\A";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.bridging-banner .banner-text {
    bottom: 0;
    float: left;
    height: 50%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.bridging-banner .banner-text i {
    color: #06a59d;
}

.bridging-banner .banner-text h1 {
    font-family: "Open Sans";
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
}

.bridging-banner .banner-text p {
    font-family: "Open Sans";
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
}

#home_section_2 .row {
    margin: 0;
}

.le-card {
    position: relative;
    padding-top: 4em;
    border: 0.0625em solid #c7c7c7;
    background-color: #ffffff;
}

.page-app .le-card {
    padding-top: 0em;
}

.page-info .le-card {
    position: relative;
    padding-top: 0em;
    border: 0.0625em solid #c7c7c7;
    background-color: #ffffff;
}

.le-card p {
    font-size: 1em;
    line-height: 1.375em;
    font-family: "Open Sans";
    font-weight: 300;
}

.le-card .content {
    padding: 1em;
    padding-bottom: 10em;
}

.page-info .le-card .content {
    padding: 1em;
    padding-bottom: 0em;
}

.le-launch.navbar-fixed-bottom {
    font-size: 1em;
    letter-spacing: 6px;
    margin: 0;
    padding: 1em;
    background-color: rgba(0, 121, 194, 1);
    max-width: 1600px;
}

.le-launch.navbar-fixed-bottom>a {
    color: #ffffff;
    text-transform: uppercase;
}


/* Styles for .page-video pages */

.page-video .video-container-shell {
    position: absolute;
    bottom: 20.64%;
    left: 5%;
    width: 90%;
    z-index: 15;
}

.page-video .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-video .video-container img {
    width: 100%;
}

.page-video .video-container-shell .banner-overlay {
    display: none;
}

.page-video .play-container {
    position: absolute;
    top: -50%;
    width: 18%;
    left: 41%;
    z-index: 100;
}

.page-le .play-container {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.page-video .play-btn {
    color: #ffffff;
    margin: 0 auto;
}

.page-video .content h2 {
    font-size: 1.125em;
    font-family: "open sans";
    color: #333333;
    font-weight: bold;
}

.page-video .content p {
    font-size: 1em;
    line-height: 1.375em;
}

.page-video .content {
    padding-bottom: 3em;
}

.page-video .social-icon {
    position: relative;
    width: 20%;
    padding-left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width: 160px;
    margin: 0 auto 0% auto;
}


/* Styles for .page-le pages (Learning Experiences) */

.page-le .le-head-text,
.page-app .le-head-text,
.page-info .le-head-text {
    position: absolute !important;
    bottom: 22%;
    left: 5%;
    width: 90%;
    color: #ffffff !important;
    z-index: 1000;
}

.page-le .le-head-text h1,
.page-app .le-head-text h1,
.page-info .le-head-text h1 {
    font-family: "Open Sans";
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    color: #ffffff;
    padding-top: 0;
    margin-top: 0;
}

.page-le .le-head-text p,
.page-app .le-head-text p,
.page-info .le-head-text p {
    font-family: "Open Sans";
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
    color: #ffffff;
}

.page-le .bookmark {
    position: relative;
    top: 0;
    width: 2.25em;
    color: #ffffff;
}

.page-le .bookmark-frame {
    position: absolute;
    z-index: 15;
    width: 100%;
    left: 0;
    top: 0;
}

.page-le .bookmark-container {
    margin: 0 auto !important;
    float: none !important;
    width: 21.5em;
    min-width: 140px;
}

.page-le .bookmark {
    right: auto;
    float: left;
}

.page-le .bookmark-container p {
    font-family: "Open Sans";
    font-size: 1.3125em;
    font-weight: normal;
    padding-top: 5%;
    margin-left: 2em;
    color: #669900 !important;
}

.page-le .social-container,
.page-app .social-container,
.page-video .social-container,
.page-info .social-container {
    position: absolute;
    bottom: 10%;
    z-index: 20;
    width: 100%;
    left: 0;
    top: auto;
}

.page-le .social-icon,
.page-app .social-icon,
.page-video .social-icon,
.page-info .social-icon {
    position: relative;
    width: 10em;
    padding-left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width: 160px;
    margin: 0 auto 0% auto;
}

.page-le .social-icon a,
.page-app .social-icon a,
.page-info .social-icon a {
    color: #fff;
    font-size: 0.5em;
    padding: 1em;
}

.page-le .social-icon a i,
.page-app .social-icon a i,
.page-info .social-icon a i {
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-le .testimonials-head {
    background-color: rgb(102, 153, 0);
    margin: 0 auto;
    float: none;
    padding: 0.75em 0;
}

.page-le h2,
.page-app h2,
.page-info h2 {
    color: #333333;
    font-size: 1.125em;
    line-height: 1.22em;
    font-weight: bold;
}

.page-le .testimonials-head h2,
.page-app .testimonials-head h2 {
    margin: 0;
    padding: 0;
}

.page-le .testimonials-content {
    background-color: rgba(102, 153, 0, 0.1);
    margin-top: -1em;
    font-style: italic;
    min-height: 15em;
    /*max-height: 15em;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-control {
    width: 8%;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    /* IE 5-7 */
    filter: alpha(opacity=65);
    /* Netscape */
    -moz-opacity: 0.65;
    /* Safari 1.x */
    -khtml-opacity: 0.65;
    /* Good browsers */
    opacity: 0.65;
    z-index: 15;
}

.carousel-control,
.carousel-control.left,
.carousel-control.right {
    background-color: transparent;
    background-image: none;
    text-align: center;
    text-shadow: none;
}

.carousel-box {
    background-color: rgba(0, 0, 0, 0.3);
    width: 30%;
    height: 13%;
    top: 52%;
    position: absolute;
    font-weight: normal;
    left: 35%;
}

.carousel-box .glyphicon-chevron-right {
    font-size: 1.2em;
    margin-right: -13px;
    font-weight: 100;
}

.carousel-box .glyphicon-chevron-left {
    font-size: 1.2em;
    margin-left: -13px;
    font-weight: 100;
}

.carousel-indicators li {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    margin: 0.5em;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 0.75em;
    height: 0.75em;
    margin: 0.5em;
    background-color: #50d8e3;
    border: 1px solid #50d8e3;
}

.page-le .carousel-control,
.page-le .carousel-control.left,
.page-le .carousel-control.right {
    font-size: 1em;
    height: 100%;
    color: #669900;
}

.page-le .carousel-control img {
    position: absolute;
    width: 1em;
    top: 50%;
}

.page-le .carousel-inner {
    height: 24em;
}

.page-le .carousel-inner .item {
    padding: 2em 2em 0 2em;
    text-align: center;
    font-size: 1em;
}

.page-le .content,
.page-video .content,
.page-app .content,
.page-info .content {
    padding-left: 1em;
    padding-right: 1em;
}

.page-le .play-btn {
    position: relative;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    width: 1em;
}

.page-app .page-card,
.page-video .page-card {
    background-color: #ffffff;
}

.page-app .content {
    padding-top: 0em;
    padding-bottom: 3em;
}

.page-info .person {
    float: right;
    width: 25%;
    right: 0;
    top: 0;
    margin-top: -1.5em;
}

.page-info .content ol {
    margin-left: 3em;
    margin-bottom: 0;
}

.page-info .content .row {
    margin-top: 1em;
}

.page-info .content .row:first-of-type {
    margin-top: 0;
}

.page-info .content .bg-green {
    background-color: rgb(122, 193, 67);
    padding: 3em 2em;
}

.page-info .content .bg-green p,
.page-info .content .bg-green h2 {
    color: #ffffff;
}

.page-info .content .txt-green {
    color: rgb(122, 193, 67);
}

.page-info .content .txt-lightgreen {
    font-weight: normal;
    color: rgb(0, 173, 131);
}

.page-info .content .margin-top {
    margin-top: 8em !important;
    margin-bottom: 4em;
}

.card {
    border: 0.0625em solid #c7c7c7;
    padding: 0;
    overflow: hidden;
}

.card a .img-hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+0,e0e0e0+100 */
    background: #ffffff;
    /* Old browsers */
    background: -webkit-linear-gradient(#ffffff 0%, #e0e0e0 100%);
    background: -o-linear-gradient(#ffffff 0%, #e0e0e0 100%);
    background: linear-gradient(#ffffff 0%, #e0e0e0 100%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
}

.card a:hover img,
.card a:active img {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eafffc+0,ffffff+100 */
    background: #eafffc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eafffc 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eafffc 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eafffc 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eafffc', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.card-content {
    position: absolute;
    left: 5%;
    top: 0;
    width: 90%;
}

.card-content.building>p {
    width: 75%;
}

.card-content~.bookmark .fa {
    font-size: 1em;
}

.card .bookmark .fa {
    font-size: 1em;
}

.card-content.custom {
    width: 45%;
}

.card-content img {
    margin-top: 1em;
}

.card-content h2 {
    font-family: "Open Sans";
    /* font-weight: normal; */
    font-size: 1.4em;
    line-height: 1.16em;
    color: #333333 !important;
    margin-top: 10px;
}

.card-content .sub {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.card-content p,
.card-content ul li {
    font-family: "Open Sans";
    font-size: 0.99em;
    line-height: 1.375em;
}

.card-content ul {
    list-position: inside;
}

.card-content ul li {
    color: #333333;
    width: 50%;
    margin-left: 25%;
    text-align: left;
}


/* a:focus .card-content h2, */


/* a:active .card-content h2, */

a:hover .card-content h2 {
    color: #06a59d !important;
}

.card-content p+p {
    width: 70%;
}

#cmeCardAnchor {
    position: relative;
    left: 0;
    top: -3.25em;
    overflow: visible;
}

.cmeCard .card-content {
    left: 5%;
    width: 70%;
}

.card-content.centered h2 {
    margin-left: 12%;
    width: 76%;
}

.cmeCard .card-content h2 {
    left: 0%;
    width: 100%;
    margin-left: 0%;
}

.card-content button {
    border: 0;
    background: none;
}

.card-content .button-play {
    color: rgba(0, 121, 194, 1);
    position: absolute;
    top: 0.9em;
    font-weight: 600;
    left: auto;
    right: 5%;
    width: auto;
}

.card-content.custom .button-play {
    position: relative !important;
}

.card-content .button-play i {
    display: inline-block;
    margin-top: -0.1em;
    font-size: 1.5em;
}

.card-content .button-play p {
    color: rgba(0, 121, 194, 1);
    font-size: 0.875em;
    line-height: 1.36em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


/* Styles for CME card */

.cmeCard .cmeLogo {
    width: 26% !important;
    margin-top: 0 !important;
}

.card a .img-hover.cmeLogo {
    background-color: transparent !important;
}

.card a .img-hover.cmeLogo {
    background: transparent !important;
    background: -webkit-linear-gradient(#ffffff 0%, #e0e0e0 0%);
    background: -o-linear-gradient(#ffffff 0%, #e0e0e0 0%);
    background: linear-gradient(#ffffff 0%, #e0e0e0 0%);
    filter: none;
}

.card a:hover img.cmeLogo,
.card a:active img.cmeLogo {
    background: transparent !important;
    background: -moz-linear-gradient(top, #eafffc 0%, #ffffff 0%);
    background: -webkit-linear-gradient(top, #eafffc 0%, #ffffff 0%);
    background: linear-gradient(to bottom, #eafffc 0%, #ffffff 0%);
    filter: none;
}


/* Styles for Current Trends, Resources and About Us Pages */

.page-trends .le-card,
.page-resources .le-card,
.page-about .le-card {
    position: relative;
    padding-top: 6em;
    border: none;
}

.page-trends h2,
.page-resources h2,
.page-about h2 {
    font-weight: normal;
    font-size: 0.87em;
    color: #0079c2;
    margin-top: 0;
}

.page-trends p,
.page-about p,
.page-trends .content ul li,
.page-about .content ul li {
    font-size: 0.75em;
    font-weight: normal;
}

.page-trends .row,
.page-resources .row,
.page-about .row {
    margin: 0;
}

.page-trends hr,
.page-about hr,
.page-resources hr {
    border-color: #9b9b9b;
}

.page-about p {
    font-size: 1.5em;
}

.bookmark {
    position: absolute;
    right: 2%;
    top: 0;
    width: 1.5em;
    color: #ffffff;
}

.bookmark img {
    max-width: none;
    width: 100%;
}

.bookmark .fa {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 7%;
    top: 22%;
    color: #ffffff !important;
    font-size: 1.5em;
}

#innerpageheader {
    padding-top: 3.375em;
}

.inner-page-header {
    background: url("../img/learning_experiences_header.jpg") no-repeat center center;
    background-size: cover;
    margin-top: 0;
    min-height: 202px;
    text-align: center;
    width: 100%;
    position: relative;
}

.inner-page-header:after {
    content: "\A";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #333) !important;
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #333); */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(51, 51, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#333333', GradientType=0);
    box-shadow: -4px -3px 4px 0 rgba(0, 0, 0, 0.06);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.inner-page-header .header-text {
    bottom: 0;
    float: left;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.inner-page-header .header-text i {
    color: #fff;
}

.inner-page-header .header-text h1 {
    font-family: "Open Sans";
    font-size: 3em;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    padding: 0.625em 0;
}

.cp {
    padding: 0;
}


/*Modal*/

.btn-close {
    color: #aaa;
    font-size: 1.875em;
    text-decoration: none;
    position: absolute;
    right: 0.3125em;
    top: 0;
}

.btn-close:hover {
    color: #919191;
}


/*ADDED TO STOP SCROLLING TO TOP*/

#close {
    display: none;
}

.dropdown .open_submenu {
    display: none;
}

.menubtn,
.closebtn {
    left: 3.125em;
    position: absolute;
    top: 0.4375em;
    font-weight: 300;
    font-family: "Open Sans";
    font-size: 1.25em;
    color: #fff;
}

.navbar-toggle {
    width: 6.25em;
    float: left;
}

.navbar-toggle .closebtn {
    display: none;
}

.navbar-toggle.active .menubtn {
    display: none;
}

.navbar-toggle.active .closebtn {
    display: block;
}

.long-text p {
    font-size: 0.95em;
}

.pdfIcon {
    background: transparent url("../img/Adobe_PDF_file_icon_24x24.png") no-repeat;
    padding-left: 36px;
    /* padding-bottom: 36px; */
    margin-bottom: 0;
}


/* Media Query for width: 300 to 350px*/

@media only screen and (min-width: 300px) and (max-width: 350px) {
    #footerwrap p {
        font-size: 14px;
        line-height: 20px;
    }
    .page-le .social-icon,
    .page-app .social-icon,
    .page-video .social-icon,
    .page-info .social-icon {
        width: 14%;
        min-width: 140px;
    }
    .long-text p {
        font-size: 0.1em;
    }
    .card-content h2 {
        margin-top: 0.25em;
        margin-bottom: 0.15em;
    }
    .card-content p,
    .card-content ul li {
        font-size: 0.9em;
    }
    .card-content .button-play {
        top: 0.5em;
        font-size: 0.95em;
    }
    .page-video .le-head-text {
        top: 3.75em;
    }
    .page-video .content h2 {
        font-size: 1.29em;
    }
    .page-video .le-head-text {
        top: 5.25em;
    }
}


/* End Media Query for width: 300 to 622px*/

@media only screen and (min-width: 300px) and (max-width: 622px) {
    .page-video .head-text .le-head-text.custom {
        width: 50% !important;
        right: 25% !important;
    }
    .card-content h2 {
        width: 70%;
    }
    .cmeCard .card-content p {
        width: 82%;
    }
}


/* Media Query for min-width: 414px*/

@media only screen and (min-device-width: 414px) {
    #footerwrap p {
        font-size: 14px;
        line-height: 20px;
    }
    .card-content p,
    .card-content ul li {
        font-size: 17px;
        line-height: 24px;
    }
    .le-card p {
        font-size: 17px;
        line-height: 24px;
    }
    .le-card ol li {
        font-size: 17px;
        line-height: 24px;
    }
    .content ul li {
        font-size: 17px;
        line-height: 24px;
    }
    .page-video .content p {
        font-size: 17px;
        line-height: 24px;
    }
    .page-trends h2,
    .page-resources h2,
    .page-about h2 {
        font-size: 17px;
        line-height: 24px;
    }
    .page-trends p,
    .page-about p,
    .page-trends .content ul li,
    .page-about .content ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .page-video .head-text .le-head-text.custom p {
        font-size: 1.25em !important;
        font-weight: 800 !important;
        line-height: 1.14em !important;
    }
    .cultural .card-content ul li {
        font-size: 17px;
        line-height: 1.2em;
    }
}


/* End Media Query for min-width: 414px*/


/* Media Query for min-width: 768px*/

@media (min-width: 768px) {
    #footerwrap p {
        font-size: 14px;
        line-height: 20px;
    }
    .social-icon {
        width: 17%;
    }
    .long-text p {
        font-size: 0.1em;
    }
    .card-content .button-play {
        top: 0;
    }
    .card-content p,
    .card-content ul li {
        font-family: "Open Sans";
        font-size: 0.95em;
        line-height: 1.375em;
    }
    .cmeCard .card-content p {
        width: 78%;
    }
    .page-video .play-container {
        position: absolute;
        top: 138%;
        width: 9%;
        left: 45%;
    }
    .page-video .le-head-text h1 {
        font-family: "Open Sans";
        font-size: 2.5em;
        font-weight: 800;
        line-height: 1.14em;
        text-align: center;
        color: #ffffff;
        padding-top: 0;
        margin-top: 0;
    }
    .page-video .head-text .le-head-text.custom p {
        font-size: 1.5em !important;
        font-weight: 800;
        line-height: 1.14em !important;
    }
    .carousel-caption {
        padding-bottom: 6em;
    }
    .card-content .button-play {
        color: rgba(0, 121, 194, 1);
        position: relative;
        left: 0;
        right: auto;
        width: auto;
        padding-top: 0em;
    }
    .card-content .button-play i {
        display: inline-block;
        margin-top: 0em;
        font-size: 1.875em;
    }
    .page-le .content,
    .page-video .content,
    .page-app .content,
    .page-info .content,
    .page-about .content {
        margin: 0 auto;
        float: none;
    }
    .page-le .play-container {
        position: absolute;
        top: 42%;
        width: 100%;
    }
    .social-container {
        position: absolute;
        bottom: 60px;
        z-index: 20;
        width: 100%;
        left: 0;
        top: auto;
    }
    .social-icon {
        position: relative;
        width: 11%;
        bottom: 5%;
        padding-left: 0;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 0.5em;
        /*min-width: 160px;*/
        margin: 0 auto;
    }
    .social-icon a i {
        padding-top: 0.45em;
        padding-bottom: 0.45em;
    }
    .card-content {
        top: 0%;
    }
    .page-video .video-container-shell {
        position: relative;
        width: 100%;
        left: 0;
        right: 10px;
    }
    .page-video .video-container-shell .banner-overlay {
        display: block;
        z-index: 14;
    }
    /*.page-video .video-container-shell {
		z-index: 100;
	}*/
    .page-video .js-video-container {
        z-index: 100;
    }
    .page-video .js-video {
        z-index: 100;
    }
    .page-video .head-text .le-head-text {
        top: 30%;
        z-index: 90;
    }
    .page-video .head-text .le-head-text.custom p {
        font-size: 1.25em !important;
        font-weight: 800 !important;
        line-height: 1.14em !important;
    }
}


/* End Media Query for min-width: 768px*/


/* Styles for text for split column layout on larger screens */

@media (min-width: 992px) {
    .cmeCard .card-content p {
        width: 100%;
    }
    #footerwrap p {
        font-size: 14px;
        line-height: 20px;
    }
    .page-le .social-icon,
    .page-app .social-icon,
    .page-video .social-icon,
    .page-info .social-icon {
        width: 10em;
    }
    .page-le .content,
    .page-video .content,
    .page-app .content,
    .page-info .content,
    .page-about .content {
        padding-left: 5em;
        padding-right: 5em;
    }
    .page-le .bookmark-container p {
        font-size: 1.665em;
        padding-top: 3.5%;
    }
    .page-le .bookmark-container {
        width: 27em;
    }
    .page-le .content h2,
    .page-video .content h2,
    .page-app .content h2,
    .page-info .content h2 {
        font-size: 1.89em;
        line-height: 1.18em;
    }
    .page-le .content ul li,
    .page-le .content p,
    .page-video .content ul li,
    .page-video .content p,
    .page-app .content ul li,
    .page-app .content p,
    .page-info .content ul li,
    .page-info .content p {
        font-size: 1em;
        line-height: 1.44em;
    }
    .carousel-caption h1,
    .page-le .head-text h1,
    .page-app .head-text h1,
    .page-info .head-text h1 {
        font-size: 2.78em;
        line-height: 1.2em;
    }
    .carousel-caption p,
    .page-le .head-text p,
    .page-app .head-text p,
    .page-info .head-text p {
        font-size: 1.33em;
        line-height: 1.25em;
    }
    .page-trends .content h2,
    .page-about .content h2 {
        font-size: 1.11em;
        line-height: 1.3em;
    }
    .page-trends .content ul li,
    .page-trends .content p,
    .page-about .content p {
        font-size: 1.125em;
        line-height: 1em;
    }
    .page-trends h1,
    .page-about h1 {
        font-size: 2.78em;
        line-height: 1.2em;
    }
    .page-trends .head-text p {
        font-size: 1.33em;
        line-height: 1.25em;
    }
    .card-content {
        position: absolute;
        left: 5%;
        top: 5%;
        width: 90%;
    }
    .card-content h2 {
        font-family: "Open Sans";
        font-size: 1.89em;
        line-height: 1.17em;
        color: black;
        font-weight: bold;
        margin-bottom: 0.25em;
        margin-top: 0.25em;
    }
    .card-content .sub {
        font-size: 1.4em;
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }
    .card-content p,
    .card-content ul li {
        font-family: "Open Sans";
        font-weight: 300;
        font-size: 1em;
        line-height: 1.44em;
    }
    .card-content ul {
        font-family: "Open Sans";
        font-weight: 300;
        font-size: 1em;
        line-height: 1.44em;
        color: #333333;
    }
    .card-content p+p {
        width: 70%;
    }
    .card-content.centered {
        left: 2.5%;
        width: 95%;
        /*padding: 1em;*/
    }
    .card-content.centered h2 {
        margin-left: 10%;
        width: 80%;
    }
    .card-content .button-play i {
        display: inline-block;
        margin-top: -0.1em;
    }
    .card-content .button-play p {
        color: rgba(0, 121, 194, 1);
        font-size: 1em;
        font-weight: 600;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }
    .page-video .head-text .le-head-text h1 {
        font-size: 2.78em;
        line-height: 1.2em;
    }
    .page-video .head-text .le-head-text.custom p {
        font-size: 1.25em !important;
        font-weight: 800 !important;
        line-height: 1.14em !important;
    }
    .page-video .head-text .le-head-text {
        top: 30%;
    }
    .le-launch.navbar-fixed-bottom {
        font-size: 1.33em;
        letter-spacing: 10px;
    }
}


/* Custom CSS for Cultural Humility Card */

.cultural ul {
    padding: 0;
    text-align: left;
}

.cultural .card-content ul li {
    /* font-size: .9em; */
    padding: 0;
    margin-left: 1em;
    margin-bottom: 1em;
    width: 60%;
}

@media only screen and (min-width: 300px) {
    .cultural .card-content p,
    .cultural .card-content ul li {
        font-size: 13px !important;
        line-height: 1em !important;
    }
}

@media only screen and (min-width: 380px) {
    .cultural .card-content p,
    .cultural .card-content ul li {
        font-size: 14px !important;
        line-height: 1.2em !important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 490px) {
    .cultural .card-content p,
    .cultural .card-content ul li {
        font-size: 15px !important;
        line-height: 1.2em !important;
    }
}

@media only screen and (min-width: 490px) {
    .cultural .card-content p,
    .cultural .card-content ul li {
        font-size: 17px !important;
        line-height: 24px !important;
    }
}

@media only screen and (min-width: 768px) {
    .cultural .card-content p,
    .cultural .card-content ul li {
        font-size: 0.8em !important;
        line-height: 1.2em !important;
    }
}

@media only screen and (min-width: 840px) {
    .cultural .card-content p,
    .cultural .card-content ul li {
        font-size: 0.9em !important;
        line-height: 1.2em !important;
    }
}

@media only screen and (min-width: 1100px) {
    .cultural .card-content p,
    .cultural .card-content li {
        font-size: 1em !important;
        line-height: 1.2em !important;
    }
}


/* Custom Queries for ADHD page */

.adhd p.txt-right,
.mhd p.txt-right {
    position: absolute;
    right: 0%;
    left: auto;
    width: 55%;
    margin: 0;
}

.mhd p.txt-right {
    width: 70%;
}

.adhd .content-center,
.adhd .content-center {
    display: none;
}

@media screen and (min-width: 530px) {
    .adhd .txt-right,
    .mhd .txt-right {
        text-align: center;
    }
    .adhd p.txt-right,
    .mhd p.txt-right {
        position: absolute;
        right: auto;
        left: 2.5%;
        width: 95%;
        margin: 0;
    }
    /*    .mhd p.txt-right {
        width: 70%;
    } */
    .adhd .content-right,
    .mhd .content-right {
        display: none;
    }
    .adhd .content-center,
    .mhd .content-center {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .adhd .txt-right,
    .mhd .txt-right {
        text-align: right;
    }
    .adhd p.txt-right,
    .mhd p.txt-right {
        position: absolute;
        right: 0%;
        left: auto;
        width: 55%;
        margin: 0;
    }
    .mhd p.txt-right {
        width: 70%;
    }
    .adhd .content-right,
    .mhd .content-right {
        display: block;
    }
    .adhd .content-center,
    .mhd .content-center {
        display: none;
    }
}

@media screen and (min-width: 840px) {
    .adhd .card-content p,
    .mhd .card-content p {
        font-size: 0.975em;
    }
}

@media screen and (min-width: 959px) {
    /*     .adhd .txt-right {
        text-align: center;
    }

    .adhd p.txt-right {
        position: absolute;
        right: auto;
        left: 2.5%;
        width: 95%;
        margin: 0;
    }

    .adhd .content-right {
        display: none;
    }

    .adhd .content-center {
        display: block;
    } */
}

@media screen and (min-width: 992px) {
    .adhd .card-content p,
    .mhd .card-content p {
        font-size: 1em;
    }
    .adhd .txt-right,
    .mhd .txt-right {
        text-align: right;
    }
    .adhd p.txt-right,
    .mhd p.txt-right {
        position: absolute;
        right: 0%;
        left: auto;
        width: 55%;
        margin: 0;
    }
    .mhd p.txt-right {
        width: 70%;
    }
    .adhd .content-right,
    .mhd .content-right {
        display: block;
    }
    .adhd .content-center,
    .mhd .content-center {
        display: none;
    }
}

@media screen and (min-width: 1361px) {
    .adhd .txt-right,
    .mhd .txt-right {
        text-align: center;
    }
    .adhd p.txt-right,
    .mhd p.txt-right {
        position: absolute;
        right: auto;
        left: 2.5%;
        width: 95%;
        margin: 0;
    }
    .adhd .content-right,
    .mhd .content-right {
        display: none;
    }
    .adhd .content-center,
    .mhd .content-center {
        display: block;
    }
}


/* End custom queries for ADHD page. */


/* End Media Query for large displays */


/*--------------------------------------*/


/* E. Video Layout Classes			*/


/*--------------------------------------*/

.mejs-overlay-button {
    display: none;
}

.video-container {
    padding: 0;
    cursor: pointer;
}

.videoLayout {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.col-4 .videoLayout {
    width: 320px;
    height: 460px;
}

.col-12 .videoLayout {
    width: 950px;
    height: 450px;
}

.videoLayout .percent,
.videoLayout.percent {
    width: 100%;
    height: auto;
}

.videoLayout .videoLoading,
#handstick {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.col-4 .loading-anim {
    width: 20%;
}

.col-12 .loading-anim {
    width: 8%;
}

.mejs-container {
    background: #0079c2;
}

.mejs-container .mejs-controls {
    background: url(background.png);
    background: rgba(0, 123, 193, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 123, 193, 0.7)), to(rgba(0, 123, 193, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 123, 193, 0.7), rgba(0, 123, 193, 0.7));
    background: -moz-linear-gradient(top, rgba(0, 123, 193, 0.7), rgba(0, 123, 193, 0.7));
    background: -o-linear-gradient(top, rgba(0, 123, 193, 0.7), rgba(0, 123, 193, 0.7));
    background: -ms-linear-gradient(top, rgba(0, 123, 193, 0.7), rgba(0, 123, 193, 0.7));
    background: linear-gradient(rgba(0, 123, 193, 0.7), rgba(0, 123, 193, 0.7));
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #97b5c9;
    background: rgba(160, 220, 255, 0.8);
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(160, 220, 255, 0.8)), to(rgba(160, 220, 255, 0.8)));
    background: -webkit-linear-gradient(top, rgba(160, 220, 255, 0.8), rgba(160, 220, 255, 0.8));
    background: -moz-linear-gradient(top, rgba(160, 220, 255, 0.8), rgba(160, 220, 255, 0.8));
    background: -o-linear-gradient(top, rgba(160, 220, 255, 0.8), rgba(160, 220, 255, 0.8));
    background: -ms-linear-gradient(top, rgba(160, 220, 255, 0.8), rgba(160, 220, 255, 0.8));
    background: linear-gradient(rgba(160, 220, 255, 0.8), rgba(160, 220, 255, 0.8));
    background-image: linear-gradient(rgba(160, 220, 255, 0.8), rgba(160, 220, 255, 0.8));
}

.rel {
    position: relative !important;
    margin-top: 2.8em;
}

.ct-header {
    margin-bottom: 3em !important;
}

[id^="vimeoVid"] {
    background-color: transparent;
}

[id^="vimeoVid"] iframe {
    width: 100%;
}

.vimeoPlaying {
    /* margin-top: 3.0em !important; */
}

.vp-player-layout {
    top: 0 !important;
}

#headerwrap.rel {
    position: relative !important;
    margin-top: 0.1em !important;
    z-index: 1000;
}

.main-content {
    padding-bottom: 3em;
}

.main-content.app-bg {
    padding-bottom: 0 !important;
}

.main-content.rel {
    position: relative !important;
    margin-top: 0 !important;
}

.container-headerwrap {
    position: relative;
    padding: 0 !important;
}

.appStore {
    max-width: 100% !important;
}

.linkFix {
    color: #333333 !important;
    text-decoration: underline;
}

.overflowHide {
    overflow: hidden;
}

.cm-top {
    margin-top: 0 !important;
}

.cm-bottom {
    margin-bottom: 0 !important;
}

.mgb {
    margin-bottom: 4em;
}

.mgt {
    margin-top: 8em;
}

.bigMargin-bottom {
    margin-bottom: 4em;
}

.lgbtContentFix {
    padding-bottom: 1em !important;
    margin-top: 2em;
}

.marginLeftFix {
    left: 0.5em;
}

.marginRightFix {
    right: 0.5em;
}

.resources-li-first {
    font-weight: normal;
    margin-bottom: 0.5em;
}

.resources-li-second {
    font-weight: normal;
}

.footNote {
    padding-left: 0;
    padding-right: 0;
}

.footNote * {
    font-size: 0.9em;
    line-height: 1.2em;
    color: gray;
}

.footNote p {
    font-weight: bold;
}

#footerwrap .footNote * {
    font-size: 0.75em;
}

#footerwrap .footNote p {
    font-weight: normal;
    line-height: 1.2em;
}

#footerwrap .footNote li {
    color: gray !important;
    line-height: 1.2em;
}

.carousel-box img {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30%;
}


/*.video-container,
        .video-container iframe {
            height: 100% !important;
        }*/

.bookmark a {
    color: #ffffff;
}

.bookmark .cme-popup {
    position: absolute;
    right: 100%;
    height: 100%;
    width: 17em;
    top: 0;
    font-size: 1.2em;
    overflow: hidden;
}

.bookmark .cme-popup p {
    position: absolute;
    white-space: nowrap;
    margin-bottom: 0;
    height: 100%;
    padding: 0.25em 0.5em;
    color: #78a400;
    /* border: 6px solid #78A400; */
    background-color: rgba(255, 255, 255, 0.9);
    right: -100%;
    transition-duration: 1.5s;
    font-weight: bold;
    transition-property: right;
}

.bookmark .CMEicon.hashover~.cme-popup p,
.bookmark .CMEicon.hasactive~.cme-popup p {
    right: 0;
}

.clickable {
    cursor: pointer;
}


/* home page styles */

.home .carousel-box img {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30%;
}

.home .video-container,
.home .video-container iframe {
    height: 100% !important;
}

.home .bookmark a {
    color: #ffffff;
}

.home .bookmark .cme-popup {
    position: absolute;
    right: 100%;
    height: 100%;
    width: 17em;
    top: 0;
    font-size: 1.2em;
    overflow: hidden;
}

.home .bookmark .cme-popup p {
    position: absolute;
    white-space: nowrap;
    margin-bottom: 0;
    height: 100%;
    padding: 0.25em 0.5em;
    color: #78a400;
    /* border: 6px solid #78A400; */
    background-color: rgba(255, 255, 255, 0.9);
    right: -100%;
    transition-duration: 1.5s;
    font-weight: bold;
    transition-property: right;
}

.home .bookmark .CMEicon.hashover~.cme-popup p,
.home .bookmark .CMEicon.hasactive~.cme-popup p {
    right: 0;
}

.home .clickable {
    cursor: pointer;
}


/* Styles for the LMS functionality */

.form-outline {
    clear: both;
}

.form-outline input {
    margin-bottom: 1em;
}

.mb {
    margin-bottom: 0.5em;
}

.w100 {
    width: 100%;
}

.form-item {
    margin-bottom: 1.5em;
}

.form-item-top {
    margin-top: 4em;
}


/* Login and Popups */

.popup-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.lb-popup,
.modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 350px;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px 40px 40px 40px !important;
    border-radius: 25px !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px !important;
    margin: 0 !important;
}

.lb-popup .lb-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 1em;
    border: 1px solid;
    width: 1em;
    height: 1em;
    font-size: 24px;
    line-height: 0.75em;
    text-align: center;
    cursor: pointer;
}

.lb-popup h2 {
    color: #36424f;
}

label {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 0.15em;
}

.form-item label>span {
    font-weight: normal;
}

input.form-control {
    border-radius: 1em;
}

.lb-popup .togglePass {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-55%, -58%);
}

.lb-popup .forgotPw {
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 0.15em;
}

.lb-popup .mgb-bump {
    margin-bottom: 2em;
}

.lb-button {
    border-radius: 1em;
    border: 1px solid #36424f;
    background-color: #fff;
    color: #36424f;
    padding: 0.25em 0.5em;
    min-width: 5em;
}

.lb-button:hover {
    background-color: #36424f;
    color: #fff;
}

.lb-button:nth-of-type(2) {
    margin-left: 1em;
}

.btn-wide,
.btn-wide:hover {
    padding: 0.25em 2em !important;
    width: 100%;
}

#loading-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

#loading-container {
    display: none;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.uppercase {
    text-transform: uppercase;
}

.ahd .card-content {
    width: 100%;
    padding-right: 25%;
}