/*BASE*/
.cson-background-video-container {
    position: absolute;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 1023px) {
   .cson-background-video-container {
       display:none;
}
}

.hero .overlay-top-left-blue {
    z-index: 2 !important;
}

@media only screen and (max-width: 1023px) {
   .hero .overlay-top-left-blue {
       z-index: 1 !important;
}
}

.hero-wrapper {
    z-index: 3;
    width: 100%;
}
.cson-layout {
    --divider-border-style: solid;
    --divider-color: #44444480;
    --divider-border-width: 1px;

 	--divider-light-border-style: solid;
    --divider-light-color: #FFFFFF80;
    --divider-light-border-width: 1px;
}
section {
    position: relative;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.flex-indicator {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*IMGSIZE*/
.img-max-40 {
    max-width: 40% !important;
}
.img-max-50 {
    max-width: 50% !important;
}
.img-max-60 {
    max-width: 60% !important;
}
.img-max-70 {
    max-width: 70% !important;
}
.img-max-80 {
    max-width: 80% !important;
}
.img-max-90 {
    max-width: 90% !important;
}
.max-width-200 {
    max-width: 200px !important;
    margin: 0 auto !important;
    display: block !important;
}
/*ANIMATIONS*/
.animated {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.animated.animating {
     opacity: 1;
}
/*DIVIDER*/
hr.light.divider-2 {
    border-bottom-color: #ffffff63;
    border-bottom-width: 1px;
}
/*IMAGE BGS*/
.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.img-bg-1-1 {
    position: relative;
    width: 100%;
}

.img-bg-1-1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/*LAYOUT TWEAKS*/
@media(min-width:90rem){
	.cson-layout .grid-container:not(.fluid) {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
		max-width: 75rem;
	}
}

/*TABLE STYLING*/
table.td-centered td {
    text-align:center;
}

/*COMMENTING OUT WIDTH EXPANSION AT CLIENT REQUEST*/

/*@media(min-width:120rem){
	.cson-layout .grid-container:not(.fluid) {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
		max-width: 110rem;
	}
}
@media(min-width:140rem){
	.cson-layout .grid-container:not(.fluid) {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
		max-width: 120rem;
	}
}
@media(min-width:200rem){
	.cson-layout .grid-container:not(.fluid) {
		padding-right: 0.625rem;
		padding-left: 0.625rem;
		max-width: 150rem;
	}
}*/

.margin-0 {
	margin: 0 !important;
}
.margin-bottom-0-5 {
    	margin-bottom: 0.5rem !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-2 {
    margin-top: 2em !important;
}

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

.text-icon {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.text-l {
    font-size: 1.4rem !important;
}
.text-xl {
    font-size: 1.7rem;
}
.text-xxl {
    font-size: 2.1rem;
}
.text-xxxl {
    font-size: 3.1rem;
}

.text-icon.text-xxl .heading-icon {
    font-size: 1.3rem !important;
}
h4.text-xxl.text-icon.margin-0 strong {
    line-height: 0;
}

.solo-button {
    display: flex !important;
    justify-content: space-between;
}

.cson-layout p {
	font-size: 1rem;
}

.cson-layout .callout {
	border: none;
	border-radius: 5px;
}

.cson-layout .callout button.outline {
	background: none;
	border: 2px solid white;
}
.cson-layout button.outline {
    background: none;
    border: 2px solid white;
}
.cson-layout .callout.primary {
	color:white;
	background: var(--e-global-color-accent);
}
.cson-layout .callout.primary a {
	color:white;
	text-decoration: underline;
}
.cson-layout .callout.primary h1,
.cson-layout .callout.primary h2,
.cson-layout .callout.primary h3,
.cson-layout .callout.primary h4,
.cson-layout .callout.primary h5
{
	color:white;
	margin-bottom: 0;
}
.cson-layout .callout.secondary {
	color:white;
	background: var(--e-global-color-gulf-blue);
}
.cson-layout .callout.secondary a {
	color:white;
	text-decoration: underline;
}
.cson-layout .callout.secondary h1,
.cson-layout .callout.secondary h2,
.cson-layout .callout.secondary h3,
.cson-layout .callout.secondary h4,
.cson-layout .callout.secondary h5
{
	color:white;
	margin-bottom: 0;
}

.cson-layout .callout.success {
	color:white;
	background: var(--e-global-color-success);
}
.cson-layout .callout.success a {
	color:white;
	text-decoration: underline;
}
.cson-layout .callout.success h1,
.cson-layout .callout.success h2,
.cson-layout .callout.success h3,
.cson-layout .callout.success h4,
.cson-layout .callout.success h5
{
	color:white;
	margin-bottom: 0;
}
.cson-layout .callout.secondary {
}

.cson-layout .callout.secondary {
}

.alert {
	color:white;
	background: var(--e-global-color-accent);
}
.spacer {
	height: 1rem;
}
.spacer-1 {
	height: 1rem;
}
.spacer-2 {
	height: 2rem;
}
.screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-self: center;
    height: 100%;
}
.button-link {
    display: flex;
    flex: 1;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.55rem 1rem;
    border: none;
    border-radius: 5px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.button {
    font-size: 1rem;
    font-weight: 600;
}

.button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button .align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}
.button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}
.cson-layout .button {
    font-family: "Lato", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.cson-layout .button.large {
    padding: 1rem;
}

a.button:hover, a.button:focus, a > .callout {
    text-decoration:underline;
}

a .callout.button p:hover, a .callout.button span.list-text:hover, li.list-item a span.list-text:hover {
    text-decoration:underline;
    
}

.cson-layout button.primary, .cson-layout .button.primary {
	color:white;
	background: var(--e-global-color-accent);
}


.cson-layout button.primary:hover, .cson-layout .button.primary:hover {
	color:white;
	background: var(--e-global-color-accent-hover);
}

.cson-layout button.secondary, .cson-layout .button.secondary {
	color:white;
	background: var(--e-global-color-gulf-blue);
}
.cson-layout button.secondary:hover, .cson-layout .button.secondary:hover {
	color:white;
	background: var(--e-global-color-gulf-blue-hover);
}
.cson-layout button.success, .cson-layout .button.success {
	color:white;
	background: var(--e-global-color-success);
}
.cson-layout button.success:hover, .cson-layout .button.success:hover {
	color:white;
}
.cson-layout button.warning, .cson-layout .button.warning {
}
.icon-list-text {
    padding-left: 10px;
}

.divider-separator {
    width: 81%;
    margin: 0 auto;
    margin-center: 0;
}

.divider {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.divider-light {
	border-top: var(--divider-light-border-width) var(--divider-light-border-style) var(--divider-light-color);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.v-list-items {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.v-list-items li {
    min-height:25px;
}

ul.v-list-items .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}


/*HERO*/
@media(min-width: 1100px){
	.hero {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 600px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
img.hero-content-img {
    max-width: 80%;
}
.hero .has-nav {
    padding: 3rem;
}
.hero-content .left-content .inner {
    max-width: 670px;
}
.hero .grid-container {
	z-index: 1;
	position: relative;
}
.cell .hero {
	min-height: 350px;
    position: relative;
}
.cell .hero .cell .cell-content {
	padding: 0 1rem;
}
.cell .hero .grid-x.grid-padding-x.align-middle {
	/* display: flex; */
	/* flex-direction: column; */
	min-height: 350px;
}
}
.img-bg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		min-height: 80px;
	}
.img-bg-100 {
	min-height: 100px;
}
.img-bg-125 {
	min-height: 125px;
}
.img-bg-200 {
	min-height: 200px;
}
.img-bg-200 {
	min-height: 200px;
}
.img-bg-300 {
	min-height: 300px;
}
.img-bg-400 {
	min-height: 400px;
}
.img-bg-500 {
	min-height: 500px;
}

/*CARDS*/

.card-mobile-46 {
    aspect-ratio: 4 / 6;
}

.card-mobile-54 {
    aspect-ratio: 5 / 4;
}

.card.card-w-img-bg {
    background: white no-repeat center center / cover;
}

.card.card-200 {
    min-height: 200px;
}

.card.card-300 {
    min-height: 300px;
}

.card.card-400 {
    min-height: 400px;
}

.card.card-500 {
    min-height: 500px;
}
.card .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card-section {
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.card-section {
    padding: 0.7rem;
}
.card.card-content-bottom .card-section {
    justify-content: flex-end;
}

.card-content-light {

}
.card.card-content-light h2, .card.card-content-light h3, .card.card-content-light h4, .card.card-content-light p {
    color: white;
    margin-bottom: 0.1rem;
}
.card.overlay .inner::before {
    background: linear-gradient(0deg, #0000001A 31%, #000000C4 62%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0.77;
	z-index:0;
	transition: opacity .5s ease;
}
.card.overlay:hover .inner::before {
	opacity: 0.447;
}
.card.overlay .inner::before {
    background: linear-gradient(0deg, #0000001A 31%, #000000C4 62%);
}
.card.card-content-light.overlay .inner::before {
    background: linear-gradient(0deg, #0000001A 31%, #000000C4 62%);
}
.card.overlay.card-content-bottom .inner::before {
    background: linear-gradient(180deg, #0000001A 31%, #000000C4 62%);
}
.card.card-content-dark.overlay .inner::before {
    background: linear-gradient(0deg, #ffffff1A 31%, #ffffffC4 62%);
}
.card.card-content-dark.overlay.card-content-bottom .inner::before {
    background: linear-gradient(180deg, #ffffff1A 31%, #ffffffC4 62%);
}
.card.card-content-dark.overlay.card-content-bottom .inner::before {
    background: linear-gradient(180deg, #ffffff1A 31%, #ffffffC4 62%);
}

.card-heading-block .card-section {
    padding: 0;
}

.card-heading-block .card-section h4 {
    background: #bd5118;
    padding: 0.5rem;
    margin-top: 1rem;
}

.card-heading-block.card-content-bottom .card-section h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.card-heading-block .card-section h4 {
    background: #bd5118;
    padding: 0.5rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: #fcfcfc;
    color: #000;
}
.callout.callout-with-img {
    display: flex;
}
.callout.callout-with-img p {
    font-size: 0.9rem;
    line-height: 1rem;
}
.callout.callout-with-img .callout-content {
    flex: 1;
}

.callout.callout-with-img .img-content {
    flex: 0.20;
    margin-right: 1rem;
}

.callout.callout-with-img .img-circle {
    border-radius: 100%;
    border: 2px white solid;
    /* max-height: 100px; */
}

.cson-layout .callout .button {
    font-size: 0.8rem;
    font-weight: 500;
}

.callout-content.right-content-button p{
    display:flex;
    align-items:center;
    margin:0;
    font-weight:500;
    font-size:1.2rem;
    }

button.button-cover {
    opacity: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

a.iconx3 .list-icon:first-child {
    margin-right: 1rem;
}
a.iconx3 {
    padding-left: 0.5rem;
}
.list-item .list-img {
    color: #000;
    display: block;
    width: 8%;
    font-size: 27px;
    text-align: right;
}
a.iconx3 .list-img:first-child {
    margin-right: 1rem;
}
a.iconx3 .list-icon:first-child img {
    border-radius: 100%;
    border: white 1px solid;
}

.side-menu a span {
    color: var(--e-global-color-primary) !important;
}

.side-item.side-text h3 {
    font-size: 1.1rem;
}

.side-item.side-text h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0;
}

.side-item.side-text p {
    font-size: 0.9rem;
    line-height: normal;
}

/*SHAPE DIVIDER*/
.divider-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.divider-shape-bottom {
    bottom: -1px;
    z-index: 2;
    pointer-events: none;
}
.divider-shape-top {
    top: -1px;
}
.divider-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.divider-shape .divider-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


.videoWrapper, .responsive-embed {
    margin-bottom: 0;
}
.videoWrapper, .responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.videoWrapper, .responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

ul.side-menu-sm li {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
ul.side-menu-sm {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

ul.side-menu-sm li.list-item a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 2rem;
    align-items: center;
}

ul.side-menu-sm li .link-icon {
    margin-right: 0.5rem;
}
.boxed, .row.grid-x.boxed {
    box-shadow: 0 0 7px rgb(0 0 0 / 21%);
    padding-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem!important;
}

.button-group .btnG-mobile {
    height: 1.5rem;
    font-size: 0.8rem;
    margin: 0 0 0 0.2rem;
    padding: 0 1rem;
    color: var( --e-global-color-text );
    border: 1px solid var( --e-global-color-text );
}

/*STATS PAGE*/
.numbers__container {
    padding-top:1rem;
}

.numbers__container .cell {
    padding: 1rem 0;
}

.numbers__container .pipe {
    border-bottom: 1px solid #cacaca;
}

.numbers__container .stat {
        font-size: 3rem;
}
.numbers__container sup {
    top: -2em;
    font-size: 1rem;
}
.grid-x.numbers__container h6 {
    font-weight: 600;
    margin: 0;
    font-size: 1.2rem;
}
.grid-x.numbers__container p {
    font-size: 0.9rem;
    padding: 0 0.5rem;
    line-height: 0.9rem;
    margin:0;
}
@media print, screen and (min-width: 40em){
    .numbers__container .pipe {
        border-bottom: none;
        border-right: 1px solid #cacaca;
    }
    
    .numbers__container .stat {
        font-size: 4rem;
    }
    .numbers__container .small-4 .stat {
        font-size: 7rem;
    }
    .numbers__container .small-4 .stat sup {
        top: -2.8em;
        font-size: 1.5rem;
    }
}
.numbers__container .stat {
    padding: 0.5rem 0;
}
.stat {
    color: var(--e-global-color-gulf-blue);
    font-weight: 600;
}
.cson-dnp .stat, .cson-dnp h6{
    color: var( --e-global-color-accent );
}

.cson-msn .stat, .cson-msn h6{
    color: var(--e-global-color-7bd7dc2);
}

.cson-phd .stat, .cson-phd h6{
    color: var( --e-global-color-f85c25a );
}

.cson-cpd .stat, .cson-cpd h6{
    color: var( --e-global-color-gulf-blue);
}

.pipe-dark {
    border-right: 2px rgba(0,0,0,0.21) solid;
}
.stat-bar .icon-grid.light .grid-padding-x .cell .card{
    
}
.stat-bar .icon-grid.light .grid-padding-x .cell .card {
    padding: 0;
    background: transparent;
    margin: 0.2rem;
    border: none;
    box-shadow: 0 0 7px rgb(0 0 0 / 21%);
    height: auto;
}

.card-heading-stat .stat {
    font-size: 4rem;
}

.card-heading-stat .stat sup {
    font-size: 1.4rem;
    top: -3rem;
}

.card-icon.icon-1x {
    font-size: 2rem;
}
.medium-up-4 .card-icon.icon-1x {
    font-size: 1.2rem !important;
}
.medium-up-1 .card-icon.icon-1x {
    font-size: 2rem !important;
}
.card-heading-stat h6 {
    margin: 0;
    text-align: center;
}
.icon-grid .card-section .card-heading-stat p {
    margin: 0;
    color: black;
}

.medium-up-1 .card-heading-stat .stat {
    font-size: 5.5rem;
    text-align: center;
    margin-bottom: 1rem;
}
@media print, screen and (max-width: 900px){
    .card-heading-stat .stat {
        font-size: 3rem;
    }
 
    .medium-up-1 .card-heading-stat .stat {
        font-size: 3rem;
    }
}    

.medium-up-4 .card-heading-stat .stat {
    font-size: 3rem;
    text-align: center;
}

/* HOMEPAGE */

#alertDiv {
    background: var(--grey);
    position: relative;
    padding: 1rem 2.25em 1rem 0;
    color: #fff;
}

#alertDiv i {
    font-size: 2em;
    margin-top: .75rem;
}

#alertDiv h2 {
    font-size: 1.1rem;
}

#alertDiv p {
    font-size: .9rem;
    color: #fff;
}

#alertDiv h2,
#alertDiv p {
    margin-bottom: .25rem;
}

#alertDiv a {
    text-decoration: underline;
    color: #eee;
    /*padding: 0 .5rem;*/
}

#alertDiv.levelSevere {
    background: #111;
    color: #E63D40;
    border-bottom: 2px solid #E63D40;
}

#alertDiv.levelSevere h2 {
    color: #E63D40;
}

#alertDiv.levelModerate {
    background: #333;
    color: #FB7318;
    border-bottom: 2px solid #FB7318;
}

#alertDiv.levelModerate h2 {
    color: #FB7318;
}

#alertDiv.levelLow {
    background: #555;
    color: #FFCA0A;
    border-bottom: 2px solid #FFCA0A;
}

#alertDiv.levelLow h2 {
    color: #FFCA0A;
}

.levelSevere p,.levelModerate p,.levelLow p {
    color: #eee;
}

#alertDiv .close-button {
    position: absolute;
    bottom: 0;
    color: #eee;
    transition: color .3s;
}

#alertDiv.levelSevere .close-button:hover,#alertDiv.levelSevere .close-button:focus {
    color: var(--brightred);
}

#alertDiv.levelModerate .close-button:hover, #alertDiv.levelModerate .close-button:focus, #alertDiv.levelLow .close-button:hover, #alertDiv.levelLow .close-button:focus {
    color: #000;
}

.list-item.list-item-homeHero {
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}

#uiBackgroundVideo__controller:focus {
    color: var(--uthorange);
    border-color: transparent transparent transparent var(--uthorange);
}

#uiBackgroundVideo__controller {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 20px;
    background: transparent;
    border-style: double;
    border-width: 0 0 0 16px;
    box-sizing: border-box;
    border-color: transparent transparent transparent #eee;
    transition: 100ms all ease;
    cursor: pointer;
    z-index: 99;
}

.nextstepsContainer {
    border: 0;
    margin: 2em 0;
}

.nextstepsText {
    padding: 1.5rem;
}

.nextstepsImage p {
    margin:0;
}

h3.cpd-heading  {
    font-size: 1.7rem;
    text-align: center;
    margin: 0 0 1.5rem 0;
}

.homeHero {
    position:relative;
}

.full-width.csonHomeHeroBack {
    background-color: var(--e-global-color-gulf);
}

.hero-wrapper {
    position: relative;
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 4;
}

.left-content.homehero-left {
    position: relative;
    z-index: 10;
}

.right-content.has-nav {
    padding: 2vh 0;
    z-index: 10;
}

.menu a.iconx3 {
    padding: 0.35rem 0.75rem;
}

#givingBackCTA a {
    color:#fff;
}


/*LOCK ICONS*/
.locked:before {
    display: inline-block;
    margin-right: 5px;
    width: max(.8rem,.8cap);
    height: max(.8rem,.8cap);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23000000' d='M224 32c53 0 96 43 96 96v64H128V128c0-53 43-96 96-96zM96 128v64H80c-44.2 0-80 35.8-80 80V432c0 44.2 35.8 80 80 80H368c44.2 0 80-35.8 80-80V272c0-44.2-35.8-80-80-80H352V128C352 57.3 294.7 0 224 0S96 57.3 96 128zM80 224H368c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48zm160 88c0-8.8-7.2-16-16-16s-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V312z'/%3E%3C/svg%3E");
}

.locked-light:before {
    display: inline-block;
    margin-right: 5px;
    width: max(.7rem,.7cap);
    height: max(.7rem,.7cap);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M224 32c53 0 96 43 96 96v64H128V128c0-53 43-96 96-96zM96 128v64H80c-44.2 0-80 35.8-80 80V432c0 44.2 35.8 80 80 80H368c44.2 0 80-35.8 80-80V272c0-44.2-35.8-80-80-80H352V128C352 57.3 294.7 0 224 0S96 57.3 96 128zM80 224H368c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48zm160 88c0-8.8-7.2-16-16-16s-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V312z'/%3E%3C/svg%3E");
}


/* MEDIA QUERIES */
@media only screen and (min-width: 40em) {
#alertDiv h2 {
font-size: 1.5rem;
}
}

@media only screen and (min-width: 64em) {
#alertDiv h2 {
font-size: 2rem;
}
}

@media only screen and (max-width: 1023px) {
   .homeHero > .cson-background-video-container {
       display:none;
}
}