H1,
H2,
H3,
H4,
H5 {
    font-weight: 400;
    margin: 20px 0;
    color: #6f2c90
}

H1,
H2,
H3,
H4,
H5,
H6 {
    color: #6f2c90
}

BODY,
HR {
    padding: 0
}

#page A.editlink,
#top UL.right LI.search FORM,
.full-width-iframe,
HR {
    display: block
}

#top UL.right,
.container {
    flex-direction: row;
    display: flex
}

#app .resultsCard .text P A,
#page .home-events A,
#page A.editlink,
#page A:hover,
H1 A,
H2 A,
H3 A,
H4 A,
H5 A,
H6 A {
    text-decoration: none
}

#top UL.right LI A.facebook,
#top UL.right LI A.home,
#top UL.right LI A.instagram,
#top UL.right LI A.twitter,
#top UL.right LI A.youtube {
    padding: 7px 10px 0;
    line-height: 16px
}

#head #menu,
#top UL.right LI.search INPUT[type=search] {
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase
}

.item,
.row,
.width {
    position: relative
}

#head,
#head .logo,
#page {
    transition: .5s ease-in-out
}

#browser-warning,
#top {
    position: fixed;
    z-index: 999
}

#sponsors P,
#top {
    line-height: 12px
}

#foot,
#top UL.left {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .6)
}

* {
    outline: 0;
    box-sizing: border-box
}

HTML {
    scroll-behavior: smooth;
    scroll-padding-top: 110px
}

BODY {
    margin: 0;
    font-family: Roboto, sans-serif
}

H1 {
    font-size: 32px;
    line-height: 36px
}

H2 {
    font-size: 28px;
    line-height: 32px
}

H3 {
    font-size: 24px;
    line-height: 28px
}

H4 {
    font-size: 20px;
    line-height: 24px
}

H5 {
    font-size: 18px;
    line-height: 22px
}

H5 STRONG {
    font-size: 16px;
    font-weight: 700
}

H6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

UL LI H4,
UL LI H5 {
    margin: 14px 0 7px
}

IMG {
    border: none
}

HR {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

.clr {
    clear: both
}

.width {
    width: 1160px;
    margin: 0 auto
}

.width.narrow {
    width: 900px
}

.full-width-image {
    width: 100%;
    height: auto;
    display: block
}

.image-bg {
    background-image: url(../img/sample-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #eee;
    height: auto
}

#browser-warning {
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #a00;
    color: #fff;
    font-size: 12px;
    text-align: center
}

#page A.editlink {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: green;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

#head #menu,
#head .logo,
#top UL.left,
#top UL.right {
    position: absolute
}

#page A.editlink:HOVER {
    background-color: #006400;
    color: #fff
}

#app .card .options P,
#page .blog-list,
#page .disclaimer,
#page .services-list,
#page P.details,
.bg-dgrey,
.bg-lgrey {
    background-color: #e6e6e6
}

.row {
    padding: 0;
    z-index: 997
}

.container {
    flex-wrap: wrap;
    margin: 0 -10px
}

.item {
    padding: 0;
    margin: 10px;
    display: flex;
    flex-direction: column
}

#app .error P,
#page .concise-guidelines FIGURE,
#page .home-events P,
.row.no-gutter .item {
    margin: 0
}

.item-hstart,
.item-vtop {
    justify-content: flex-start
}

.item-hcenter,
.item-vcenter {
    justify-content: center
}

.item-hend,
.item-vend {
    justify-content: flex-end
}

.item-hbetween {
    justify-content: space-between
}

.item-haround {
    justify-content: space-around
}

.item-hevenly {
    justify-content: space-evenly
}

.item-1-1 {
    width: calc(100% - 20px)
}

.no-gutter .item-1-1 {
    width: 100%
}

.item-1-2 {
    width: calc(50% - 20px)
}

.no-gutter .item-1-2 {
    width: 50%
}

.item-1-3 {
    width: calc(33.3333% - 20px)
}

.item-2-3 {
    width: calc(66.6666% - 20px)
}

.no-gutter .item-1-3 {
    width: 33.3333%
}

.no-gutter .item-2-3 {
    width: 66.6666%
}

.item-1-4 {
    width: calc(25% - 20px)
}

.item-3-4 {
    width: calc(75% - 20px)
}

.no-gutter .item-1-4 {
    width: 25%
}

#page .news-case-bulletins .text,
.no-gutter .item-3-4 {
    width: 75%
}

.item-1-5 {
    width: calc(20% - 20px)
}

.item-2-5 {
    width: calc(40% - 20px)
}

.item-3-5 {
    width: calc(60% - 20px)
}

.item-4-5 {
    width: calc(80% - 20px)
}

.no-gutter .item-1-5 {
    width: 20%
}

.no-gutter .item-2-5 {
    width: 40%
}

.no-gutter .item-3-5 {
    width: 60%
}

.no-gutter .item-4-5 {
    width: 80%
}

.item-1-6 {
    width: calc(16.6666% - 20px)
}

.no-gutter .item-1-6 {
    width: 16.6666%
}

.item-1-8 {
    width: calc(12.5% - 20px)
}

.no-gutter .item-1-8 {
    width: 12.5%
}

.item-1-10 {
    width: calc(10% - 20px)
}

.no-gutter .item-1-10 {
    width: 10%
}

.bg-lgreen {
    background-color: #eff5cb
}

#top,
.bg-lpurple {
    background-color: #9975b3
}

.bg-linegreen {
    border-top: 10px solid #0d0;
    background-color: rgba(0, 255, 0, .1)
}

.bg-lineblue {
    border-top: 10px solid #00d;
    background-color: rgba(0, 0, 255, .1)
}

.bg-linered {
    border-top: 10px solid #d00;
    background-color: rgba(255, 0, 0, .1)
}

.bg-lineblack {
    border-top: 10px solid #000;
    background-color: rgba(0, 0, 0, .1)
}

#top {
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase
}

#top UL.left {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

#top UL.left LI {
    display: inline-block;
    margin: 0;
    padding: 9px 25px 9px 0
}

#top UL.left LI.credit {
    text-transform: none
}

#app .resultsCard2 .text P A,
#top UL.left LI A {
    text-decoration: none;
    color: #fff
}

#foot A:hover,
#top UL.left LI A:hover {
    text-decoration: underline
}

#top UL.right {
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

#top UL.right LI {
    display: block;
    margin: 0;
    padding: 0
}

#top UL.right LI A {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 7px 20px 0;
    font-size: 12px;
    line-height: 16px;
    height: 30px
}

#top UL.right LI A.home {
    background-color: #6f2c90;
    font-size: 16px
}

#top UL.right LI A.twitter {
    background-color: #1da1f2;
    font-size: 16px
}

#top UL.right LI A.facebook {
    background-color: #4267b2;
    font-size: 16px
}

#top UL.right LI A.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    font-size: 16px
}

#top UL.right LI A.youtube {
    background-color: #c4302b;
    font-size: 16px
}

#top UL.right LI A.about {
    background-color: #bed630;
    color: #333
}

#page UL.a-z-list LI.highlight A:hover,
#top UL.right LI A.contact {
    background-color: #6f2c90
}

#head #menu .submenu .button:hover,
#top UL.right LI A:hover {
    background-color: #444;
    color: #fff
}

#top UL.right LI.search {
    background-color: #666;
    height: 30px
}

#top UL.right LI.search INPUT[type=search] {
    width: 150px;
    padding: 7px 5px 7px 15px;
    border: none;
    background-color: transparent;
    color: #fff
}

#top UL.right LI.search INPUT[type=search]::placeholder {
    color: #fff
}

#top UL.right LI.search BUTTON[type=submit] {
    padding: 6px 8px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    cursor: pointer
}

#head {
    position: fixed;
    z-index: 998;
    top: 30px;
    left: 0;
    right: 0;
    height: 72px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .55)
}

#head .logo {
    top: 15px;
    left: 0;
    width: 120px;
    height: auto
}

#head .logo IMG {
    display: block;
    width: 100%;
    height: auto
}

#head #menu .rmore,
#head #menu .submenu .a-z-quick H3,
#head #menutab,
#page .diagnosis .hide,
[v-cloak] {
    display: none
}

#head #menu {
    top: 21px;
    left: 150px;
    right: 0;
    font-family: "Roboto Condensed", sans-serif
}

#head #menu UL {
    display: table;
    list-style: none;
    margin: 0;
    padding: 0
}

#head #menu UL LI {
    display: table-cell;
    margin: 0;
    padding: 8px 14px 15px 15px;
    white-space: nowrap
}

#head #menu UL LI A {
    text-decoration: none;
    color: #444
}

#head #menu UL LI A:hover {
    color: #333
}

#head #menu UL LI:hover {
    background-color: #eee;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15)
}

#head #menu UL LI .submenu {
    display: none;
    position: absolute;
    top: 51px;
    left: -150px;
    right: 0;
    min-height: 200px;
    padding: 10px 20px;
    background-color: #eee;
    border-top: 6px solid #9975b3;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .25);
    text-transform: none;
    font-family: Roboto, sans-serif;
    white-space: normal
}

#head #menu UL LI .submenu .sub-half,
#page .concise-guidelines>.item {
    margin: 0 10px
}

#head #menu .submenu H6 {
    margin: 0 0 10px;
    text-transform: uppercase
}

#app .resultsCard .text H3 A,
#head #menu .submenu H6 A,
#head #menu .submenu P A,
#page .blog-list H2 A,
#page .news-bulletins H3 A,
#page .news-case-bulletins H3 A,
#page .news-list H2 A,
#page .search-results H2 A,
#page .services-list H2 A {
    color: #6f2c90
}

#head #menu .submenu H6 A:hover,
#head #menu .submenu P A:hover,
#head #menu .submenu UL LI A:hover,
#page A {
    color: #000
}

#head #menu .submenu P {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 16px
}

#head #menu .submenu UL {
    display: block;
    margin: 0;
    padding: 0 0 2px;
    font-size: 13px;
    line-height: 16px
}

#head #menu .submenu UL LI {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    white-space: normal
}

#head #menu .submenu UL LI A {
    text-decoration: none;
    color: #333
}

#head #menu .submenu .small,
#page .blog-list P,
#page .news-bulletins P,
#page .news-list P {
    font-size: 12px;
    line-height: 15px
}

#head #menu .submenu .button {
    display: inline-block;
    padding: 5px 9px;
    text-decoration: none;
    background-color: #bed630;
    color: #000;
    cursor: pointer
}

#head #menu .submenu .a-z-quick .grid,
#page .a-z-quick .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#head #menu .submenu .a-z-quick .grid .box,
#page .a-z-quick .grid .box {
    position: relative;
    width: 31px;
    height: 31px;
    margin: 1px;
    font-size: 16px;
    line-height: 31px
}

#head #menu .submenu .a-z-quick .grid .box A {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #bed630;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    border: none
}

#head #menu .submenu .a-z-quick .grid .box A:hover,
#page .a-z-quick .grid .box A:hover {
    background-color: #6f2c90;
    color: #fff
}

#head #menu .submenu FORM.az-search INPUT[type=search] {
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding: 5px 9px;
    border-radius: 4px
}

#head #menu .submenu FORM.az-search BUTTON {
    padding: 6px 10px;
    text-decoration: none;
    background-color: #bed630;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    border: none;
    border-radius: 4px
}

#page {
    margin: 105px 0 0
}

#page OL LI,
#page P,
#page UL LI {
    font-size: 14px;
    line-height: 18px;
    color: #333
}

#page P.details {
    padding: 5px 7px;
    font-size: 11px;
    line-height: 13px;
    color: #666
}

#page .disclaimer {
    border: 1px dotted #bbb;
    padding: 12px
}

#page .disclaimer P {
    font-size: 11px;
    line-height: 13px;
    margin: 0
}

#page A.ttip {
    text-decoration: none;
    border-bottom: 1px dotted #222
}

#page .button {
    display: inline-block;
    padding: 6px 25px;
    text-decoration: none;
    background-color: #6f2c90;
    color: #fff;
    cursor: pointer;
    text-align: center
}

#page .button.green {
    background-color: #bed630;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

#page .button.grey,
#page .button:hover,
#page .pagination A:hover {
    background-color: #444
}

#page .totoplink {
    position: absolute;
    right: 0;
    margin-top: -50px;
    color: #bed630;
    font-size: 20px;
    text-decoration: none
}

#page .spform.sticky-sprig-dermdict {
    position: fixed;
    z-index: 999;
    top: 92px;
    margin-right: 10px
}

#page .spform fieldset {
    border: 1px solid #ccc
}

#page .spform .field {
    margin: 10px 0
}

#page .spform input[type=email],
#page .spform input[type=tel],
#page .spform input[type=text],
#page .spform textarea {
    padding: 8px 14px;
    border: 1px solid #aaa;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    border-radius: 4px;
    width: 100%
}

#page .spform select {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 8px 14px;
    width: 100%
}

#page .spform .bg-dgrey,
#page .spform label {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-weight: 700
}

#page .spform BUTTON[type=submit] {
    display: inline-block;
    padding: 6px 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #6f2c90;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 18px
}

#page .spform .sproutforms-message-success P {
    font-weight: 700;
    color: #013220;
    text-align: center;
    font-size: 18px;
    line-height: 22px
}

#page .agenda-table {
    font-size: 12px;
    line-height: 1.2
}

#page .agenda-table TR TD {
    padding: 8px 15px
}

#page .agenda-table TR td:nth-child(2) {
    padding: 15px 15px 8px
}

#page UL.a-z-list {
    margin: 0;
    padding: 0;
    list-style: none
}

#page UL.a-z-list LI {
    position: relative;
    margin: 0;
    padding: 0
}

#page UL.a-z-list LI H2 {
    margin: 0;
    padding: 7px;
    background-color: #ddd;
    border-bottom: 2px solid #fff
}

#page .a-z-quick,
#page .diagnosis #answer,
#page UL.a-z-list LI A,
#sponsors {
    background-color: #e6e6e6
}

#page UL.a-z-list LI SPAN {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 11px;
    color: #666
}

#page UL.a-z-list LI A {
    display: block;
    text-decoration: none;
    padding: 4px 150px 4px 7px;
    border-bottom: 2px solid #fff
}

#app .card .options P:hover,
#app .resultsCard:hover,
#page .desktopguide ARTICLE H2:hover,
#page UL.a-z-list LI A:hover {
    background-color: #ddd
}

#page UL.a-z-list LI.highlight A {
    background-color: #9975b3;
    color: #fff
}

#app .resultsCard2 .text H3 A,
#page UL.a-z-list LI.highlight SPAN {
    color: #fff
}

#page .a-z-quick {
    padding: 10px;
    margin: 0 0 10px
}

#page .a-z-quick H3,
#page .side-box H3 {
    margin: 0 0 5px
}

#page .a-z-quick .grid .box A {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #bed630;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000
}

#page .mini-gallery .image,
#page .testimonials {
    position: relative
}

#page .mini-gallery .image DIV {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6f2c90;
    color: #fff;
    font-size: 11px;
    line-height: 24px;
    width: 24px;
    text-align: center
}

#page .side-box,
#page .side-latest {
    background-color: #e6e6e6;
    padding: 10px;
    margin: 20px 0 0
}

#page .side-image {
    border: 1px solid #e6e6e6;
    margin: 20px 0 0
}

#page .side-latest H3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px
}

#foot H6,
#foot P,
#foot UL LI {
    line-height: 16px;
    font-size: 12px
}

#page .side-latest P {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0
}

#page .diagnosis #answer {
    display: none;
    border: 1px solid #ccc;
    padding: 5px 20px
}

#page .cotm H2 {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    font-weight: 300
}

#page .sponsor-list H2,
#page .sponsor-list H3 {
    color: #6f2c90;
    font-weight: 400;
    text-align: center
}

#page .cotm H2 STRONG {
    font-weight: 700
}

#page .cotm H2 A {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 180px;
    padding: 20px;
    color: #fff
}

#page .sponsor-list .logo A,
#sponsors .spons A {
    flex-direction: column;
    display: flex;
    height: 100%
}

#page .cotm H2 A:hover {
    background: linear-gradient(rgba(111, 44, 144, .5), rgba(111, 44, 144, .5))
}

#sponsors {
    padding: 10px 0;
    margin: 30px 0 0
}

#sponsors .spons {
    background-color: #fff;
    border: 1px solid #ccc
}

#sponsors .spons A {
    justify-content: center;
    padding: 8px
}

#sponsors P {
    margin: 0;
    font-size: 10px
}

#sponsors .button {
    display: inline-block;
    padding: 6px 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #6f2c90;
    color: #fff
}

#sponsors .button:hover {
    background-color: #666
}

#page .sponsor-list .logo {
    position: relative;
    padding-top: 70%;
    background-color: #fff;
    border: 1px solid #ccc
}

#page .sponsor-list .logo A {
    position: absolute;
    top: 0;
    justify-content: center;
    padding: 10px
}

#page .sponsor-list H2 {
    font-size: 22px;
    line-height: 25px
}

#page .sponsor-list H3 {
    font-size: 16px;
    line-height: 19px
}

#page .desktopguide ARTICLE H2 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 2px 0;
    padding: 6px 9px;
    background-color: #e6e6e6;
    color: #333;
    cursor: pointer
}

#page .desktopguide ARTICLE H2 I {
    position: absolute;
    top: 8px;
    right: 7px;
    cursor: pointer
}

#page .desktopguide ARTICLE .detail {
    display: none;
    padding: 1px 20px 5px
}

#page .home-mainpanels A,
#page .home-rowpanels A,
#page .image-panel A {
    height: 100%;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none
}

#page .home-mainpanels A:hover,
#page .home-rowpanels A:hover,
#page .image-panel A:hover {
    background-color: rgba(0, 0, 0, .5)
}

#page .home-mainpanels H3,
#page .home-rowpanels H3,
#page .image-panel H3 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

#page .home-mainpanels P,
#page .home-rowpanels P,
#page .image-panel P {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    color: #fff
}

#page .event-block {
    position: relative;
    background-color: #e6e6e6;
    padding: 15px 15px 5px;
    text-align: center
}

#page .event-block H2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    min-height: 48px
}

#page .event-block .detail {
    font-weight: 600
}

#page .event-block .buttons {
    margin: 0 -10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#page .event-block .button {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 6px
}

#page .event-block .soldout {
    font-size: 14px;
    line-height: 18px;
    background-color: #444;
    color: #fff;
    padding: 6px;
    text-align: center
}

#page .home-events {
    background-color: #e6e6e6;
    padding: 15px 20px 20px
}

#page .home-events H2 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #6f2c90
}

#page .home-events .button,
#page .home-events H3 {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase
}

#page .home-events H3 {
    margin: 0;
    color: #444
}

#page .home-events .button {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px
}

#page .home-events .button::after {
    font-family: icomoon !important;
    content: "\f061";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    color: #fff
}

#page .home-events .outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px -10px 0
}

#page .home-events .event-date {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: row;
    margin: 5px 10px
}

#page .home-events .event-date .date {
    width: 40px;
    flex-shrink: 0;
    padding: 3px 4px 6px;
    text-align: center;
    color: #fff;
    background-color: #bed630
}

#page .home-events .event-date .date A {
    color: #444
}

#page .home-events .event-date .day {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

#page .home-events .event-date .month {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700
}

#page .testimonials .testimonial::after,
#page .testimonials .testimonial::before {
    font-family: icomoon !important;
    font-size: 56px;
    font-weight: 900;
    position: absolute;
    color: #bed630
}

#page .home-events .event-date .details {
    margin: 4px 0 0 10px
}

#page .home-mainpanels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    height: 100%
}

#page .home-mainpanels .grid-item {
    background-color: #ccc
}

#page .home-rowpanels .item {
    background-color: #ccc;
    min-height: 160px
}

#page .news-bulletins .container,
#page .news-case-bulletins .container {
    padding: 10px 20px
}

#page .news-bulletins .item,
#page .news-bulletins .news-article {
    display: flex;
    flex-direction: row
}

#page .news-bulletins .news-article {
    background-color: #e1e1e1;
    padding: 10px
}

#page .news-bulletins .img {
    width: 35%;
    padding-right: 20px
}

#page .news-bulletins .text {
    width: 65%
}

#page .news-bulletins H3 {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #6f2c90;
    text-transform: uppercase
}

#page .news-case-bulletins .item {
    flex-direction: row;
    flex-wrap: wrap
}

#page .news-case-bulletins .img {
    width: 25%;
    padding-right: 20px
}

#page .news-case-bulletins H3 {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #6f2c90;
    text-transform: uppercase
}

#page .news-case-bulletins P {
    font-size: 12px;
    line-height: 15px;
    margin: 15px 0 0
}

#page .news-list {
    flex-direction: row;
    background-color: #e6e6e6
}

#page .news-list .image {
    width: 40%;
    padding: 1px
}

#page .news-list .text {
    width: 60%;
    padding: 10px 20px
}

#page .blog-list H2,
#page .news-list H2 {
    margin: 0;
    font-size: 18px;
    line-height: 21px
}

#page .testimonials .testimonial::before {
    content: "\f10d";
    top: 0;
    left: 0
}

#page .testimonials .testimonial::after {
    content: "\f10e";
    bottom: 0;
    right: 0
}

#page .testimonials .testimonial {
    width: 100%;
    text-align: center;
    padding: 10px 60px
}

#page .testimonials .testimonial .text {
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    margin: 0
}

#page .testimonials .testimonial .name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin: 0
}

#page .bcat H1 {
    margin: 0;
    padding: 80px 20px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

#page .blog-list .text,
#page .services-list .text {
    padding: 20px 20px 10px
}

#page .services-list H2 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    text-align: center
}

#app {
    min-height: 400px
}

#app .card {
    margin: 0 0 3px
}

#app .card P {
    border-bottom: 2px solid #fff;
    background-color: #ddd;
    text-align: center;
    margin: 0;
    padding: 10px
}

#app .card:first-child>P {
    color: #6f2c90;
    font-size: 16px
}

#app .pointer {
    cursor: pointer
}

#app .loading {
    text-align: center
}

#app .error {
    padding: 10px;
    background-color: #fadadd
}

#app .results H3 {
    text-align: center;
    margin: 0
}

#page .pagination A,
#page .pagination SPAN {
    display: inline-block;
    padding: 6px 10px 5px;
    margin: 2px;
    text-decoration: none
}

#app .resultsCard {
    display: flex;
    flex-direction: row;
    height: 100%;
    margin: 0;
    padding: 10px;
    background-color: #e6e6e6
}

#app .resultsCard .thumb {
    margin: 0 15px 0 0
}

#app .resultsCard .thumb IMG {
    display: block;
    width: 110px;
    height: auto
}

#app .resultsCard .text H3 {
    text-align: left;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
}

#app .resultsCard .text P {
    margin: 0;
    font-size: 11px;
    line-height: 13px
}

#app .resultsCard2 .thumb {
    position: relative;
    width: 100%;
    background-color: #eee
}

#app .resultsCard2 .thumb:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

#app .resultsCard2 .thumb IMG {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

#app .resultsCard2 .text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .7)
}

#app .resultsCard2 .text H3 {
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase
}

#app .resultsCard2 .text P {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    color: #fff
}

#app .resultsCard2 .buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

#app .resultsCard2 .buttons P {
    margin: 0;
    font-size: 26px;
    line-height: 40px
}

#app .resultsCard2 .buttons A {
    display: block;
    position: absolute;
    width: 50px;
    bottom: 0;
    right: 0;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #6f2c90
}

#page .search-results H2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

#page .search-results H2 .small {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    color: #666
}

#page .pagination {
    flex-direction: row;
    font-size: 14px;
    line-height: 18px
}

#page .pagination A {
    background-color: #6f2c90;
    color: #fff;
    cursor: pointer;
    text-align: center
}

#page .pagination SPAN {
    background-color: #bed630;
    color: #6f2c90;
    text-align: center
}

#foot {
    background-color: #9975b3
}

#foot H6 {
    margin: 12px 0;
    color: #fff
}

#foot P,
#foot UL LI {
    color: #fff
}

#foot UL {
    padding: 0 0 0 20px
}

#foot A {
    color: #fff;
    text-decoration: none
}

@media screen and (max-width:1180px) {
    .width {
        width: 960px
    }

    .width.narrow {
        width: 900px
    }

    #head #menu {
        top: 15px;
        left: 130px;
        right: 0;
        font-size: 11px;
        line-height: 14px
    }

    #head #menu UL LI {
        padding: 8px 9px 21px 8px
    }

    #head #menu UL LI .submenu {
        left: -130px
    }
}

@media screen and (max-width:1000px) {

    #head #menu UL LI .rmore,
    #head #menutab {
        position: absolute;
        display: block;
        cursor: pointer;
        font-size: 20px
    }

    #head #menu .submenu .item-1-2,
    #head #menu .submenu .item-1-4,
    .width,
    .width.narrow {
        width: 100%
    }

    .container {
        margin: 0 10px
    }

    #top {
        position: absolute
    }

    #top UL.left {
        left: 20px
    }

    #head #menu .submenu .rhide,
    #head #menu UL,
    #head #menu UL LI .rmore I,
    #head #menu UL LI A BR,
    #top UL.right {
        display: none
    }

    #head {
        position: absolute;
        height: 55px
    }

    #head .logo {
        top: 10px;
        left: 20px;
        width: 100px
    }

    #head #menutab {
        top: 15px;
        right: 20px
    }

    #head #menu {
        font-family: Roboto, sans-serif;
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 19px
    }

    #head #menu UL LI {
        position: relative;
        display: block;
        margin: 0;
        padding: 0
    }

    #head #menu UL LI A {
        display: block;
        color: #444;
        background-color: #eee;
        padding: 8px;
        text-align: center;
        border-top: 1px solid #ccc
    }

    #head #menu .submenu P A,
    #head #menu .submenu UL LI A,
    #head #menu UL LI A:hover {
        background-color: #ddd
    }

    #head #menu UL LI:hover {
        background-color: transparent;
        box-shadow: none
    }

    #head #menu UL LI .rmore {
        top: 1px;
        right: 0;
        width: 35px;
        color: #fff;
        line-height: 20px;
        background-color: #333;
        padding: 7px 0 8px;
        text-align: center
    }

    #head #menu UL LI .rmore I.on {
        display: inline
    }

    #head #menu UL LI .submenu {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        min-height: auto;
        padding: 0;
        background-color: #eee;
        border-top: none;
        box-shadow: none
    }

    #head #menu .submenu .container,
    #head #menu .submenu .item,
    #head #menu .submenu UL LI,
    #head #menu UL LI .submenu .sub-half {
        margin: 0
    }

    #head #menu .submenu H6 {
        margin: 0;
        font-size: 14px;
        line-height: 33px;
        text-align: center;
        background-color: #eee
    }

    #head #menu .submenu H6 A {
        line-height: 17px
    }

    #head #menu .submenu H6 A:hover,
    #head #menu .submenu P A:hover,
    #head #menu .submenu UL LI A:hover {
        background-color: #ccc
    }

    #head #menu .submenu P {
        margin: 0;
        font-size: 14px;
        line-height: 17px
    }

    #head #menu .submenu UL {
        font-size: 14px;
        line-height: 17px;
        padding: 0
    }

    #head #menu .submenu .a-z-quick {
        padding: 5px
    }

    #page {
        margin: 88px 0 0
    }

    #page .news-bulletins .container {
        padding: 10px 0
    }

    #foot {
        padding: 40px 20px
    }
}

@media screen and (max-width:820px) {

    .item-1-1,
    .item-1-3,
    .item-1-4,
    .item-2-3,
    .item-3-4,
    .item-3-5,
    .item-4-5 {
        width: calc(100% - 20px)
    }

    .no-gutter .item-1-1,
    .no-gutter .item-1-3,
    .no-gutter .item-1-4,
    .no-gutter .item-2-3,
    .no-gutter .item-3-4,
    .no-gutter .item-3-5,
    .no-gutter .item-4-5 {
        width: 100%
    }

    .item-1-2,
    .item-1-5,
    .item-2-5 {
        width: calc(50% - 20px)
    }

    .no-gutter .item-1-2,
    .no-gutter .item-1-5,
    .no-gutter .item-2-5 {
        width: 50%
    }

    .item-1-6 {
        width: calc(25% - 20px)
    }

    .no-gutter .item-1-6 {
        width: 25%
    }

    .item-1-10,
    .item-1-8 {
        width: calc(20% - 20px)
    }

    .no-gutter .item-1-10,
    .no-gutter .item-1-8 {
        width: 20%
    }

    #page .a-z-quick {
        margin: 0
    }

    #page .spform.sticky-sprig-dermdict {
        position: relative;
        z-index: auto;
        top: auto;
        margin-right: 0
    }
}

@media screen and (max-width:700px) {

    .item-1-1,
    .item-1-2,
    .item-1-3,
    .item-1-4,
    .item-2-3,
    .item-3-4,
    .item-3-5,
    .item-4-5 {
        width: calc(100% - 20px)
    }

    .no-gutter .item-1-1,
    .no-gutter .item-1-2,
    .no-gutter .item-1-3,
    .no-gutter .item-1-4,
    .no-gutter .item-2-3,
    .no-gutter .item-3-4,
    .no-gutter .item-3-5,
    .no-gutter .item-4-5 {
        width: 100%
    }

    .item-1-5,
    .item-2-5 {
        width: calc(50% - 20px)
    }

    .no-gutter .item-1-5,
    .no-gutter .item-2-5 {
        width: 50%
    }

    .item-1-10,
    .item-1-6,
    .item-1-8 {
        width: calc(25% - 20px)
    }

    .no-gutter .item-1-10,
    .no-gutter .item-1-6,
    .no-gutter .item-1-8 {
        width: 25%
    }

    #top .left .credit {
        display: none
    }
}