﻿@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:"vag-regular";
	src:url("fonts/VAGRound.eot");
	src:url("fonts/VAGRound.eot") format("eot"),
	url("fonts/VAGRound.woff") format("woff"),
	url("fonts/VAGRound.ttf") format("truetype"),
	url("fonts/VAGRound.svg") format("svg");
}

@font-face{
	font-family:"vag-regular2";
	src:url("fonts/VAGRoundedBT.eot");
	src:url("fonts/VAGRoundedBT.eot") format("eot"),
	url("fonts/VAGRoundedBT.woff") format("woff"),
	url("fonts/VAGRoundedBT.ttf") format("truetype"),
	url("fonts/VAGRoundedBT.svg") format("svg");
}
@font-face{
	font-family:"vag-black";
	src:url("fonts/vagroundedstd-black-webfont.eot");
	src:url("fonts/vagroundedstd-black-webfont.eot") format("eot"),
	url("fonts/vagroundedstd-black-webfont.woff") format("woff"),
	url("fonts/vagroundedstd-black-webfont.ttf") format("truetype"),
	url("fonts/vagroundedstd-black-webfont.svg") format("svg");
}
@font-face{
	font-family:"vag-bold";
	src:url("fonts/vagroundedstd-bold-webfont.eot");
	src:url("fonts/vagroundedstd-bold-webfont.eot") format("eot"),
	url("fonts/vagroundedstd-bold-webfont.woff") format("woff"),
	url("fonts/vagroundedstd-bold-webfont.ttf") format("truetype"),
	url("fonts/vagroundedstd-bold-webfont.svg") format("svg");
}
@font-face{
	font-family:"vag-light";
	src:url("fonts/vagroundedstd-light-webfont.eot");
	src:url("fonts/vagroundedstd-light-webfont.eot") format("eot"),
	url("fonts/vagroundedstd-light-webfont.woff") format("woff"),
	url("fonts/vagroundedstd-light-webfont.ttf") format("truetype"),
	url("fonts/vagroundedstd-light-webfont.svg") format("svg");
}
@font-face{
	font-family:"vag-thin";
	src:url("fonts/vagroundedstd-thin-webfont.eot");
	src:url("fonts/vagroundedstd-thin-webfont.eot") format("eot"),
	url("fonts/vagroundedstd-thin-webfont.woff") format("woff"),
	url("fonts/vagroundedstd-thin-webfont.ttf") format("truetype"),
	url("fonts/vagroundedstd-thin-webfont.svg") format("svg");
}



/* 1. GRID */
#wl_wrapper_960 {max-width:960px;margin: 0 auto;}
/* 2. GENERAL */
.orange {
    color: #999;
}
.blue {
    color: #333;
}
.purple {
    color: #666666;
}
.footerlogo {
    margin-left: 15%;
    margin-top: 3px;
}
.footertext {
    font-size: 11px;
    color: #333333;
    float: right;
    text-align: justify;
    line-height: 15px;
}
.footer-text {
    color: inherit;
}

.footerbox {
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    background-color: transparent;
    color: #333333;
    padding: 15px;
    margin-top: 0px;
    width: 960px;
}
.footertext p {
    font-family: inherit;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.0;
    margin-bottom: 0.5rem;
    text-rendering: optimizeLegibility;
}

#WL-footer {display: block;}
.fa-paw.paw-colour {color:#999;margin-right:10px;font-size: 125%;}

.pricing-table .subtitle {
    padding: 0.55rem 0.25rem 0.5rem 0.25rem;
    text-align: center;
    font-weight: normal;
    font-size: 0.8rem;
    font-family: "vag-light", Arial, Helvetica, sans-serif;
    font-family: "vag-light", Arial, Helvetica, sans-serif;
    border-bottom: #ccc thin dotted;
}
.summary-box {
    font-size: 0.85em;
    font-family: "vag-light", Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    text-align: left;
    color: #333;
}
.upgrade_large {
    border-right: 0px #ccc dotted;
}

.ui-widget-header {
    border: 1px solid #999;
    background: #333;
    color: #fff;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #555;
}
/* 3. Typography */
body {font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;}
h1 {font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    color: #fff;
    background: #1b3d6e;
    padding: 7px 15px 7px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.6em;}
H2 {font-family: inherit;color:inherit;}
H3 {font-family: inherit;color:inherit;}
H4 {font-family: inherit;color:inherit;}
H5 {font-family: inherit;font-weight: 600;color:#999;}
H6 {font-family: inherit;color:inherit;}
ul.form-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #474747;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
}

li.form-menu-list {
    float: left;
}

li.form-menu-list a {
    display: block;
    color: #f5f5f5;
    text-align: center;
    padding: 8px 24px;
    text-decoration: none;
    font-size: 0.8em;
}

li.form-menu-list a:hover {
    background-color: #111111;
}
a {
    color: #1b3d6e;
    text-decoration: none;
    line-height: inherit;
}
a:link {
    color: #333;
    font-weight: 500;
}
.alert-box-copy a:hover {
    color: #999;
    font-weight: 500;
}
.page_title {
    font-family: inherit;
    color: #333;
}
.extra-title-purple {
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 0.9rem;
    padding-top: 5px;
}
.container-total-title {color: inherit;}

.has-tip-table {
    font-size: 100%;
}
/* 4. Forms */
form {font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;}
fieldset {
    border: 1px solid #999;
}
fieldset legend {
    color: #999;
    font-size: 1.25rem;
}
fieldset #Step1Container {padding: 1em;}
fieldset#Step1Container {padding: 1em;}
fieldset #Step2Container {padding: 1em;}
fieldset#Step2Container {padding: 1em;}

form select {
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    display: inline;
    padding: 0.5em;
    color: #474747;
    border: 1px solid #bbb;
    background: #fff;
}
select:active {
    background-color: #f3f3f3;
    border-color: #999999;
}
input.button.small {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    background: #474747;
    border-color: #ccc;
    filter: none;
    zoom: 1;
    overflow: visible;
}
.panel label.form-label {
    font-size: 0.75rem;
    color: #474747;
}
.payment_title {
    font-family: "vag-thin", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}
label {
    color: #333;
    font-weight: 500;
}
.iyp-theme .iyp-nav li.iyp-active .iyp-nav-subtext, .iyp-theme .iyp-nav li.iyp-nav-link:not(.iyp-nav-step-disabled):hover .iyp-nav-subtext {
    color: #333;
}

.iyp-theme .iyp-nav-link .iyp-nav-subtext {
    color: #999;
    font-family: "vag-thin", Arial, Helvetica, sans-serif;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    font-family: "vag-thin", Arial, Helvetica, sans-serif;
}
/* 5. Buttons */
.processingButton {background:#555;}
button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1rem;
    background: green;
    border-color: #cccccc;
    color: white;
    transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #999;
}
input[type="submit"].button-IYP, input[type="button"].button-IYP {
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: center;
    font-size: 1.5em;
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    font-weight: 500;
    position: relative;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: #333;
    border: 0px solid #ccc;
    color: #fff;
    transition: all 0.5s;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
input[type="submit"].button-IYP:after, input[type="button"].button-IYP:after {
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: center;
    font-size: 1.5em;
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    font-weight: 500;
    position: relative;
    top: 16px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 1em;
    background: #cc0066;
    border: 0px solid #ccc;
    color: #fff;
    transition: all 0.5s;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
input[type="submit"].button-IYP:hover, input[type="button"].button-IYP:hover {
    text-decoration: none;
    background-color: #999;
}
.select-cl button, select-cl .button {
    background: green;
    border-color: #cccccc;
    color: white;
    transition: background-color 300ms ease-out;
}

#SelectBtn_2 button, #SelectBtn_2 .button {
    background: green;
    border-color: #cccccc;
    color: white;
    transition: background-color 300ms ease-out;
}
#SelectBtn_2.button {
    background: green;
    border-color: #cccccc;
    color: white;
    transition: background-color 300ms ease-out;
}

.upgrade_buttons .button {
    background: green;
    border-color: #cccccc;
    color: white;
    transition: background-color 300ms ease-out;
}

/* 6. Button Group */
/* 7. Slider */
/* 8. Switch */

/* NAVIGATION */
/* 9. Menu */
/* 10. Title Bar */
/* 11. Top Bar */
/* 12. Breadcrumbs */
/* 13. Pagination */

/* CONTAINERS */
/* 14. Accordion */
.accordion .accordion-navigation > a, .accordion dd > a {
    background: #fff;
    color: inherit;
    font-family: inherit;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: #555;
    color: #fff;
    text-decoration: none;
}

.accordion dd.active a {
    color: #999;
    text-decoration: underline;
    font-family: inherit;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
	background-color:#ccc;
    /*background: #999;*/
	color: inherit;
    /*border-bottom: thin #fff dotted;*/
}
.cardUsed {
    background: #0f7bdc;
    color: #ffffff;
}
/* 15. Dropdown */
/* 16. Tabs */
.tabs dd.active a, .tabs .tab-title.active a {
    color: #fff;
    font-family: inherit;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #333;
}
.tabs-content > .content.active {
    background-color: #333;
    border: #555 0px solid;
    color: #999;
}

.tabs dd > a, .tabs .tab-title > a {
    outline: none;
    display: block;
    background-color: #EFEFEF;
    color: #555;
    padding: 0.1rem 1rem;
    font-family: inherit;
    font-size: 12px;
}

/* 17. Panel */
#choose ul li {
    /*background: url(images/paw_bullet_green.png) no-repeat 0px 3px;*/
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 0px;
    color: #333;
    line-height: 1.9;
    font-size: 16px;
	list-style-type: none;
}

.panel.callouthome ul li {
    /*background: url(images/paw_bullet_green.png) no-repeat 0px 3px;*/
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 27px;
    color: #1b3d6e;
    line-height: 1.9;
    font-size: 0.9rem;
}
.panel-title-homepage {
    font-size: 1.4rem;
    color: inherit;
    font-family: inherit;
    padding-bottom: 0.4em;
    font-weight: bold;
	padding-top: 0.5rem;
}
.panel-title-homepage-form {
    font-size: 1.4rem;
    color: #474747;
    font-family: inherit;
    padding-bottom: 0.4em;
    font-weight: bold;
}

#top.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    color: #fff;
	background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
#centre_image {
    background: url(images/img_centre_330_generic.png) no-repeat 40px 10px;
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 27px;
    width: 315px;
    height: 350px;
}
.alert-notification {
    background-color: #666666;
}
.panel.callout h3 {
    color: inherit;
    font-family: inherit;
    text-align: center;
    padding-bottom: 1rem;
}
.panel.callout a:link {
    color: #999;
}
.upgrade_large {
    font-size: 1.8em;
    color: #999;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 10px;
    border-right: 0px #ccc dotted;
}
.panel.callout h5 {
    color: #999;
    font-size: 1.3em;
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
}
/* 18. Card */
.alert-box.info {
    background: #333;
    border-color: #0f034e;
    color: #fff;
}
.alert-box-copy {
   font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
}
/* 19. Media Object */
/* 20. Reveal */
/* 21. Table */
.table-header {
    color: #333;
}
.table-bg-whiter {
    color: #333;
}
table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.8rem;
    color: #555;
}
#vetfeesheader {
    text-align: left;
    padding-top: 0px;
    height: 31px;
}
/* MEDIA */
/* 22. Badge */
.pt-badge {
    background-color: green;
}
/* 23. Label */
/* 24. Progress Bar */
/* 25. Tooltip */
/*.has-tip-white {
    cursor: help;
    color: #333333;
    background-image: url(/Content/images/img_tooltip.png);
    background-repeat: no-repeat;
    margin-right: 0.2em;
    padding-left: 1.4em;
}*/
/* PLUGIN */

/* 26. Abide */
/* 27. Equaliser */

/* BEGIN MOBILE ABOVE VIEWPORT */
@media only screen and (min-width: 40.0625em) {

/* 1. GRID */
/* 2. GENERAL */
/* 3. Typography */
h1 {font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    color: #0f7bdc;
    background: #fff;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 1.6em;}
H2 {;}
H3 {;}
H4 {;}
H5 {;}
H6 {;}
    li.form-menu-list a {
        display: block;
        color: #f5f5f5;
        text-align: center;
        padding: 8px 12px;
        text-decoration: none;
        font-size: 0.75em;
    }
/* 4. Forms */
fieldset legend {
    color: #999;
    font-size: 1.5rem;
}
/* 5. Buttons */
button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background: #474747;
    border-color: #cccccc;
    color: white;
    transition: background-color 300ms ease-out;
}
/* 6. Button Group */
/* 7. Slider */
/* 8. Switch */

/* NAVIGATION */
/* 9. Menu */
/* 10. Title Bar */
/* 11. Top Bar */
/* 12. Breadcrumbs */
/* 13. Pagination */

/* CONTAINERS */
/* 14. Accordion */
/* 15. Dropdown */
/* 16. Tabs */
.tabs dd > a, .tabs .tab-title > a {
    outline: none;
    display: block;
    background-color: #EFEFEF;
    color: #555;
    padding: 0.1rem 1rem;
    font-family: inherit;
    font-size: 1rem;
}
/* 17. Panel */
	#choose ul li {
    /*background: url(images/paw_bullet_green.png) no-repeat 0px 3px;*/
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 0px;
    color: #333;
    line-height: 1.9;
    font-size: 0.9rem;
	list-style-type: none;
}
/* 18. Card */
/* 19. Media Object */
/* 20. Reveal */
/* 21. Table */

/* MEDIA */
/* 22. Badge */
/* 23. Label */
/* 24. Progress Bar */
/* 25. Tooltip */

/* PLUGIN */

/* 26. Abide */
/* 27. Equaliser */

}

@media only screen and (min-width: 50em) {
/* 1. GRID */
/* 2. GENERAL */

/* 3. Typography */
h1 {background: #fff;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 2em;}
H2 {;}
H3 {;}
H4 {;}
H5 {;}
H6 {;}
    li.form-menu-list a {
        display: block;
        text-align: center;
        padding: 8px 24px;
        text-decoration: none;
        font-size: 0.8em;
    }
/* 4. Forms */
/* 5. Buttons */
/* 6. Button Group */
/* 7. Slider */
/* 8. Switch */

/* NAVIGATION */
/* 9. Menu */
/* 10. Title Bar */
/* 11. Top Bar */
/* 12. Breadcrumbs */
/* 13. Pagination */

/* CONTAINERS */
/* 14. Accordion */
/* 15. Dropdown */
/* 16. Tabs */
/* 17. Panel */
	#choose ul li {
    /*background: url(images/paw_bullet_green.png) no-repeat 0px 3px;*/
    padding-bottom: 0.3em;
    position: relative;
    margin-left: -18px;
    padding-left: 0px;
    color: #333;
    line-height: 1.9;
    font-size: 1.1rem;
	list-style-type: none;
}
/* 18. Card */
/* 19. Media Object */
/* 20. Reveal */
/* 21. Table */

/* MEDIA */
/* 22. Badge */
/* 23. Label */
/* 24. Progress Bar */
/* 25. Tooltip */

/* PLUGIN */

/* 26. Abide */
/* 27. Equaliser */
}

@media only screen and (min-width: 64.0625em) {
/* 1. GRID */
/* 2. GENERAL */
.upgrade_large {
    border-right: thin #ccc dotted;
}
/* 3. Typography */
/* 4. Forms */
/* 5. Buttons */
/* 6. Button Group */
/* 7. Slider */
/* 8. Switch */

/* NAVIGATION */
/* 9. Menu */
/* 10. Title Bar */
/* 11. Top Bar */
/* 12. Breadcrumbs */
/* 13. Pagination */

/* CONTAINERS */
/* 14. Accordion */
/* 15. Dropdown */
/* 16. Tabs */
/* 17. Panel */
/* 18. Card */
/* 19. Media Object */
/* 20. Reveal */
/* 21. Table */

/* MEDIA */
/* 22. Badge */
/* 23. Label */
/* 24. Progress Bar */
/* 25. Tooltip */

/* PLUGIN */

/* 26. Abide */
/* 27. Equaliser */
}

@media only screen and (min-width: 72em) {
/* 1. GRID */
/* 2. GENERAL */
/* 3. Typography */
/* 4. Forms */
/* 5. Buttons */
/* 6. Button Group */
/* 7. Slider */
/* 8. Switch */

/* NAVIGATION */
/* 9. Menu */
/* 10. Title Bar */
/* 11. Top Bar */
/* 12. Breadcrumbs */
/* 13. Pagination */

/* CONTAINERS */
/* 14. Accordion */
/* 15. Dropdown */
/* 16. Tabs */
/* 17. Panel */
/* 18. Card */
/* 19. Media Object */
/* 20. Reveal */
/* 21. Table */

/* MEDIA */
/* 22. Badge */
/* 23. Label */
/* 24. Progress Bar */
/* 25. Tooltip */

/* PLUGIN */

/* 26. Abide */
/* 27. Equaliser */
	
}

@media only screen and (max-width: 380em) {
/* 1. GRID */
/* 2. GENERAL */
/* 3. Typography */
h1 {background: #fff;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
    font-size: 2em;}
/* 4. Forms */
/* 5. Buttons */
/* 6. Button Group */
/* 7. Slider */
/* 8. Switch */

/* NAVIGATION */
/* 9. Menu */
/* 10. Title Bar */
/* 11. Top Bar */
/* 12. Breadcrumbs */
/* 13. Pagination */

/* CONTAINERS */
/* 14. Accordion */
/* 15. Dropdown */
/* 16. Tabs */
/* 17. Panel */
/* 18. Card */
/* 19. Media Object */
/* 20. Reveal */
/* 21. Table */

/* MEDIA */
/* 22. Badge */
/* 23. Label */
/* 24. Progress Bar */
/* 25. Tooltip */

/* PLUGIN */

/* 26. Abide */
/* 27. Equaliser */
}

@media only screen and (max-width: 320em) {
/* 1. GRID */
/* 2. GENERAL */
/* 3. Typography */
/* 4. Forms */
/* 5. Buttons */
/* 6. Button Group */
/* 7. Slider */
/* 8. Switch */

/* NAVIGATION */
/* 9. Menu */
/* 10. Title Bar */
/* 11. Top Bar */
/* 12. Breadcrumbs */
/* 13. Pagination */

/* CONTAINERS */
/* 14. Accordion */
/* 15. Dropdown */
/* 16. Tabs */
/* 17. Panel */
/* 18. Card */
/* 19. Media Object */
/* 20. Reveal */
/* 21. Table */

/* MEDIA */
/* 22. Badge */
/* 23. Label */
/* 24. Progress Bar */
/* 25. Tooltip */

/* PLUGIN */

/* 26. Abide */
/* 27. Equaliser */
}
	