/*! Place your custom styles here */

.bar--light .menu-horizontal > li > a,
.bar--light .menu-horizontal > li > span,
.bar--light .menu-horizontal > li > .modal-instance > .modal-trigger {
    opacity: 0.7;
}

.bar--light .menu-horizontal > li:not(:hover) > a,
.bar--light .menu-horizontal > li:not(:hover) > span,
.bar--light .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1;
}

nav#menu2 {
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}
nav#menu2.show-bg {
    background: rgba(0,0,0,.35);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.25);
}

@media (max-width: 991px) {
    .nav-container.homepage .bar {
        background: #ffffff;
    }
}

.page-navigator ul {
    background: transparent;
}

.page-navigator ul:hover {
  background: transparent;
}

.footer-pad-top {
    padding-top: 2em;
}

.btn--primary {
    background: #59B78C;
    border-color: #59B78C;
    white-space: nowrap;
}

.btn--primary,
.btn--primary:visited {
    background: #59B78C;
    border-color: #59B78C;
}

.btn{
  border-radius: 35px;
}

.feature.clickable {
    cursor: pointer;
}

h2.bigbottom {
    margin-bottom: 1.9em;
}

h2.bigtop {
    margin-top: 1.9em;
}

hr.hrgradient1 {
    margin: 0px;
    border: 0;
    height: 30px;
    background-color: #014063;
    background-image: linear-gradient(90deg, #014063 0%, #0f7baa 100%);
    opacity: 1 !important;
  }

.shrinkspace {
      padding-top: 0.428571em;
      padding-bottom: 0em;
  }

section.space--lg1 {
  padding-top: 17.71428571em;
  padding-bottom: 2.71428571em;
}

h2.bottomspace {
    margin-top: -1.46em;
    margin-bottom: 3.368421em;
}

h4.tab {
  color: white;
  font-weight: bolder;
  padding-top: 10px;
  font-size: 2em;
}

p.tab {
  line-height: 20px;
}

a.tab {
  color: white;
}

div.row.clearinghouse-hero {
  margin-bottom: 58px;
}

.bg--dark1:not(.nav-bar):not(.bar) h1, .bg--dark1:not(.nav-bar):not(.bar) h2, .bg--dark1:not(.nav-bar):not(.bar) h3, .bg--dark1:not(.nav-bar):not(.bar) h4, .bg--dark1:not(.nav-bar):not(.bar) h5, .bg--dark1:not(.nav-bar):not(.bar) h6, .bg--dark1:not(.nav-bar):not(.bar) i, .bg--dark1:not(.nav-bar):not(.bar) span:not(.btn__text), .bg--dark1:not(.nav-bar):not(.bar) p{

    color: #ffffff;
}

.bg--dark1:not(.nav-bar):not(.bar) {
    color: #ffffff;
}


.full-width {
    width: 100% !important;

}

.pos-fixed ul {
    margin-bottom: 0 !important;
}

.searchnav {
  color: white !important;
  font-size: 1.24em !important;
}

.pos-fixed .searchnav {
    color: #888888 !important;
    font-size: 1.24em !important;
}

.searchnav-dark {
    color: #888888 !important;
    font-size: 1.24em !important;
}

.searchcircle {
  padding-left: .8em !important;
  padding-right: .8em !important;

}

.homeimage {
  max-width: 95% !important;
}

.homeimage--small {
  max-width: 82% !important;
}

.dark-nav:hover {
  background-color: yellow;
}

.dark-nav {
  color: blue !important;
}

.bg--dark1 {

  background-color: #014063;
  background-image: linear-gradient(90deg, #014063 0%, #0f7baa 100%);
}

#tab-content-pointer-container {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 0;
    padding: 0;
    overflow: visible;
}

@media (max-width: 768px) {
    #tab-content-pointer-container {
        display: none;
    }
}

#tab-content-pointer {
    position: absolute;
    display: block;
    bottom: -80px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
}

#tab-content-pointer.clearinghouse-pos {
    left: 17%;
}

#tab-content-pointer.chie-pos {
    left: 50%;
}

#tab-content-pointer.analytics-pos {
    left: 83%;
}

.tabs-container ul.tabs-content li:not(.active) {
    display: none;
}


/*! White transparent boxes */

.bg--white-transparent5 {
    background: rgba(255, 255, 255, 0.5);
}

.bg--white-transparent2 {
    background: rgba(255, 255, 255, 0.2);
}


/*! White transparent boxes END */

.font_twelve {
  font-size: 12pt;
}

.font_ems {
  font-size: 1.1em;
}

/* h3,
.h3.chie {
    margin-bottom: 1.54em;
    margin-top: 5.54em;
} */

.r2 {
    padding: 0px 5px 10px 5px;
}

.bg--dark1--gradient {
    background-color: #181818;
    background-image: linear-gradient(152deg, #181818 24%, #18224D 100%);
}

.icon-clearinghouse {
    display: block;
    text-indent: -9999px;
    /* width: 140px; */
    height: 110px;
    /* background: url(/img/icons/animated/clearinghouse.gif) no-repeat; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.icon-hie {
    display: block;
    text-indent: -9999px;
    width: 110px;
    height: 110px;
    /* background: url(/img/icons/hie.svg) no-repeat; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.icon-data {
    display: block;
    text-indent: -9999px;
    width: 110px;
    height: 110px;
    /* background: url(/img/icons/data.svg) no-repeat; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.icon-serv {

    text-indent: -9999px;
    /* width: 78px; */
    width: 110px;
    height: 110px;
    /* background: url(/img/icons/serv.svg) no-repeat; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.icon-cost {
    display: block;
    text-indent: -9999px;
    /* width: 78px; */
    width: 110px;
    height: 110px;
    /* background: url(/img/icons/cost.svg) no-repeat; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.icon-inno {
    display: block;
    text-indent: -9999px;
    width: 110px;
    height: 110px;
    /* background: url(/img/icons/inno.svg) no-repeat; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.icon-badge {
    display: block;
    text-indent: -9999px;
    width: 270px;
    height: 270px;
    /* background: url(/img/icons/25.svg) no-repeat; */
    margin: 0 auto;
    margin-bottom: 12px;
}

.icon-agile {
    display: block;
    text-indent: -9999px;
    width: 200px;
    height: 200px;
    /* background: url(/img/icons/agile.svg) no-repeat; */
    margin: 0 auto;
}

.icon-comm {
    display: block;
    text-indent: -9999px;
    width: 200px;
    height: 200px;
    /* background: url(/img/icons/comm.svg) no-repeat; */
    margin: 0 auto;
}

.mb-negative-10 {
    margin-bottom: -10em !important;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.mb-half {
    margin-bottom: 0.5em !important;
}

.mb-1 {
    margin-bottom: 1em !important;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.mb-3 {
    margin-bottom: 3em !important;
}

.mb-4 {
    margin-bottom: 4em !important;
}

.mb-5 {
    margin-bottom: 5em !important;
}

.main-columns-header {
    display: block;
    height: 60px;
}

.main-columns-p {
    display: block;
    height: 300px;
}

.main-columns-border {
    border: 1px solid white !important;
}

.main-who-text {
    text-align: left;
}

.main-who {
    padding: 30px;
}

body.scroll-locked, html.scroll-locked {
    overflow: hidden;
}

.preload-image {
    position: fixed;
    z-index: -100000;
    opacity: 0;
    pointer-events: none;
}

.bg-loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59b78c+0,014063+74 */
    background: #59b78c; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #59b78c 0%, #014063 74%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #59b78c 0%,#014063 74%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #59b78c 0%,#014063 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b78c', endColorstr='#014063',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    opacity: 1;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.bg-gradient {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -10000;
}

.bg-gradient .background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.bg-gradient .gradient {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.bg-loading.translucent,
.bg-gradient .background.translucent,
.bg-gradient .gradient.translucent {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.bg-gradient .background.page-1 {
    background-image: url("/img/home/page-1.jpg");
}
.bg-gradient .gradient.page-1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59b78c+0,014063+74 */
    background: #59b78c; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #59b78c 0%, #014063 74%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #59b78c 0%,#014063 74%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #59b78c 0%,#014063 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b78c', endColorstr='#014063',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient .background.page-2 {
    background-image: url("/img/home/page-2.jpg");
}
.bg-gradient .gradient.page-2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#014063+0,563b5a+100 */
    background: #014063; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #014063 0%, #563b5a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #014063 0%,#563b5a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #014063 0%,#563b5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014063', endColorstr='#563b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient .background.page-3 {
    background-image: url("/img/home/page-3.jpg");
}
.bg-gradient .gradient.page-3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#563b5a+0,5d3184+100 */
    background: #563b5a; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #563b5a 0%, #5d3184 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #563b5a 0%,#5d3184 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #563b5a 0%,#5d3184 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563b5a', endColorstr='#5d3184',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient .background.page-4 {
    background-image: url("/img/home/page-4.jpg");
}
.bg-gradient .gradient.page-4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d3184+0,014063+100 */
    background: #5d3184; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #5d3184 0%, #014063 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #5d3184 0%,#014063 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5d3184 0%,#014063 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d3184', endColorstr='#014063',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient .background.page-5 {
    background-image: url("/img/home/page-5.jpg");
}
.bg-gradient .gradient.page-5 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#014063+0,03698c+100 */
    background: #014063; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #014063 0%, #03698c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #014063 0%,#03698c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #014063 0%,#03698c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014063', endColorstr='#03698c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.full-screen-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.full-screen-section h1,
.full-screen-section h2,
.full-screen-section h3,
.full-screen-section h4,
.full-screen-section h5,
.full-screen-section h6,
.full-screen-section p {
    color: #ffffff;
}

.full-screen-container {
    /*position: absolute; -- Removed when we disabled the scroll snapping on home page */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
}

.full-screen-section .boxed:not([class*='bg-']) {
    background: none;
}

.arrow {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -20px;
}

.full-screen-arrow {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 3rem;
    z-index: 1000;
}
.full-screen-arrow.hidden {
    display: none;
}

@media (max-width: 768px) {
    .full-screen-arrow {
        display: none;
    }
    .main-columns-header {
        height: auto;
    }

    .main-columns-p {
        height: auto;
    }
}

.full-screen-arrow:before,
.full-screen-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    width: 30px;
    height: 7px;
    border-radius: 10px;
    display: block;
    background: #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.full-screen-arrow:after {
    right: inherit;
    left: -24px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.full-screen-arrow.animated {
    -webkit-animation: full-screen-arrow-bounce 3s infinite;
    animation: full-screen-arrow-bounce 3s both infinite;
}

.full-screen-arrow .text {
    position: absolute;
    display: block;
    width: 100px;
    margin-left: -50px;
    margin-top: -45px;
    color: #ffffff;
    text-align: center;
}

@-webkit-keyframes full-screen-arrow-bounce {
    0% {
        -webkit-transform: translateY(-60px);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 0
    }
}

@-moz-keyframes full-screen-arrow-bounce {
    0% {
        -webkit-transform: translateY(-60px);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 0
    }
}

@-o-keyframes full-screen-arrow-bounce {
    0% {
        -webkit-transform: translateY(-60px);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 0
    }
}

@keyframes full-screen-arrow-bounce {
    0% {
        -webkit-transform: translateY(-60px);
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 0
    }
}

.clearinghouse-tab-container {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    margin: 0;
}
.clearinghouse-tab-left {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 340px;
    height: 165px;
    top: 40px;
    left: 30%;
    margin-left: -170px;
}
.clearinghouse-tab-right {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 340px;
    height: 165px;
    top: 40px;
    left: 70%;
    margin-left: -170px;
}

.hrgradient-padding-bottom {
    padding-bottom: 5em !important;
}
.hrgradient1-pointer-bg {
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
    margin: 0;
    border: 0;
    width: 100%;
    height: 30px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #014063 0%, #0f7baa 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
    .hrgradient1-pointer-bg {
        display: none;
    }
    .clearinghouse-tab-container {
        display: block;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 3em;
        height: auto;
    }
    .clearinghouse-tab-left, .clearinghouse-tab-right {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        cursor: default;
        top: auto;
        left: auto;
        margin-left: auto;
    }
}
.hrgradient1-pointer-bg.arrow-left {
    -webkit-clip-path: polygon(0% 100%, 28.5% 100%, 30% 0%, 31.5% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 100%, 28.5% 100%, 30% 0%, 31.5% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 28.5% 100%, 30% 0%, 31.5% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
}
.hrgradient1-pointer-bg.arrow-right {
    -webkit-clip-path: polygon(0% 100%, 68.5% 100%, 70% 0%, 71.5% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    -moz-clip-path: polygon(0% 100%, 68.5% 100%, 70% 0%, 71.5% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 68.5% 100%, 70% 0%, 71.5% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
}
@media (max-width: 1024px) {
    .hrgradient1-pointer-bg.arrow-left {
        -webkit-clip-path: polygon(0% 100%, 27% 100%, 30% 0%, 33% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        -moz-clip-path: polygon(0% 100%, 27% 100%, 30% 0%, 33% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 27% 100%, 30% 0%, 33% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    }
    .hrgradient1-pointer-bg.arrow-right {
        -webkit-clip-path: polygon(0% 100%, 67% 100%, 70% 0%, 73% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        -moz-clip-path: polygon(0% 100%, 67% 100%, 70% 0%, 73% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 67% 100%, 70% 0%, 73% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    }
}

@media (max-width: 1600px) {
    .hrgradient1-pointer-bg.arrow-left {
        -webkit-clip-path: polygon(0% 100%, 28% 100%, 30% 0%, 32% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        -moz-clip-path: polygon(0% 100%, 28% 100%, 30% 0%, 32% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 28% 100%, 30% 0%, 32% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    }
    .hrgradient1-pointer-bg.arrow-right {
        -webkit-clip-path: polygon(0% 100%, 68% 100%, 70% 0%, 72% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        -moz-clip-path: polygon(0% 100%, 68% 100%, 70% 0%, 72% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
        clip-path: polygon(0% 100%, 68% 100%, 70% 0%, 72% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 100%);
    }
}

.mb-neg-1 {
  margin-bottom: -1em !important;
}
.mb-0 {
  margin-bottom: 0em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-point2 {
  margin-bottom: 0.2em !important;
}
.mb-point5 {
  margin-bottom: 0.5em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}

.pb-0 {
  padding-bottom: 0em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-4{
  padding-bottom: 4em;
}
.pb-4point5{
  padding-bottom: 4.5em;
}
.pb-5 {
  padding-bottom: 4.9em;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-point5 {
  padding-top: .5em !important;
}
.pt-1 {
  padding-top: .8em !important;
}
.pt-1andhalf {
  padding-top: 1.45em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-4{
  padding-top: 4em;
}
.pt-4point5{
  padding-top: 4.5em;
}
.pt-5 {
  padding-top: 4.9em;
}

.pl-1 {
  padding-left: 1.2em !important;
}
.pl-2 {
  padding-left: 2em !important;
}
.pl-3 {
  padding-left: 3em !important;
}

.mt-0 {
  margin-top: 0em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-1point5 {
  margin-top: 1.5em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4{
  margin-top: 4em;
}
.mt-5 {
  margin-top: 4.9em;
}
.mt-9 {
  margin-top: 9em;
}
.mt-1-button{
  margin-top: 1em !important;
  margin-bottom: 1em;
}

.darktext {
  color: #252526 !important;
}
.lefty{
  float: left !important;
}
.righty{
  float: right !important;
}

.nobottompad {
  padding-bottom: 0px !important;
}

.dentistpadding {
  padding-top: 4.4em !important;
  padding-bottom: 5.4em !important;
}

.bottom-marge-delete{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.lessbottompad{
  padding-bottom: 3em;
}

.lead2{
  font-weight: 700;
  color: #014063;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

.lead--dark{
  color: #303030;
  font-size: 1.35714286em;
  line-height: 1.68421053em;
}

.custombox {
  background: rgba(0, 0, 0, 0.3)!important;
}

.custombox2 {
  background: rgba(0, 0, 0, 0.5)!important;
}

.custombox3 {
  background: rgba(0, 0, 0, 0.2)!important;
}

p.neg-mb{
  margin-bottom: -5em !important;
}

.img80{
  max-width: 80%;
}

.img60{
  max-width: 60%;
}

.img63 {
    max-width: 63%;
}
.img20{
  max-width: 20%;
}

.chie-video-thumb {
  height: 315px;
}

.hugefont {
  font-size: 3.35em !important;
}


.modal-instance-2 {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.714285715em;
  margin-top: -3.714285715em;
}

@media (max-width: 767px){
.modal-instance-2 {
  margin-left: -2.476190475em;
  margin-top: -2.476190475em;
}
}

.img-center{

}

.feature.feature--featured2:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #00739b;
  left: 0;
}

.feature.feature--featured3:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #be3a4c;
  background-image: linear-gradient(90deg, #be3a4c 0%, #8c396c 100%);
  left: 0;
}

.feature.feature--featured4:after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #406b40;
  background-image: linear-gradient(90deg, #406b40 0%, #5cd1b9 100%);
  left: 0;
}


.btn--primary-peach{
  background: #f9ba80;
  border-color: #f9ba80;
}

.btn--primary-peach2{
  background: #E37073;
  border-color: #E37073;
}

.btn--primary-peach3{
  background: #F19873;
  border-color: #F19873;
}

.btn--primary-peach4{
  background: #DB5358;
  border-color: #DB5358;
}

.btn--primary-blue{
  background: #00739b;
  border-color: #00739b;
}

.btn--primary-maroonGradient{
  background-color: #742844;
  background-image: linear-gradient(101deg, #742844 27%, #3c0f53 100%);
  border-color: #742844;
}

.btn--primary-greenGradient{
  background-color: #406b40;
  background-image: linear-gradient(90deg, #406b40 0%, #5cd1b9 100%);
  border-color: #5cd1b9;
}

.gillyboi{
  font-family: gill-sans-nova, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.lato{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.latoBold{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.latoBlack{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.lato--big{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
}

.latoBold--big{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.78571429em;
}

.latoBlack--big{
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.78571429em;
}

.btn-text-white{
  color: white !important;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

.txt--shdw{
  text-shadow: 2px 2px 7px #fff;
}

.lead3{
  font-weight: 600;
}

.process-1::before, .imagebg .process-1::before, .bg--dark .process-2::before, .imagebg .process-2::before {

    background: #014063;

}

.nowrap {
  list-style: initial !important;
  line-height: 1.5em;
}

.mr-1{
  margin-right: 1em !important;
}
.mr-2{
  margin-right: 2em !important;
}
.ml-0{
  margin-left: 0em !important;
}
.labelhover{
  background: #31639c !important;
  transition: 0.5s;
}
.labelhover:hover {background: #f9ba80 !important;}

.blackfont{
  color: black !important;
}
.purple-text{
  color: #7d2e7b;
}
.grey-text{
  color: #808080;
}
.green-text{
  color: #2C602F;
}


.bg-gradient-blue{
  background-color: #29539b;
  background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}

.bg-gradient-green{
  background-color: #166d3b;
  background-image: linear-gradient(147deg, #284b40 24%, #111820 100%);
}

.bg-gradient-green2{
  background-color: #406b40;
  background-image: linear-gradient(90deg, #406b40 0%, #5cd1b9 100%);

}

.container2{
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}

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

.blank-link:hover
{
     color:#7d2e7b;
     text-decoration:none;
     cursor:pointer;
}

.events-container {
  max-width: 1180px;
  margin: auto;
  padding: 2em 15px;
}

/*.main-content {
  padding-left: 50px;
}*/
.event-box {
  display: flex;
  border:2px solid #ddd;
  border-radius: 20px;
  align-items: stretch;
  border-left: 16px solid #59B78A;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.event-box p {
  margin:0;
  line-height: 1.2;
}
.event-box .event-box-item {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.event-box-item.event-logo {
  background: rgb(23,63,94);
  background: linear-gradient(90deg, rgba(23,63,94,1) 0%, rgba(27,38,59,1) 100%);
  padding: 0;
}
.event-box-item.event-logo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.event-box-item.event-date {
  font-size: 18px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.event-box .event-box-item div{
  /* width: 100%; */
}
.event-date {
  width: 15%;
}
.event-date .date-text {
  font-size: 30px;
  color: #000;
}
.event-date .time-text {
  font-size: 20px;
}
.event-logo{
  width: 25%;
}
.event-info{
  width: 50%;
}
.event-info .event-title {
  color: #000;
  font-size: 35px;
}
.event-info .event-sponser {
  font-size: 20px;
}
.event-toggle{
  width: 10%;
  border-left: 1px solid #C8C8C8;
  justify-content: center;
}
.event-toggle a {
  color: #CCCCCC;
}
.event-toggle a span {
  font-size: 85px;
}
.event-logo img{
  width: 100%;
}

.event-details-box {
  padding:10px 40px 30px 40px;
  display: none;
}
.event-details-box hr {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.post-type-archive-uhin_events{
  overflow-y: scroll;
}

@media (max-width: 600px) {
  .event-box {
    flex-wrap: wrap;
  }
  .event-date, .event-logo {
    width: 50%;
  }
  .event-info .event-title {
    font-size: 25px;
  }
  .event-box .event-info {
    width: 75%;
  }
  .event-toggle {
    width: 25%;
  }
}


/*simple carousel block css*/
.carousel-box {
  width: 100%;
  padding:10px 0;
}
.item-slide {
}

.item-slide .item-box p {
  margin-bottom: 0;
  font-size: 12px;
}
.item-media {
  border: 1px solid #999999;
  background-color: #333;
  width: 90px;
  height: 90px;
  margin: auto;
  background-size: cover;
  background-position: center;
}
.episode-title {
  color: #000;
}
.carousel-outer {
  border: 1px solid #999999;
  border-radius: 20px;
}
.item-box .media-link {
  color: #fff;
}
.item-box .media-link span {
  font-size: 40px;
}
.c-arrow {
    position: absolute;
    font-size: 80px;
    color: #ccc;
    line-height: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    display: block;
    z-index: 1;
}
.c-arrow.c-prev{
  left: -30px;
}
.c-arrow.c-next{
  right: -30px;
}
.carousel-block {
  width: 100%;
  margin:0 auto 100px;
}
.section-logo img {
  max-width: 200px;
}
@media (max-width: 768px) {
  .section-logo img {
    margin: 0 auto 25px;
    display: block;
    max-width: 175px;
  }
}
/*end simple carousel block*/
