/*
Theme Name: VyFi
Theme URI: http://vyfi.site2x.com
Author: Jeremiah Lewis
Author URI: http://www.raoust.com/
Description: VyFi
Version: 2.0
Tags: orange, teal, gray, orange, white
Text Domain: vyfi.site2x.com
*/
body,
html {
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
}

:root {
    --teal: #22768e;
    --orange: #d2461e;
    --charcoal: #52595f;
    --dust: #dfe0e2;
    --cloud: #d9f4fb;
    --cloud2: #e8f8fd;
    --white: #ffffff;
    --black: #000000;
}

/* Flex Alignment */
.flex-vertical-top .columns {
    align-items: start;
}

.flex-vertical-middle .columns {
    align-items: center;
}

.flex-vertical-bottom .columns {
    align-items: end;
}

.flex-vertical-top-important .columns {
    align-items: start !important;
}

.flex-vertical-middle-important .columns {
    align-items: center !important;
}

.flex-vertical-bottom-important .columns {
    align-items: end !important;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--orange);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0;
    z-index: 999;
}

#username-field {
    position: absolute;
    left: -999999999px;
}

.spot-close-btn {
    position: absolute;
    top: 0px;
    left: calc(100% - 68px);
    color: var(--white);
    background: var(--teal);
    padding: 5px 5px 5px 5px;
    width: 68px;
    border-radius: 0px 0px 0px 5px;
    z-index: 4;
    border: 1px solid var(--teal);
    border-top: none;
    border-right: none;
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: 0.2s ease;
}

.spot-close-btn:hover {
    color: var(--teal);
    background: var(--white);
    border: 1px solid var(--teal);
    border-top: none;
    border-right: none;
}

.spotify {
    position: absolute;
    top: 0px;
    right: 20px;
    margin: 0px auto;
    max-width: 450px;
    background: var(--white);
    z-index: 10;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 3px 12px 10px rgba(0, 0, 0, .5);
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
}

@media (max-width: 840px) {
    .spotify {
        top: 0px;
        left: 5px;
        right: 5px;
        margin: 0px auto;
        width: calc(100% - 10px);
        z-index: 10;
        padding: 10px;
        border-radius: 0px 0px 8px 8px;
        box-shadow: 3px 12px 10px rgba(0, 0, 0, .5);
    }

    .spot-close-btn {
        position: relative;
    }
}

a {
    background-color: transparent;
}

.inner-child-block {
    display: block !important;
    width: 100%;
    height: 135px;
}

.callout {
    display: flex;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    transition: 0.2s ease;
    background-color: var(--dust);
}

.precall,
.postcall {
    vertical-align: middle;
}

.callout:hover {
    background-color: var(--teal);
    color: var(--white);
}

.hidden-excerpt {
    display: none;
}

.callout:hover .pg-title {
    display: none;
}

.callout:hover .hidden-excerpt {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.noscroll {
    overflow: hidden;
}

.progress {
    color: var(--orange);
}

progress[value]::-webkit-progress-value {
    background-color: var(--orange);
}

progress[value]::-moz-progress-bar {
    background-color: var(--orange);
}

header {
    position: relative;
    z-index: 1000;
}

.topheader,
.bottomheader {
    position: relative;
    z-index: 0;
}

.middleheader {
    position: relative;
    z-index: 1;
}

.main-wrapper {
    position: relative;
    z-index: 1;
}


/* NEW HOME HERO */
.hero-minimal {
	min-height: 72vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-content {
	padding: 6rem 1.5rem;
}

.hero-headline {
	font-size: clamp(3rem, 7vw, 5.75rem);
	line-height: 1.05;
	max-width: 1100px;
	margin: 0 auto 1.75rem auto;
}

.hero-tagline {
	font-size: 1.2rem;
	line-height: 1.8;
	max-width: 760px;
	margin: 0 auto;
	opacity: .95;
}

.hero-actions {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.hero-actions .btn {
	min-width: 240px;
	padding: .9rem 1.5rem;
}

.hero-actions .btn-link {
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 6px;
	transition: all .2s ease;
}

.hero-actions .btn-link:hover {
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.6);
}

@media (max-width: 600px) {

	.hero-content {
		padding: 4rem 1rem;
	}

	.hero-actions {
		flex-direction: column;
	}

	.hero-actions .btn {
		width: 100%;
		max-width: 320px;
	}
}
/* END HOME HERO */

/*MOBILE MENU HAMBURGER */
@media (max-width: 600px) {
    header {
        top: 0;
        position: fixed;
    }
}

.btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-menu:focus {
    outline: none;
}

.btn-menu__text {
    margin-left: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
}

.btn-menu__bars {
    display: block;
    position: relative;
    width: 30px;
    height: 4px;
    background-color: var(--teal);
    transition: 0.3s;
}

.btn-menu__bars:before,
.btn-menu__bars:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--teal);
    transition: 0.3s;
}

.btn-menu__bars:before {
    transform: translate(0, -11px);
}

.btn-menu__bars:after {
    transform: translate(0, 11px);
}

.menu-open .btn-menu .btn-menu__bars {
    background-color: transparent;
}

.menu-open .btn-menu .btn-menu__bars:before {
    transform: rotate(45deg);
}

.menu-open .btn-menu .btn-menu__bars:after {
    transform: rotate(-45deg);
}

.visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*TEXT COLOR*/
.text-teal,
.text-teal:visited {
    color: var(--teal);
}

.text-orange,
.text-orange:visited {
    color: var(--orange);
}

.text-white,
.text-white:visited {
    color: var(--white);
}

.text-black,
.text-black:visited {
    color: var(--black);
}

.text-charcoal,
.text-charcoal:visited {
    color: var(--charcoal);
}

.text-dust,
.text-dust:visited {
    color: var(--dust);
}

.text-cloud,
.text-cloud:visited {
    color: var(--cloud);
}

/*BACKGROUNDS */
.bg-teal {
    background-color: var(--teal);
}

.bg-orange {
    background-color: var(--orange);
}

.bg-white {
    background-color: var(--white);
}

.bg-black {
    background-color: var(--black);
}

.bg-charcoal {
    background-color: var(--charcoal);
}

.bg-dust {
    background-color: var(--dust);
}

.bg-cloud {
    background-color: var(--cloud);
}

.bg-cloud2 {
    background-color: var(--cloud2);
}

.bg-grad {
    background: rgb(83, 90, 96);
    background: linear-gradient(0deg, rgba(83, 90, 96, 1) 0%, rgba(52, 55, 60, 1) 100%);
}

.bg-php {
    background-color: rgba(255, 255, 255, .95);
}

.bg-dust-grad {
    background: rgb(223, 224, 226);
    background: linear-gradient(0deg, rgba(223, 224, 226, 1) 0%, rgba(255, 255, 255, 1) 80%);
}

.bg-dust-grad-rev {
    background: rgb(223, 224, 226);
    background: linear-gradient(180deg, rgba(223, 224, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/*animated buttons */
a:focus {
    box-shadow: none;
}

/*
a:not(.no-transition) {
    transition: all .8s ease;
}
*/
a.btn {
    text-decoration: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    background-size: 200% 100%;
}

.btn-orange,
.btn-teal {
    padding: 16px 34px 16px 60px;
}

.btn.btn-orange {
    background: var(--orange);
    color: var(--white);
    border: 1px solid transparent;

    background-image: linear-gradient(to right, #d2461e, #c53e18, #cd3e15, #dd5a34);
}

.btn.btn-teal {
    background: var(--teal);
    color: var(--white);
    border: 1px solid transparent;

    background-image: linear-gradient(to right, #33879f, #146177, #1a5a6d, #1b5566);

}

.btn:hover {
    background-position: 100% 0;

    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn.btn-orange:hover {
    box-shadow: 0 1px 5px 0 rgba(210, 70, 30, 0.55);
}

.btn.btn-teal:hover {
    box-shadow: 0 1px 5px 0 rgba(25, 87, 105, 0.55);
}

.text-shadow {
    text-shadow: 2px 1px 1px rgb(84 84 84);
}

.pagetitle {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.67);
}

.btn {
    border-radius: 8.5px;
    min-width: 140px;
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
    /*font-size: 15px;*/
    /*font-weight: 400;*/
    letter-spacing: .5px;
    /*line-height: 15px;*/
    margin: 2px 0px 2px 0px;
    padding: 13px 19px 13px 19px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.imageContainer {
    max-width: 1900px;
    height: 100%;
    overflow: hidden;
}

.google,
.apple {
    text-indent: -9999em;
    white-space: none;
    border: none !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 200px;
}

.hcway {
    text-align: center;
    display: block;
}

.hcway p {}

.hcway div a {
    margin: auto;
    padding: 20px 35px 20px 35px;
    display: inline-block;
    margin: 0 30px;
}

.anchor-link a {
    background: var(--orange);
    color: var(--white);
    padding: 6px 10px;
    border-radius: 6px;
    max-width: 180px;
}

.anchor-link a:hover {
    background: var(--charcoal);
    color: var(--white);
}

.inactive {
    display: none;
}

.form-input {
    background: #deecef;
    border: 1px solid #deecef;
    padding: 0.45rem 0.25rem;
    height: unset;
    border-radius: 6px 0 0 6px !important;
}

.ext-input {
    border-radius: 0px 6px 6px 0px !important;
}

.cpc-form .form-input {
    border: 1px solid #000;
}

.search-form .form-input {
    background: #fff;
    width: 150px !important;
}

.form-input:focus {
    outline: 2px solid var(--orange) !important;
}
}

.form-input[type=text]:focus,
.form-input[type=email]:focus,
.form-input[type=number]:focus {
    color: #4b515d;
    border: 1px solid #B8B6B6;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.input-group-btn {
    background-color: #0d7ccc;
    color: #ffffff;
    border-color: #0d7ccc;
    padding: 0.45rem 0.25rem;
    margin: 0 0 0 0;
    min-width: 50px;
}

.input-group-btn:active,
.input-group-btn:hover {
    background-color: #055c8b;
    color: #ffffff;
    border-color: #055c8b;
}

.form-group .error {
    color: #ee5561;
    font-size: .8em;
    font-weight: normal;
    margin: 5px 0 0 0;
}

/* VALIDATION */
.parsley-errors-list {
    position: absolute;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.parsley-errors-list li {
    position: relative;
    list-style: none;
    padding: 0 0 0 0px;
    margin: 5px 0 0 0;
    font-size: .8rem;
    color: #ff2424;
}

.indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

.error_msg {
    display: block;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    top: 6px;
    font-size: .9em;
    color: #545454;
    background: #fff;
    padding: 0 0;
    width: 100%;
    z-index: 1;
}

.error_msg span {
    color: #820208;
    padding: 0 0;
}

.tooltip::after {
    text-align: center;
    padding: .5rem .75rem;
}

input:-ms-input-placeholder {
    color: var(--teal) !important;
}

input::-webkit-input-placeholder {
    color: var(--teal) !important;
}

input:-moz-placeholder {
    color: var(--teal) !important;
}

input::-moz-placeholder {
    color: var(--teal) !important;
}

/*
.child-content p {
	text-align: left;
}
*/
p.name {}

.partnerphoto {
    border-radius: 50%;
}


/*==================================================
  $Helpers
  ==================================================*/
.menupromo {
    align-items: center;
}

.navcol {
    border-right: 1px solid #a3ab5e;
}

.variableproms {
    border-top: 1px solid #a3ab5e;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn--hidden {
    pointer-events: none;
    opacity: 0;
}

.logo {
    margin: 0 0 0 0;
    width: 100%;
    max-width: 300px;
}

.table {
    border: 1px solid #979797;
}

.table th {
    padding: .9rem .4rem;
    background-color: #f4f9fc;
}

.table th,
.table td {
    border-bottom: .05rem solid #979797;
    border-left: .05rem solid #979797;
}

.table th:first-child,
.table td:first-child {
    border-left: none;
}

.table th a {
    color: #1d1d1d;
}

.tablefa {
    color: #810005;
}


.card {
    border: none;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.card-image img,
.card-lead {
    transition: all 0.3s ease-in-out;
}

.card-title {
    color: #262626;
    font-weight: 400;
    transition: all 0.125s ease-in-out;
}

.card-subtitle {
    color: #575757;
    transition: all 0.3s ease-in-out;
}

.cardbox {
    border: 1px solid #ccc;
}

.card:hover {
    transform: translate(0, -5px);
}

.card:hover .card-image img {
    transform: translate(0, -5px);
}

.card:hover .card-lead {
    transform: translate(0, -3px);
}

/* The fast way */
.cardlink .card-image {
    position: relative;
    -webkit-box-shadow: -10px -10px 0px 0px rgba(252, 193, 65, 0);
    -moz-box-shadow: -10px -10px 0px 0px rgba(252, 193, 65, 0);
    box-shadow: -10px -10px 0px 0px rgba(252, 193, 65, 0);
    transition: all 0.3s ease-in-out;
}

/* Pre-render the bigger shadow, but hide it */
.cardlink .card-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: -10px -10px 0px 0px rgba(252, 193, 65, 1);
    -moz-box-shadow: -10px -10px 0px 0px rgba(252, 193, 65, 1);
    box-shadow: -10px -10px 0px 0px rgba(252, 193, 65, 1);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Transition to showing the bigger shadow on hover */
.cardlink:hover .card-image {
    transform: scale(1.025, 1.025);
}

.cardlink:hover .card-image::after {
    opacity: 1;
}

/* LIST BOX */
ul.list-box li {
    margin: 0 0 10px 0;
}

ul.no-bullet {
    list-style: none;
}

ul.footerlist.no-bullet li {
    margin: 0 0 7px 0;
}

.fa-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: var(--fa-li-margin, 1.5em);
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit;
}

.breadcrumb-list {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul.breadcrumb-list li {
    position: relative;
    display: inline-block;
    margin: 0 5px 0px 5px;
}

ul.breadcrumb-list li:first-child {
    margin-left: 0px;
}

ul.breadcrumb-list li:after {
    display: inline-block;
    position: relative;
    content: '⇢';
    margin-left: 5px;
}

ul.breadcrumb-list li:last-child:after {
    content: '';
}

ul.breadcrumb-list li a {
    color: var(--black);
    background-color: var(--white);
}

/* TABS */
.tabList {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0px auto 0px 0px;
    display: flex;
    justify-content: start;
    width: 100%;
    text-align: left;
    z-index: 5;
}

ul.tabs li {
    position: relative;
    list-style: none;
    text-align: center;
    flex: 0 1 auto;
    margin: 0px 0px 0px 0px;
    padding: 0 0px;
    border: none;
}

ul.tabs li::before {
    content: '';
    display: none;
}

ul.tabs li a {
    position: relative;
    display: block;
    padding: 10px 13px 10px 13px;
    margin: 0 0 0px 0px;
    background: #ffffff;
    color: #282828;
    font-weight: 500;
    border: 1px solid #102038;
    border-bottom: none;
    -webkit-transition: background 200ms, border-color 200ms linear;
    -moz-transition: background 200ms, border-color 200ms linear;
    -o-transition: background 200ms, border-color 200ms linear;
    transition: background 200ms, border-color 200ms linear;
}

.tabList a {
    position: relative;
    display: block;
    border-top: none;
    width: 100%;
    background: #ffffff;
    overflow: auto;
    margin: 0px 0 20px 0;
    padding: 10px 13px 10px;
    border: 1px solid #102038;
}

ul.tabs a.selected {
    background: #102038;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #102038;
    border-bottom: none;
}

ul.tabs li.selected::after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #102038;
    clear: both;
}

.tabList a:hover,
.tabList a:focus {
    background-color: #ccc;
}

.tabList a:link,
.tabList a:visited,
.tabList a:hover,
.tabList a:focus,
.tabList a:active {
    text-decoration: none;
    color: #4B4B4B;
}

.tabList a:hover,
.tabList a:focus {
    background-color: #ccc;
}

.tabPanel {
    clear: left;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #102038;
    border-radius: 0;
    background-color: #ffffff;
    display: none;
}

.tabPanel.active {
    display: block;
}

.fa-ul li span {
    color: #005e8e;
}

/*fixes*/
button {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: none;
}

button.hamburger {
    height: auto;
}

button.hamburger:hover,
button:focus {
    background-color: transparent;
    border-color: transparent;
}

/* SELECTOR */
.visually-hidden {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


.divider {
    border-top: .05rem solid var(--dust);
}

.divider[data-content]::after,
.divider-vert[data-content]::after {
    background: #fff;
    color: #3b4351;
    content: attr(data-content);
    display: inline-block;
    font-size: 1.7rem;
    padding: 0 .4rem;
    transform: translateY(-1.35rem);
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.search-form {
    float: right;
}

@media screen and (max-width: 960px) {
    .search-form {
        float: none;
        display: block;
    }
}

@media screen and (max-width: 840px) {
    .tabList {
        display: block;
    }

    ul.tabs li {
        flex: unset;
        display: block;
        width: 100%;
    }

    ul.tabs li a {
        border: 1px solid #a5a5a5;
        border-left: 1px solid #a5a5a5;
        border-bottom: 1px solid #a5a5a5;
    }

    .search-form {
        float: none;
        display: block;
    }
}

/*custom framework*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: inherit;
    line-height: 1.2;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
}

.font-sansserif {
    font-family: 'Public Sans', Helvetica, Arial, sans-serif;
}

.font-serif {
    font-family: Times New Roman, Georgia, serif;
}

.radius0 {
    border-radius: 0
}

.radius1 {
    border-radius: 1px
}

.radius2 {
    border-radius: 2px
}

.radius3 {
    border-radius: 3px
}

.radius4 {
    border-radius: 4px
}

.radius5 {
    border-radius: 5px
}

.radius6 {
    border-radius: 6px
}

.radius7 {
    border-radius: 7px
}

.radius8 {
    border-radius: 8px
}

.radius9 {
    border-radius: 9px
}

.radius10 {
    border-radius: 10px
}

.radius11 {
    border-radius: 11px
}

.radius12 {
    border-radius: 12px
}

.radius13 {
    border-radius: 13px
}

.radius14 {
    border-radius: 14px
}

.radius15 {
    border-radius: 15px
}

.radius16 {
    border-radius: 16px
}

.radius17 {
    border-radius: 17px
}

.radius18 {
    border-radius: 18px
}

.radius19 {
    border-radius: 19px
}

.radius20 {
    border-radius: 20px
}

.radius21 {
    border-radius: 21px
}

.radius22 {
    border-radius: 22px
}

.radius23 {
    border-radius: 23px
}

.radius24 {
    border-radius: 24px
}

.radius25 {
    border-radius: 25px
}

.radius26 {
    border-radius: 26px
}

.radius27 {
    border-radius: 27px
}

.radius28 {
    border-radius: 28px
}

.radius29 {
    border-radius: 29px
}

.radius30 {
    border-radius: 30px
}

.radius31 {
    border-radius: 31px
}

.radius32 {
    border-radius: 32px
}

.radius33 {
    border-radius: 33px
}

.radius34 {
    border-radius: 34px
}

.radius35 {
    border-radius: 35px
}

.radius36 {
    border-radius: 36px
}

.radius37 {
    border-radius: 37px
}

.radius38 {
    border-radius: 38px
}

.radius39 {
    border-radius: 39px;
}

.radius40 {
    border-radius: 40px
}

.radius41 {
    border-radius: 41px
}

.radius42 {
    border-radius: 42px
}

.radius43 {
    border-radius: 43px
}

.radius44 {
    border-radius: 44px
}

.radius45 {
    border-radius: 45px
}

.radius46 {
    border-radius: 46px
}

.radius47 {
    border-radius: 47px
}

.radius48 {
    border-radius: 48px
}

.radius49 {
    border-radius: 49px
}

.radius50 {
    border-radius: 50px
}

.radius51 {
    border-radius: 51px
}

.radius52 {
    border-radius: 52px
}

.radius53 {
    border-radius: 53px
}

.radius54 {
    border-radius: 54px
}

.radius55 {
    border-radius: 55px
}

.radius56 {
    border-radius: 56px
}

.radius57 {
    border-radius: 57px
}

.radius58 {
    border-radius: 58px
}

.radius59 {
    border-radius: 59px
}

.radius60 {
    border-radius: 60px
}

.radius61 {
    border-radius: 61px
}

.radius62 {
    border-radius: 62px
}

.radius63 {
    border-radius: 63px
}

.radius64 {
    border-radius: 64px
}

.radius65 {
    border-radius: 65px
}

.radius66 {
    border-radius: 66px
}

.radius67 {
    border-radius: 67px
}

.radius68 {
    border-radius: 68px
}

.radius69 {
    border-radius: 69px
}

.radius70 {
    border-radius: 70px
}

.radius71 {
    border-radius: 71px
}

.radius72 {
    border-radius: 72px
}

.radius73 {
    border-radius: 73px
}

.radius74 {
    border-radius: 74px
}

.radius75 {
    border-radius: 75px
}

.radius76 {
    border-radius: 76px
}

.radius77 {
    border-radius: 77px
}

.radius78 {
    border-radius: 78px
}

.radius79 {
    border-radius: 79px;
}

.radius80 {
    border-radius: 80px
}

.radius81 {
    border-radius: 81px
}

.radius82 {
    border-radius: 82px
}

.radius83 {
    border-radius: 83px
}

.radius84 {
    border-radius: 84px
}

.radius85 {
    border-radius: 85px
}

.radius86 {
    border-radius: 86px
}

.radius87 {
    border-radius: 87px
}

.radius88 {
    border-radius: 88px
}

.radius89 {
    border-radius: 89px;
}

.radius90 {
    border-radius: 90px
}

.radius91 {
    border-radius: 91px
}

.radius92 {
    border-radius: 92px
}

.radius93 {
    border-radius: 93px
}

.radius94 {
    border-radius: 94px
}

.radius95 {
    border-radius: 95px
}

.radius96 {
    border-radius: 96px
}

.radius97 {
    border-radius: 97px
}

.radius98 {
    border-radius: 98px
}

.radius99 {
    border-radius: 99px;
}

.radius100 {
    border-radius: 100px;
}

.tdwidth0 {
    width: 0
}

.tdwidth1 {
    width: 1%
}

.tdwidth2 {
    width: 2%
}

.tdwidth3 {
    width: 3%
}

.tdwidth4 {
    width: 4%
}

.tdwidth5 {
    width: 5%
}

.tdwidth6 {
    width: 6%
}

.tdwidth7 {
    width: 7%
}

.tdwidth8 {
    width: 8%
}

.tdwidth9 {
    width: 9%
}

.tdwidth10 {
    width: 10%
}

.tdwidth11 {
    width: 11%
}

.tdwidth12 {
    width: 12%
}

.tdwidth13 {
    width: 13%
}

.tdwidth14 {
    width: 14%
}

.tdwidth15 {
    width: 15%
}

.tdwidth16 {
    width: 16%
}

.tdwidth17 {
    width: 17%
}

.tdwidth18 {
    width: 18%
}

.tdwidth19 {
    width: 19%
}

.tdwidth20 {
    width: 20%
}

.tdwidth21 {
    width: 21%
}

.tdwidth22 {
    width: 22%
}

.tdwidth23 {
    width: 23%
}

.tdwidth24 {
    width: 24%
}

.tdwidth25 {
    width: 25%
}

.tdwidth26 {
    width: 26%
}

.tdwidth27 {
    width: 27%
}

.tdwidth28 {
    width: 28%
}

.tdwidth29 {
    width: 29%
}

.tdwidth30 {
    width: 30%
}

.tdwidth31 {
    width: 31%
}

.tdwidth32 {
    width: 32%
}

.tdwidth33 {
    width: 33%
}

.tdwidth34 {
    width: 34%
}

.tdwidth35 {
    width: 35%
}

.tdwidth36 {
    width: 36%
}

.tdwidth37 {
    width: 37%
}

.tdwidth38 {
    width: 38%
}

.tdwidth39 {
    width: 39%
}

.tdwidth40 {
    width: 40%
}

.tdwidth41 {
    width: 41%
}

.tdwidth42 {
    width: 42%
}

.tdwidth43 {
    width: 43%
}

.tdwidth44 {
    width: 44%
}

.tdwidth45 {
    width: 45%
}

.tdwidth46 {
    width: 46%
}

.tdwidth47 {
    width: 47%
}

.tdwidth48 {
    width: 48%
}

.tdwidth49 {
    width: 49%
}

.tdwidth50 {
    width: 50%
}

.tdwidth51 {
    width: 51%
}

.tdwidth52 {
    width: 52%
}

.tdwidth53 {
    width: 53%
}

.tdwidth54 {
    width: 54%
}

.tdwidth55 {
    width: 55%
}

.tdwidth56 {
    width: 56%
}

.tdwidth57 {
    width: 57%
}

.tdwidth58 {
    width: 58%
}

.tdwidth59 {
    width: 59%
}

.tdwidth60 {
    width: 60%
}

.tdwidth61 {
    width: 61%
}

.tdwidth62 {
    width: 62%
}

.tdwidth63 {
    width: 63%
}

.tdwidth64 {
    width: 64%
}

.tdwidth65 {
    width: 65%
}

.tdwidth66 {
    width: 66%
}

.tdwidth67 {
    width: 67%
}

.tdwidth68 {
    width: 68%
}

.tdwidth69 {
    width: 69%
}

.tdwidth70 {
    width: 70%
}

.tdwidth71 {
    width: 71%
}

.tdwidth72 {
    width: 72%
}

.tdwidth73 {
    width: 73%
}

.tdwidth74 {
    width: 74%
}

.tdwidth75 {
    width: 75%
}

.tdwidth76 {
    width: 76%
}

.tdwidth77 {
    width: 77%
}

.tdwidth78 {
    width: 78%
}

.tdwidth79 {
    width: 79%
}

.tdwidth80 {
    width: 80%
}

.tdwidth81 {
    width: 81%
}

.tdwidth82 {
    width: 82%
}

.tdwidth83 {
    width: 83%
}

.tdwidth84 {
    width: 84%
}

.tdwidth85 {
    width: 85%
}

.tdwidth86 {
    width: 86%
}

.tdwidth87 {
    width: 87%
}

.tdwidth88 {
    width: 88%
}

.tdwidth89 {
    width: 89%
}

.tdwidth90 {
    width: 90%
}

.tdwidth91 {
    width: 91%
}

.tdwidth92 {
    width: 92%
}

.tdwidth93 {
    width: 93%
}

.tdwidth94 {
    width: 94%
}

.tdwidth95 {
    width: 95%
}

.tdwidth96 {
    width: 96%
}

.tdwidth97 {
    width: 97%
}

.tdwidth98 {
    width: 98%
}

.tdwidth99 {
    width: 99%
}

.tdwidth100 {
    width: 100%
}

/* Accessibility */
.sr-only,
.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

*:active.non-keyboard-outline,
*:focus.non-keyboard-outline {
    outline: 2px solid #d71ef7 !important;
}

/*
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); }
*/