/*Last Updated: 01/13/2022 4:25PM*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #202B32;
  font-weight: 400;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 25px 0;
  line-height: normal;
}

h1.body-title{
  margin: 5px 0;
  font-size: 4.5em;
}

p {     
  font-size: 1rem;
  letter-spacing: .0125rem;
}

p.body-slogan{
  font-size: 2em;
  margin: 5px 0;
  font-style: italic;
}

p a {
  text-decoration: underline;
}

a {
  opacity: 1;
  font-weight: 900;
  color: #0583ef;
  word-break: break-word; 
  transition: opacity 0.1s ease-out, color 0.1s ease-out;
}

a:hover {
  opacity: .9;
  color:  inherit;
}

.nowrap{
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  h1.body-title{
    margin: 5px 0;
    font-size: 3em;
  }

  p.body-slogan{
    font-size: 2em;
    margin: 5px 0;
    font-style: italic;
  }

  .nowrap{
    white-space: normal;
  }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
  display: block;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}


h1 {
  font-size: 3.125em;
  font-weight: 900;
}

h2 {
  font-size: 2.625em;
  font-weight: 900;
}

h3 {
  font-size: 1.66em;
  font-weight: 700;
}

h4 {
  font-size: 1.25em;
  font-weight: 700;
}

h5 {
  font-size: .875em;
  font-weight: 500;
}

.sm-text {
  font-size: .875em;  
}

.md-text {
  font-size: 1.125em;  
}

.xs-text {
  font-size: .65em;  
}

.xl-text {
  font-size: 4.25em;
  font-weight: 900;
}

.primary-text {
  color: #202B32;
}

.primary-weight {
  font-weight: 400 !important;
}



@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
    font-weight: 900;
  }

  h2 {
    font-size: 2.5em;
    font-weight: 900;
  }

  h3 {
    font-size: 1.15em;
    font-weight: 500;
  }

  h4 {
    font-size: 1em;
    font-weight: 500;
  }

  h5 {
    font-size: .875em;
    font-weight: 500;
  }
}


@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.75em;
    font-weight: 900;
  }

  h2 {
    font-size: 2.125em;
    font-weight: 900;
  }

  h3 {
    font-size: 1.125em;
    font-weight: 500;
  }

  h4 {
    font-size: 1em;
    font-weight: 500;
  }

  h5 {
    font-size: .875em;
    font-weight: 500;
  }
}

.d-inline-block {
  display: inline-block;
}

@media (min-width: 1600px){
  .d-xxl-none {
      display: none!important;
  }
}

ol.graph {
  margin: 0;
  padding: 0;
}

ol.graph li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 2px dotted #0583ef;
  padding-bottom: 15px;
  line-height: 1em;
  padding-left: 50px;
  padding-top: 6px;
}

ol.graph li:first-child {
  margin-top: 30px;
}

ol.graph li:last-child {
  counter-increment: list;
  list-style-type: none;
  margin-bottom: 30px;
  border-bottom: 0;
  padding-bottom: 0;
}

ol.graph li:before {
  color: #000000;
  font-weight: 900;
  margin-right: 0px;
  content: counter(list);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-color: #e6fe01;
  line-height: 1.5em;
  font-size: 1em;
  padding: 2px 10px;
  border-radius: 50%;
}

b,
strong {
  font-weight: 900;
}


hr {
  border-top: 1px solid #cacaca;
  padding: 1px 0;
}

ul {
 margin: 0;
}

ul li {
  padding-bottom: 0.75em;
}

.inline li {
  display: inline;
  padding: 0 .75em;
}



img
{
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

.img-bounce {
  position: relative;
  bottom: 0;
}

.img-bounce:hover {
  bottom: .75em;  
  transition: all 0.2s ease-out, color 0.1s ease-out;
}



.img-enlarge::after{
  position: relative;
  float: right;
  bottom: 0px;
  right: 0px;
  padding:  5px 7px;
  content: 'View Larger Image';
  font-size: .75em;
  color: #ffffff;
  background-color: #0583ef;
  border-radius:  3px;
  font-style: italic;
  font-weight: 400;
}

a.btn-primary {
  padding: 15px 35px;
  font-weight: 900;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
  border: 1px solid #0583ef;
  background-color: #0583ef;
  vertical-align: top;
  border-radius: 0.25rem !important;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}

@media only screen and (max-width: 767px) {
  a.btn-primary {
    padding: 5px 35px;
  }
}

a.btn-primary:hover{
  background-color: transparent;
  color: #0199d8;
  border-color: #0583ef;
}

a.btn-primary.full {
  width: 100%;
}

a.btn-primary.arrow{
  padding: 15px 35px 15px 25px;
}

a.btn-primary.white-btn{
  background-color: #FFF;
  color: #0199d7;
  border-color: #FFF;
}

a.btn-primary.white-btn:hover{
  background-color: transparent;
  color: #FFF;
  border-color: #FFF;
}

a.btn-primary.hollow-btn{
  background-color: transparent;
  color: #FFF;
  border-color: #FFF;
}

a.btn-primary.hollow-btn:hover{
  background-color: #FFF;
  color: #0199d7;
  border-color: #FFF;
}

a.btn-primary .icon-text{
  left: 0;
  transition: left 0.2s ease-out;
}

a.btn-primary:hover .icon-text{
  left: 10px;
}

a.btn-primary span.title{
  text-transform: uppercase;
  font-size: 1.2em;
}

a.btn-primary span.slogan{
  font-weight: 400;
  font-style: italic;
}

a.btn-text {
    border: none !important;
    background: transparent !important;
}

a.btn-sm {
    font-size: 1.125em !important;
}

a.external:after {
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f35d";
  }

/*Triangle Box*/
.box {
  background: white;
  width: 100%;
  height: 80px;
  position: relative;
}

.box .more-text{
  position: absolute;
  font-style: italic;
  font-weight: 900;
  font-size: 1.2em;
}

.box .more-text a{
  text-decoration: none;
  color: #333;
}
.box .more-text a:hover{
  text-decoration: none;
  color: #0583ef;
}

.box .line {
  height: 39px;
  border-bottom: 2px solid #ccc;
}

.box .triangle {
  background: #ffffff;
  border: 2px solid #ccc;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  position: relative;
  left: 40px;
  top: 28px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.no-border {
    border: none !important;
}


/*Cards*/

.card {
    border-radius: 7px;
}

.card-img {
    width: 100%;
    border-radius: 7px;
}

.card-icon {
    max-width: 225px;
    width: 100%;
}

.card-body {
    border-radius: 0 0 7px 7px;
}

.card-deck .card h4 {
    text-align: center;
    padding: 0 .125em;
    height: 4em;
}




#flm_modal .alt-forms .card{
  border: none;
}

#flm_modal .alt-forms .card-footer{
  border: none;
  background-color: transparent;
}

/*Spacing*/

.spacer-sm{
  padding: .75em 0 !important;
}

.spacer-md{
  padding: 1.5em 0 !important;
}

.spacer-lg{
  padding: 4em 0 !important;
}

.card-header {
    background-color: #0583ef;
    color: #fff;
    font-weight: 500;
}

/*Background Overlay*/

.overlay-dark {
  position: relative;
}
.overlay-dark:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.35);
  border-radius: 0.25rem !important;
}

.overlay-light {
  position: relative;
}
.overlay-light:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(255,255,255,.35);
}

.overlay-blue {
  position: relative;
}
.overlay-blue:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(27,127,204,.75);
}

.overlay-blue-gradient {
  position: relative;
}
.overlay-blue-gradient:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(27,127,204,.75);
  background: linear-gradient(27deg, rgba(27,127,204,.75) 0%, rgba(1,40,64,.75) 100%);
}

.overlay-green {
  position: relative;
}
.overlay-green:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(20,95,63,.75);
}

.overlay-green-gradient {
  position: relative;
}
.overlay-green-gradient:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgb(18,181,113);
  background: linear-gradient(27deg, rgba(18,181,113,.75) 0%, rgba(20,95,63,.75) 100%);
}


/*Parallax Scrolling*/

.parallaxie{
  min-height: 600px;
  height: 600px;
}

@media only screen and (max-width: 767px) {
  .parallaxie{
    background-attachment:scroll !important;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    background-position: center center !important;
  }
}

.parallaxie.vcenter{
  display: table;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.parallaxie.vcenter .content{
  display: table-cell;
  vertical-align: middle;
}

/*Side Content*/
.sidebox .container{
  height: 600px;
}

.sidebox .side-text{
  display: table;
  height: 500px;
}

.sidebox .side-text .side-cell{
  display: table-cell;
  vertical-align: middle;
}

.sidebox .side-image {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  right: 0;
}

.side-cell {
  position: relative;
}

.sidebox .side-image .side-cell{
  min-height: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-position: center center;
}

.side-ord {   
  border-radius: 0.25rem 0 0 0.25rem;
}

@media only screen and (max-width: 974px) {
  .side-ord {    
    border-radius: 0.25rem 0.25rem 0 0 !important;
  }
}

.side-btn {   
  border-radius: 0 0.25rem 0.25rem 0;
}

@media only screen and (max-width: 974px) {
  .side-btn {    
    border-radius: 0 0 0.25rem 0.25rem !important;
  }
}

.side-urmd {   
  border-radius: 0.25rem 0 0 0.25rem;
}

@media only screen and (max-width: 974px) {
  .side-urmd {    
    border-radius: 0.25rem 0.25rem 0 0 !important;
  }
}

.side-lut {   
  border-radius: 0 0.25rem 0.25rem 0;
}

@media only screen and (max-width: 974px) {
  .side-lut {    
    border-radius: 0 0 0.25rem 0.25rem !important;
  }
}

@media only screen and (max-width: 575px) {
  /*Side Content*/
  .sidebox .container{
    height: auto;
    padding: 0;
  }

  .sidebox .side-text{
    display: initial;
    height: auto;
    padding: 0 45px;
  }

  .sidebox .side-text .side-cell{
    display: initial;
  }

  .sidebox .side-image {
    position: relative;
    right: 0;
    padding: 0;
    height: 400px;
  }

  .sidebox .side-image .side-cell{
    height: 400px;
    display: block;
  }
}

/*Header Section*/

#header-section .header-object{
  min-width: 48px;
  width: 48px;
}

#header-section img.logo{
  width: 38px;
}

#header-section.expanded{
  background-color: #383838;
  color: #FFF;
  position: fixed;
  z-index: 99;
}

@media only screen and (max-width: 575px) {
  #header-section .col-9{
    padding-right: 0;
  }

  #header-section .col-3
{    padding-left: 0;
  }
}

@media only screen and (max-width: 980px) {
  #header-section .col-3 .header-slogan{
    display: none;
  }
}


/*Menu Button*/
.menu-text{
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
  padding-top: 0px;
}

.menu-bar {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin-left: 10px;
  background-color: #145f3f;
  padding-top: 6px;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 1;
}

.menu-bar .bar1, .menu-bar .bar2, .menu-bar .bar3 {
  width: 20px;
  height: 2px;
  background-color: #FFF;
  margin: 4px 0;
  transition: 0.4s;
  left: 50%;
  margin-left: -10px;
  position: relative;
}

#header-section.expanded .menu-bar {
  background-color: transparent;
  border: 2px solid #0583ef;
}

#header-section.expanded .menu-bar .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 7px);
  transform: rotate(-45deg) translate(-2px, 7px);
}

#header-section.expanded .menu-bar .bar2 {
  opacity: 0;
}

#header-section.expanded .menu-bar .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -7px);
  transform: rotate(45deg) translate(-1px, -7px);
}

#header-section.expanded .menu-bar .bar1,
#header-section.expanded .menu-bar .bar2,
#header-section.expanded .menu-bar .bar3 {
  margin-left: -13px;
  background-color: #0583ef;
}

/*Menu Content*/

#header-section.expanded #menu-content{
  opacity: 1;
}

#menu-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out, max-height 0.2s ease-out;
}

/*Hero*/

.hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*Box Content*/
.box-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*Title Section*/
#title-section {
  position: relative;
}

#title-section .down-select {
  position: absolute;
  bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 50px;
  margin-left: -25px;
  left: 50%;
  cursor: pointer;
}

#title-section .down-select .icon-text {
  transition: top 0.2s ease-out;
  color: #fff;
}

#title-section .down-select:hover .icon-text {
  top: 20px;
}



/*Footer Section*/
#footer-section .contact-info p {
  margin: 0;
  line-height: 1.8em;
}
#footer-section .contact-info h2 {
  color: #0583ef;
  font-size: 1.6em;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#footer-section .social-footer .icon{
  display: inline-block;
  margin: 0 10px 5px 10px;
}

#footer-section .social-footer .icon img{
  width: 100%; 
  max-width: 50px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
}

#footer-section .social-footer .icon img:hover {
  opacity: 0.5;
}

#footer-section img.logo{
  max-width: 350px;
}



/*Animation*/

.animation-element{
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


/*Customs*/

.hidden {
  display: none !important;
}

.no-scroll {
  overflow: hidden !important;  
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.center {
  margin: 0 auto !important;
}

.v-container{
  display: table;
  height: 100%;
}

.v-center{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.separator {
    display: flex !important;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #202B32;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

. {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-position: center center;
}

@media only screen and (min-width: 2000px) {
  .image-bg {
    background-size: 2000px;
  }
}

.image-bg.contain {
  background-size: contain;
}

.icon-sm {
    width: 50px;
    padding: 5px;
}

.icon-bg {
  background-color: #9BC954;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-origin: content-box;
  background-position: right 10px bottom;
}

.img-400 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.img-250 {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.img-100 {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}

.img-top-10 {
    position: relative;
    top: -10px;
}

.no-p {
  padding: 0 !important;
}

.no-m {
  margin: 0 !important;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
    border-top: none;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.table .no-border tr, td{
  border: none !important;
}

.flex-valign{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.margin-yp.sections {
  border-bottom: 1px solid #cacaca;
  padding: 1px 0;
  padding-bottom: 3.125em;
}

.margin-ys {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-ys-top {
  margin-top: 1em;
}

.margin-ys-bottom {
  margin-bottom: 1em;
}

.margin-y {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.margin-y-top {
  margin-top: 1.5em;
}

.margin-y-bottom {
  margin-bottom: 1.5em;
}

.margin-yp {
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}

.margin-yp-top {
  margin-top: 3.125em;
}

.margin-yp-bottom {
  margin-bottom: 3.125em;
}


.margin-xs {
  margin: .5em;
}

.margin-s {
  margin: 1em;
}

.margin-m {
  margin: 1.5em;
}

.margin-l {
  margin: 3.125em;
}

.margin-xl {
  margin: 6.25em;
}


.padding-xs {
  padding: .5em;
}

.padding-s {
  padding: 1em;
}

.padding-m {
  padding: 1.5em;
}

.padding-l {
  padding: 3.125em;
}

.padding-xl {
  padding: 6.25em;
}


.padding-yxs {
  padding-top: .5em;
  padding-bottom: .5em;
}

.padding-ys {
  padding-top: 1em;
  padding-bottom: 1em;
}

.padding-ys-top {
  padding-top: 1em;
}

.padding-ys-bottom {
  padding-bottom: 1em;
}

.padding-y {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.padding-y-top {
  padding-top: 1.5em;
}

.padding-y-bottom {
  padding-bottom: 1.5em;
}

.padding-yp {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.padding-yp-top {
  padding-top: 3.125em;
}

.padding-yp-bottom {
  padding-bottom: 3.125em;
}

.padding-ypx {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}


.padding-xxs {
  padding-left: .5em;
  padding-right: .5em;
}

.padding-xs {
  padding-left: 1em;
  padding-right: 1em;
}

.padding-x {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.padding-xp {
  padding-left: 3.125em;
  padding-right: 3.125em;
}

.padding-xpx {
  padding-left: 6.25em;
  padding-right: 6.25em;
}

.text-hero {
  text-align: right;
}


.text-center {
  text-align: center;
}

.text-left,
.text-left-auto {
  text-align: left;
}

.text-right,
.text-right-auto {
  text-align: right;
}

@media only screen and (max-width: 767px) {

  .text-left-auto,
  .text-right-auto,
  .text-hero {
    text-align: center;
  }


}

/*Colors*/

/*Text colors*/

.white-text {
  color: #ffffff;
}

.white-text a {
  color: #ffffff;
}

.blue-text {
  color: #0583ef;
}

.dark-blue-text {
  color: #012840;
}

.light-blue-text {
  color: #cfecf3;
}

.orange-text {
  color: #ffa920;
}

.brown-text {
  color: #8c6308;
}

.red-text {
  color: #ca1e2f;
}

.grey-text {
  color: #F0F0F0;
}

.light-grey-text {
  color: #EFEFEF;
}

.dark-grey-text {
  color: #333333;
}

.green-text{
  color: #12b571;
}

.dark-green-text {
  background-color: #145f3f;
}

.shadow-text {
  color: #ffffff;
  text-shadow: 3px 3px 10px rgb(0 0 0 / 80%); 
}

.dot-orange:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #ffa920;
  margin-right: .5em;
}

.dot-dark-orange:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #F17C17;
  margin-right: .5em;
}

.dot-red:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #ca1e2f;
  margin-right: .5em;
}

.dot-light-blue:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #cfecf3;
  margin-right: .5em;
}

.dot-blue:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #0583ef;
  margin-right: .5em;
}

.dot-green:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #12b571;
  margin-right: .5em;
}

.dot-dark-green:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #145f3f;
  margin-right: .5em;
}

.dot-pale-blue:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #AFC4D4;
  margin-right: .5em;
}

.dot-brown:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #8c6308;
  margin-right: .5em;
}

.dot-red:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #ca1e2f;
  margin-right: .5em;
}





/*Background colors*/

.pale-blue-bg {
  background-color: #97c7ec;
  color: #FFF;
}

.pale-blue-bg a{
  color: #FFF;
}

.light-blue-bg {
  background-color: #cfecf3;
  color: #FFF;
}

.light-blue-bg a{
  color: #FFF;
}

.blue-bg {
  background-color: #0583ef;
  color: #FFF;
}

.blue-bg a{
  color: #FFF;
}

.dark-blue-bg{
  background-color: #012840;
  color: #FFF;
}

.dark-blue-bg a{
  color: #FFF;
}

.green-bg {
  background-color: #12b571;
  color: #FFF;
}

.green-bg a{
  color: #FFF;
}

.dark-green-bg {
  background-color: #145f3f;
  color: #FFF;
}

.dark-green-bg a{
  color: #FFF;
}

.orange-bg {
  background-color: #ffa920;
  color: #FFF;
}

.orange-bg a{
  color: #FFF;
}

.dark-orange-bg {
  background-color: #F17C17;
  color: #FFF;
}

.dark-orange-bg a{
  color: #FFF;
}

.brown-bg {
  background-color: #8c6308;
  color: #FFF;
}

.brown-bg a{
  color: #FFF;
}

.red-bg {
  background-color: #ca1e2f;
  color: #FFF;
}

.red-bg a{
  color: #FFF;
}

.light-grey-bg{
  background-color: #EFEFEF;
}

.grey-bg{
  background-color: #AAAAAA;
  color: #FFF;
}

.dark-grey-bg{
  background-color: #333333;
  color: #FFF;
}

.dark-grey-bg a{
  color: #FFF;
}
/*Bootstrap Override*/

.section {
    max-width: 1650px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
}

.section .container-fluid .row{
  transition: all .3s ease-in-out !important;
}

.side-lut .side-cell .row:hover{
  box-shadow: 0 0 0 0 !important;
}


.section .container-fluid .row:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.section .parallaxie{  
  border-radius: 0.25rem !important;
  transition: box-shadow .3s ease-in-out !important;}

.section .parallaxie:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.container {
  width: 100%;
  max-width: 1250px;
}

.col-12 {
  padding: 0 30px;
  overflow-y: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 30px;
  padding-right: 30px;
}

.alert p {
  margin-bottom: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 1em;
}


.btn {
  padding: 10px 15px;
  font-size: 1em;
  line-height: 1em;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-tabs>li>a {
  margin-right: 0;
  line-height: 1em;
  border-radius: 0;
}

.nav-menu{
  list-style-type: none;
}

.nav-menu a {
  color: #fff;
  transition: all 0.2s ease-out, all 0.1s ease-out;
  font-size: 1em;
}

.nav-menu a:hover {
    text-decoration: none;
    color: #0583ef;
}

@media only screen and (max-width: 575px) {
  .nav-menu a {
    font-size: .75em;
  }
}

.panel-default>.panel-heading {
  color: #fff;
  background-color: #0583ef;
  border-color: #0583ef;
}

.form-group {
  margin-bottom: 15px;
  padding-right: 10%;
}

@media only screen and (max-width: 575px) {
  .form-group {
    padding-right: 0;
  }
}



/*==== FORM BLOCK ===*/
.form-block{
  position: relative;
  right: -2em;
  border-radius: 7px;
}

.survey-block{
  max-width: 700px;
  width: 100%;
  height: auto;
}

.form-block  .icon-sm {
  position: absolute;
  left: -70px;
  top: 3px;
  z-index: 9999;
}

.form-block::after{
  position: absolute;
  top: 15px;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-right: solid 15px #efefef;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
}


.form-check {
    padding-left: 1.5rem;
}

.form-check-input {
    margin-left: -1.5;
}

input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    transition: background-color 0.1s ease-out, color 0.1s ease-out;
}

input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #0583ef;
    content: '';
    display: inline-block;
    visibility: visible;
}

@media only screen and (max-width: 768px) {

  .form-block{
    right: 0 !important;
  }
  .form-block::after{
    display: none !important;
  }
    .form-block .icon-sm {
      display: none !important;
  }
}


/*==== CUSTOM TABLE STYLES ===*/
.table-sm td, .table-sm th {
    padding: .5rem 1rem .5rem 0;
    vertical-align: top;
}

.chart-table td{
  text-align: left;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .chart-table td{
    width: 100% !important;
    display: block;
  }
}


/*==== CAROUSEL STYLES ===*/
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 4 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


/*==== PROGRESS BAR ANIMATION ===*/
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    overflow: hidden;
    font-size: 1.5rem;
    background-color: #e9ecef;
    border-radius: .25em;
    margin-bottom: 1em;
}

.progress-bar {
    text-align: left;
    padding-left: 1em;
    width: 0;
    border-radius: .25em;
    box-shadow: 3px 0px 10px 1px rgb(0 0 0 / 15%);
    animation: progress 1.5s ease-in-out forwards;
}  
  .title {
    opacity: 0;
    animation: show 0.5s forwards ease-in-out 0.5s;
  }
} 

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
} 
@keyframes show  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*Down the Road Table*/

table.road-table{
  table-layout:fixed;
}

table.road-table tr td{
  vertical-align: middle;   
}

.table-key {
  display: none;
  font-weight: 500;
}


@media only screen and (max-width: 1200px) {

  .table-key {
    display: inline-block;
  }

  table.road-table th{
    display: none;
  }

  table.road-table tr{
    padding: 20px;
    display: block;
  }

  table.road-table tr td{
    padding: 2px 0;
    vertical-align: top;
    display: block;
  }
}


/*By The Numbers Table*/

@media only screen and (max-width: 1200px){
  table.num-table th {
      display: none;
  }

  table.num-table tr {
      display: block !important;
      flex: none;
      width:  100%;
      max-width: none;
  }

table tr {
    padding-bottom: 1rem !important;
}

table td {
    padding: .5rem !important;
}

  table.num-table tr td {
      display: block !important;
      flex: none;
      width:  100%;
      max-width: none;
      text-align: left !important;
  }

  table.num-table .num-title {
      font-weight: auto;
      font-size: 1.2em;
      border-bottom: 1px solid #ccc !important;
      padding-top: 1.5em;
  }
}


/*IE Notice*/
.ie-notice {
  /* display: none; */
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1000000;
  }

.ie-notice.show{
  display: block !important;
}

.ie-notice__close {
  position: absolute;
  top: 12px;
  right: 8px;
  cursor: pointer; }

.ie-notice__content-container {
  width: 90%;
  max-width: 560px;
  border: 1px solid #5A6872;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.ie-notice__content {
  margin: 0 7%; }

.ie-notice__title {
  font-size: 1.5rem;
  letter-spacing: .0075rem;
  line-height: 2rem;
  font-weight: 500;
  color: #000;
  max-width: 330px;
  text-align: center;
  margin: 28px auto 23px; }

.ie-notice__description {
  font-size: .875rem;
  letter-spacing: .0125rem;
  line-height: 1.25rem;
  color: #000;
  margin: 23px 15px 53px;
  font-weight: 300; }

.ie-notice__browsers-container {
  padding: 0;
  margin: 53px auto 50px;
  max-width: 435px;
  text-align: center; }

.ie-notice__browser {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ie-notice__browser-icon {
  width: 64px;
  height: auto; }

.ie-notice__browser-name {
  text-align: center;
  display: block; }

.ie-notice__browser-name-text {
  font-size: .875rem;
  letter-spacing: .0125rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #105EDA;
  text-align: center;
  display: block; }

.ie-notice--show {
  display: block;
  background-color: green; }

/*Hotspot Map*/

.hotspot-map {
    position: relative;
}

.hotspot-map img.hotspot-bg-img{
    width: 100%;
}

.text-popup{
    cursor: pointer;
}

.hotspot-map .pin {
    position: absolute;
    display: block;
    z-index: 991;
    background-color: #FFF;
}


@media (max-width: 767px) {
    .pin .text-popup-content {
        background-color: rgba(255,255,255,1);
    }
}

.pin .text-popup-content p {
    margin: 0px;
    font-size: 0.9em;
}

.pin-marker {
    background-color: #0583ef;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    display: inline-block;
    left: 0px;
    top: 0px;
    position: absolute;
}

.pin.blue .pin-marker {
    background-color: #0583ef;
}

.pin.orange .pin-marker {
    background-color: #ffa920;
}

.pin-marker.selected {
    background-color: #333;
}

.gps-ring {
    border: 3px solid #0583ef;
    -webkit-border-radius: 50%;
    height: 30px;
    width: 30px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
}

.pin.blue .gps-ring {
    border: 3px solid #0583ef;
}

.pin.orange .gps-ring {
    border: 3px solid #ffa920;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}


/*Text Popup*/

a.text-popup {
    position: relative;
    margin-left: 5px;
    text-decoration: none;
}

.text-popup{
    cursor: pointer;
}

.text-popup-content {
    display: inline-block;
    position: absolute;
    width: 300px;
    background-color: #FFF;
    padding: 20px;
    color: #333 !important;
    z-index: 99999999 !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    font-size: 0.9em;
}

.text-popup-content div{
  margin: 5px 0;
}

.text-popup-content .card-header{
  color: #333;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.text-popup-content .card-body{
  padding: 0;
  margin: 20px 0 0 0;
}

.text-popup-content .card-body ul {
  padding: 0;
  margin: 0 0 0 20px;
}


.text-popup-content .table-key{
  display: inline;
}


.text-popup-content .dot-icon, .text-popup-content .project-title .table-key{
  display: none;
}

.text-popup-content .project-title{
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 10px;


}

.text-popup-content .project-manager{
  position: absolute;
  width: 300px;
  left: 0;
  height: 175px;
  bottom: -175px;
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-position: center center;
  border-radius: 0 0 5px 5px;s
}

.text-popup-content .project-manager div{
  color: #fff; 
  text-align: center;
  width:; 100%;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 10px;
  text-shadow: 0px 0px 5px #000000;
}



.text-popup-content p{
    margin: 10px 0 0 0;
    font-weight: 500;
}

.text-popup-content p:first-child{
    margin-top: 0;
}

.text-popup-content.popup-center {
    top: 30px;
    left: -150px;
    border-radius: 0 0 5px 5px;
}

.text-popup-content.popup-right {
    top: 25px;
    left: 0px;
    border-radius: 0 5px 5px 5px;
}

.text-popup-content.popup-left {
    top: 25px;
    right: 0px;
    border-radius: 5px 0 5px 5px
}

@media (min-width: 768px) {
    .text-popup-content.popup-right {
        left: 20px;
        top: 20px
    }

    .text-popup-content.popup-left {
        right: 0px;
        top: 20px;
    }
}


@media (max-width: 767px) {

    .text-popup-content.popup-center, .text-popup-content.popup-left{
        position: fixed;
        top: 50%;
        right: auto;
        left: 0;
        height: auto;
        max-height: 300px;
        overflow-y: auto;
        margin-top: -150px;
        border-radius: 0 5px 5px 0;
    }
    
    .text-popup-content.popup-right{
        position: fixed;
        top: 50%;
        left: auto;
        right: 0;
        height: auto;
        max-height: 300px;
        overflow-y: auto;
        margin-top: -150px;
        border-radius: 5px 0 0 5px;
    }
    
    
}


/*==== RESPONSIVE VIDEO ===*/
.embed-container {
  /*position: relative;*/
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}


/*==== ACCORDION STYLES ===*/
.accordion .card-header .btn{
    border: none !important;
    background-color: transparent !important;
    font-size: .75em;
    text-transform: capitalize;
}

.custom-accordion a:hover{
  text-decoration: none;
}


/*==== CAROUSEL STYLES ===*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: none;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 2em;
  color: #C0C0C0;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 2em;
  color: #C0C0C0;
}

#CovidCarousel .card {
  box-shadow: 0 0 20px -10px rgb(0 0 0 / .75);
}

#CovidCarousel .card-body a{
    position: absolute;
    bottom: 15px;
  }

@media only screen and (min-width: 1600px) {
  #CovidCarousel .card-body {
    height: 150px;
  }
}

@media only screen and (max-width: 1600px) {
  #CovidCarousel .card-body {
    height: 200px;
  }
}

@media only screen and (max-width: 1200px) {
  #CovidCarousel .card-body {
    height: 275px;
  }
}

@media only screen and (max-width: 767px) {
  #CovidCarousel .card-body {
    height: 150px;
  }
}


@media only screen and (max-width: 480px) {
  #CovidCarousel .card-body {
    height: 225px;
  }
}



.icon-nav {
  text-align: center;
}

.icon-nav li {
  font-weight: 900;
  color: #0583ef;
  word-break: break-word;
  text-align: center;
  display: inline-block;
  height: 160px;
  width: 95px;
  vertical-align: top;
  padding: 10px;

}

.icon-nav img {
  width: 65px;
  height: auto;
  border-radius: 100%;
  background-color: #0583ef;
  filter: opacity(0.5);
  transition: all 0.2s ease-out, all 0.2s ease-out;
}

.icon-nav span {
  vertical-align: top;
  display: none;
  color: #0583ef;
  font-weight: 500;
  line-height: 1.125em;
  font-size: .85em;
  transition: all 0.2s ease-out, all 0.2s ease-out;
  margin-top: 15px;
  word-break: initial;
  }

.icon-nav a:hover img {
  transform: scale(1.3);
  filter: grayscale(0%);
}

.icon-nav a:hover > span {
  display: inline-block;
}

.icon-nav-io:hover {
    background-color: #ca1e2f !important;
}

.icon-nav-str:hover {
    background-color: #12b571 !important;
}

.icon-nav-nsp:hover {
    background-color: #0583ef !important;
}

.icon-nav-tvt:hover {
    background-color: #145f3f !important;
}

.icon-nav-tdp:hover {
    background-color: #012840 !important;
}

.icon-nav-mh:hover {
    background-color: #ffa920 !important;
}

.icon-nav-rr:hover {
    background-color: #0583ef !important;
}

.icon-nav-btn:hover {
    background-color: #12b571 !important;
}

.icon-nav-urmd:hover {
    background-color: #8c6308 !important;
}

.icon-nav-ord:hover {
    background-color: #145f3f !important;
}


/*Timeline */



/*Read More Modal Content*/
.cd-timeline-content .readmore-content {
  max-height: 0;
  overflow: hidden;
}

.cd-timeline-content.expanded .readmore-content {
  max-height: none;
}

.cd-timeline-content.expanded .cd-read-more {
  opacity: 0.2;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: initial;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}


.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  /*background: #e7eef3;*/
  border-radius: 0.25em;
  /*padding: 1em;*/
  /*box-shadow: 0 3px 0 #d7e4ed;*/
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    /*padding: 1.6em;*/
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#DirectorMessage .side-cell img:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.btn-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
