/* font style updates */



p, li, th, td {
  font-size: 1.1rem;
}

.main h1 {
    --pnp-typeface-margin: 1.5rem;
    border: 0;
    color: #3a828e;
    font: inherit;
    font-size: 100%;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 2.875rem;
    margin: 2rem 0 1.5rem;
    padding: 0;
    vertical-align: baseline;
}  

.main h2:not(.panel-title)  {
    --pnp-typeface-margin: 1rem;
    border: 0;
    color: #3a828e;
    font: inherit;
    font-size: 100%;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.75rem;
    margin: 2rem 0 1rem;
    padding: 0;
    vertical-align: baseline;
}

.main h3 {
    --pnp-typeface-margin: 1rem;
    border: 0;
    color: #3a828e;
    font: inherit;
    font-size: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 1.5rem 0 1rem;
    padding: 0;
    vertical-align: baseline;
}
    
.main h4 {
    --pnp-typeface-margin: 0.875rem;
    border: 0;
    color: #3a828e;
    font: inherit;
    font-size: 100%;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin: 1.5rem 0 0.875rem;
    padding: 0;
    vertical-align: baseline;
}   

.main h5 {
    --pnp-typeface-margin: 0.75rem;
    border: 0;
    color: #3a828e;
    font: inherit;
    font-size: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 1.5rem 0 0.75rem;
    padding: 0;
    vertical-align: baseline;
}

.main h6 {
    --pnp-typeface-margin: 0.5rem;
    border: 0;
    color: #3a828e;
    font: inherit;
    font-size: 100%;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 1rem 0 0.5rem;
    padding: 0;
    vertical-align: baseline;
}
    
.columns-ratio-module {
    text-align: left;
}    


.template-section .intro-description {
    margin-bottom: 30px;
}   

.template-section .template-section-heading {
    margin-top: 0;
}
    
/* Accordion style updates */

.show-hide .panel-heading:before {
    display:none;
}

.show-hide.collapsed .panel-heading:before {
    display:none; 
}

.show-hide .panel-heading {
    display:flex;
    justify-content: space-between;
    padding-right: 30px !important;
}



.show-hide .panel-heading:after {
    content: "^";
    color: inherit;
    font-size: 1.4rem;
    text-transform: full-width;
    -webkit-transform: scale(1.5,1.0);
    -moz-transform: scale(1.5, 1.0);
    -ms-transform: scale(1.5, 1.0);
    -o-transform: scale(1.5, 1.0);
    transform: scale(1.5,1.0);
    height: 22px;
}

.show-hide.collapsed .panel-heading:after {
    content: "^";
    color: inherit;
    font-size: 1.4rem;
    text-transform: full-width;    
    -webkit-transform: rotate(180deg) scale(1.5,1.0);
    -moz-transform: rotate(180deg) scale(1.5, 1.0);
    -ms-transform: rotate(180deg) scale(1.5, 1.0);
    -o-transform: rotate(180deg) scale(1.5, 1.0);
    transform: rotate(180deg) scale(1.5,1.0);
    height: 22px;
}

.show-hide .panel-body {
    padding: 30px;
}

.show-hide .panel-title {
    max-width: 90%;
    line-height: 1.5;
}


/* video component */

body.modal-open {
    overflow: hidden;
}

.template-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.video-section .video-text, .video-section .video-image {
    display: flex;
}

.video-section .video-image {
    align-items: center;    
}



.video-section .video-text {
    flex-direction: column;
    justify-content: center;
}

.video-section .video-text p {
    margin-top: 0;
    --pnp-typeface-margin: 0.75rem;
    font-size: 1.1rem;
    /* margin-bottom: 0; */
    font-weight: 400;
    line-height: 1.5rem;
}



.video-section .row.flex-row {
    display: flex;
    flex-direction: row;
}

.video-section .row.flex-row.image-first {
    flex-direction: row-reverse;
}



@media (max-width: 767px) {

    .video-section .row.flex-row {
        flex-direction: column;
    }
    
    .video-section .row.flex-row.image-first {
        flex-direction: column;
    }


    .video-section .col-sm-12 .video-text, .video-section .col-sm-6 .video-text, .video-section .col-sm-4 .video-text, .video-section .col-sm-3 .video-text {
        margin: 20px 0;
    }

}

/*
.video-section .col-sm-6, .video-section .col-sm-4, .video-section .col-sm-8, .video-section .col-sm-12  {
    display: flex;
}
*/

.video-section:not(.card-section) .col-sm-6, .video-section:not(.card-section) .col-sm-4, .video-section .col-sm-8, .video-section .col-sm-12  {
    display: flex;
}

/* 
 .video-section .col-sm-12 .video-image, .video-section .col-sm-12 .video-image img {
    width: 100%;
}
*/

 .video-section .video-image, .video-section .video-image img {
    width: 100%;
}


.video-section .col-sm-12 .video-text {
    margin: 20px 0;
}


.video-section .video-modal-wrapper__trigger {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    height: 100%;
    line-height: inherit;
    overflow: visible;
    padding: 0;
    text-align: inherit;
    width: 100%;
}
.video-section .sr-only {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.video-section .video-modal-wrapper__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}




.video-section .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.video-section .close:hover,
.video-section .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.video-section button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-section .modal-open {
  overflow: hidden;
}
.video-section .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.video-section .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}


.video-section .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.video-section .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.video-section .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.video-section .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.video-section .modal-header .close {
  margin-top: -2px;
}
.video-section .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.video-section .modal-body {
  position: relative;
  /*padding: 15px; */
}
.video-section .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.video-section .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.video-section .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.video-section .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.video-section .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .video-section .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .video-section .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .video-section .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .video-section .modal-lg {
    width: 900px;
  }
}




.video-section .modal-header:before,
.video-section .modal-header:after,
.video-section .modal-footer:before,
.video-section .modal-footer:after {
  display: table;
  content: " ";
}

.video-section .modal-header:after,
.video-section .modal-footer:after {
  clear: both;
}


.video-section .glyphicon-modal-window:before {
  content: "\e237";
}









.video-section .modal-body {
    background: #313131;
    color: #fff;
    max-height: calc(95vh - 4rem);
    overflow-y: auto;
}


.video-section .video-modal__video-wrapper {
    /* height: 0; */
    padding-bottom: 56.25%;
    position: relative;
}

.video-section .video-modal__wysiwyg {
    --pnp-typeface-margin: 0.75rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.625rem;
    padding: 1rem 1.5rem;
    
    position: absolute;
    top: 100%;    
}


.video-section .video-modal__video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-section .modal-header {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



.video-section .video-modal__close {
    background: none;
    border: 0;
    color: inherit;
    color: #fff;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: inherit;
    top: -64px;
}

.video-section .video-modal__close {
    right: -16px;
    top: -53px;
}

@media (min-width: 1200px) {
    .video-section .video-modal__close {
        right: -64px;
        top: -13px;
    }
}



.video-section .modal p {
    /*
    margin-top: 0;
    --pnp-typeface-margin: 0.75rem;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5rem;
    */
}

.video-section .modal p:last-of-type {
     margin-bottom: 0;
}

.video-section .svg-icon--xxlarge {
    height: 64px;
    width: 64px;
}
.video-section .svg-icon {
    fill: currentColor;
    height: 60px;
    vertical-align: middle;
    width: 61px;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}


.video-section .modal-dialog {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

@media (min-width: 768px) {
    .video-section .modal-dialog {
        width: 70vw;
    }
}


/*

.video-section .play-btn .play-btn__svg {
      fill:#fff; 
}

.video-section .play-btn.dark .play-btn__svg {
      fill:#000; 
}

*/


.video-section .vjs-swarmify-play-button {
    font-size: 3em;
    display: block;
    z-index: 99;
    position: absolute;
    width: 4em;
    height: 2.6em;
    margin-left: -2em!important;
    margin-top: -1.3em!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer;
    opacity: 1;
    left: 50%;
    top: 50%;
}


.video-section .play-btn {
    width: 80px;
    height: auto;
    left: calc(50% - 40px);
    position: absolute;
    top: calc(50% - 40px);
    transition: width .5s ease, left .5s ease, top .5s ease;
}

.video-section a:hover .play-btn, .video-section a:focus .play-btn, .video-section button:hover .play-btn, .video-section button:focus .play-btn {
    width: 90px;
    height: auto;
    left: calc(50% - 45px);
    position: absolute;
    top: calc(50% - 45px);
}




.video-section .vjs-swarmify-play-button svg {
    max-height: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.video-section .swarmify-play-button {
    transition: transform .2s,-webkit-transform .2s;
}

.video-section .swarmify-play-button.circle {
    display: inline;
}

.video-section .swarmify-play-button #tri {
    fill: #fff;
    stroke: #fff;
}

.video-section .swarmify-play-button #hex {
    stroke: #fff;
}

.video-section .swarmify-play-button #hex {
    fill: #00B1C3;
}


/* video cards component */

.card-section.video-section .panel a {
    color: #313131;
    text-decoration: none;
    border-top: #00B1C3 6px solid;
    border-image: linear-gradient(to right, #008390, #00B1C3, #DAE075) 1;
}


.card-section.video-section .panel-image {
    height: 20.25rem;
    position: relative;
}

/* cards component */




.card-section {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
}    
    
.card-section .row {
    flex-wrap: wrap;
    display: flex;
    flex-grow: 1;
}    
   
@media (min-width: 768px) {
    .card-section .col-sm-4:nth-child(-n+3) {
        margin-top: 0;
    }
}
    .card-section .col-sm-4 {
        margin-top: 30px;
    }


@media (min-width: 768px)  {
    .card-section .col-sm-6:nth-child(-n+2) {
        margin-top: 0;
    }
}
    .card-section .col-sm-6 {
        margin-top: 30px;
    }



@media (max-width: 767px) {
    .card-section .col-sm-4 {
        width: 100%;
    }
    
    .card-section .col-sm-6 {
        width: 100%;
    }
}




.card-section .panel {
    border-radius: unset;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-section .panel {
    border-radius: unset;
}
.card-section .panel-default {
    border-color: #ddd;
}
.card-section .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border: 0.0625rem solid #e7e7e7;
}
    
.card-section .panel-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease;
    width: 100%;
}    

.card-section .panel-image {
    overflow: hidden; 
    height: 11.25rem;
}       
    

    
.card-section .pannel-parent {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
}    
    
.card-section .panel-contents {
    display: flex;
    flex-direction: column;
}

.card-section .panel-heading {
    padding: 30px 15px 0;
    border-bottom: none;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}


.card-section .panel-heading h3 {
--pnp-typeface-margin: 1rem;
    color: #008390;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0rem;
    margin-top: 0;
}


.card-section .panel p {
    margin-top: 0;
    --pnp-typeface-margin: 0.75rem;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5rem;
}

.card-section .panel-footer {
    padding: 28px 15px;
    background-color: unset;
    border-top: unset;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.card-section .panel-footer .cta {
    --pnp-typeface-margin: 0.5rem;
    background-color: #008390;
    border: 0.125rem solid #008390;
    border-radius: 1.25rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.5625rem 1.4375rem;
    text-decoration: none;
    transition: all .25s ease;
}


.card-section .panel:hover .cta, .card-section .panel:focus .cta {
    background-color: #fff;
    border-color: #dae075;
    color: #008390;
}

.card-section .panel a:hover .card__image, .card-section .panel a:focus .card__image {
    transform: scale(1.05);
}

.card-section .panel a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-section .panel a:hover .pannel-parent, .card-section .panel a:focus .pannel-parent {
    background-color: #f9f9f9;
}


.card-section:not(.multi-button) .panel a:hover, .card-section:not(.multi-button) .panel a:focus {
    text-decoration: none;
    color: #313131;
}


.card-section:not(.multi-button) .panel a {
    color: #313131;
    text-decoration: none;
}

/* Steps component */

 .step .step-list__number {
    --pnp-typeface-margin: 1rem;
    border-radius: 50%;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    height: 3.125rem;
    line-height: 2rem;
    line-height: 2.625rem;
    margin-right: 1.25rem;
    min-width: 3.125rem;
    text-align: center;
    width: 3.125rem;
}

 .step.colour-scheme-1 .step-list__number {
    background-color: #fff;
    border: 0.25rem solid #dae075;
    color: #008390;
 }

 .step.colour-scheme-2 .step-list__number {
    background-color: #dae075;
    border: 0.25rem solid #008390;
    color: #008390;
 }
 
.step.colour-scheme-3 .step-list__number {
    background-color: #fff;
    border: 0.25rem solid #008390;
    color: #008390;    
}

.step.colour-scheme-4 .step-list__number {
    background-color: #fff;
    border: 0.25rem solid #00b1c3;
    color: #008390;    
}

.step span.step-list__title {
    --pnp-typeface-margin: 1rem;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
}

.step.colour-scheme-1 span.step-list__title {
    color: #008390;
}

.step.colour-scheme-2 span.step-list__title {
    color: #008390;
}

.step.colour-scheme-3 span.step-list__title {
    color: #008390;
}

.step.colour-scheme-4 span.step-list__title {
    color: #008390;
}

.step .step-list__header {
    align-items: center;
    display: flex;
}

.step ol {
    list-style: none;
    margin: 0.75rem 0;
    padding: 0;
}

.step .step-list__content {
    padding-left: 4.375rem;
}

/* cta component */

.promo-section .promo-link {
	width: 100%;
	display: flex;
	background: #fff;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border: 0.0625rem solid #e7e7e7;
	text-decoration: none;
}
.promo-section .promo-link {
	flex-direction: row;
}
.promo-section .promo-link.row-reverse {
	flex-direction: row-reverse;
}
@media (max-width: 767px) {
	.promo-section .promo-link {
		flex-direction: column;
	}
	.promo-section .promo-link.row-reverse {
		flex-direction: column;
	}
}
.promo-section .row.flex-row {
	display: flex;
	flex-direction: row;
}
.promo-section .row.flex-row .text-wrapper {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: center;
}
.promo-section .row.flex-row .image-wrapper {
	padding: 0;
}
.promo-section .col-sm-6, .promo-section .col-sm-12 {
	display: flex;
}
.promo-section .image-wrapper img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	font-family: "object-fit: cover; object-position: 40% 50%;";
	-o-object-position: 40% 50%;
	object-position: 40% 50%;
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.promo-section .text-wrapper, .promo-section .image-wrapper {
		min-height: 20.3125rem;
	}
}
.promo-section h2.promo-section-heading {
	color: #008390;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0rem;
	padding: 0px;
	text-align: left;
	margin-top: 0;
}
.promo-section .promo-section-text {
	padding: 15px 0;
}
.promo-section .promo-section-text p {
	margin-top: 0;
	--pnp-typeface-margin: 0.75rem;
	font-size: 1.1rem;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.5rem;
	color: #656565;
}
.promo-section .promo-button {
	margin-top: 15px;
}
.promo-section .promo-button .cta {
	--pnp-typeface-margin: 0.5rem;
	background-color: #008390;
	border: 0.125rem solid #008390;
	border-radius: 1.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.25rem;
	padding: 0.5625rem 1.4375rem;
	text-decoration: none;
	transition: all .25s ease;
}
.promo-section .promo-link:hover .promo-button .cta, .promo-section .promo-link:focus .promo-button .cta {
	background-color: #fff;
	border-color: #dae075;
	color: #008390;
}

/*cta small component */
.promo-section-small__wrapper {
    background-color: #fff;
	border: 0.0625rem solid #e7e7e7;
	padding: 1.25rem;
	flex: 1 1 auto;
}
.promo-section-small__wrapper.border-left {
	border-left: 0.3125rem solid #00b1c3;
}
.promo-section-small__wrapper.border-top {
	border-top: 0.3125rem solid #00b1c3;
}
@media (min-width: 768px) {
	.promo-section-small__wrapper {
		padding: 1.875rem;
	}
}
.promo-section-small__wrapper .promo-button {
	margin-top: 1.5rem;
}
@media (min-width: 576px) {
	.promo-section-small__header {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.promo-section-small__wrapper .promo-button {
		margin-top: 0;
	}
	.promo-section .promo-section-small__wrapper h2.promo-section-heading {
    max-width: 85%;
    }
}
.promo-section .promo-section-small__wrapper .promo-button .cta:hover, .promo-section .promo-section-small__wrapper .promo-button .cta:focus {
	background-color: #fff;
	border-color: #dae075;
	color: #008390;
}
.promo-section .promo-section-small__wrapper .promo-section-small__text {
	margin-top: 1.5rem;
}

ul ul, ol ul, ul ol, ol ol {
    margin: 1.563rem 0; 
}


/*two card button */
.card-section .panel-footer a.two-buttons {
    --pnp-typeface-margin: 0.5rem;
    background-color: #008390;
    border: 0.125rem solid #008390;
    border-radius: 1.25rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.5625rem 1.4375rem;
    text-decoration: none;
    transition: all .25s ease;
}    

.card-section .panel-footer a.two-buttons:hover, .card-section .panel-footer a.two-buttons:hover focus {
    background-color: #fff;
    border-color: #dae075;
    color: #008390;
}  

.card-section .panel-footer .link1 {
    margin-bottom:20px;
}