 body {
    overflow-x: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 300;
}
p {
    margin-bottom: 15px;
    line-height: 1.5;
}
a {
    color: #68c2bd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover, a:active {
    text-decoration: underline;
    color: #56bbb5;
}
a:focus {
    text-decoration: none;
    color: #56bbb5;
    outline: none;
}
.btn, a.btn {
    font-weight: 700;
    padding: 6px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btn .svg-inline--fa, a.btn .svg-inline--fa {
    margin-left: 5px;
    font-weight: bold;
    position: relative;
    top: 1px;
}
a.btn-cta, .btn-cta {
    font-size: 16px;
    padding: 9px 25px;
    height: 45px;
}
a.btn-primary, .btn-primary {
    background: #68c2bd;
    border: 2px solid #68c2bd;
    color: #fff;
}
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #56bbb5;
    border: 2px solid #56bbb5;
    color: #fff;
    outline: none;
}
a.btn-secondary, .btn-secondary {
    background: #2b7e99;
    border: 2px solid #2b7e99;
    color: #fff;
}
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: #256e85;
    border: 2px solid #256e85;
    color: #fff;
    outline: none;
}
a.btn-ghost, .btn-ghost {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
a.btn-ghost:hover, a.btn-ghost:active, a.btn-ghost:focus, .btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    color: #fff;
}
a.btn-ghost-alt, .btn-ghost-alt {
    background: none;
    border: 2px solid #666;
    color: #666;
}
a.btn-ghost-alt:hover, a.btn-ghost-alt:active, a.btn-ghost-alt:focus, .btn-ghost-alt:hover, .btn-ghost-alt:active, .btn-ghost-alt:focus {
    background: #666;
    border: 2px solid #666;
    color: #fff;
    outline: none;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 45px;
    border-color: #ccc;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control:focus {
    border-color: #b3b2b2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: inherit;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"], textarea {
    appearance: none;
    -webkit-appearance: none;
}
.form-group {
    margin-bottom: 30px;
}
.table>thead>tr>th {
    border-bottom-color: #68c2bd;
    color: #212121;
    font-weight: 600;
}
.panel .panel-heading .svg-inline--fa {
    margin-right: 5px;
    color: #68c2bd;
}
#topcontrol {
    background: #4d4c4c;
    color: #fff;
    text-align: center;
    display: inline-block;
    z-index: 30;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#topcontrol:hover {
    background: #404040;
    color: #fff;
}
#topcontrol .svg-inline--fa {
    position: relative;
    top: 3px;
    font-size: 25px;
    font-weight: normal;
}
.social-media {
    margin-bottom: 0;
    text-align: center;
}
.social-media li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 5px;
}
.social-media li a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.social-media li .svg-inline--fa {
    font-size: 16px;
}
.script {
    font-family: 'Pacifico', cursive;
}
.tbg-primary {
    background-color: #68c2bd;
}
.tbg-secondary {
    background-color: #2b7e99;
}
.tbg-accent {
    background-color: #eb6f67;
}
.tbg-dark {
    background-color: #3e464c;
}
.badge-pdf {
    background: #DA2D27;
}
.badge-excel {
    background: #0da95f;
}
.badge-form {
    background: #63c;
}
.badge-word {
    background: #66a0fd;
}
.badge-ppt {
    background: #f4b400;
}
.breadcrumb {
    background: #fff;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 14px;
}
.breadcrumb .svg-inline--fa {
    margin-right: 5px;
    color: #999;
    font-size: 16px;
}
.breadcrumb a {
    color: #212121;
}
.breadcrumb a.active {
    color: #666;
}
.breadcrumb a:hover {
    color: #212121;
}
.main-cols-wrapper {
    background: #f5f5f5;
}
.main-cols-wrapper .page-title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #212121;
}
.main-cols-wrapper .col-main {
    padding-top: 60px;
}
.main-cols-wrapper .col-main .block {
    margin-bottom: 30px;
}
.main-cols-wrapper .col-main .block-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #212121;
}
.main-cols-wrapper .col-side {
    padding-top: 60px;
}
.col-side-inner .block {
    margin-bottom: 45px;
}
.col-side-inner .block .block-title {
    color: #212121;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}
.col-side-inner .block h4 {
    font-size: 18px;
}
.col-side-inner .video-block .video-thumb-holder {
    position: relative;
}
.col-side-inner .video-block .video-thumb-holder:hover .mask {
    background: rgba(0, 0, 0, 0.1);
}
.col-side-inner .video-block .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.col-side-inner .video-block .play-trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    z-index: 10;
}
.col-side-inner .video-block .video-title {
    margin-top: 0;
    font-weight: bold;
}
.col-side-inner .video-block .video-intro {
    background: #68c2bd;
    color: #fff;
    padding: 30px;
}
.col-side-inner .video-block .video-intro a {
    color: #fff;
}
.col-side-inner .file-block .file-thumb-holder {
    position: relative;
}
.col-side-inner .file-block .file-thumb-holder:hover .mask {
    background: rgba(0, 0, 0, 0.1);
}
.col-side-inner .file-block .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.col-side-inner .file-block .download-link {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    z-index: 10;
}
.col-side-inner .file-block .download-icon {
    width: 38px;
    height: 38px;
}
.col-side-inner .file-block .file-title {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
}
.col-side-inner .file-block .file-intro {
    background: #68c2bd;
    color: #fff;
    padding: 30px;
}
.col-side-inner .file-block .file-intro a {
    color: #fff;
}
.col-side-inner .cta-block {
    padding: 15px;
    background: #fff;
}
.col-side-inner .cta-block .cta-button {
    margin-bottom: 15px;
}
.col-side-inner .cta-block .cta-button:last-child {
    margin-bottom: 0;
}
.col-side-inner .posts-block .item {
    position: relative;
    padding-left: 95px;
    margin-bottom: 30px;
    min-height: 80px;
}
.col-side-inner .posts-block .post-title a {
    color: #666;
}
.col-side-inner .posts-block .post-title a:hover {
    color: #212121;
}
.col-side-inner .posts-block .post-thumb {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.col-side-inner .posts-block .post-thumb img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.col-side-inner .posts-block .meta {
    color: #999;
    font-size: 14px;
}
.col-side-inner .tags-block .blog-tags a {
    text-decoration: none;
    padding: 2px 6px;
    background: #68c2bd;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.col-side-inner .tags-block .blog-tags a:hover {
    background: #47b0aa;
}
.col-side-inner .archive-block .blog-year {
    float: left;
}
.col-side-inner .archive-block .blog-month {
    text-align: right;
}
.col-side-inner .archive-block .blog-month a {
    color: #999;
}
.col-side-inner .archive-block .blog-month a:hover {
    color: #212121;
}
.page-hero {
    height: 300px;
    color: #fff;
    position: relative;
    padding-top: 30px;
}
.page-hero .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.page-hero .hero-page-title {
    z-index: 20;
    position: relative;
    margin-top: 0;
}
.page-hero .hero-page-title h1 {
    font-size: 36px;
}
.home-page .header {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%}
.top-bar {
    height: 40px;
    background: #3e464c;
    z-index: 100;
}
.main-nav {
    padding: 0;
}
.main-nav .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 10px;
    top: 13px;
}
.main-nav .navbar-toggle:focus {
    outline: none;
}
.main-nav .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}
.main-nav .nav .nav-link {
    padding: 10px 15px;
}
.main-nav .nav .nav-item {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}
.main-nav .nav .nav-item.active a {
    color: #fff;
    background: none;
    font-weight: bold;
}
.main-nav .nav .nav-item a {
    color: rgba(255, 255, 255, 0.8);
}
.main-nav .nav .nav-item a:hover {
    color: #fff;
    background: none;
}
.main-nav .nav .nav-item a:focus {
    outline: none;
    background: none;
}
.main-nav .nav .nav-item a:active {
    outline: none;
    background: none;
}
.main-nav .nav .nav-item.active {
    color: #fff;
}
.main-nav .nav .nav-item.last {
    margin-right: 0;
}
.main-nav .nav .nav-item .btn-signup {
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    top: 20px;
}
.main-nav .nav .nav-item .btn-signup:active {
    background: rgba(0, 0, 0, 0.4);
}
.main-nav .nav .nav-item .btn-signup:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.main-nav .nav.active {
    position: relative;
}
.main-nav .nav.active>a {
    background: #47b0aa;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}
.main-nav .nav.active>a:before {
    content: "\f0d8";
    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%}
.main-nav .nav.active>a.dropdown-toggle:before {
    display: none;
}
.main-nav .nav.open a {
    background: none;
}
.main-nav .nav .dropdown-toggle:after {
    display: none;
}
.main-nav .nav .dropdown-menu {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 200px;
    background: rgba(53, 55, 60, 0.8);
    animation-fill-mode: both;
}
.main-nav .nav .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
    font-size: 14px;
}
.main-nav .nav .dropdown-menu .dropdown-item:hover {
    background: #212121;
    color: #fff;
}
.main-nav .nav .dropdown-menu .dropdown-item.active, .main-nav .nav .dropdown-menu .dropdown-item:active {
    background: #212121;
    color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: rgba(0, 0, 0, 0.6);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background: none;
}
.top-bar .container-fluid {
    position: relative;
}
.navbar-toggler {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline: 0;
}
.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.branding {
    background: #68c2bd;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.branding .logo {
    margin: 0;
}
.branding .logo img {
    max-height: 60px;
}
.branding .tagline {
    padding-top: 15px;
    margin: 0;
    font-size: 16px;
}
.footer {
    background: #212121;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer a {
    color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
    color: #fff;
}
.footer .footer-col {
    margin-bottom: 45px;
}
.footer .col-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}
.footer .footer-links {
    margin-bottom: 30px;
}
.footer .logo-holder {
    margin-bottom: 30px;
}
.footer .logo-holder img {
    max-width: 260px;
}
.footer .address {
    margin-bottom: 15px;
}
.footer .social-media {
    text-align: left;
}
.footer .social-media li {
    text-align: center;
}
.footer .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}
.footer .copyright a {
    color: rgba(255, 255, 255, 0.4);
}
.promo-section {
    color: #fff;
    background: #3e464c;
    position: relative;
}
.promo-section a {
    color: #fff;
}
.promo-section .promo-content {
    z-index: 10;
    position: relative;
}
.promo-section .headline {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px;
}
.promo-section .tagline {
    font-size: 18px;
    margin-bottom: 30px;
}
.promo-section .actions .btn {
    margin-right: 30px;
}
.promo-section .actions .play-icon {
    margin-right: 10px;
}
.hero-slider-wrapper {
    background: #3e464c;
    position: relative;
}
.hero-slider-wrapper .flexslider {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #212121;
    height: 100vh;
}
.hero-slider-wrapper .flexslider .slide {
    display: none;
    height: 100vh;
}
.hero-slider-wrapper .flexslider .slide.slide-1 {
    background: #212121 url("../images/hero/hero-1.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-2 {
    background: #212121 url("../images/hero/hero-2.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-3 {
    background: #212121 url("../images/hero/hero-3.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-slider-wrapper .flexslider .slide.slide-4 {
    background: #212121 url("../images/hero/hero-4.jpg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-slider-wrapper .flexslider .slide-box {
    margin-top: 190px;
    background: rgba(62, 70, 76, 0.6);
    max-width: 460px;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.hero-slider-wrapper .flexslider .slide-box .text {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.hero-slider-wrapper .flexslider .slide-box .play-trigger img {
    width: 28px;
    display: inline-block;
    margin-right: 10px;
}
.hero-slider-wrapper .flexslider .slide-box-inner {
    padding: 45px;
}
.hero-slider-wrapper .flexslider .flex-control-nav {
    z-index: 30;
    bottom: 40px;
    position: relative;
}
.hero-slider-wrapper .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.hero-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
    background: rgba(235, 111, 103, 0.9);
}
.hero-slider-wrapper .flexslider .flex-direction-nav a {
    text-indent: -9999px;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 6px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.hero-slider-wrapper .flexslider .flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.hero-slider-wrapper .flexslider .flex-direction-nav a.flex-prev {
    background-image: url("../images/arrow-left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-align: inherit;
}
.hero-slider-wrapper .flexslider .flex-direction-nav a.flex-next {
    background-image: url("../images/arrow-right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-align: inherit;
}
.hero-slider-wrapper .flexslider .flex-direction-nav a:before {
    display: none;
}
.hero-overlay {
    position: absolute;
    bottom: 70px;
    width: 100%;
    z-index: 10;
}
.hero-overlay .hero-video {
    text-align: center;
    background: rgba(104, 194, 189, 0.8);
    background: #68c2bd;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hero-overlay .hero-video img {
    margin-right: 5px;
}
.hero-overlay .overlay-upper {
    background: rgba(235, 111, 103, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
}
.hero-overlay .overlay-upper .contact-info {
    margin-top: 5px;
}
.hero-overlay .overlay-upper .contact-info .item {
    display: inline-block;
    margin-right: 30px;
}
.hero-overlay .overlay-lower {
    background: rgba(43, 126, 153, 0.9);
    text-align: center;
}
.hero-overlay .overlay-lower .links {
    font-size: 18px;
}
.hero-overlay .overlay-lower .links .link {
    display: inline-block;
    padding: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-overlay .overlay-lower .links .link:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-overlay .overlay-lower .links .link .svg-inline--fa {
    margin-right: 10px;
    font-size: 24px;
}
.hero-badge {
    position: absolute;
    z-index: 10;
    top: 210px;
    right: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #eb6f67;
    width: 120px;
    height: 120px;
    display: table;
    font-size: 20px;
}
.hero-badge:hover {
    background: #e85a50;
}
.hero-badge .script {
    font-size: 24px;
}
.hero-badge .badge-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.hero-badge .link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.home-cols-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f5f5f5;
}
.home-cols-wrapper .block {
    margin-bottom: 45px;
}
.home-cols-wrapper .block-title {
    color: #212121;
    margin-bottom: 15px;
    font-size: 24px;
}
.home-cols-wrapper .welcome-block {
    background: #fff;
    padding: 30px;
    position: relative;
    min-height: 340px;
}
.home-cols-wrapper .welcome-block .block-title {
    margin: 0;
    margin-bottom: 15px;
    color: #212121;
}
.home-cols-wrapper .welcome-block .content {
    padding-right: 250px;
}
.home-cols-wrapper .welcome-block .figure {
    position: absolute;
    right: 30px;
    top: 30px;
    max-height: 280px;
    overflow: hidden;
    max-width: 220px;
}
.home-cols-wrapper .welcome-block .figure img {
    max-width: 100%}
.home-cols-wrapper .welcome-block .source .title {
    color: #999;
    font-family: 'Source Serif Pro', serif;
}
.home-cols-wrapper .shortcuts-block .item {
    padding: 30px 30px;
    color: #fff;
    font-size: 18px;
}
.home-cols-wrapper .shortcuts-block .item .svg-inline--fa {
    margin-right: 10px;
    font-size: 24px;
}
.home-cols-wrapper .shortcuts-block .item a {
    color: #fff;
}
.home-cols-wrapper .news-block .item {
    background: #68c2bd;
    color: #fff;
    position: relative;
    padding-left: 370px;
    min-height: 260px;
    margin-bottom: 30px;
}
.home-cols-wrapper .news-block .item a {
    color: #fff;
}
.home-cols-wrapper .news-block .item-1 .thumb-holder {
    background: url("../images/news/thumb-1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-cols-wrapper .news-block .item-2 .thumb-holder {
    background: url("../images/news/thumb-2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-cols-wrapper .news-block .item-3 .thumb-holder {
    background: url("../images/news/thumb-3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-cols-wrapper .news-block .thumb-holder {
    width: 370px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.home-cols-wrapper .news-block .thumb-holder img {
    max-width: 100%}
.home-cols-wrapper .news-block .content-holder {
    padding: 30px;
}
.home-cols-wrapper .news-block .content-holder .intro {
    margin-bottom: 15px;
}
.home-cols-wrapper .news-block .news-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}
.home-cols-wrapper .events-block .events-items {
    background: #fff;
    padding: 30px;
}
.home-cols-wrapper .events-block .event-title {
    color: #212121;
    font-size: 18px;
}
.home-cols-wrapper .events-block .item {
    position: relative;
    padding-left: 95px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.home-cols-wrapper .events-block .time {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #eb6f67;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: 0;
}
.home-cols-wrapper .events-block .time .date {
    font-size: 22px;
    font-weight: bold;
}
.home-cols-wrapper .events-block .time .month {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.home-cols-wrapper .events-block .time-inner {
    display: table-cell;
    vertical-align: middle;
}
.awards-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.awards-section .logos {
    margin: 0;
    padding: 0;
}
.awards-section .logos .logo-item {
    margin-right: 0;
    text-align: center;
}
.awards-section .logos .logo-item img {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    margin: 0 auto;
}
.awards-section .logos .logo-item img:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.reviews-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #2b7e99;
    color: #fff;
}
.reviews-section .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 32px;
}
.reviews-section .section-intro {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.reviews-section .review-title {
    font-size: 28px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding-top: 30px;
}
.reviews-section .review-title .fa-quote-left {
    position: relative;
    top: -15px;
    font-weight: normal;
    font-size: 20px;
    padding-right: 10px;
}
.reviews-section .review-title .fa-quote-right {
    position: relative;
    top: -15px;
    font-weight: normal;
    font-size: 20px;
    padding-left: 10px;
}
.reviews-section .review {
    border-left: 0;
    max-width: 800px;
    font-weight: 300;
    font-size: 18px;
}
.reviews-section .source {
    font-size: 14px;
}
.reviews-section .source .profile {
    margin-bottom: 5px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.reviews-section .source .name {
    font-size: 14px;
}
.reviews-section .source .title {
    color: rgba(0, 0, 0, 0.7);
}
.reviews-section .carousel-inner {
    margin-bottom: 50px;
}
.reviews-section .carousel-indicators {
    position: relative;
    left: inherit;
    width: auto;
    margin-left: inherit;
    padding-left: inherit;
    bottom: inherit;
    margin: 0;
    margin-bottom: 0;
}
.reviews-section .carousel-indicators li {
    text-indent: 0;
    margin: inherit;
    margin: 0;
    margin-bottom: 15px;
    width: auto;
    height: auto;
    background: none;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 15px;
}
.reviews-section .carousel-indicators li img {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    vertical-align: middle;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #fff;
}
.reviews-section .carousel-indicators li:hover img {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
}
.reviews-section .carousel-indicators li.active {
    background: none;
    width: auto;
    height: auto;
}
.reviews-section .carousel-indicators li.active img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.cta-section {
    background: #68c2bd;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.cta-section .section-title {
    margin-top: 0;
    margin-bottom: 15px;
}
.cta-section .section-intro {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.cta-section .signup-form {
    max-width: 800px;
}
.about-page .page-hero {
    background: url("../images/hero/hero-about.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-achievement {
    position: relative;
}
.carousel-achievement .carousel-indicators {
    bottom: 0;
}
.carousel-achievement .carousel-indicators li {
    background: #ccc;
    border: none;
    margin: 0;
    margin-right: 5px;
}
.carousel-achievement .carousel-indicators li:last-child {
    margin-right: 0;
}
.carousel-achievement .carousel-indicators li.active {
    background: #666;
}
.carousel-achievement .quote {
    padding: 60px 60px;
    font-size: 24px;
    font-family: 'Source Serif Pro', serif;
    color: #2b7e99;
    text-align: center;
}
.carousel-achievement .quote .fa-quote-left {
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
}
.carousel-achievement .quote .fa-quote-right {
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
}
.download-docs .item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.download-docs .item:hover {
    background: #eee;
}
.download-docs .item>div {
    display: inline-block;
}
.download-docs .item a {
    color: #2b7e99;
}
.download-docs .item .icon {
    color: #2b7e99;
    margin-right: 10px;
    float: left;
}
.download-docs .item .name {
    float: left;
}
.download-docs .item .type {
    color: #fff;
    font-size: 14px;
    text-align: right;
    float: right;
}
.col-main .leaders-block .name {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}
.col-main .leaders-block .profile-desc {
    background: #2b7e99;
    color: #fff;
    padding: 30px;
}
.news-page .page-hero {
    background: url("../images/hero/hero-news.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.events-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.events-section .section-title {
    margin-top: 0;
    margin-bottom: 30px;
}
.events-section .events-items {
    background: #fff;
    padding: 30px;
}
.events-section .event-title {
    color: #212121;
    font-size: 18px;
}
.events-section .item {
    position: relative;
    padding-left: 110px;
    margin-bottom: 30px;
}
.events-section .meta {
    font-size: 14px;
}
.events-section .meta .svg-inline--fa {
    margin-right: 5px;
    color: #999;
}
.events-section .time {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #eb6f67;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 1.2;
    position: absolute;
    left: 15px;
    top: 0;
}
.events-section .time .date {
    font-size: 22px;
    font-weight: bold;
}
.events-section .time .month {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.events-section .time-inner {
    display: table-cell;
    vertical-align: middle;
}
.events-section .action {
    margin-top: 30px;
}
.events-section .action .btn {
    width: 260px;
}
.news-section {
    background: #2b7e99;
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-section .section-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}
.news-section .item {
    margin-bottom: 30px;
}
.news-section .item-inner {
    position: relative;
    height: 100%;
    background: #fff;
}
.news-section .item-inner:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.news-section .item-inner .link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
}
.news-section .item-inner .content-holder {
    padding: 30px;
    background: #fff;
}
.news-section .item-inner .news-title {
    font-size: 18px;
}
.news-section .item-inner .news-title a {
    color: #2b7e99;
}
.news-section .action {
    margin-top: 30px;
}
.news-section .action .btn {
    width: 260px;
}
.admissions-page .page-hero {
    background: url("../images/hero/hero-admissions.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.opensessions-section {
    background: #2b7e99;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.opensessions-section .section-title {
    margin-top: 0;
    margin-bottom: 45px;
}
.opensessions-section .intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.opensessions-dates {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}
.opensessions-dates .item-inner {
    background: #fff;
    padding: 30px;
    color: #666;
    height: 100%}
.opensessions-dates .item-inner .title {
    color: #212121;
    margin-top: 0;
    margin-bottom: 30px;
}
.opensessions-dates .date-item {
    margin-bottom: 30px;
}
.opensessions-dates .date-item:last-child {
    margin-bottom: 0;
}
.opensessions-dates .date-item p {
    margin-bottom: 10px;
}
.opensessions-dates .date-item .svg-inline--fa {
    margin-right: 5px;
}
.opensessions-dates .date-item .note {
    color: #999;
    font-size: 14px;
}
.timeline-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.timeline-section .section-title {
    margin-top: 0;
    margin-bottom: 45px;
}
.timeline-container {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.timeline-container:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #2b7e99;
    left: 50%;
    top: 0;
    position: absolute;
}
.timeline-container .timeline-item {
    position: relative;
    margin-bottom: 30px;
}
.timeline-container .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
}
.timeline-container .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
}
.timeline-container .timeline-content.right {
    float: right;
}
.timeline-container .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #fff;
}
.timeline-container .timeline-content .time {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2b7e99;
    font-size: 16px;
}
.timeline-container .timeline-content .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #212121;
}
.timeline-container .timeline-content .desc {
    color: #666;
}
.timeline-container .timeline-content .desc .list .svg-inline--fa {
    margin-right: 5px;
    color: #2b7e99;
}
.timeline-container .timeline-content .files {
    margin-top: 15px;
    font-size: 14px;
}
.timeline-container .timeline-content .files .file-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #2b7e99;
    position: relative;
}
.timeline-container .timeline-content .files .file-item a {
    color: #666;
}
.timeline-container .timeline-content .files .file-item .badge {
    position: absolute;
    right: 0;
    color: #fff;
}
.timeline-container .timeline-content .files .file-item .svg-inline--fa {
    margin-right: 5px;
}
.timeline-container .timeline-content .files .file-item:last-child {
    border-bottom: none;
}
.timeline-container .timeline-content .action {
    margin-top: 15px;
}
.timeline-container .timeline-icon {
    background: #2b7e99;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.timeline-container .timeline-icon.complete {
    background: #2b7e99;
}
.blog-page .page-hero {
    background: url("../images/hero/hero-blog.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-single-page .page-hero {
    background: url("../images/hero/hero-blog-post.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-list-section .post {
    margin-bottom: 60px;
}
.blog-list-section .post:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.blog-list-section .post .content {
    background: #fff;
    padding: 30px;
}
.blog-list-section .post .date {
    color: #999;
    margin-bottom: 15px;
}
.blog-list-section .post-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
}
.pagination {
    margin-bottom: 60px;
    font-size: 16px;
}
.pagination li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    margin-right: 5px;
    color: #68c2bd;
}
.pagination li a:hover {
    color: #409e99;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #68c2bd;
    border: none;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #f5f5f5;
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: none;
}
.page-item.active .page-link {
    background-color: #68c2bd;
    border: none;
}
.page-item.disabled .page-link {
    background: none;
}
.blog-post .post-single-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #212121;
    font-size: 26px;
}
.blog-post .meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}
.blog-post .meta a {
    color: #999;
}
.blog-post .meta a:hover {
    color: #666;
}
.blog-post .video-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-post .custom-list-style {
    list-style: none;
    margin-bottom: 30px;
}
.blog-post .custom-list-style li {
    margin-bottom: 10px;
}
.blog-post .custom-list-style li .svg-inline--fa {
    margin-right: 5px;
    color: #68c2bd;
}
.blog-post .post-nav {
    margin-bottom: 30px;
}
.blog-post .post-nav .nav-next {
    float: right;
}
.blog-post .post-nav .nav-next .svg-inline--fa {
    margin-left: 5px;
}
.blog-post .post-nav .nav-previous .svg-inline--fa {
    margin-right: 5px;
}
.blog-post .custom-quote {
    border-left: 3px solid #8cd1cd;
    font-weight: normal;
    font-family: 'Source Serif Pro', serif;
    background: #fff;
    padding: 30px;
}
.blog-post .custom-quote p {
    color: #212121;
    line-height: 1.6;
    font-size: 20px;
}
.blog-post .custom-quote .svg-inline--fa {
    color: #68c2bd;
    margin-right: 10px;
}
.blog-post .custom-quote .source {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
}
.blog-post .custom-quote .source .name {
    color: #666;
}
.blog-post .custom-quote .source .title {
    font-size: 16px;
    color: #999;
}
.comment-area .title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #212121;
}
.comment-area .comment-container {
    margin-bottom: 60px;
}
.comment-area .comment-container .comment-item {
    margin-bottom: 30px;
}
.comment-area .comment-container .comment-item .comment-item-box {
    position: relative;
    background: #fff;
    padding: 30px;
    padding-left: 115px;
    margin-bottom: 15px;
}
.comment-area .comment-container .comment-item .comment-author {
    position: absolute;
    left: 30px;
    top: 30px;
}
.comment-area .comment-container .comment-item .comment-author img {
    width: 60px;
    height: 60px;
}
.comment-area .comment-container .comment-item .comment-body .name {
    color: #2b7e99;
    font-style: normal;
}
.comment-area .comment-container .comment-item .comment-body .time {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}
.comment-area .comment-container .comment-item .comment-body .comment-reply-link {
    padding: 4px 10px;
    font-size: 13px;
}
.comment-area .comment-container .comment-item .children {
    padding-left: 30px;
}
.comment-area .comment-form .error {
    color: #CD3D2B;
    font-family: arial, sans-serif;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    font-weight: 300;
}
.staff-page .page-hero {
    background: url("../images/hero/hero-staff.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.staff-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.staff-block .item {
    margin-bottom: 30px;
}
.staff-block .item-inner {
    position: relative;
}
.staff-block .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.staff-block .link:hover {
    background: rgba(0, 0, 0, 0.1);
}
.staff-block .profile-holder {
    margin: 0;
}
.staff-block .profile-desc {
    background: #68c2bd;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}
.staff-block .profile-desc .name {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.fees-page .page-hero {
    background: url("../images/hero/hero-fees.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fees-block h4 {
    color: #212121;
    font-size: 18px;
}
.card {
    border: none;
    background: #fff;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.card .card-header {
    border: none;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.card .card-title {
    margin-bottom: 0;
}
.card .card-title a {
    color: #212121;
    font-size: 16px;
}
.card .card-title a .svg-inline--fa {
    color: #68c2bd;
    margin-right: 5px;
}
.calendar-page .page-hero {
    background: url("../images/hero/hero-calendar.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.calendar-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.calendar-wrapper .module-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #212121;
}
.fc h2 {
    font-size: 24px;
}
.fc-event-container .fc-time {
    color: #fff;
}
.fc-event-container .fc-title {
    color: #fff;
}
.fc-event-container a.fc-more {
    color: #68c2bd;
}
.fc-event {
    border-color: #68c2bd;
    background: #68c2bd;
    font-weight: 600;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
}
.fc table {
    font-size: 13px;
}
.fc table th {
    font-size: 14px;
}
.fc-day-number {
    color: #999;
}
.fc-view {
    background: #fff;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #eee;
}
button.fc-button, .svg-inline--fa button {
    display: inline-block;
    height: inherit;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ccc;
    color: #8c8c8c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.fc-button:hover, button.fc-button:focus, button.fc-button:active, button.fc-button.fc-state-active, .svg-inline--fa button:hover, .svg-inline--fa button:focus, .svg-inline--fa button:active, .svg-inline--fa button.fc-state-active {
    border-color: #ccc;
    color: #737373;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.calendar-wrapper .collapse {
    display: inherit;
}
.docs-page .page-hero {
    background: url("../images/hero/hero-docs.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.docs-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.docs-block .item {
    margin-bottom: 30px;
}
.docs-block .item-inner {
    position: relative;
    background: #fff;
    height: 100%}
.docs-block .item-inner:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.docs-block .item-inner:hover .thumb-holder {
    background: rgba(33, 33, 33, 0.15);
}
.docs-block .link {
    position: absolute;
    display: inline-block;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.docs-block .thumb-holder {
    background: rgba(33, 33, 33, 0.1);
    text-align: center;
    padding: 30px;
}
.docs-block .thumb-holder .badge {
    position: absolute;
    right: 10px;
    top: 10px;
}
.docs-block .thumb-holder .icon-holder {
    font-size: 40px;
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    padding-top: 10px;
}
.docs-block .thumb-holder .icon-holder .pdf-file {
    color: #DA2D27;
}
.docs-block .thumb-holder .icon-holder .text-file {
    color: #66a0fd;
}
.docs-block .thumb-holder .icon-holder .excel-file {
    color: #0da95f;
}
.docs-block .thumb-holder .icon-holder .ppt-file {
    color: #f4b400;
}
.docs-block .desc {
    background: #fff;
    padding: 30px;
}
.docs-block .desc .title {
    color: #212121;
    font-size: 18px;
}
.docs-block .action {
    margin-top: 30px;
    text-align: center;
}
.gallery-page .page-hero {
    background: url("../images/hero/hero-gallery.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gallery-single-page .page-hero {
    background: url("../images/hero/hero-gallery-single.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gallery-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.gallery-block .cat-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #212121;
    font-size: 24px;
}
.gallery-block .item {
    margin-bottom: 30px;
}
.gallery-block .item-inner {
    background: #fff;
}
.gallery-block .item-inner:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.gallery-block .item-inner:hover .view-link {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.gallery-block .item-inner .desc {
    padding: 30px;
    position: relative;
}
.gallery-block .item-inner .title {
    color: #212121;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}
.gallery-block .item-inner .meta {
    color: #999;
    font-size: 14px;
}
.gallery-block .item-inner .data {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    padding: 4px 8px;
    background: #fff;
    background: #212121;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.gallery-block .item-inner .data img {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    width: 18px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.gallery-block .item-inner .album-cover {
    position: relative;
}
.gallery-block .item-inner .view-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
.gallery-block .item-inner .view-link img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}
.gallery-block .action {
    text-align: center;
}
.album-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.album-block .album-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #212121;
}
.album-block .album-intro {
    margin-bottom: 30px;
}
.album-block .item {
    margin-bottom: 30px;
}
.album-block .item:hover img {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
}
.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide>.slide-content {
    color: #fff !important;
}
.jobs-page .page-hero {
    background: url("../images/hero/hero-jobs.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.job-single-page .page-hero {
    background: url("../images/hero/hero-job-single.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jobs-list-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.jobs-list-block .block-title {
    font-size: 22px;
    color: #212121;
    margin-top: 0;
    margin-bottom: 15px;
}
.jobs-list-block .intro {
    margin-bottom: 30px;
}
.job-item {
    margin-bottom: 30px;
}
.job-item .inner {
    background: #fff;
    height: 100%;
    padding-bottom: 52px;
    position: relative;
}
.job-item .job-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
.job-item .job-header {
    background: #68c2bd;
    color: #fff;
    padding: 15px;
    position: relative;
}
.job-item .badge-new {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #eb6f67;
}
.job-item .job-content {
    padding: 15px;
}
.job-item .meta {
    font-size: 14px;
}
.job-item .job-footer {
    padding: 15px;
    background: #dcdbdb;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%}
.job-block {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 800px;
}
.job-block .block-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #212121;
}
.job-block .meta-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.job-block .content-box {
    background: #fff;
    padding: 30px;
}
.privacy-page .page-hero {
    background: url("../images/hero/hero-privacy.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.publications-page .page-hero {
    background: url("../images/hero/hero-publications.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.legal-block {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 800px;
    margin: 0 auto;
}
.block-page {
    padding: 30px;
    background: #fff;
}
.block-page .block-page-title {
    color: #212121;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
}
.block-page .page-row {
    margin-bottom: 30px;
}
.block-page .page-row .section-heading {
    font-size: 20px;
    color: #212121;
}
.block-page .box {
    background: #f5f5f5;
    padding: 15px;
    font-size: 14px;
}
.contact-page .page-hero {
    background: url("../images/hero/hero-contact.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact-block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-block .info-items {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.contact-block .info-item {
    margin-bottom: 30px;
}
.contact-block .info-item .item-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #212121;
    font-size: 24px;
}
.contact-block .info-item .item-inner {
    padding: 30px;
    background: #fff;
    height: 100%}
.contact-block .info-item .cat {
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.contact-block .info-item .cat .cat-title {
    color: #2b7e99;
    font-size: 18px;
}
.contact-block .info-item .cat a {
    color: #666;
}
.contact-block .info-item .cat a:hover {
    color: #68c2bd;
}
.contact-block .form-box {
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px;
}
.contact-block .form-box .form-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #212121;
}
.contact-block .form-box .contact-form-inner {
    padding: 30px;
    padding-top: 0;
}
.contact-block .map-box {
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
}
.contact-block .map-box .map-title {
    margin-top: 0;
    margin-bottom: 30px;
    color: #212121;
}
.contact-block .map-box .gmap-wrapper iframe {
    width: 100%}
.modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-size: 16px;
}
.modal-body iframe {
    max-width: 100%}
.modal-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.modal-header {
    border: none;
    padding: 30px;
    padding-bottom: 0;
    position: relative;
    color: #212121;
    justify-content: center !important;
}
.modal button.close {
    font-size: 28px;
    font-weight: 400;
    text-shadow: none;
    background: none;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    width: 28px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #68c2bd;
    color: #fff;
    outline: none;
    line-height: 0;
    padding: 5px;
}
.modal button.close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.modal-backdrop.in {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}
.modal .modal-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}
.modal-video .modal-content {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal-video .modal-header {
    padding-top: 30px;
}
.news-modal .meta {
    color: #999;
    margin-bottom: 15px;
}
.news-modal .modal-title {
    color: #68c2bd;
    font-size: 26px;
    margin-bottom: 0;
}
.news-modal .modal-body {
    padding: 15px 30px;
    padding-top: 0;
}
.news-modal .post-nav {
    display: block;
}
.news-modal .post-nav .nav-previous {
    float: right;
    display: inline-block;
}
.news-modal .post-nav .nav-previous {
    float: left;
    display: inline-block;
}
.modal-fullscreen {
    background: transparent;
    background: #fff;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
    background: #fff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
    background: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.calendar-modal .meta {
    color: #999;
}
.calendar-modal .meta .svg-inline--fa {
    margin-right: 5px;
}
.calendar-modal #eventUrl {
    color: #fff;
}
.calendar-modal .btn-link .svg-inline--fa {
    margin-right: 5px;
}
.staff-modal .profile-image {
    margin: 0 auto;
    margin-bottom: 15px;
    display: inline-block;
}
.staff-modal .profile-desc .name {
    margin-top: 0;
    margin-bottom: 5px;
    color: #212121;
}
.staff-modal .profile-desc .title {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .top-bar {
    height: inherit;
}
.main-nav .navbar-toggle {
    top: 6px;
}
.branding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.branding .logo {
    display: inline-block;
}
.branding .logo img {
    max-width: 200px;
}
.branding .tagline {
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
    display: none;
}
.hero-badge {
    top: 90px;
    right: 0;
    display: none;
}
.hero-slider-wrapper {
    min-height: inherit;
}
.hero-slider-wrapper .flexslider .slide:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.hero-slider-wrapper .flexslider .slide.slide-1 {
    background-position: 90% center;
}
.hero-slider-wrapper .flexslider .slide-box {
    margin-top: 120px;
    -webkit-clip-path: none;
    clip-path: none;
    background: none;
    z-index: 20;
    position: relative;
    text-align: center;
}
.hero-overlay {
    position: static;
}
.hero-overlay .container-fluid {
    padding: 0;
}
.hero-overlay .overlay-lower .links .link {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-overlay .overlay-lower .links .link:first-child {
    border-left: none;
}
.hero-overlay .overlay-lower .links .link:last-child {
    border-bottom: none;
}
.hero-overlay .overlay-upper .contact-info {
    float: none !important;
    margin-bottom: 10px;
    text-align: center;
}
.hero-overlay .overlay-upper .contact-info .item {
    margin-right: 0;
}
.hero-overlay .social-media {
    float: none !important;
}
.home-cols-wrapper .welcome-block .content {
    padding-right: 0;
}
.home-cols-wrapper .welcome-block .figure {
    position: static;
    margin-top: 15px;
}
.home-cols-wrapper .news-block .item {
    padding-left: 0;
    height: auto;
}
.home-cols-wrapper .news-block .thumb-holder {
    position: static;
    width: 100%;
    height: 220px;
}
.reviews-section .carousel-indicators li {
    padding: 0 5px;
}
.reviews-section .carousel-indicators li img {
    width: 80px;
}
.cta-section .form-control {
    width: 100%}
.opensessions-dates .item {
    margin-bottom: 30px;
}
.leaders-block .item {
    margin-bottom: 30px;
}
.timeline-container {
    width: 90%}
.timeline-container:before {
    left: 0;
}
.timeline-container .timeline-icon {
    left: 0;
}
.timeline-container .timeline-content {
    width: 90%;
    float: right;
}
.timeline-container .timeline-content:before, .timeline-container .timeline-content.right:before {
    left: 10%;
    margin-left: -5px;
    border-left: 0;
    border-right: 5px solid #fff;
}
.gallery-block .item-inner .title {
    font-size: 16px;
}
.gallery-block .item-inner .desc {
    padding: 15px;
}
}
@media (min-width: 576px) {
    .modal-video .modal-dialog {
    max-width: 1200px;
}
.news-modal .modal-dialog {
    max-width: 600px;
}
.staff-modal .modal-dialog {
    max-width: 680px;
}
.calendar-modal .modal-dialog {
    max-width: 680px;
}
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.branding .logo {
    float: left;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.branding .tagline {
    float: left;
    font-size: 20px;
    padding-left: 15px;
}
.hero-overlay .overlay-lower .links .link {
    padding: 30px 15px;
}
}
@media (min-width: 992px) {
    .col-side-inner {
    padding-left: 30px;
}
.branding .logo {
    float: left;
    padding-right: 30px;
}
.branding .logo img {
    max-height: 50px;
    max-width: auto;
}
.branding .tagline {
    padding-left: 30px;
    float: left;
    font-size: 22px;
}
.hero-overlay .overlay-lower .links .link {
    padding: 45px 30px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .hero-slider-wrapper .flexslider {
    height: 768px;
}
.hero-slider-wrapper .flexslider .slide {
    height: 768px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero-slider-wrapper .flexslider {
    height: 1024px;
}
.hero-slider-wrapper .flexslider .slide {
    height: 1024px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider-wrapper .flexslider {
    height: 320px;
}
.hero-slider-wrapper .flexslider .slide {
    height: 320px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider-wrapper .flexslider {
    height: 320px;
}
.hero-slider-wrapper .flexslider .slide {
    height: 568px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-slider-wrapper .flexslider {
    height: 320px;
}
.hero-slider-wrapper .flexslider .slide {
    height: 320px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .hero-slider-wrapper .flexslider {
    height: 480px;
}
.hero-slider-wrapper .flexslider .slide {
    height: 480px;
}
}
.config-trigger {
    position: absolute;
    top: 30px;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #222;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
}
.config-trigger:hover {
    background: #000;
    text-decoration: none;
}
.config-trigger:hover .svg-inline--fa {
    color: #fff;
}
.config-trigger .svg-inline--fa {
    font-size: 20px;
    margin-top: 7px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
}
.config-panel {
    position: absolute;
    top: 120px;
    right: -180px;
    z-index: 900;
    width: 180px;
}
.config-panel .panel-inner {
    position: relative;
    background: #222;
    color: #fff;
    padding: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.config-panel .panel-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.config-panel label {
    color: #fff;
}
.config-panel #color-options {
    margin-bottom: 0px;
}
.config-panel #color-options li a {
    display: block;
    width: 60px;
    height: 25px;
    border: 2px solid transparent;
    margin-bottom: 10px;
}
.config-panel #color-options li a:hover {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel #color-options li.active a {
    border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
    background: #68c2bd;
}
.config-panel #color-options li.theme-2 a {
    background-color: #61B3EA;
}
.config-panel #color-options li.theme-3 a {
    background-color: #2b7e99;
}
.config-panel #color-options li.theme-4 a {
    background-color: #51A852;
}
.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}
.config-panel .close .svg-inline--fa {
    color: #fff;
    font-size: 18px;
}
