:root {
  --blue: #1A76C5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FED141;
  --green: #005342;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1A76C5;
  --secondary: #6c757d;
  --success: #005342;
  --info: #17a2b8;
  --warning: #FED141;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #2D3033;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #2D3033;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  background: #000;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

@media screen {
  .cb-block-container {
    padding: 30px;
  }
  .cb-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .cb-tweet {
    font-style: italic;
    margin: 0 0 20px;
  }
  .cb-tweet a {
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    padding: 3px;
  }
  .cb-tweet a:hover, .cb-tweet a:focus {
    background-color: #000;
    border-radius: 5px;
  }
  .cb-tweet a:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: transparent url("../fonts/icon-tweet.svg") no-repeat center center;
    background-size: contain;
    margin-left: 5px;
  }
  .cb-image {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .cb-image img {
    max-width: 100%;
    height: auto;
  }
  .cb-image-caption {
    border-left: 10px solid #FED141;
    padding: 0 0 0 15px;
    margin: 15px 0 0;
    font-size: 14px;
    font-style: italic;
  }
  .cb-image-caption p:last-child {
    margin-bottom: 0;
  }
  .cb-image-overlay {
    position: relative;
  }
  .cb-image-overlay-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #000), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  }
  .cb-image-overlay-caption p:last-child {
    margin-bottom: 0;
  }
  .cb-video {
    width: 100%;
    margin: 0 0 20px;
  }
  .cb-video-caption {
    border-left: 10px solid #FED141;
    padding: 0 0 0 15px;
    margin: 15px 0 0;
    font-size: 14px;
    font-style: italic;
  }
  .cb-video-caption p:last-child {
    margin-bottom: 0;
  }
  .cb-video-portrait {
    visibility: visible;
    opacity: 1;
    margin-top: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cb-video-portrait::after {
    /* content: "";
    position: absolute;
    top: 100px;
    left: 40px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: url(../fonts/icon-pause-btn.svg) no-repeat;
    background-size: 40px;
    transition: all 0.5s ease-in-out;
    border-radius: 20px; */
  }
  .cb-video-portrait:focus:after {
    /* transform: scale(1);
    background-color: black; */
  }
  .cb-video-portrait.paused {
    visibility: hidden;
    opacity: 0;
  }
  .cb-video-portrait-title {
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .cb-video-portrait-title {
    background-color: #1A76C5;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .cb-video-portrait-title {
    position: absolute;
    top: 200px;
    bottom: 200px;
    left: 60px;
    right: 60px;
    font-size: 90px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023.98px) {
  .cb-video-portrait .embed-responsive {
    display: none;
  }
}
@media screen {
  .cb-video-portrait .embed-responsive::before {
    padding-bottom: 100vh;
  }
}
@media screen {
  .cb-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cb-tile-text {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .cb-tile-text {
    font-size: 15px;
  }
}
@media screen {
  .cb-tile-text p:last-child {
    margin-bottom: 0;
  }
}
@media screen {
  .cb-tile-title-bar {
    background-color: #1A76C5;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin: 30px -12.5% 40px;
    padding: 5px 12.5%;
  }
}
@media screen and (max-width: 1023.98px) {
  .cb-tile-title-bar {
    margin-top: -30px;
  }
}
@media screen {
  .cb-hero {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero {
    overflow: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .cb-hero-image img {
    padding-top: 55px;
  }
}
@media screen {
  .cb-hero-video {
    padding-top: 50px;
  }
  .cb-hero-video:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .cb-hero-video {
    padding-top: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .cb-hero-video {
    max-height: 95vh;
  }
}
@media screen {
  .cb-hero-controls {
    position: absolute;
    right: 60px;
    bottom: 60px;
  }
}
@media screen {
  .cb-hero-title-bar {
    background-color: #1A76C5;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  .cb-hero-title-bar {
    position: absolute;
    z-index: 10;
    top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-title-bar {
    font-size: 60px;
    padding: 10px 40px 10px 40px;
  }
}
@media screen {
  .cb-hero-title-label {
    background-color: #1A76C5;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2pt;
    width: auto;
    padding: 5px 20px;
  }
  .theme-green .cb-hero-title-label {
    background-color: #005342;
  }
  .theme-blue .cb-hero-title-label {
    background-color: #1A76C5;
  }
  .theme-teal .cb-hero-title-label {
    background-color: #00545A;
  }
  .theme-purple .cb-hero-title-label {
    background-color: #691E4B;
  }
}
@media screen and (max-width: 767.98px) {
  .cb-hero-title-label {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cb-hero-title-label {
    display: inline-block;
    font-size: 24px;
    padding: 10px 20px 10px 20px;
  }
}
@media screen {
  .cb-hero-content {
    padding: 20px;
    position: relative;
    z-index: 10;
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .cb-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-content {
    padding: 40px;
    max-width: 70%;
  }
}
@media screen {
  .cb-hero-content-center {
    position: relative;
    z-index: 10;
    padding: 0 20px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .cb-hero-content-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .cb-hero-content-center .cb-hero-subtitle {
    margin: 10px 0;
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-content-center .cb-hero-subtitle {
    margin: 30px 0;
    font-size: 50px;
  }
}
@media screen {
  .cb-hero-content-overlay {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #1A76C5;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .cb-hero-content-overlay {
    background-color: rgba(26, 118, 197, 0.75);
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-content-overlay {
    padding-top: 30px;
    padding-bottom: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen {
  .cb-hero-subtitle {
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-subtitle {
    font-size: 40px;
  }
}
@media screen {
  .cb-hero-description {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-description {
    font-size: 20px;
  }
}
@media screen {
  .cb-hero-btn {
    margin: 0;
  }
}
@media screen {
  .cb-hero-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .cb-hero-logo {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-logo {
    padding: 40px;
  }
}
@media screen {
  .cb-hero-logo img {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-logo img {
    width: 250px;
  }
}
@media screen {
  .cb-hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 15%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #000), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  }
}
@media screen and (max-width: 767.98px) {
  .cb-hero-gradient {
    display: none;
  }
}
@media screen {
  .cb-hero-more {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .cb-hero-more {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cb-hero-more {
    bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-more {
    bottom: 50px;
  }
}
@media screen {
  .cb-hero-more a {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    background: transparent url("../fonts/chevron-down.svg") no-repeat center center;
    background-size: contain;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .cb-hero-more a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .cb-hero-more a {
    width: 50px;
    height: 50px;
  }
}
@media screen {
  .cb-hero-more a:hover, .cb-hero-more a:focus {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media screen and (min-width: 768px) {
  .cb-hero-cta {
    position: absolute;
    bottom: 15px;
    right: 30px;
    z-index: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .cb-hero-cta {
    padding: 15px 0 10px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) {
  .cb-hero-more ~ .cb-hero-content {
    bottom: 60px;
  }
}
@media screen and (min-width: 576px) {
  .cb-hero-more ~ .cb-hero-cta {
    padding-bottom: 40px;
  }
}
@media screen {
  .cb-section-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .cb-section-title {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cb-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen {
  .cb-section-title-default {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1pt;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    padding: 10px 0 10px 50px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .cb-section-title-default {
    font-size: 20px;
    padding: 10px 0 10px 25px;
  }
}
@media screen {
  .cb-section-title-default:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 23px;
    background-color: #FED141;
  }
}
@media screen and (max-width: 1023.98px) {
  .cb-section-title-default:before {
    width: 15px;
  }
}
@media screen {
  .cb-section-title .cb-hr {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media screen {
  .cb-section-title .dropdown {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .cb-section-title .dropdown {
    width: 25%;
  }
}
@media screen {
  .cb-section-title .btn, .cb-section-title .btn-more {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .cb-section-title .btn, .cb-section-title .btn-more {
    font-size: 12px;
    margin: 0 5px;
    padding: 5px 30px 5px 10px;
    background-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .cb-section-title .dropdown-menu {
    width: 100%;
  }
}
@media screen {
  .theme-green .cb-section-title .dropdown-menu {
    background-color: #005342;
  }
}
@media screen {
  .theme-blue .cb-section-title .dropdown-menu {
    background-color: #1A76C5;
  }
}
@media screen {
  .theme-teal .cb-section-title .dropdown-menu {
    background-color: #00545A;
  }
}
@media screen {
  .theme-purple .cb-section-title .dropdown-menu {
    background-color: #691E4B;
  }
}
@media screen and (min-width: 768px) {
  .cb-section-title .dropdown-toggle {
    width: auto;
    float: right;
  }
}
@media screen {
  .theme-green .cb-section-title .dropdown-toggle:not(:hover):not(:focus) {
    background-color: #005342;
  }
}
@media screen {
  .theme-blue .cb-section-title .dropdown-toggle:not(:hover):not(:focus) {
    background-color: #1A76C5;
  }
}
@media screen {
  .theme-teal .cb-section-title .dropdown-toggle:not(:hover):not(:focus) {
    background-color: #00545A;
  }
}
@media screen {
  .theme-purple .cb-section-title .dropdown-toggle:not(:hover):not(:focus) {
    background-color: #691E4B;
  }
}
@media screen {
  .cb-spacer {
    height: 30px;
  }
}
@media screen {
  .cb-hr {
    height: 5px;
    background-color: #fff;
  }
  .cb-hr-primary {
    background-color: #FED141;
  }
  .cb-hr-thick {
    height: 10px;
  }
}
@media screen {
  .cb-hero:hover .cb-hero-content-overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@media screen {
  .scholar {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1023.98px) {
  .scholar-thmb {
    overflow-x: scroll;
  }
}
@media screen {
  .scholar-thmb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen {
  .scholar-thmb-toggle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }
}
@media screen and (max-width: 1023.98px) {
  .scholar-thmb-toggle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82px;
            flex: 0 0 82px;
  }
}
@media screen {
  .scholar-thmb-toggle.active img {
    border: 3px solid #FED141;
    border-radius: 5px;
  }
}
@media screen {
  .scholar-thmb-toggle img {
    width: 100%;
    height: auto;
  }
}
@media screen {
  .scholar-thmb-toggle:hover, .scholar-thmb-toggle:focus {
    opacity: 0.75;
  }
}
@media screen {
  .scholar-thmb:after {
    content: " ";
    display: block;
    width: 7%;
    height: 10px;
    background-color: #FED141;
  }
}
@media screen {
  .scholar-content {
    display: none;
  }
  .scholar-content.active {
    display: block;
  }
  .scholar-content-container {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .scholar-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen {
  .scholar-content-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (min-width: 576px) {
  .scholar-content-header {
    padding: 20px 40px 40px;
    max-width: 66.66667%;
  }
}
@media screen and (max-width: 767.98px) {
  .scholar-content-header {
    padding: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen {
  .scholar-content-body {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (min-width: 576px) {
  .scholar-content-body {
    padding: 0 40px 40px;
    max-width: 66.66667%;
  }
}
@media screen and (max-width: 767.98px) {
  .scholar-content-body {
    padding: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen {
  .scholar-content-image {
    margin-top: -10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (min-width: 576px) {
  .scholar-content-image {
    max-width: 33.33333%;
    float: right;
  }
}
@media screen and (max-width: 767.98px) {
  .scholar-content-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen {
  .scholar-content-image img {
    max-width: 100%;
    height: auto;
  }
}
@media screen {
  .scholar-content-title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
  }
}
@media screen {
  .scholar-content-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FED141;
    margin: 0;
  }
}
@media screen {
  .cb-block .simplebox {
    margin-top: 0;
    margin-bottom: 0;
  }
  .theme-green .cb-block .simplebox {
    background-color: #005342;
  }
  .theme-blue .cb-block .simplebox {
    background-color: #1A76C5;
  }
  .theme-teal .cb-block .simplebox {
    background-color: #00545A;
  }
  .theme-purple .cb-block .simplebox {
    background-color: #691E4B;
  }
}
@media screen {
  .top-bar {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto 30px;
  }
  .top-bar-yellow {
    background-color: #FED141;
  }
}
@media screen {
  .cb-editor .cb-video-portrait.paused {
    visibility: visible;
    opacity: 1;
  }
}
@media screen {
  .profile {
    overflow-x: hidden;
    display: none;
    -webkit-transition: max-height 1s ease-out;
    transition: max-height 1s ease-out;
    overflow-y: hidden;
  }
  .profile-shown .profile {
    height: auto;
    max-height: 3000px;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
  }
}
@media screen and (min-width: 768px) {
  .profile {
    height: 10000px;
    max-height: 600px;
  }
}
@media screen {
  .profile.active {
    display: block;
  }
}
@media screen {
  .profile-container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .profile-container {
    height: 100%;
  }
  .profile-container .row {
    height: 100%;
  }
  html:not(.profile-shown) .profile-container:after {
    display: none;
    content: "";
    height: 80px;
    position: absolute;
    left: 0;
    right: 25%;
    bottom: 0;
  }
}
@media screen {
  .profile-header {
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .profile-header {
    padding: 20px;
  }
}
@media screen {
  .profile-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767.98px) {
  .profile-title {
    font-size: 24px;
  }
}
@media screen {
  .profile-subtitle {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    color: #FED141;
  }
}
@media screen and (max-width: 767.98px) {
  .profile-subtitle {
    font-size: 16px;
  }
}
@media screen {
  .profile-body {
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .profile-body {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .profile-body {
    padding-bottom: 130px;
  }
}
@media screen {
  .profile-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border: #FED141 5px solid;
  }
}
@media screen and (min-width: 768px) {
  .profile-image {
    max-height: 100%;
    height: 585px;
  }
  .profile-image-wrapper {
    padding: 9px;
    background: #1a76c5;
    /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#1A76C5), to(#0d0e0f));
    background: linear-gradient(to bottom, #1A76C5 0%, #0d0e0f 100%);
  }
  .theme-green .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#005342), to(#0d0e0f));
    background: linear-gradient(to bottom, #005342 0%, #0d0e0f 100%);
  }
  .theme-blue .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#1A76C5), to(#0d0e0f));
    background: linear-gradient(to bottom, #1A76C5 0%, #0d0e0f 100%);
  }
  .theme-teal .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#00545A), to(#0d0e0f));
    background: linear-gradient(to bottom, #00545A 0%, #0d0e0f 100%);
  }
  .theme-purple .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#691E4B), to(#0d0e0f));
    background: linear-gradient(to bottom, #691E4B 0%, #0d0e0f 100%);
  }
}
@media screen {
  .profile-image img {
    visibility: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .profile-image-wrapper {
    padding-top: 15px;
  }
}
@media screen {
  .theme-green .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#005342), to(#0d0e0f));
    background: linear-gradient(to bottom, #005342 0%, #0d0e0f 100%);
  }
}
@media screen {
  .theme-blue .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#1A76C5), to(#0d0e0f));
    background: linear-gradient(to bottom, #1A76C5 0%, #0d0e0f 100%);
  }
}
@media screen {
  .theme-teal .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#00545A), to(#0d0e0f));
    background: linear-gradient(to bottom, #00545A 0%, #0d0e0f 100%);
  }
}
@media screen {
  .theme-purple .profile-image-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#691E4B), to(#0d0e0f));
    background: linear-gradient(to bottom, #691E4B 0%, #0d0e0f 100%);
  }
}
@media screen and (min-width: 768px) {
  .profile-sidebar:not(.cBuilder) {
    overflow: hidden;
    padding: 0;
    max-height: 0;
    -webkit-transition: max-height 1s ease-out, padding 1s ease;
    transition: max-height 1s ease-out, padding 1s ease;
  }
}
@media screen {
  .profile-shown .profile-sidebar:not(.cBuilder) {
    max-height: 3000px;
    padding: 20px 0;
    -webkit-transition: max-height 1s ease-in, padding 1s ease;
    transition: max-height 1s ease-in, padding 1s ease;
  }
}
@media screen {
  .profile-thmb {
    position: relative;
    /*
    &:after {
    	content: " ";
    	display: block;
    	height: 10px;
    	background-color: $yellow;
        @include media-breakpoint-down(md) {
          width: 7%;
        }
        @include media-breakpoint-up(md) {
          //width: 7%;
        }
    }
      */
  }
  .profile-thmb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .profile-thmb-row-wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023.98px) {
  .profile-thmb-row.justify-content-center {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen {
  .profile-thmb-toggle {
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }
}
@media screen and (max-width: 1023.98px) {
  .profile-thmb-toggle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82px;
            flex: 0 0 82px;
  }
}
@media screen {
  .profile-thmb-toggle.active img {
    border: 3px solid #FED141;
    border-radius: 5px;
  }
}
@media screen {
  .profile-thmb-toggle img {
    width: 100%;
    min-width: 90px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .profile-thmb-toggle img {
    min-width: 60px;
  }
}
@media screen {
  .profile-thmb-toggle:hover, .profile-thmb-toggle:focus {
    opacity: 0.75;
  }
}
@media screen {
  .profile-thmb-scroll {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 43px;
    line-height: 43px;
    cursor: pointer;
    background: #2E2E2E;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .profile-thmb-scroll {
    display: none;
  }
}
@media screen {
  .profile-thmb-scroll:after {
    content: "";
    width: 22px;
    height: 28px;
    background: url(../fonts/chevron-down.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@media screen {
  .profile-thmb-scroll.left {
    left: 10px;
  }
  .profile-thmb-scroll.left:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen {
  .profile-thmb-scroll.right {
    right: 10px;
  }
  .profile-thmb-scroll.right:after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@media screen {
  .profile-thmb .jspContainer {
    padding-bottom: 10px;
  }
}
@media screen {
  .profile-thmb .jspHorizontalBar {
    background: none;
    height: 10px;
    top: 100%;
  }
}
@media screen {
  .profile-thmb .jspDrag {
    background-color: #FED141;
    height: 10px;
  }
}
@media screen {
  .profile-thmb .jspVerticalBar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .profile-content {
    height: 100%;
    overflow-y: auto;
  }
  .profile-shown .profile-content {
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #2D3033), to(#0F1011));
    background: linear-gradient(to bottom, #2D3033 60%, #0F1011 100%);
  }
  html:not(.profile-shown) .profile-content:after {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(49%, rgba(33, 34, 37, 0.64)), to(#0d0e0f));
    background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .profile-content .jspContainer {
    width: 100% !important;
  }
}
@media screen {
  .profile-content .jspPane {
    width: 100% !important;
  }
}
@media screen {
  .profile-content .jspHorizontalBar {
    display: none;
  }
}
@media screen {
  .profile-content .jspVerticalBar {
    background: #242424;
  }
}
@media screen {
  .profile-content .jspDrag {
    background: #4F5257;
    border-radius: 8px;
    z-index: 10;
  }
}
@media screen {
  .profile-dropdown-toggle.active {
    color: #FED141;
  }
}
@media screen and (min-width: 768px) {
  .profile-bodyScroll {
    position: absolute;
    bottom: 20px;
    left: 33.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    opacity: 0.9;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .profile-bodyScroll {
    left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .profile-shown .profile-bodyScroll {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@media screen and (min-width: 768px) {
  .profile-bodyScroll > span {
    background: url("../fonts/chevron-down.svg") no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .profile-bodyScroll {
    display: none;
  }
}
@media screen {
  .profile .jspPane {
    left: 0 !important;
  }
}
@media screen {
  .cb-section-title {
    background-color: #1a76c5;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .theme-green .cb-section-title {
    background-color: #005342;
  }
  .theme-blue .cb-section-title {
    background-color: #1A76C5;
  }
  .theme-teal .cb-section-title {
    background-color: #00545A;
  }
  .theme-purple .cb-section-title {
    background-color: #691E4B;
  }
}
@media screen and (min-width: 768px) {
  .cb-section-title {
    /*
    padding-top: 20px;
    padding-bottom: 20px;
    */
  }
}
@media screen {
  #profile_gallery_dropdown {
    max-height: 300px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767.98px) {
  #profile_gallery_dropdown {
    max-width: 100%;
  }
}
@media screen {
  #profile_gallery_dropdown a {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #profile_gallery_dropdown a:hover, #profile_gallery_dropdown a:focus {
    color: white;
  }
  .theme-green #profile_gallery_dropdown a:hover, .theme-green #profile_gallery_dropdown a:focus {
    background-color: #003a2e;
  }
  .theme-blue #profile_gallery_dropdown a:hover, .theme-blue #profile_gallery_dropdown a:focus {
    background-color: #1769ae;
  }
  .theme-teal #profile_gallery_dropdown a:hover, .theme-teal #profile_gallery_dropdown a:focus {
    background-color: #003c41;
  }
  .theme-purple #profile_gallery_dropdown a:hover, .theme-purple #profile_gallery_dropdown a:focus {
    background-color: #55183d;
  }
}
@media screen {
  #profile_gallery_dropdown a.active:hover, #profile_gallery_dropdown a.active:focus {
    color: #FED141;
  }
}
@media screen {
  #profile_gallery_dropdown .jspDrag {
    width: 8px;
    border-radius: 4px;
    opacity: 0.4;
  }
  #profile_gallery_dropdown .jspDrag:hover {
    opacity: 0.6;
  }
}
@media screen {
  .cb-editor {
    padding: 60px;
  }
  .cb-editor .story-pane-right {
    top: 120px;
  }
  .cb-editor .story-infographic-embed .row-tool {
    top: 0;
  }
  .cb-editor #sidebar-container .ui-draggable .row-tool {
    top: 0 !important;
  }
  .cb-editor #divToolImg,
.cb-editor #divToolImgSettings {
    margin-top: -100px;
  }
}
/*# sourceMappingURL=cb-style.css.map */
