html {
    overflow-x: hidden;
    overflow-y: auto
}

html, body {
    height: 100%
}

body {
    background-color: #FFF;
    color: #004063;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

div.body {
    height: 100%;
    width: 100%
}

h1, h2, h2 a {
    color: #004063 !important;
}

h3, h4, h5 {
    color: #33abbe
}

a {
    color: #33abbe
}

a:hover {
    color: #004063
}

a:active {
    color: #0077b3
}

a.link-icon:hover {
    text-decoration: none
}

.comment {
    font-size: 80%;
    font-style: italic;
    opacity: .7;
    padding: 0 3px 0 0
}

.private-nav .icon {
    display: block;
    font-size: 1.2em;
    height: 13px;
    margin: 0 auto 10px;
    width: 19px
}

.private-nav a {
    color: #004063
}

.btn-primary {
    border-color: #004063;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,64,99, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #33abbe, #004063);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33abbe), to(#004063));
    background-image: -webkit-linear-gradient(top, #33abbe, #004063);
    background-image: -o-linear-gradient(top, #33abbe, #004063);
    background-image: linear-gradient(to bottom, #33abbe, #004063);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #004063;
    border-color: rgba(0,64,99, 0.1) rgba(0,64,99, 0.1) rgba(0,64,99, 0.25)
}

.btn-primary:hover {
    border-color: #0044cc;
    background-color: #004ce6
}

.btn-primary:active, .btn-primary:focus {
    border-color: #006699;
    background-color: #006699
}

.alternative-font {
    color: #004063
}

div.slider div.tp-bannertimer {
    background-color: #004063
}

#client-loggedin, #admin-loggedin, #client-logout {
    position: fixed;
    right: 0px;
    z-index: 900
}

#client-loggedin {
    top: 78px
}

#admin-loggedin {
    top: 119px
}

.client-area-bt, .admin-area-bt, .client-icon {
    font-size: .9em;
    text-align: center;
    line-height: 11px;
    cursor: pointer
}

#client-logout {
    top: 30px
}

.client-area-bt .icon {
    display: block;
    font-size: 1.3em;
    height: 15px;
    margin: 0 auto 8px;
    width: 15px
}

.client-icon {
    line-height: 20px
}

.client-area-bt a {
    width: 48px;
    height: auto;
    display: block;
    padding: 3px;
    color: #fff
}

#client-logout a {
    padding: 6px 2px
}

#client-loggedin a, #client-logout a {
    background: #33abbe
}

#admin-loggedin a {
    background: #2194A5
}

.client-area-bt a:hover {
    text-decoration: none;
    color: #fff
}

#client-area-login a:link {
    text-decoration: none
}

#client-area-login a:visited {
    text-decoration: none
}

#client-area-login a:active {
    text-decoration: none
}

a:active, a:visited, a:focus {
    text-decoration: none
}

.circle {
    float: left;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: table
}

.circle-big {
    background: #81bcf4
}

.circle-big1 {
    background: #dfd0e5
}

.circle-small, .circle-small-corp-ul {
    background: #dc4067
}

.circle-small1, .circle-small-corp-dr {
    background: #2a9a7b
}

.circle-small p {
    line-height: 1.3
}

.circle-small-corp-dr p, .circle-small-corp-ul p {
    line-height: 1.4;
    font-size: 14px
}

.circle-content {
    padding: 25px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.circle-big {
    width: 280px;
    height: 280px;
    margin: 0 10px 0 0
}

.circle-small {
    width: 200px;
    height: 200px;
    margin: 0
}

.circle-big1 {
    width: 280px;
    height: 280px;
    margin: -40px 0 0
}

.circle-small1 {
    width: 200px;
    height: 200px;
    margin: 40px 10px 0 0
}

.circle-small-corp-ul {
    width: 215px;
    height: 215px;
    margin: 0 5px
}

.circle-small-corp-dr {
    width: 220px;
    height: 220px;
    margin: 20px 0 10px;
    font-size: 15.3px
}

header.flat-menu {
    clear: both;
    border-top: 5px solid #EDEDED;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #fff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #fff 100%);
    min-height: 100px;
    padding: 8px 0
}

header.flat-menu h1 {
    margin: 0;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: transparent;
    -moz-transition: all .2s ease-in .2s;
    -o-transition: all .2s ease-in .2s;
    -webkit-transition: all .2s ease-in .2s;
    transition: all .2s ease-in .2s
}

header.flat-menu h1 a {
    position: relative;
    z-index: 1
}

header.flat-menu h1 img {
    position: relative;
    color: transparent
}

header.flat-menu>.navbar-collapse>.container {
    position: relative
}

header.flat-menu div.header-top {
    min-height: 0
}

header.flat-menu div.header-top form {
    margin: 0
}

header.flat-menu div.header-top p {
    float: left;
    font-size: .9em;
    line-height: 50px;
    margin: 0
}

header.flat-menu div.header-top i {
    margin-right: 6px;
    margin-left: 6px;
    position: relative;
    top: 1px
}

header.flat-menu div.header-top nav {
    float: left;
    width: auto
}

header.flat-menu div.header-top ul.nav-top {
    margin: 7px 0 0 -15px;
    min-height: 5px
}

header.flat-menu div.header-top ul.nav-top li.phone {
    margin-right: 10px
}

header.flat-menu div.header-top ul.nav-top li a {
    padding-left: 4px
}

header.flat-menu div.header-top {
    margin-top: -8px
}

body.sticky-menu-active header.flat-menu {
    -moz-box-shadow: 0 0 3px rgba(0,64,99, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0,64,99, 0.1);
    border-bottom: 1px solid #E9E9E9;
    position: fixed;
    top: -57px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0,64,99, 0.1);
    filter: none
}

body.sticky-menu-active header.flat-menu nav ul.nav-main {
    margin-bottom: 7px;
    margin-top: -1px
}

section.featured {
    background: #F0F0ED;
    border-top: 5px solid #ECECE8;
    margin: 0px 0 0 0px;
    padding: 20px 0 20px 0
}

div.home-intro {
    background-color: #004063;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

div.home-intro p {
    color: #FFF;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px
}

div.home-intro div.get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right
}

div.home-intro div.get-started a {
    color: #FFF
}

div.home-intro div.get-started a.btn {
    position: relative;
    z-index: 1
}

div.home-concept {
    width: 100%;
    min-height: 350px;
    padding-top: 40px
}

div.home-concept strong {
    color: #004063;
    display: block;
    font-family: "Shadows Into Light", cursive;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px
}

div.home-concept div.row {
    position: relative
}

div.home-concept div.process-image img {
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    margin: 7px 8px
}

section.page-top {
    background-color: #33abbe;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #33abbe;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left
}

section.page-top h2 {
    border-bottom: 5px solid #CCC;
    color: #FFF;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative
}

section.page-top ul.breadcrumb {
    background: none;
    margin: -3px 0 0;
    padding: 0
}

section.page-top ul.breadcrumb>li {
    text-shadow: none
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer p, footer a {
    color: #fff !important
}

footer a:hover {
    color: #ccc
}

footer h4 {
    font-size: 1.8em;
    font-weight: 200
}

div.footer-copyright {
    background: #004063;
    border-top: 4px solid #004063;
    margin-top: 40px;
    padding: 30px 0 10px
}

div.footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0
}

button.btn-responsive-nav {
    display: none
}

header div.social-icons {
    clear: right;
    float: right;
    margin-top: -3px;
    margin-left: 5px;
    position: relative
}

body.sticky-menu-active header div.social-icons {
    margin-top: -1px
}

header>div.container {
    height: 100px;
    margin-bottom: -70px;
    position: relative;
    display: table;
    max-width: 1170px
}

.circ-blue {
    background: #004063
}

.circ-green {
    background: #33abbe
}

.border-blue {
    background: #e5e5e5;
    border: 1px solid #004063
}

.border-green {
    background: #e5e5e5;
    border: 1px solid #33abbe
}

.border-blue, .border-green {
    -webkit-transition: border-width 100ms, padding 100ms;
    -moz-transition: border-width 100ms, padding 100ms;
    -o-transition: border-width 100ms, padding 100ms;
    transition: border-width 100ms, padding 100ms
}

.border-blue:hover, .border-green:hover {
    border-width: 5px;
    padding: 0 1px
}

#clientSideMenu {
    color: #004063;
    width: 145px;
    left: 0;
    position: fixed;
    z-index: 99;
    -webkit-transition: left 200ms;
    -moz-transition: left 200ms;
    -o-transition: left 200ms;
    transition: left 200ms
}

#clientSideMenu a {
    color: #004063;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 6px 10px
}

#clientSideMenu a:hover {
    text-decoration: none;
    background: #fff
}

#clientSideMenu ul {
    padding: 0
}

#clientSideMenu li {
    list-style: none
}

#clientSideMenu #downloadBt a {
    background: rgba(51, 187, 190, 0.8)
}

#clientSideMenu #downloadBt a:hover {
    background: #33bbbe
}

#menuHeader {
    font-size: 1.6em;
    background: #ccc;
    padding: 5px
}

.showHideBt {
    display: none;
    cursor: pointer;
    position: absolute;
    right: -32px;
    height: 32px;
    width: 32px;
    padding-left: 6px;
    line-height: 35px;
    background: #ccc
}

.card {
    margin: 15px 0;
    padding: 15px;
    background: #fcfcfc;
    border-radius: 2px;
    display: block;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,64,99, 0.12), 0 1px 2px rgba(0,64,99, 0.24)
}

.card ul li {
    font-size: 16px;
    list-style: none
}

.imgWrap {
    margin: 20px 0;
    max-width: 100%;
    width: 1000px
}

.imgWrap img {
    border: 0 none;
    height: auto;
    max-width: 100%
}

.clientALayout {
    color: #004063 p;
    color-color: #004063
}

.titlesClientA h1, .titlesClientA h2 {
    color: #004063
}

.titlesClientA h2 {
    margin: 35px 0 15px
}

#globe1, #globe3, #globe2 {
    margin: 0
}

i.image-icon.user.pharma1 {
    background-image: url(../img/icons/pharma-icon1.png);
    width: 110px;
    height: 110px
}

i.image-icon.user.pharma2 {
    background-image: url(../img/icons/pharma-icon2.png);
    width: 110px;
    height: 110px
}

i.image-icon.user.pharma3 {
    background-image: url(../img/icons/pharma-icon3.png);
    width: 110px;
    height: 110px
}

i.image-icon.user.pharma4 {
    background-image: url(../img/icons/pharma-icon4.png);
    width: 110px;
    height: 110px
}

.content_slider_text_block_wrap a {
    color: #33abbe
}

.content_slider_text_block_wrap a:hover {
    color: #004063
}

.sticky-menu-active .navbar-collapse.collapse {
    margin-top: 20px
}

.breadcrumb a {
    color: #004063;
    text-decoration: none
}

.breadcrumb a:hover {
    color: #004ce6;
    text-decoration: none
}

section.forest {
    background: url(../img/slides/success-edited.jpg) center;
    border-top: none !important
}

.boxbutton {
    background: #F0F0ED;
    text-align: center;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0
}

.nomarginb {
    margin-bottom: 0 !important
}

footer {
    background: #33abbe;
    border-top: 4px solid #33abbe;
    font-size: .9em;
    margin-top: 50px;
    padding: 80px 0 0;
    position: relative
}

footer div.footer-ribon {
    background: #004063;
    position: absolute;
    margin: -100px 0 0 22px;
    padding: 10px 20px 6px 20px
}

footer div.footer-ribon span {
    color: #FFF;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em
}

footer div.footer-ribon:before {
    border-right: 10px solid #004063;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px
}

footer div.row>div {
    margin-bottom: 25px
}

footer div.container input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

footer div.newsletter form {
    width: 100%;
    max-width: 262px
}

footer div.newsletter form input.form-control {
    height: 34px;
    padding: 6px 12px
}

footer .recent-posts article div.html {
    color: #FFF
}

footer ul.contact {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul.contact i {
    font-size: 1.2em;
    margin: 7px 8px 10px 0
}

footer ul.contact i.icon-envelope {
    font-size: 1em;
    top: 0
}

footer ul.contact p {
    margin-bottom: 10px
}

.footer-ribon a {
    color: #FFF;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
    text-decoration: none
}

.footer-ribon a:hover {
    color: #33abbe !important
}

a.scroll-to-top {
    -moz-border-radius: 7px 7px 0 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-border-radius: 7px 7px 0 0;
    -webkit-transition: all .3s;
    background: #ccc;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 0 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 49px;
    z-index: 1040
}

a.scroll-to-top:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

a.scroll-to-top.visible {
    filter: alpha(opacity=75);
    opacity: .75
}

nav .icon {
    display: block;
    font-size: 1.2em;
    height: 13px;
    margin: 0 auto 10px;
    width: 19px
}

.client_area {
    z-index: 900;
    position: fixed;
    right: -180px;
    top: 20px
}

.line-t, .line-b {
    border-bottom: 1px solid #efefef;
    clear: both
}

.line-t {
    margin: 20px 20px 10px 20px !important
}

.line-b {
    margin: 0px 20px 20px 20px !important
}

span a {
    color: #004063;
    font-weight: 300;
    padding: 0;
    font-size: 11px;
    margin: 20px;
    text-align: center;
    line-height: 1.5
}

span a:hover, span a:active {
    opacity: 1;
    color: #004063
}

.client_area .client-icon {
    background: #33abbe;
    box-shadow: 2px 2px 2px rgba(0,64,99, 0.3);
    cursor: pointer;
    float: left;
    height: 45px
}

.form_holder p {
    color: #004063
}

.client_area .form_holder {
    background: #fff;
    border: 1px solid #33abbe;
    float: right;
    box-shadow: 2px 2px 2px rgba(0,64,99, 0.3);
    width: 178px
}

.client_area .form_holder p {
    padding: 0 20px;
    font-size: 11px;
    margin-bottom: 5px !important
}

.client_area .form_holder input {
    width: 140px;
    border-radius: 6px;
    box-shadow: none;
    margin-bottom: 10px
}

.client_area .form_holder form {
    padding: 0 0px
}

form .required label:after {
    content: '*';
    display: inline
}

.color_display_2 {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    width: 31px !important;
    height: 31px;
    margin-bottom: 7px;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,64,99, 0.3);
    text-transform: uppercase;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0,64,99, 0.29)
}

.color_display_2 a {
    color: #fff;
    text-decoration: none
}

.color_display_2 a:focus, .color_display_2 a:hover {
    color: #ededed !important;
    text-decoration: none
}

.predefined_styles {
    padding: 0 20px
}

#stat-circle-container {
    margin: 20px auto 30px;
    height: 160px;
    max-width: 535px
}

.stat-circle {
    border-radius: 80px;
    height: 160px;
    width: 160px;
    text-align: center;
    color: #004063;
    padding: 40px 18px 0;
    float: left
}

.stat-circle div {
    margin-bottom: 20px
}

.stat-circle:not(:last-child) {
    margin-right: 25px
}

#map-container {
    height: 500px;
    width: 800px;
    margin: 0 auto
}

.highcharts-tooltip>span {
    padding: 10px;
    white-space: normal !important;
    width: 200px
}

#events-meetings table {
    width: 75%;
    border: 1px solid #ccc;
    margin: 0 auto
}

#events-meetings table td {
    padding: 0 0 0 8px
}

#events-meetings table tr th {
    padding: 5px 10px;
    background: #004063;
    color: #fff
}

#welcomeMessage {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 1.1em
}

.msg-error, #authMessage {
    color: #aa1d28;
    font-weight: bold;
    padding: 5px
}

.msg-success {
    color: #090
}

.success {
    text-align: center;
    font-weight: 600;
    background: #8dc4a1;
    border: 1px solid #619c77;
    border-radius: 3px;
    margin: 10px;
    padding: 6px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,64,99, 0.4)
}

#legendStat div {
    font-size: .8em;
    line-height: 16px;
    display: block;
    width: 170px;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    text-shadow: 0px 2px 2px rgba(0,64,99, 0.8)
}

#StronglyAgree {
    background: #004063
}

#Agree {
    background: #308F9B
}

#NeitherAgreenorDisagree {
    background: #5CB1BC
}

#Disagree {
    background: #84CED8
}

#StronglyDisagree {
    background: #A9E0E8
}

#NotApplicable {
    background: #A5D88F
}

#Havenotanswered {
    background: #E0B553
}

#chartdiv {
    height: 2500px;
    width: 1000px
}

.collapsible {
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,64,99, 0.12), 0 1px 2px rgba(0,64,99, 0.24);
    margin-bottom: 20px;
    border-radius: 2px;
    overflow: hidden
}

.collapsible .input {
    margin-bottom: 15px
}

.collapsible form label {
    font-weight: 600
}

.collapsible h4 {
    margin: 15px 0 5px;
    color: #004063
}

.collapsible a {
    margin-top: 10px
}

.collapsible p {
    margin: 0 0 10px
}

.collapsible header {
    background: #ddd;
    color: #004063;
    padding: 10px;
    display: block;
    cursor: pointer;
    position: relative
}

.collapsible header .icon {
    font-size: 1.6em;
    position: absolute;
    right: 10px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.collapsible header .icon.down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.collapsible header h3 {
    color: #004063;
    float: left;
    margin: 0;
    text-transform: none
}

[data-collapsed="true"] .collapsible-content {
    display: none
}

.collapsible-content {
    padding: 15px
}

.paging {
    background: #fff;
    color: #004063;
    margin: 1em;
    clear: both
}

.paging .current, .paging .disabled, .paging a {
    text-decoration: none;
    padding: 8px 12px;
    display: inline-block;
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.paging>span {
    display: inline-block;
    border: 2px solid #ccc;
    border-left: 0
}

.paging>span:hover {
    background: #efefef
}

.paging .prev {
    border-left: 2px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.paging .next {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.paging .disabled {
    color: #ddd
}

.paging .disabled:hover {
    background: transparent
}

.paging .current {
    background: #efefef;
    color: #c73e14
}

h2 .icon {
    font-size: 30px;
    margin-right: 10px;
    color: #004063
}

.icon16 {
    background-image: url("../img/icons/q2q-icons16.png");
    height: 16px;
    width: 16px
}

.icon16.cross {
    background-position: -48px 0
}

.icon16.tick {
    background-position: -64px 0
}

.seperator li:not(:first-child) {
    border-left: 1px solid #bbb
}

.liActions {
    margin-left: 15px
}

.liActions .checkbox label {
    padding-left: 0
}

@media (min-width: 1200px) {
    #mainMenu {
        font-size: 13.5px
    }
    .nav>li>a {
        padding: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainMenu {
        font-size: 11.5px
    }
    .nav>li>a {
        padding: 6px
    }
    .circle-big {
        width: 240px;
        height: 240px
    }
    .circle-small {
        width: 160px;
        height: 160px
    }
    .circle-big1 {
        width: 240px;
        height: 240px
    }
    .circle-small1 {
        width: 160px;
        height: 160px
    }
    .circle-small-corp-ul {
        width: 190px;
        height: 190px;
        margin: 0;
        font-size: 14px
    }
    .circle-small-corp-dr {
        width: 180px;
        height: 180px;
        margin: 20px 10px 0 0
    }
    .circle-small p, .circle-small1 p {
        line-height: 1.3;
        font-size: 14px !important
    }
}

@media (min-width: 565px) and (max-width: 991px) {
    div.center {
        margin: 0 auto;
        width: 525px
    }
}

@media screen and (max-width: 991px) {
    .mobileviewnoshow {
        display: none;
        visibility: hidden;
        width: 0 !important;
        height: 0 !important
    }
    .icona {
        display: none !important
    }
    .private-nav .icon {
        display: none
    }
    .private-nav a {
        color: #33abbe
    }
    header nav {
        margin: -30px auto 0 auto;
        width: 200px;
        text-align: center
    }
    .client_area {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .mobileviewshow {
        display: none;
        visibility: hidden;
        width: 0 !important;
        height: 0 !important
    }
    li.mobileonly {
        display: none
    }
    header nav {
        float: right;
        margin-top: -30px
    }
}

@media (max-width: 1250px) {
    #clientSideMenu {
        left: -145px
    }
    .showHideBt {
        display: block
    }
}

@media (min-width: 768px) {
    .row {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media screen and (max-width: 590px) {
    .circle-small-corp-ul {
        width: 200px;
        height: 200px
    }
    .circle-small-corp-dr {
        width: 215px;
        height: 215px
    }
    #stat-circle-container {
        max-width: 405px
    }
    .stat-circle {
        height: 130px;
        width: 130px;
        padding: 20px 10px 0;
        font-size: 12px
    }
    .stat-circle:not(:last-child) {
        margin-right: 5px
    }
    #events-meetings table {
        width: 100%
    }
}

@media screen and (min-width: 565px) {
    .pharmaimage, .corpoImage {
        width: 400px;
        height: 400px;
        margin: 0 auto;
        border-radius: 240px;
    }
    .pharmaimage {
        background: url(../img/pharma.jpg) no-repeat;
        background-size: cover;
    }
    .corpoImage {
        background: url(../img/corporate.png) no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 564px) {
    .circle {
        float: none;
        width: 240px;
        height: 240px;
        margin: 10px auto
    }
    .circle-small-corp-dr p, .circle-small-corp-ul p {
        font-size: 16px;
        line-height: 1.5
    }
    .circle-align{
        margin-top: -10px;
    }
    .pharmaimage, .corpoImage {
        width: 240px;
        height: 240px;
        border-radius: 160px;
        margin: 0 auto;
    }
    .pharmaimage {
        background: url(../img/pharma_sm.jpg) no-repeat;
        background-size: cover;
    }
    .corpoImage {
        background: url(../img/corporate.png) no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 440px) {
    #stat-circle-container {
        max-width: 300px
    }
    .stat-circle {
        height: 124px;
        width: 124px;
        padding: 18px 10px 0
    }
    .stat-circle:first-child {
        margin-right: 12%
    }
    .stat-circle:last-child {
        margin-left: 26%
    }
}

/*# sourceMappingURL=q2q_custom.css.map */