/* CSS Rules: Sorted alphabetically for better organization. */


/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}


/*HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button,
input,
select,
textarea {
    overflow: visible;
    width: auto;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: text-top;
}


/* =Horizontal Rule
-------------------------------------------------------------- */

hr {
    float: none;
    clear: both;
    width: 100%;
    height: 1px;
    border: none;
    color: #ddd;
    background: #ddd;
}

hr.space {
    color: #fff;
    background: #fff;
}


/* =Base
-------------------------------------------------------------- */

html {
    height: 100%;
}

body {
    color: #555;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* =Typography
-------------------------------------------------------------- */

p {
    word-wrap: break-word;
}

i,
em,
dfn,
cite {
    font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
    font-family: monospace, serif;
    font-style: normal;
}

b,
strong {
    font-weight: 700;
}

pre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    white-space: pre-wrap;
    word-wrap: break-word;
}

del {
    color: #555;
    text-decoration: line-through;
}

ins,
dfn {
    border-bottom: 1px solid #ccc;
}

sup,
sub,
small {
    font-size: 85%;
}

abbr,
acronym {
    font-size: 85%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

a abbr,
a acronym {
    border: none;
}

dfn[title],
abbr[title],
acronym[title] {
    border-bottom: 1px solid #ccc;
    cursor: help;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}


/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */

.grid {
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
    margin-right: 2.127659574468%;
}

.col-60 {
    width: 6.382978723404%;
}

.col-140 {
    width: 14.893617021277%;
}

.col-220 {
    width: 23.404255319149%;
}

.col-300 {
    width: 31.914893617021%;
}

.col-380 {
    width: 40.425531914894%;
}

.col-460 {
    width: 48.936170212766%;
}

.col-540 {
    width: 57.446808510638%;
}

.col-620 {
    width: 65.957446808511%;
}

.col-700 {
    width: 74.468085106383%;
}

.col-780 {
    width: 82.978723404255%;
}

.col-860 {
    width: 91.489361702128%;
}

.col-940 {
    width: 100%;
}

.fit {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* =Visibility
-------------------------------------------------------------- */

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.none {
    display: none;
}

.hide-desktop {
    display: none;
}

.show-desktop {
    display: block;
}


/* =Responsive Images
-------------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.ie8 img {
    width: auto\9;
    height: auto;
}

.ie8 img.size-large {
    width: auto;
    max-width: 60%;
}


/* =Responsive Videos
-------------------------------------------------------------- */

video {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* =Responsive Embeds/Objects
-------------------------------------------------------------- */

embed,
object {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}


/* =Links
-------------------------------------------------------------- */

a {
    color: #f35915;
    font-weight: 400;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #444;
    text-decoration: none;
}

::selection {
    color: #fff;
    background: #999;
    text-shadow: none;
}


/* =Forms
-------------------------------------------------------------- */

label {
    display: inline-block;
    padding: 2px 0;
    font-weight: 700;
}

legend {
    padding: 2px 5px;
}

fieldset {
    margin: 0 0 1.5em;
    padding: 1em 2em;
    border: 1px solid #ccc;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 6px 8px;
    border: 1px solid #aaa;
    outline: none;
    background-color: #fff;
    vertical-align: middle;
    cursor: text;
}

select {
    max-width: 100%;
    height: auto;
}

area,
textarea {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #aaa;
    border-bottom-color: #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

map area {
    padding: 0;
    border: 0;
}

input,
select {
    cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
    border: 1px solid #6cf;
}

input[type="text"],
input[type="password"] {
    cursor: text;
}


/* =IE Forms
-------------------------------------------------------------- */

.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
    width: 96%;
}


/* =IE6 Notice
-------------------------------------------------------------- */

.msie-box {
    display: block;
    position: absolute;
    top: 60px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #f0c36d;
    color: #212121;
    background-color: #f9edbe;
    text-align: center;
}

.msie-box a {
    color: #212121;
}


/* =Tables
-------------------------------------------------------------- */

th,
td,
table {}

table {
    width: 100%;
    border-collapse: collapse;
}


/* =Lists
-------------------------------------------------------------- */

ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
}

ol {
    margin: 0;
    padding: 0;
    line-height: 22px;
    list-style-position: outside;
    list-style-type: decimal;
}

dt {
    font-weight: 400;
}


/* =Blockquote
-------------------------------------------------------------- */

blockquote {
    margin: 20px;
}

blockquote p {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 700;
    line-height: 1.0em;
    word-wrap: break-word;
}

h1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 2.625em;
    /* = 42px */
}

h2 {
    margin-top: 0em;
    margin-bottom: 0.75em;
    font-size: 2.250em;
    /* = 36px */
}

h3 {
    margin-top: 0.857em;
    margin-bottom: 0.857em;
    font-weight: normal;
    font-size: 1.375em;
    /* = 30px */
}

h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.500em;
    /* = 24px */
}

h5 {
    margin-top: 1.125em;
    margin-bottom: 1.125em;
    font-size: 1.125em;
    /* = 18px */
}

h6 {
    margin-top: 1.285em;
    margin-bottom: 1.285em;
    font-size: 1.000em;
    /* = 16px */
}


/* =Margins & Paddings
-------------------------------------------------------------- */

p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
    margin: 1.6em 0;
}

th,
td {
    padding: 0em;
}

caption {
    padding-bottom: 0.8em;
}

blockquote {
    padding: 0 1em;
}

blockquote:first-child {
    margin: 0.8em 0;
}

fieldset {
    margin: 1.6em 0;
    padding: 0 1em 1em;
}

legend {
    padding-right: 0.8em;
    padding-left: 0.8em;
}

legend+* {
    margin-top: 1em;
}

input,
textarea {
    padding: 0.3em 0.4em 0.15em;
}

select {
    padding: 0.1em 0.2em 0;
}

option {
    padding: 0 0.4em;
}

dt {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.0em;
}

li ul,
li ol {
    margin: 0;
}

form div {
    margin-bottom: 0.8em;
}


/* =Globals
-------------------------------------------------------------- */

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0px;
}

#wrapper {
    clear: both;
    position: relative;
}

.front-page #wrapper {
    margin: 0px auto;
    padding: 0;
    border: none;
    background-color: transparent;
}

#header {
    margin: 0;
    background: #fff;
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

#footer {
    clear: both;
    padding: 0 0px 25px 0px;
    background: #141414;
}

#footer-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
    font-size: 14px;
    line-height: 22px;
}


/* =Header
-------------------------------------------------------------- */

#logo {
    float: left;
    padding: 10px 0px;
    margin: 0 30px 0 0;
}

.site-name {
    display: block;
    padding-top: 20px;
    font-size: 2.063em;
    /* = 33px */
    line-height: 1.0em;
}

.site-name a {
    color: #333;
    font-weight: 700;
}

.site-description {
    display: block;
    margin: 10px 0;
    color: #afafaf;
    font-size: 0.875em;
    /* = 14px */
}


/* =Content
-------------------------------------------------------------- */

#content {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content-full {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content-blog {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-images {
    margin-bottom: 20px;
}

#content-search {
    margin-top: 20px;
    margin-bottom: 20px;
}

#content-archive {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap a {
    font-size: 12px;
}

#content .sticky {
    clear: both;
}


/* =Templates (Landing Page)
-------------------------------------------------------------- */

.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
    display: none;
}


/* =Author Meta (Author's Box)
-------------------------------------------------------------- */

#author-meta {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 30px 0 40px 0;
    padding: 10px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f9f9f9;
}

#author-meta img {
    float: left;
    padding: 10px 15px 0 5px;
}

#author-meta p {
    margin: 0;
    padding: 5px;
}

#author-meta .about-author {
    margin: 10px 0 0 0;
    font-weight: 700;
}


/* =Featured Content
-------------------------------------------------------------- */

#featured {
    width: 99.893617021277%;
    padding-bottom: 40px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

#featured p {
    padding: 0 40px 0 40px;
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    text-align: center;
}

#featured-image {
    margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
    margin-left: -20px;
}

.featured-image img {
    margin-top: 44px;
}


/* =Post
-------------------------------------------------------------- */

.comments-link {
    font-size: 12px;
}

#cancel-comment-reply-link {
    color: #900;
}

.post-data {
    clear: both;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
}

.post-data a {
    color: #111;
}

.post-entry {
    clear: both;
}

.post-meta {
    clear: both;
    margin-bottom: 10px;
    color: #9f9f9f;
    font-size: 12px;
}

.post-edit {
    display: block;
    clear: both;
    margin: 0em 0;
    font-size: 12px;
}

.post-search-terms {
    clear: both;
}

.read-more {
    clear: both;
    font-weight: 700;
}

.attachment-entry {
    clear: both;
    text-align: center;
}


/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */

.bbpress .breadcrumb-list,
.bbpress .post-meta {
    display: none;
}


/* =Symbols
-------------------------------------------------------------- */

.ellipsis {
    margin-left: 5px;
    color: #aaa;
    font-size: 18px;
}

.form-allowed-tags {
    display: none;
    font-size: 10px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-wrapper {
    margin: 0 0 0px;
    padding: 0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
    width: 75%;
}

#widgets {
    margin-top: 20px;
}

#widgets a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#widgets form {
    margin: 0;
}

#widgets ul,
#widgets ol {
    padding: 0 0 0 20px;
}

#widgets ul li a {
    display: inline;
    text-decoration: none;
}

#widgets .widget-title img {
    float: right;
    position: relative;
    top: 4px;
    width: 11px;
    height: 11px;
}

#widgets .rss-date {
    padding: 6px 12px;
    line-height: 18px;
}

#widgets .rssSummary {
    padding: 10px;
}

#widgets cite {
    padding: 6px 12px;
    font-style: normal;
    line-height: 18px;
}

#widgets .tagcloud,
#widgets .textwidget {
    display: block;
    margin: 0;
    line-height: 1.5em;
    word-wrap: break-word;
}

#widgets .textwidget a {
    display: inline;
}

#widgets ul .children {
    padding: 0 0 0 10px;
}

#widgets .author {
    padding-top: 4px;
    font-weight: 700;
}

.widget_archive select,
#cat {
    display: block;
    margin: 0 15px 0 0;
}

.colophon-widget {
    min-height: 0;
    background: none;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
    width: 100%;
}

.top-widget {
    float: right;
    clear: right;
    width: 45%;
    min-height: 0;
    padding: 0 3px 0 0;
    border: none;
    background: none;
    text-align: right;
}

.top-widget ul {
    padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
    width: auto;
}

.top-widget #searchform {
    margin: 0;
}


/* =Titles
-------------------------------------------------------------- */

.featured-title {
    margin: 0;
    padding-top: 40px;
    font-size: 60px;
    text-align: center;
    letter-spacing: -1px;
}

.featured-subtitle {
    padding: 0 10px;
    text-align: center;
}

.widget-title h3,
.widget-title-home h3 {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
}

.top-widget .widget-title h3 {
    padding: 0;
    font-size: 14px;
    text-align: right;
}

.widget-title a {
    padding: 0 !important;
    border-bottom: none;
}

.title-404 {
    color: #933;
}


/* =404 Page
-------------------------------------------------------------- */

.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
    width: auto;
}


/* =Accessibility
-------------------------------------------------------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/* =Skip Links
-------------------------------------------------------------- */

.skip-container {
    display: block;
    position: relative;
    padding: 0.5em 0.5em 0.5em 0;
}

.skip-link {
    float: right;
    margin-left: -100%;
    padding: 0.5em;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    font-size: 0.8125em;
    text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
    border: 1px solid #666;
}

.custom-background .site {
    margin: 0 auto;
    -webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
    -moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
    box-shadow: 0 -5px 5px 4px #d5d5d5;
}


/* =Top Menu
-------------------------------------------------------------- */

.top-menu {
    float: right;
    margin: 10px 0;
    padding: 0;
}

.top-menu li {
    display: inline;
    list-style-type: none;
}

.top-menu li a {
    padding: 0 4px 0 8px;
    border-left: 1px solid #ccc;
    color: #333;
    font-size: 11px;
}

.top-menu>li:first-child>a {
    border-left: none;
}

.top-menu li a:hover {
    color: #333;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */

.menu {}

.main-nav {
    float: right;
}

.menu,
.menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    border: 0;
}

.menu li:hover {
    z-index: 10000;
    white-space: normal;
}

.menu li li {
    float: none;
}

.menu ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.menu li:hover>ul {
    visibility: visible;
    top: 100%;
}

.menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.menu:after,
.menu ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: ".";
}

.menu,
.menu ul {
    min-height: 0;
}

.menu ul,
.menu ul ul {
    margin: 0;
    padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.menu ul {
    width: auto;
    min-width: 15em;
    margin-top: 1px;
}

.menu a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0.9em;
    color: #000;
    line-height: 77px;
    height: 81px;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    font-family: "Montserrat", arial, sans-serif;
}

.menu a:hover {
    color: #af1f24;
}

ul.menu>li:hover {
    color: #af1f24;
}

.menu .current_page_item a,
.menu .current-menu-item a {
    color: #af1f24;
}

.front-page .menu .current_page_item a {
    background: none;
    background-color: transparent;
    background-image: none;
    filter: none;
}

.menu li li {
    width: auto;
    margin: -1px 0 1px 0;
    border: 1px solid #e5e5e5;
    color: #444;
    background: #fff;
    background-image: none;
    filter: none;
}

.menu li li a {
    height: auto;
    height: 25px;
    padding: 5px 10px;
    border: none;
    color: #000;
    background: transparent !important;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    white-space: nowrap;
}

.menu li li a:hover {
    border: none;
    color: #444;
    background: #f5f5f5 !important;
    background-image: none;
    filter: none;
}

.menu li li:hover {
    background: #f5f5f5 !important;
    filter: none;
}

.menu ul>li+li {
    border-top: 0;
}

.menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.menu>li:first-child>a {
    border-left: none;
}

.menu a#responsive_menu_button {
    display: none;
}

.main-nav #responsive_current_menu_item {
    display: none;
}


/*.js .main-nav .menu {*/


/*display: block;*/


/*}*/


/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */

.ie7 .menu ul {
    background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
    min-width: 100%;
}


/* =Sub-Header Menu
-------------------------------------------------------------- */

.sub-header-menu {
    clear: both;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-top: none;
    background-color: #fff;
}

.sub-header-menu,
.sub-header-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub-header-menu li {
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    border: 0;
}

.sub-header-menu li:hover {
    z-index: 10000;
    white-space: normal;
}

.sub-header-menu li li {
    float: none;
}

.sub-header-menu ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.sub-header-menu li:hover>ul {
    visibility: visible;
    top: 100%;
}

.sub-header-menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: ".";
}

.sub-header-menu,
.sub-header-menu ul {
    min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
    margin: 0;
    padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
    color: #484848;
    text-decoration: none;
}

.sub-header-menu ul {
    width: auto;
    min-width: 15em;
    margin-top: 1px;
}

.sub-header-menu a {
    display: block;
    position: relative;
    height: 35px;
    margin: 0;
    padding: 0 0.9em;
    border-left: 1px solid #e5e5e5;
    color: #333;
    text-shadow: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
}

.sub-header-menu a:hover {
    background-color: #f9f9f9;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
    background-color: #f9f9f9;
}

.sub-header-menu li li {
    width: auto;
    margin: -1px 0 1px 0;
    border: 1px solid #e5e5e5;
    color: #444;
    background: #fff;
    background-image: none;
    filter: none;
}

.sub-header-menu li li a {
    height: auto;
    height: 20px;
    padding: 5px 10px;
    border: none;
    color: #444;
    text-shadow: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.sub-header-menu li li a:hover {
    border: none;
    color: #444;
    background: #f9f9f9;
    background-image: none;
    filter: none;
}

.sub-header-menu ul>li+li {
    border-top: 0;
}

.sub-header-menu li li:hover>ul {
    top: 0;
    left: 100%;
}

.sub-header-menu>li:first-child>a {
    border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
    background: none;
    background-image: none;
    filter: none;
}


/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */

.ie7 .sub-header-menu ul {
    background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
    min-width: 100%;
}


/* =Footer Menu
-------------------------------------------------------------- */

.footer-menu {
    margin-left: 0;
    padding: 0;
}

.footer-menu li {
    display: inline;
    list-style-type: none;
}

.footer-menu li a {
    padding: 0 8px;
    border-left: 1px solid #ccc;
    color: #333;
}

.footer-menu li a:hover {
    color: #222;
}

.footer-menu>li:first-child>a {
    padding: 0 8px 0 0;
    border-left: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    display: block;
    height: 28px;
    margin: 20px 0;
    padding: 0 5px;
    color: #111;
    font-size: 13px;
    line-height: 28px;
}

.navigation a {
    padding: 4px 10px;
    color: #aaa;
}

.navigation a:hover {
    color: #111;
    text-decoration: none;
}

.navigation .previous {
    float: left;
}

.navigation .next {
    float: right;
}

.navigation .bracket {
    font-size: 36px;
}


/* =Pagination (pages)
-------------------------------------------------------------- */

.pagination {
    display: block;
    clear: both;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
}

.pagination a {
    text-decoration: none;
}


/* =Breadcrumb Lists
-------------------------------------------------------------- */

.breadcrumb-list {
    font-size: 12px;
    text-align: left;
}

.breadcrumb-new {
    font-size: 12px;
    margin-top: 83px;
    background: #f5f5f5;
    padding: 5px 0px;
    text-align: right;
}


/* =Comments
-------------------------------------------------------------- */

#commentform {
    margin: 0;
}

.commentlist {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist li {
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.commentlist li cite {
    color: #111;
    font-size: 1.1em;
    font-weight: 400;
    font-style: normal;
}

.commentlist li.alt {
    background: #f9f9f9;
}

.commentlist .children {
    margin-left: 10px;
    padding: 10px;
    list-style: none;
}

.commentlist .avatar {
    float: left;
    margin-right: 10px;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
}

.comment-author .says {
    color: #999;
}

.comment-body .comment-meta {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #999;
    text-align: left;
}

.comment-body .comment-meta a {
    font-size: 11px;
}

.comment-body {
    clear: both;
    padding: 10px;
}

.comment-body p {
    clear: both;
}

.pingback,
.trackback {
    margin: 20px 0;
    list-style: none;
}

.pingback cite,
.trackback cite {
    font-style: normal;
}

#pings,
#comments {
    text-align: left;
}

#respond {
    clear: both;
    margin-top: 15px;
    padding: 10px 20px 50px;
    border: 1px solid #ccc;
    border-bottom-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fff, #eaeaea);
    background-image: -moz-linear-gradient(top, #fff, #eaeaea);
    background-image: -ms-linear-gradient(top, #fff, #eaeaea);
    background-image: -o-linear-gradient(top, #fff, #eaeaea);
    background-image: linear-gradient(top, #fff, #eaeaea);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
}

#respond label {
    display: inline;
}

.reply {
    margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
    display: block;
    width: 100%;
}

.nocomments {
    color: #999;
    font-size: 0.9em;
    text-align: center;
}


/* =Gallery
-------------------------------------------------------------- */


/* Normal */

.gallery-columns-1 .gallery-item {
    max-width: 600px;
}

.gallery-columns-2 .gallery-item {
    max-width: 300px;
}

.gallery-columns-3 .gallery-item {
    max-width: 200px;
}

.gallery-columns-4 .gallery-item {
    max-width: 150px;
}

.gallery-columns-5 .gallery-item {
    max-width: 120px;
}

.gallery-columns-6 .gallery-item {
    max-width: 100px;
}

.gallery-columns-7 .gallery-item {
    max-width: 85px;
}

.gallery-columns-8 .gallery-item {
    max-width: 75px;
}

.gallery-columns-9 .gallery-item {
    max-width: 66px;
}


/* Full Width */

.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
    max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
    max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
    max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
    max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
    max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
    max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
    max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
    max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
    max-width: 100px;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    max-width: 96%;
    padding: 13px 10px 10px 10px;
    border: 1px solid #f0f0f0;
    background: #f9f9f9;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
}

img.wp-smiley {
    vertical-align: middle;
}

.bypostauthor {}


/* =WordPress Gallery
-------------------------------------------------------------- */

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    max-width: 155px;
    margin-top: 0;
    text-align: center;
}

.gallery img {
    border: 1px solid #ddd;
}

.gallery .gallery-caption {
    margin: 0 0 12px;
    font-size: 12px;
}

.gallery dl {
    margin: 0;
}

.gallery br+br {
    display: none;
}

.attachment-gallery img {
    display: block;
    width: auto;
    max-width: 96%;
    height: auto;
    margin: 15px auto;
    padding: 5px;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
    display: block;
}


/* =Post Thumbnails
-------------------------------------------------------------- */

img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
    display: block;
    width: auto;
    margin: 15px auto;
}


/* =Buttons
-------------------------------------------------------------- */

a.button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    color: #333;
    background-color: #f9f9f9;
    /* Alabaster */
    font-size: 14px;
    border: none;
    font-weight: nomal;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

a.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    border: none;
    color: #333;
    background-color: #fff;
}

a.button:active,
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {}


/* =Buttons (Call to Action)
-------------------------------------------------------------- */

.call-to-action {
    text-align: center;
}

.call-to-action a.button {
    padding: 15px 35px;
    font-size: 24px;
}

.call-to-action a.button:hover {
    text-decoration: none;
}

.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}


/* =Buttons (Sizes)
-------------------------------------------------------------- */

.small a.button {
    padding: 3px 6px;
    font-size: 10px;
}

.medium a.button {
    padding: 8px 16px;
    font-size: 16px;
}

.large a.button {
    padding: 10px 35px;
    font-size: 18px;
}

.xlarge a.button {
    padding: 12px 55px;
    font-size: 24px;
}


/* =Buttons (Colors)
-------------------------------------------------------------- */

a.blue {
    border: 1px solid #115290;
    color: #fff;
    background-color: #1874cd;
    /* Dodger Blue */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
    background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
    background-image: linear-gradient(top, #4f9eea, #1874cd);
    text-shadow: 0 -1px 0 #115290;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
}

a.blue:hover {
    border: 1px solid #115290;
    color: #fff;
    background-color: #7db7f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
    background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
    background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
    background-image: linear-gradient(top, #7db7f0, #1874cd);
    text-shadow: 0 -1px 0 #115290;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
}

a.red {
    border: 1px solid #890000;
    color: #fff;
    background-color: #cd0000;
    /* Red 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
    background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
    background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
    background-image: -o-linear-gradient(top, #ff2323, #cd0000);
    background-image: linear-gradient(top, #ff2323, #cd0000);
    text-shadow: 0 -1px 0 #890000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
}

a.red:hover {
    border: 1px solid #890000;
    color: #fff;
    background-color: #ff5656;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
    background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
    background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
    background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
    background-image: -o-linear-gradient(top, #ff5656, #cd0000);
    background-image: linear-gradient(top, #ff5656, #cd0000);
    text-shadow: 0 -1px 0 #890000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
}

a.orange {
    border: 1px solid #bb5d00;
    color: #fff;
    background-color: #ff7f00;
    /* Dark Orange 1 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
    background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
    background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
    background-image: -o-linear-gradient(top, #fa5, #ff7f00);
    background-image: linear-gradient(top, #fa5, #ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
}

a.orange:hover {
    border: 1px solid #bb5d00;
    color: #fff;
    background-color: #ffc388;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
    background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
    background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
    background-image: linear-gradient(top, #ffc388, #ff7f00);
    text-shadow: 0 -1px 0 #bb5d00;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
}

a.yellow {
    border: 1px solid #bb9e00;
    color: #161300;
    background-color: #ecca06;
    /* Yellow Gold */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
    background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
    background-image: linear-gradient(top, #fff2aa, #ffd700);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
}

a.yellow:hover {
    border: 1px solid #bb9e00;
    color: #161300;
    background-color: #fffadd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
    background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
    background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
    background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
    background-image: -o-linear-gradient(top, #fffadd, #ffd700);
    background-image: linear-gradient(top, #fffadd, #ffd700);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
}

a.green {
    border: 1px solid #1d5837;
    color: #fff;
    background-color: #2e8b57;
    /* Sea Green 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
    background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
    background-image: linear-gradient(top, #4bc380, #2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
}

a.green:hover {
    border: 1px solid #1d5837;
    color: #fff;
    background-color: #71d09b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
    background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
    background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
    background-image: linear-gradient(top, #71d09b, #2e8b57);
    text-shadow: 0 -1px 0 #1d5837;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
}

a.olive {
    border: 1px solid #626862;
    color: #fff;
    background-color: #838b83;
    /* Honey Dew 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
    background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
    background-image: -moz-linear-gradient(top, #afb4af, #838b83);
    background-image: -ms-linear-gradient(top, #afb4af, #838b83);
    background-image: -o-linear-gradient(top, #afb4af, #838b83);
    background-image: linear-gradient(top, #afb4af, #838b83);
    text-shadow: 0 -1px 0 #626862;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
}

a.olive:hover {
    border: 1px solid #626862;
    color: #fff;
    background-color: #c9cdc9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
    background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
    background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
    background-image: linear-gradient(top, #c9cdc9, #838b83);
    text-shadow: 0 -1px 0 #626862;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
}

a.purple {
    border: 1px solid #3f305e;
    color: #fff;
    background-color: #5d478b;
    /* Medium Purple 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
    background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
    background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
    background-image: -o-linear-gradient(top, #8771b6, #5d478b);
    background-image: linear-gradient(top, #8771b6, #5d478b);
    text-shadow: 0 -1px 0 #3f305e;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
}

a.purple:hover {
    border: 1px solid #3f305e;
    color: #fff;
    background-color: #a492c8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
    background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
    background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
    background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
    background-image: -o-linear-gradient(top, #a492c8, #5d478b);
    background-image: linear-gradient(top, #a492c8, #5d478b);
    text-shadow: 0 -1px 0 #3f305e;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
}

a.pink {
    border: 1px solid #8e0b52;
    color: #fff;
    background-color: #cd1076;
    /* Deep Pink 3 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
    background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
    background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
    background-image: -o-linear-gradient(top, #f042a0, #cd1076);
    background-image: linear-gradient(top, #f042a0, #cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
}

a.pink:hover {
    border: 1px solid #8e0b52;
    color: #fff;
    background-color: #f471b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
    background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
    background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
    background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
    background-image: -o-linear-gradient(top, #f471b8, #cd1076);
    background-image: linear-gradient(top, #f471b8, #cd1076);
    text-shadow: 0 -1px 0 #8e0b52;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
}

a.brick {
    border: 1px solid #791717;
    color: #fff;
    background-color: #b22222;
    /* Fire Brick */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
    background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
    background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
    background-image: linear-gradient(top, #dd4c4c, #b22222);
    text-shadow: 0 -1px 0 #791717;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
}

a.brick:hover {
    border: 1px solid #791717;
    color: #fff;
    background-color: #e57777;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
    background-image: -webkit-linear-gradient(top, #e57777, #b22222);
    background-image: -moz-linear-gradient(top, #e57777, #b22222);
    background-image: -ms-linear-gradient(top, #e57777, #b22222);
    background-image: -o-linear-gradient(top, #e57777, #b22222);
    background-image: linear-gradient(top, #e57777, #b22222);
    text-shadow: 0 -1px 0 #791717;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
}

a.gold {
    border: 1px solid #6b4e06;
    color: #fff;
    background-color: #8b6508;
    /* Dark Golden Rod 4 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
    background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
    background-image: linear-gradient(top, #db9f0d, #8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
}

a.gold:hover {
    border: 1px solid #6b4e06;
    color: #fff;
    background-color: #f3b828;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
    background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
    background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
    background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
    background-image: -o-linear-gradient(top, #f3b828, #8b6508);
    background-image: linear-gradient(top, #f3b828, #8b6508);
    text-shadow: 0 -1px 0 #6b4e06;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
}

a.brown {
    border: 1px solid #4f270b;
    color: #fff;
    background-color: #8b4513;
    /* Saddle Brown */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
    background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
    background-image: linear-gradient(top, #d66a1d, #8b4513);
    text-shadow: 0 -1px 0 #4f270b;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
}

a.brown:hover {
    border: 1px solid #4f270b;
    color: #fff;
    background-color: #8b4513;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
    background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
    background-image: -moz-linear-gradient(top, #e58541, #8b4513);
    background-image: -ms-linear-gradient(top, #e58541, #8b4513);
    background-image: -o-linear-gradient(top, #e58541, #8b4513);
    background-image: linear-gradient(top, #e58541, #8b4513);
    text-shadow: 0 -1px 0 #4f270b;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
}

a.silver {
    border: 1px solid #9e9e9e;
    color: #444;
    background-color: #c0c0c0;
    /* Silver */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
    background-image: linear-gradient(top, #eaeaea, #c0c0c0);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
}

a.silver:hover {
    border: 1px solid #9e9e9e;
    color: #444;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
    background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
    background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
    background-image: -o-linear-gradient(top, #fff, #c0c0c0);
    background-image: linear-gradient(top, #fff, #c0c0c0);
    text-shadow: 0 1px 0 #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
}

a.gray {
    border: 1px solid #474747;
    color: #fff;
    background-color: #696969;
    /* Dim Gray */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
    background-image: -webkit-linear-gradient(top, #939393, #696969);
    background-image: -moz-linear-gradient(top, #939393, #696969);
    background-image: -ms-linear-gradient(top, #939393, #696969);
    background-image: -o-linear-gradient(top, #939393, #696969);
    background-image: linear-gradient(top, #939393, #696969);
    text-shadow: 0 -1px 0 #474747;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
}

a.gray:hover {
    border: 1px solid #474747;
    color: #fff;
    background-color: #adadad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
    background-image: -webkit-linear-gradient(top, #adadad, #696969);
    background-image: -moz-linear-gradient(top, #adadad, #696969);
    background-image: -ms-linear-gradient(top, #adadad, #696969);
    background-image: -o-linear-gradient(top, #adadad, #696969);
    background-image: linear-gradient(top, #adadad, #696969);
    text-shadow: 0 -1px 0 #474747;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
}

a.black {
    border: 1px solid #000;
    color: #fff;
    background-color: #080808;
    /* Black */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
    background-image: -webkit-linear-gradient(top, #323232, #080808);
    background-image: -moz-linear-gradient(top, #323232, #080808);
    background-image: -ms-linear-gradient(top, #323232, #080808);
    background-image: -o-linear-gradient(top, #323232, #080808);
    background-image: linear-gradient(top, #323232, #080808);
    text-shadow: 0 -1px 0 #000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
}

a.black:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #4c4c4c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
    background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
    background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
    background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
    background-image: -o-linear-gradient(top, #4c4c4c, #080808);
    background-image: linear-gradient(top, #4c4c4c, #080808);
    text-shadow: 0 -1px 0 #000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
}


/* =Info Boxes
-------------------------------------------------------------- */

.info-box {
    display: block;
    margin: 20px 0;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

.alert {
    border: 1px solid #dc7070;
    color: #212121;
    background-color: #faebeb;
}

.address {
    border: 1px solid #cdc9a5;
    color: #212121;
    background-color: #f6f5ef;
}

.notice {
    border: 1px solid #e3cf57;
    color: #212121;
    background-color: #fbf9e9;
}

.success {
    border: 1px solid #a2bc13;
    color: #212121;
    background-color: #f9fde8;
}

.download {
    border: 1px solid #ff9912;
    color: #212121;
    background-color: #fff4e5;
}

.information {
    border: 1px solid #6ca6cd;
    color: #212121;
    background-color: #eef3f6;
}

.required {
    color: #d5243f;
}


/* =WooCommerce
-------------------------------------------------------------- */

#breadcrumb {
    padding: 40px 0 0 0;
}

#breadcrumb a {
    color: #06c;
    font-size: 12px;
    font-weight: 400;
}

#breadcrumb a:hover {
    color: #444;
    text-decoration: none;
}

#content-woocommerce {
    margin-top: 40px;
    margin-bottom: 20px;
}

.products ul,
ul.products {
    margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
    width: 100%;
}

table.shop_table {
    table-layout: fixed;
    word-break: break-all;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media screen and (max-width:767px) {
    table.shop_table {
        font-size: 10px;
    }
}

@media screen and (max-width:400px) {
    table.shop_table {
        font-size: 8px;
    }
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
    cursor: text;
}


/* =WPML
-------------------------------------------------------------- */

.icl_languages_selector {
    float: right;
    text-align: left;
}

.rtl .icl_languages_selector {
    float: left;
    text-align: right;
}

@media screen and (max-width: 650px) {
    .icl_languages_selector,
    .rtl .icl_languages_selector {
        float: none;
    }
}


/* =Polylang
-------------------------------------------------------------- */

.widget_polylang li {
    display: inline;
    list-style-type: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    font-size: 11px;
    line-height: 1.5em;
}

#footer a {
    color: #333;
    font-weight: 400;
}

#footer a:hover {
    color: #444;
}

#footer-wrapper .grid.col-940 {
    margin: 0;
}

.scroll-top {
    display: none;
    position: fixed;
    padding: 10px;
    border-radius: 100px;
    right: 10px;
    color: #fff;
    bottom: 10px;
    height: 25px;
    background: #333;
    width: 25px;
    text-align: center;
}

.scroll-top a {
    color: #fff !important;
    font-size: 18px;
}

.copyright {
    text-align: center;
    background: #191919;
    padding: 10px 0px;
    color: #5a5a5a;
}

.powered {
    text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
    margin-right: 0;
}


/* =Social Icons
-------------------------------------------------------------- */

#footer .social-icons {
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: right;
    list-style: none;
}

#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
    display: inline;
    margin: 1px;
    padding-left: 3px;
}


/* =Alignments Extras
-------------------------------------------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}


/* =Clearfix
-------------------------------------------------------------- */

.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
    display: table;
    content: " ";
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
    clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
    zoom: 1;
}

.clear {
    clear: both;
}


/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */

bdo[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}

bdo[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}

[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}

[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}


/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */

@media print {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
    ul,
    ol,
    dl {
        page-break-before: avoid;
    }
}


/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */

@media only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    body {}
}

.jsn-bootstrap3 .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.right-btn {
    float: right;
    width: 395px;
    margin-top: 20px;
}

.right-btn a.orange-btn {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px 8px 40px;
    display: inline-block;
    border-radius: 3px;
    background: url(../images/schedule.png) no-repeat 10px center #f35915;
}

.right-btn a:hover.orange-btn {
    background: url(../images/schedule.png) no-repeat 10px center #000;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px 8px 40px;
    display: inline-block;
    border-radius: 3px;
}

.right-btn a.red-btn {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    display: inline-block;
    border-radius: 3px;
    background: #af1f24;
}

.right-btn a:hover.red-btn {
    background: #000;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    display: inline-block;
    border-radius: 3px;
}

.right-btn a.gray-btn {
    background: #4b4b4b;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
}

.right-btn a:hover.gray-btn {
    background: #000;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
}

#text-2 {
    width: 410px;
    padding: 0 30px 0 0;
    margin-right: 30px;
    border-right: solid 1px #2c2c2c;
    float: left;
    color: #898989;
    min-height: 350px;
}

#text-2 h3 {
    font-weight: normal;
    color: #fff;
}

#text-2 span {
    color: #fff;
}

#nav_menu-2 {
    width: 220px;
    padding: 0 30px 0 0;
    border-right: solid 1px #2c2c2c;
    float: left;
    margin-right: 30px;
    min-height: 350px;
}

#nav_menu-2 h3 {
    font-weight: normal;
    color: #fff;
}

#nav_menu-2 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#nav_menu-2 ul li {
    margin: 0px;
    padding: 3px 0px;
    list-style: none;
}

#nav_menu-2 ul li a {
    color: #737373;
}

#newsletterwidget-3 {
    width: 320px;
    padding: 0 0px 0 0px;
    float: left;
}

#newsletterwidget-3 input[type=email] {
    background: #282828;
    border: solid 1px #404040;
    padding: 10px;
    color: #fff;
    float: left;
    width: 200px;
    margin-right: 5px;
}

#newsletterwidget-3 h3 {
    font-weight: normal;
    color: #fff;
}

#newsletterwidget-3 input[type=submit] {
    float: left;
    background: #6cbe45;
    padding: 7px 20px;
    color: #fff;
}

#text-5 {
    padding: 30px 0px 0 0px;
    float: left;
    color: #898989;
}

#text-5 h3 {
    font-weight: normal;
    color: #fff;
}

.bg-orange {
    background: #f43f1b;
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.width-half {
    width: 49%;
    float: left;
}

.request-box {
    width: 725px;
    margin: 0 auto;
}

.btn-request {
    float: left;
}

.or {
    float: left;
    padding: 0 20px;
}

.phone-numbers {
    font-size: 45px;
    color: #000;
    float: left;
}

.phone-numbers a {
    color: #000;
    background: none;
}

.buttons-number {
    padding: 60px 0px;
    text-align: center;
    font-size: 14px;
}

.buttons-number a {
    padding: 20px 75px;
    border-radius: 100px;
    background: #6cbe45;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.buttons-number a:hover {
    background: #000;
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}

#home_widget_1 {}

#home_widget_1 h3 {
    font-weight: normal;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 5px;
}

#home_widget_1 ul {
    margin: 0px;
    padding: 0px;
}

#home_widget_1 ul li {
    margin: 0px 0px 5px 0px;
    padding: 10px 0px;
    list-style: none;
    color: #080808;
}

#home_widget_1 ul li p {
    margin: 5px 0px;
    padding: 0px;
    color: #fff;
    font-size: 14px;
}

#home_widget_1 ul li h3 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #000;
}

#home_widget_1 ul li a {
    font-size: 23px;
    padding: 10px 0px;
    color: #fff;
}

.date-box {
    background: #f55332;
    padding: 3px 15px;
    border-radius: 5px;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    width: auto;
    text-align: left;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.mr20 {
    margin-right: 20px;
}

#home_widget_2 {}

#home_widget_2 h3 {
    font-weight: normal;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 15px;
}

#home_widget_2 ul {
    margin: 0px;
    padding: 0px;
}

#home_widget_2 ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    list-style: none;
    background: #f55332;
    padding: 10px 15px;
    color: #fff;
}

#home_widget_2 ul li a.news-title {
    font-size: 17px;
}

#home_widget_2 ul li .dtstart {
    color: #ff9d89;
    border-bottom: none;
}

#home_widget_2 ul li a {
    color: #fff;
}

.pe {
    position: absolute;
    width: 400px;
    top: 180px;
    right: 8%;
}

.home-banner {
    position: relative;
    margin-top: 81px;
}

.number-email-head {
    position: absolute;
    top: 0px;
    z-index: 99999;
    width: 100%;
    border-bottom: solid 1px #9a9ba0;
    padding: 15px 0px;
    text-align: right;
    color: #fff;
    font-size: 17px;
}

.schedule {}

.schedule a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}

.schedule a:hover {
    color: #ccc;
    text-decoration: none;
}

.number {}

.number a {
    color: #fff;
    padding: 0 0px;
}

.number a:hover {
    color: #ccc;
}

.awards {
    background: #eaeaea;
    padding: 10px 0px 5px 0px;
}

.bg-solution {
    background: url(../images/bg-solution.jpg) no-repeat;
    background-size: cover;
    min-height: 300px;
    padding: 70px 0px;
}

.bg-solution ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.bg-solution ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 21%;
    text-align: center;
    float: left;
    padding: 0 20px;
    color: #fff;
    border-right: solid 1px #4a4a4b;
    min-height: 300px;
}

.bg-solution ul li:last-child {
    border-right: 0px;
}

.bg-solution ul li h3 {
    font-size: 18px;
    color: #f43f1b;
    font-weight: normal;
}

.menu-bullet {}

.menu-bullet ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-bullet ul li {
    margin: 0px;
    padding: 0px !important;
    list-style: none;
    background: url(../images/bullet.png) no-repeat left 10px;
    padding-left: 35px;
}

.menu-bullet ul li a {
    color: #333;
    display: block;
    font-size: 17px;
}

.menu-bullet ul li a:hover {
    color: #ccc;
}

.demo-form {
    color: #000;
}

.demo-form input[type=text] {
    border: solid 1px #ccc;
    background: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px;
    color: #333;
    width: 99%;
}

.demo-form input[type=email] {
    border: solid 1px #ccc;
    background: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px;
    color: #333;
    width: 99%;
}

.demo-form select {
    border: solid 1px #ccc;
    background: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 0px;
    color: #333;
    width: 99%;
}

.demo-form input[type=submit] {
    border: solid 1px #f35915;
    background: #f35915;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px 15px;
    color: #fff;
    margin-right: -14px;
}

.switch-banner {
    background: url(../images/switch-banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 30px 0px 0px 0px;
    position: relative;
}

.switch-banner h2 {
    text-align: center;
    color: #000;
    font-size: 35px;
    margin: 0px;
    padding: 25px 0px;
}

.switch-banner h2 span {
    color: #d40007;
    font-weight: bold;
}

.ribbon-ehrkit {
    position: absolute;
    top: 0px;
    left: 10%;
}

.social-media-icon {
    position: fixed;
    left: 0px;
    top: 35%;
}


/*-----------Product menu bar css----------*/

.menu-wrapper {
    width: 1140px;
    margin: 0px auto;
}

.first-col {
    width: 420px;
    float: left;
}

.second-col {
    width: 210px;
    float: left;
}

.third-col {
    width: 210px;
    float: left;
}

.fourth-col {
    width: 210px;
    float: left;
}

.fivth-col {
    width: 295px;
    float: left;
}

.ambulatory-EHR {
    margin-bottom: 10px;
    line-height: normal !important;
    width: 198px;
    float: left;
}

.ambulatory-EHR img {
    margin-bottom: 10px;
    margin-top: 15px;
}

.ambulatory-EHR a {
    background: #5388c7;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 190px !important;
    font-size: 17px !important;
    line-height: 18px!important;
}

.ambulatory-EHR a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    line-height: 18px!important;
}

.pms {
    line-height: normal !important;
}

.pms img {
    margin-bottom: 10px;
    margin-top: 15px;
}

.pms a {
    background: #7e51a1;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 140px !important;
    font-size: 17px !important;
    line-height: 18px!important;
}

.pms a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.ie {
    margin-left: 10px;
    line-height: normal !important;
    width: 210px;
    float: left;
}

.ie img {
    margin-bottom: 10px;
    margin-top: 15px;
    width: 35%;
}

.ie a {
    background: #400e67;
    padding: 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 190px!important;
    font-size: 17px !important;
    line-height: 18px!important;
}

.ie a:hover {
    background: #4c4c4c;
    padding: 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.pe1 {
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: normal !important;
}

.pe1 img {
    margin-bottom: 10px;
}

.pe1 a {
    background: #ee2d24;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 140px !important;
    font-size: 17px !important;
    line-height: 18px!important;
}

.pe1 a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.mhealth {
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: normal !important;
}

.mhealth img {
    margin-bottom: 10px;
}

.mhealth a {
    background: #af2025;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 140px !important;
    font-size: 17px !important;
    line-height: 18px!important;
}

.mhealth a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.inter {
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: normal !important;
}

.inter img {
    margin-bottom: 10px;
}

.inter a {
    background: #7e2c41;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff !important;
    text-decoration: none;
    height: 140px !important;
    font-size: 17px !important;
    line-height: 18px!important;
}

.inter a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.cc {
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: normal !important;
}

.cc img {
    margin-bottom: 10px;
}

.cc a {
    background: #6cbe45;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 140px !important;
    font-size: 17px !important;
    line-height: 18px!important;
}

.cc a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.rcm {
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: normal !important;
}

.rcm img {
    margin: 0px 10px;
}

.rcm a {
    background: #42b5e8;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: left;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 90px !important;
    font-size: 17px !important;
    line-height: 54px!important;
}

.rcm a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: left;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.pqrs {
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: normal !important;
}

.pqrs img {
    margin: 12px 10px;
}

.pqrs a {
    background: #3e4170;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    height: 140px !important;
    font-size: 17px !important;
    line-height: 50px!important;
}

.pqrs a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.qic {
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: normal !important;
}

.qic img {
    margin: 0px 10px 0px 0px;
}

.qic a {
    background: #6b4e2e;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
    line-height: auto !important;
    height: 140px !important;
    font-size: 17px !important;
    line-height: 25px!important;
}

.qic a:hover {
    background: #4c4c4c;
    padding: 20px 10px !important;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff!important;
    text-decoration: none;
}

.resource-menu-left {
    width: 885px;
    float: left;
}

.resource-menu-left ul {
    margin: 0px !important;
    padding: 0px !important;
}

.resource-menu-left ul li {
    margin: 0px 10px 10px 0px !important;
    padding: 0px !important;
    display: inline-block !important;
    width: 282px !important;
}

.resource-menu-left ul li a {
    padding: 37px 0px 37px 90px;
    width: 282px !important;
    display: block;
    border: solid 2px #453421 !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 19px;
}

.resource-menu-left ul li a:hover {
    padding: 37px 0px 37px 90px;
    width: 282px !important;
    display: block;
    border: solid 2px #453421 !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    background: #453421;
}

.press-release {
    background: url(../images/press-realse.png) no-repeat 20px #76624b;
    !important;
}

.press-release:hover {
    background: url(../images/press-realse.png) no-repeat 20px #453421 !important;
}

.industry-news {
    background: url(../images/news.png) no-repeat 20px #76624b;
}

.industry-news:hover {
    background: url(../images/news.png) no-repeat 20px #453421 !important;
}

.case-study {
    background: url(../images/casestudies.png) no-repeat 22px #76624b !important;
}

.case-study:hover {
    background: url(../images/casestudies.png) no-repeat 22px #453421 !important;
}

.news-events {
    background: url(../images/news-events.png) no-repeat 22px #76624b;
}

.news-events:hover {
    background: url(../images/news-events.png) no-repeat 22px #453421 !important;
}

.ipat-blog {
    background: url(../images/blog.png) no-repeat 22px #76624b;
}

.ipat-blog:hover {
    background: url(../images/blog.png) no-repeat 22px #453421 !important;
}

.white-paper {
    background: url(../images/white-paper.png) no-repeat 15px #76624b;
}

.white-paper:hover {
    background: url(../images/white-paper.png) no-repeat 15px #453421 !important;
}

.resource-menu-right {
    width: 251px;
    float: right;
}

.about-menu-left {}

.about-menu-left ul {
    margin: 0px !important;
    padding: 0px !important;
}

.about-menu-left ul li {
    margin: 0px 10px 0px 0px !important;
    padding: 0px !important;
    float: left !important;
    text-align: center;
    list-style: none;
    width: 151px !important;
}

.about-menu-left ul li a {
    padding: 20px 0px;
    width: 180px;
    display: block;
    color: #573405;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    height: 150px;
    background: #fbb65d;
}

.about-menu-left ul li a img {
    margin-bottom: 10px;
}

.about-menu-left ul li a:hover {
    padding: 20px 0px;
    width: 180px;
    display: block;
    color: #573405 !important;
    text-decoration: none;
    border-radius: 5px;
    background: #fff !important;
}

.hidden-data {
    background: #af2025;
    position: relative;
}

.technology {}

.hidden-text {
    right: 15px;
    top: 0px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
}

.thelanguage {
    width: 1140px;
    padding: 25px 0;
    color: #CCC;
    margin: 0 auto;
}

.product-pages {
    margin-top: 82px !important;
}

#pgc-155-0-0 {}

.panel-widget-style {
    text-align: center;
    font-size: 21px;
    color: #fff;
}

.center-header {
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
}

.center-header h1 {
    color: #fff;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.product-header {
    color: #fff;
    padding: 20px 0;
    text-align: left;
    font-size: 21px;
    line-height: 30px;
}

.product-header h1 {
    color: #fff;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.product-header1 {
    color: #fff;
    padding: 66px 0;
    text-align: left;
    font-size: 21px;
    line-height: 30px;
}

.product-header1 h1 {
    color: #fff;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.product-header2 {
    color: #fff;
    padding: 30px 0 10px 0;
    text-align: left;
    font-size: 21px;
    line-height: 30px;
}

.product-header2 h1 {
    color: #fff;
    font-size: 35px;
    background: url(../images/border-bottom.jpg) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.center-header1 {
    color: #fff;
    padding: 66px 0;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
}

.center-header1 h1 {
    color: #fff;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.light-bg {
    color: #666;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 80px;
}

.light-bg h2 {
    color: #af1f24;
    font-size: 45px;
    padding-top: 80px;
}

.light-bg img {
    margin: 30px auto;
}

.light-bg1 {
    color: #666;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 0px;
}

.light-bg1 h2 {
    color: #af1f24;
    font-size: 45px;
    margin-top: 80px;
}

.light-bg1 img {
    margin: 30px auto;
}

.light-bg2 {
    color: #666;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 0px;
}

.light-bg2 h2 {
    color: #af1f24;
    font-size: 45px;
    margin-top: 80px;
}

.light-bg2 img {
    margin-bottom: 30px !important;
}

.light-bg3 {
    color: #666;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 0px;
}

.light-bg3 h2 {
    color: #af1f24;
    font-size: 45px;
    margin-top: 80px;
}

.light-bg3 img {
    margin-bottom: 0px !important;
    margin-top: 30px;
}

.dark-bg {
    color: #fff;
    font-size: 17px;
    text-align: left;
    line-height: 27px;
    padding-top: 30px;
}

.dark-bg h2 {
    color: #fff;
    font-size: 45px;
    margin-top: 80px;
}

.dark-bg img {
    margin: 30px auto;
}

.dark-bg1 {
    color: #fff;
    font-size: 17px;
    text-align: left;
    line-height: 27px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.dark-bg1 h2 {
    color: #fff;
    font-size: 45px;
    margin-top: 80px;
}

.dark-bg1 img {
    margin: 30px auto;
}

.dark-bg2 {
    color: #fff;
    font-size: 17px;
    text-align: left;
    line-height: 27px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.dark-bg2 h2 {
    color: #fff;
    font-size: 45px;
    margin-top: 80px;
}

.center-bg-white {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding: 40px 0;
    text-align: center;
}

.center-bg-white h2 {
    color: #fff;
    font-size: 45px;
    margin-top: 0px;
}

.center-red-header-white {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 22px;
    padding: 120px 0 180px 0;
    text-align: center;
}

.center-red-header-white h2 {
    color: #7e2c41;
    font-size: 45px;
    margin-top: 0px;
}

.panel-grid {
    margin: 0px !important;
}

.w400 {
    width: 600px;
    margin: 0 auto;
}

.red-btn-round {
    background: #f35915;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
}

.red-btn-round:hover {
    background: #fff !important;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #000 !important;
    text-decoration: none;
    font-size: 17px;
}

.black-btn-round {
    background: #000;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.black-btn-round:hover {
    background: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

.brown-btn-round {
    background: #7e2c41;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.brown-btn-round:hover {
    background: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

.price-btn-round {
    background: #af0006;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
}

.price-btn-round:hover {
    background: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
}

.testimonials-widget-fot {
    padding: 30px 0px;
    text-align: center;
}

.testimonials-widget-fot .bx-wrapper .bx-viewport {
    background: none !important;
}

.testimonials-widget-testimonials {
    color: #fff;
}

.widget_testimonials_widget {}

.widget_testimonials_widget h3 {
    color: #fff;
    font-size: 45px;
    margin: 15px 0px !important;
}

.widget_testimonials_widget {}

.widget_testimonials_widget blockquote {
    float: left;
    margin-left: 20px;
    width: 900px;
    text-align: left;
    background: #0a46a1;
    border: solid 1px #2b63b9;
    padding: 30px 30px;
    border-radius: 10px;
}

.widget_testimonials_widget .credit {
    float: right;
    margin-right: 20px;
}

.image {
    float: left !important;
    margin-top: 0px;
}

.image img {
    border-radius: 200px !important;
    border: solid 2px #00317b;
}

.gray-bg-ita {
    font-size: 18px;
    font-style: italic;
    padding: 20px 0px;
    line-height: 30px;
    color: #fff;
}

.green-bg-link {
    font-size: 21px;
    color: #fff;
    padding: 10px 0px;
}

.green-bg-link a {
    color: #000;
    text-decoration: none;
}

.green-bg-link a:hover {
    color: #000;
    text-decoration: underline;
}

.list-icon {}

.list-icon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-icon ul li {
    margin: 0px;
    padding: 5px 0px;
    list-style: none;
    background: url(../images/lis-icon.png) no-repeat left 7px;
    padding-left: 25px;
}

.contactus-page {}

.contactus-page h1 {
    color: #af1f24;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.contactus-page {
    text-align: center;
}

.contactus-page h2 {
    color: #af1f24 !important;
    text-align: center !important;
    margin: 0px 0 10px 0px !important;
    padding: 0px !important;
}

.contactus-page .so-widget-sow-image {
    text-align: center !important;
}

.contactus-page .so-widget-sow-image img {
    text-align: center !important;
    margin: 30px auto 0 auto;
}

.contact-form-bot {
    color: #fff;
}

.contact-form-bot table {}

.contact-form-bot table tr {}

.contact-form-bot table tr td {
    padding: 0 5px;
}

.contact-form-bot h2 {
    color: #fff !important;
    text-align: center !important;
    padding: 0px;
    margin: 20px 0px;
    font-size: 25px;
    font-weight: 100;
}

.contact-form-bot input[type=text] {
    background: none;
    border: solid 2px #b91f00;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: none;
    color: #fff !important;
    width: 100%;
}

.contact-form-bot input[type=text]:focus {
    border: solid 2px #fff;
}

.contact-form-bot input[type=url] {
    background: none;
    border: solid 2px #b91f00;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: none;
    color: #fff !important;
    width: 91%;
}

.contact-form-bot input[type=url]:focus {
    border: solid 2px #fff;
}

.contact-form-bot input[type=email] {
    background: none;
    border: solid 2px #b91f00;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: none;
    color: #fff !important;
    width: 100%;
}

.contact-form-bot input[type=email]:focus {
    border: solid 2px #fff;
}

.contact-form-bot input#time {
    width: 40%;
}

.contact-form-bot select#amapm {
    width: 40%;
}

.contact-form-bot textarea {
    background: none;
    border: solid 2px #b91f00;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: none;
    color: #fff !important;
    width: 100%;
    height: 120px;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-form-bot textarea:focus {
    border: solid 2px #fff;
}

.contact-form-bot select {
    background: none;
    border: solid 2px #b91f00;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: none;
    color: #fff !important;
    width: 100%;
    overflow: auto;
}

.contact-form-bot select option {
    color: #000;
}

.contact-form-bot select:focus {
    border: solid 2px #fff;
}

.contact-form-bot .wpcf7-captchar {
    width: 60% !important;
    margin-right: 10px;
}

.contact-form-bot .wpcf7-captchac {
    width: 35%;
    margin: 0px !important;
    float: left;
}

.contact-form-bot input[type=submit] {
    background: #000;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: none;
    color: #fff !important;
    width: 100%;
}

.sechedule-demo12 {
    color: #333;
    width: 500px;
    margin: 0 auto;
}

.sechedule-demo12 h1 {
    color: #af1f24;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.sechedule-demo12 input[type=text] {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
}

.sechedule-demo12 input[type=text]:focus {
    border: solid 1px #ff6e00;
}

.sechedule-demo12 input[type=email] {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
}

.sechedule-demo12 input[type=email]:focus {
    border: solid 1px #ff6e00;
}

.sechedule-demo12 textarea {
    background: #c23b00;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
    height: 120px;
}

.sechedule-demo12 textarea:focus {
    border: solid 1px #ff6e00;
}

.sechedule-demo12 select {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
    height: 120px;
    overflow: auto;
}

.sechedule-demo12 select:focus {
    border: solid 1px #ff6e00;
}

.sechedule-demo12 input[type=submit] {
    background: #f35915;
    color: #fff;
    padding: 7px 20px;
    float: right;
    border-radius: 5px;
}

.applynow {
    color: #333;
    width: 500px;
    margin: 0 auto;
}

.applynow h1 {
    color: #af1f24;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.applynow input[type=text] {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
}

.applynow input[type=text]:focus {
    border: solid 1px #ff6e00;
}

.applynow input[type=email] {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
}

.applynow input[type=email]:focus {
    border: solid 1px #ff6e00;
}

.applynow textarea {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
    height: 120px;
}

.applynow textarea:focus {
    border: solid 1px #ff6e00;
}

.applynow select {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    color: #333 !important;
    width: 98%;
    height: 120px;
    overflow: auto;
}

.applynow select:focus {
    border: solid 1px #ff6e00;
}

.applynow input[type=submit] {
    background: #f35915;
    color: #fff;
    padding: 7px 20px;
    float: right;
    border-radius: 5px;
}

.contact-form-bot #captcha1 {
    float: left;
    width: 45% !important;
    margin-right: 10px;
}

.contact-form-bot ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.contact-form-bot :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.contact-form-bot ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.contact-form-bot :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.product-landing-page {
    text-align: center;
}

.product-landing-page h1 {
    color: #af1f24 !important;
    font-size: 35px !important;
    line-height: 45px !important;
}

.product-box-landing {
    background: #ebebeb;
    padding: 0px 0px 40px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.product-box-landing p {
    margin: 0px;
    padding: 0px;
}

.product-box-landing h3 {
    color: #f35915 !important;
    margin: 0px;
    padding: 0px;
    font-size: 19px;
}

.product-box-landing:hover {
    background: #f35915;
}

.product-box-landing:hover h3 {
    background: #f35915;
    color: #fff !important;
}

.contact-form-bot {}

.contact-form-bot table {}

.contact-form-bot table tr {}

.contact-form-bot table tr td {
    width: 50%;
}

.aboutus {
    padding: 0px 0px 0px 0px;
}

.aboutus h1 {
    color: #af1f24;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.aboutus h2 {
    color: #f35915 !important;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 19px;
}

.aboutus ul {}

.aboutus ul li {
    padding: 5px 0px;
    padding-left: 25px;
}

.aboutus .so-panel {
    background: #f2f2f2;
    text-align: center;
    padding-top: 10px;
    border-radius: 5px;
}

.mission {}

.orange-box-right-about {
    background: #f35915;
    padding: 30px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.awards-main {
    padding-top: 50px;
}

.awards-main .panel-grid {
    background: #f2f2f2;
}

.awards-main h2 {
    color: #f35915 !important;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 19px;
}

.whyus-page-main {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.whyus-page-main p {
    text-align: center !important;
}

.blog-bg {
    background: #f2f2f2 !important;
    padding-top: 86px;
}

.bg-white-blog {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 1px #ccc;
    margin-bottom: 10px;
}

#search-2 {
    background: #e5e5e5;
    margin-top: 20px;
    padding: 15px;
}

#search-2 h3 {
    background: #d6d6d6;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#recent-posts-2 {
    background: #f35915;
    margin-top: 20px;
}

#recent-posts-2 h3 {
    background: #e34e0c;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#recent-posts-2 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#recent-posts-2 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #e34e0c;
}

#recent-posts-2 ul li a {
    color: #fff;
    text-decoration: none;
}

#recent-comments-2 {
    background: #fbb65b;
    margin-top: 20px;
}

#recent-comments-2 h3 {
    background: #f4a63f;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#recent-comments-2 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#recent-comments-2 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #f4a63f;
}

#recent-comments-2 ul li a {
    color: #fff;
    text-decoration: none;
}

#archives-2 {
    background: #76624b;
    margin-top: 20px;
}

#archives-2 h3 {
    background: #5d4c38;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#archives-2 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#archives-2 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #5d4c38;
}

#archives-2 ul li a {
    color: #fff;
    text-decoration: none;
}

#categories-2 {
    background: #4b4b4b;
    margin-top: 20px;
}

#categories-2 h3 {
    background: #2c2c2c;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#categories-2 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#categories-2 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #2c2c2c;
}

#categories-2 ul li a {
    color: #fff;
    text-decoration: none;
}

#news_manager_archive_widget-2 {
    background: #76624b;
    margin-top: 20px;
    color: #fff;
}

#news_manager_archive_widget-2 h3 {
    background: #5d4c38;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#news_manager_archive_widget-2 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#news_manager_archive_widget-2 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #5d4c38;
}

#news_manager_archive_widget-2 ul li a {
    color: #fff;
    text-decoration: none;
}

#eo_event_list_widget-4 {
    background: #f43f1b;
    margin-top: 20px;
}

#eo_event_list_widget-4 h3 {
    background: #e4310d;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#eo_event_list_widget-4 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#eo_event_list_widget-4 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #e34e0c;
}

#eo_event_list_widget-4 ul li a {
    color: #fff;
    text-decoration: none;
}

.thumb-blog {
    float: left;
    width: 250px;
    height: 200px;
    margin-right: 20px;
}

.thumb-blog img {
    width: 250px;
    height: 200px;
    border-radius: 5px;
    margin: 0px !important;
}

.patners-page {
    padding: 40px 0px;
}

.patners-page2 {
    padding: 0px;
}

.patners-page p,
.patners-page2 p {
    padding: 0px;
    margin: 0px;
    color: #333;
}

.thelanguage .partnerlanding p,
.thelanguage .partnerlanding h3,
.thelanguage .partnerlanding ul li,
.thelanguage .partnerlanding h5 {
    color: #555;
}

.thelanguage .partnerlanding .spimg {
    border-radius: 100%;
    border: 1px solid #cccccc;
}

.thelanguage .thelanguage {
    padding: 0px 0px;
}

.patners-page h1,
.patners-page2 h1 {
    color: #af1f24;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.patners-page h3,
.patners-page2 h3 {
    font-size: 19px;
    color: #F30;
    border-bottom: solid 1px #ccc;
    padding: 15px 0px;
    margin: 0px 0px 10px 0px;
}

.career-page {
    padding: 40px 0px;
}

.career-page p {
    color: #333;
}

.thelanguage .thelanguage {
    padding: 0px 0px;
}

.career-page h1 {
    color: #af1f24;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.career-page h3 {
    font-size: 19px;
    color: #F30;
    border-bottom: solid 1px #ccc;
    padding: 15px 0px;
    margin: 0px 0px 10px 0px;
}

.accordprefix {
    float: right;
    margin-top: 15px;
}

.affiliations {
    padding: 40px 0px;
}

.affiliations h1 {
    color: #fff;
    font-size: 32px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.inner-banner {}

.inner-banner img {
    width: 100% !important;
    margin: 0px !important;
}

.inner-banner h1 {
    position: absolute;
    color: #fff;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    top: 200px;
    text-align: center;
    width: 100%;
}

.bd {
    border: solid 1px #f5f5f5;
    border-bottom: solid 2px #f5f5f5;
    padding: 15px;
    margin: 20px 0px 0px 0px;
}

.bd h3 {
    font-size: 23px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 0px;
}

.bd .date {
    color: #685847 !important;
    font-style: italic;
}

.type-news {}

.type-news h1 {
    color: #000;
    font-size: 25px;
    background: url(../images/border-bottom.jpg) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 35px;
}

.widget_news_manager_list_widget {}

.widget_news_manager_list_widget h3 {}

.widget_news_manager_list_widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.widget_news_manager_list_widget ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: dashed 1px #CCC;
    padding: 10px 0px;
}

.event-list-page {}

.event-list-page .start-date {
    background: #f43f1b !important;
    color: #fff !important;
}

.event-list-page .event-info {
    margin-left: 6.8em !important;
}

.unified-system {
    text-align: center;
    font-size: 14px;
    color: #b6b6b6;
    font-size: 17px;
    padding: 40px 0px;
}

.unified-system h3 {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 45px;
    margin-top: 0px !important;
}

.unified-system img {
    margin: 0px !important;
    padding: 0px !important;
}

.brown {
    background: #76624b;
    padding: 41px 20px 23px 20px;
    text-align: center;
}

.brown-title {
    font-size: 26px;
    color: #fff;
    line-height: 46px;
}

.brown-price {
    font-size: 80px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: -1px;
    line-height: 75px;
}

.brown-month {
    font-size: 15px;
    color: #fff;
}

.brown-terms {
    font-size: 27px;
    color: #dcbf9e;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 43px;
}

.brown-setup {
    font-size: 19px;
    color: #dcbf9e;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 19px;
}

.brown-free {
    font-size: 23px;
    color: #fff;
    line-height: 46px;
}

.orange {
    background: #f35915;
    padding: 20px;
    text-align: center;
}

.orange-title {
    font-size: 26px;
    color: #fff;
    line-height: 46px;
}

.orange-price {
    font-size: 80px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: -1px;
    line-height: 76px;
}

.orange-month {
    font-size: 15px;
    color: #fff;
}

.orange-terms {
    font-size: 27px;
    color: #571b00;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 43px;
}

.orange-setup {
    font-size: 19px;
    color: #571b00;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 19px;
}

.orange-free {
    font-size: 23px;
    color: #fff;
    line-height: 46px;
}

.red {
    background: #af0006;
    padding: 20px;
    text-align: center;
}

.red-title {
    font-size: 26px;
    color: #fff;
    line-height: 46px;
}

.red-price {
    font-size: 80px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: -1px;
    line-height: 76px;
}

.red-month {
    font-size: 15px;
    color: #fff;
}

.red-terms {
    font-size: 27px;
    color: #390002;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 50px;
}

.red-setup {
    font-size: 19px;
    color: #390002;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 19px;
}

.red-free {
    font-size: 23px;
    color: #fff;
    line-height: 46px;
}

.list-point {
    background: #f4f4f4;
    height: 1152px;
}

.list-point ul {
    margin: 0px 20px;
    padding: 0px;
    list-style: none;
}

.list-point ul li {
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
    border-bottom: solid 1px #CCC;
    text-align: center;
    color: #666;
    text-align: center;
    font-size: 14px;
}

.plus-part {
    background: #2c2c2c;
    font-size: 15px;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
}

.plus-part1 {
    background: #f4f4f4;
    font-size: 15px;
    color: #f4f4f4;
    padding: 15px 0px;
    text-align: center;
}

.mostpopular {
    background: #000000;
    padding: 10px 0px;
    color: #ffffff;
    text-align: center;
}

.mostpopular1 {
    background: #fff;
    padding: 10px 0px;
    color: #ffffff;
    text-align: center;
}

.orange-banner-free {
    text-align: center;
    font-style: italic;
    font-size: 30px;
    line-height: 56px;
    color: #fff;
}

.links-banner {
    color: #f35915 !important;
}

.links-banner:hover {
    color: #fff !important;
}

.vucon {
    color: #666;
    font-size: 17px;
    line-height: 27px;
}

.vucon h2 {
    color: #af1f24;
    font-size: 35px;
    padding-top: 0px;
}

.vucon h3 {
    color: #ff5a00;
    font-size: 21px;
    padding-top: 0px;
}

#nav_menu-3 {
    background: #4b4b4b;
    margin-top: 20px;
    margin-bottom: 20px;
}

#nav_menu-3 h3 {
    background: #2c2c2c;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#nav_menu-3 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#nav_menu-3 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #2c2c2c;
}

#nav_menu-3 ul li a {
    color: #fff;
    text-decoration: none;
}

#text-7 {
    background: #4b4b4b;
    margin-top: 20px;
    margin-bottom: 20px;
}

#text-7 h3 {
    background: #2c2c2c;
    padding: 10px 15px;
    color: #fff;
    font-weight: normal;
}

#text-7 ul {
    margin: 0px 15px;
    padding: 0px;
    list-style: none;
}

#text-7 ul li {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    border-bottom: dotted 1px #2c2c2c;
}

#text-7 ul li a {
    color: #fff;
    text-decoration: none;
}

.industry-news-list {
    margin-top: 40px;
}

.industry-news-list h3 {
    color: #af0006;
    font-size: 19px;
    margin: 0px;
    padding: 10px 0px;
    line-height: 25px;
}

.industry-news-list p {
    margin: 5px 0px;
    padding: 0px;
}

.industry-news-list .so-panel {
    border-bottom: dashed 1px #CCC;
    padding-bottom: 15px;
}

.industry-news-list .so-panel {
    margin-bottom: 15px !important;
}

.new-form {
    color: #333;
    width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border: dotted 2px #CCC;
    margin: 40px auto;
}

.new-form table {}

.new-form table tr {}

.new-form table tr td {
    padding: 0 5px;
}

.new-form table tr td .required {
    color: #ff0000;
}

.new-form h1 {
    color: #fff;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.new-form input[type=text] {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #333 !important;
    width: 98%;
}

.new-form input[type=text]:focus {
    border: solid 1px #ff6e00;
}

.new-form input[type=tel] {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #333 !important;
    width: 98%;
}

.new-form input[type=tel]:focus {
    border: solid 1px #ff6e00;
}

.new-form input[type=email] {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #333 !important;
    width: 98%;
}

.new-form input[type=email]:focus {
    border: solid 1px #ff6e00;
}

.new-form textarea {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    color: #333 !important;
    width: 98%;
    height: 120px;
}

.new-form textarea:focus {
    border: solid 1px #ff6e00;
}

.new-form select {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    color: #333 !important;
    width: 98%;
    overflow: auto;
}

.new-form select:focus {
    border: solid 1px #ff6e00;
}

.new-form input[type=submit] {
    background: #f35915;
    color: #fff;
    padding: 7px 20px;
    float: right;
}

.wpcf7-not-valid-tip {
    background: #FFE1E1;
    padding: 5px;
    border: solid 1px #F00;
}

.wpcf7-mail-sent-ok {
    background: #090;
    padding: 10px;
}

.table-compare {}

.table-compare tr {}

.table-compare tr td {}

.responsibility {
    border-top: none;
    border-left: none;
}

.responsibility tr th {
    border-bottom: solid 2px #ccc;
    padding: 5px;
    border-right: solid 1px #ccc;
    font-weight: bold;
}

.responsibility tr td {
    padding: 5px;
    border-bottom: solid 1px #ccc;
}

.silver tr {}

.silver tr th {
    border-bottom: solid 2px #ccc;
    padding: 5px;
    border-right: solid 1px #ccc;
    font-weight: bold;
}

.silver tr td {
    padding: 5px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.silver {
    background: #fcfcfc;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.silver tr {}

.silver tr th {
    border-bottom: solid 2px #ccc;
    padding: 5px;
    border-right: solid 1px #ccc;
    font-weight: bold;
}

.silver tr td {
    padding: 5px;
    border-right: solid 1px #ccc;
}

.gold {
    background: #cc9900;
    border-top: solid 1px #9a7400;
    border-left: solid 1px #9a7400;
    color: #fff;
}

.gold tr {}

.gold tr th {
    border-bottom: solid 2px #9a7400;
    padding: 5px;
    border-right: solid 1px #9a7400;
    font-weight: bold;
}

.gold tr td {
    padding: 5px;
    border-right: solid 1px #9a7400;
    border-bottom: solid 1px #9a7400;
}

.platinum {
    background: #dddfe1;
    border-top: solid 1px #acacac;
    border-left: solid 1px #acacac;
}

.platinum tr {}

.platinum tr th {
    border-bottom: solid 2px #acacac;
    padding: 5px;
    border-right: solid 1px #acacac;
    font-weight: bold;
}

.platinum tr td {
    padding: 5px;
    border-right: solid 1px #acacac;
    border-bottom: solid 1px #acacac;
}

.astreak {
    color: #F00;
    font-size: 17px;
    padding-bottom: 30px;
}

.bg-product-menu {
    background: url(../images/bg-menu.png) repeat;
}

.testimonials-free-ehr {
    background: #f7f7f7;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 40px;
}

.testimonials-free-ehr h3 {
    color: #000;
    text-align: center;
    font-size: 29px;
}

.testimonials-free-ehr span.image {
    float: none !important;
    margin: 0 auto;
    border: none;
}

.testimonials-free-ehr span.image img {
    border: none;
}

.testimonials-free-ehr blockquote {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    background: none;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: none;
    padding-top: 0px;
    line-height: 21px;
}

.testimonials-free-ehr .credit {
    color: #000;
    font-size: 13px;
    text-align: center !important;
    border: none;
    font-style: italic;
    float: none;
}

.gray-form {
    color: #333;
    margin: 0 auto;
    background: #f7f7f7;
    padding: 30px;
    margin: -58px auto 0px auto;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
}

.gray-form h2 {
    background: #f35915;
    padding: 3%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -30px;
    width: 81%;
    text-align: center;
    border-radius: 5px;
}

.gray-form table {}

.gray-form table tr {}

.gray-form table tr td {
    padding: 0 5px;
    vertical-align: top;
}

.gray-form table tr td .required {
    color: #ff0000;
}

.gray-form h1 {
    color: #fff;
    font-size: 55px;
    background: url(../images/border-bottom.jpg) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.gray-form input[type=text] {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #333 !important;
    width: 98%;
}

.gray-form input[type=text]:focus {
    border: solid 1px #ff6e00;
}

.gray-form input[type=tel] {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #333 !important;
    width: 98%;
}

.gray-form input[type=tel]:focus {
    border: solid 1px #ff6e00;
}

.gray-form input[type=email] {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #333 !important;
    width: 98%;
}

.gray-form input[type=email]:focus {
    border: solid 1px #ff6e00;
}

.gray-form textarea {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    color: #333 !important;
    width: 99%;
    height: 83px;
}

.gray-form textarea:focus {
    border: solid 1px #ff6e00;
}

.gray-form select {
    background: #fff;
    border: solid 1px #b2b2b2;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px;
    color: #333 !important;
    width: 98%;
    overflow: auto;
}

.gray-form select:focus {
    border: solid 1px #ff6e00;
}

.gray-form input[type=submit] {
    background: #f35915;
    color: #fff;
    padding: 9px 20px;
    float: none;
    width: 100%;
}

.gray-form .wpcf7-captchar {
    width: 45% !important;
}

.wpcf7-not-valid-tip {
    background: #FFE1E1;
    padding: 5px;
    border: solid 1px #F00;
}

.wpcf7-mail-sent-ok {
    background: #090;
    padding: 10px;
}

.orange-text-free-ehr {
    font-size: 26px;
    font-weight: 100px;
    font-style: italic;
    color: #f35915;
}

.top-main-new-bar {
    background: #333;
    text-align: right;
    font-size: 19px;
    color: #fff;
}

.pricing-top-btn {
    background: #af0006;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
}

.pricing-top-btn:hover {
    background: #fff;
    color: #333;
}

.schedule-top-btn {
    background: #f35915;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
}

.schedule-top-btn:hover {
    background: #fff;
    color: #333;
}

.quick-top-links {
    font-size: 14px !important;
}

.tweet-page {
    color: #2e3547;
}

@media screen and (max-width: 800px) {
    .menu-wrapper {
        width: 100%;
        margin: 0px auto;
    }
    .resource-menu-left {
        width: 75%;
        float: left;
        text-align: center;
        margin: 0 auto;
    }
    .resource-menu-right {
        width: 23%;
        float: left;
        text-align: center;
    }
    .resource-menu-right a {
        margin: 0px !important;
        padding: 0px !important;
    }
    .resource-menu-right img {
        width: 100%;
    }
    .resource-menu-left ul {
        margin: 0px !important;
        padding: 0px !important;
        text-align: center;
    }
    .resource-menu-left ul li {
        margin: 0px 10px 3px 0px !important;
        padding: 0px !important;
        display: block;
        text-align: center !important;
        float: left;
        width: 45% !important;
    }
    .resource-menu-left ul li a {
        padding: 10px 0px 10px 15px;
        display: block;
        border: solid 1px #453421 !important;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        text-align: left;
        background: none !important;
        width: 100% !important;
    }
    .resource-menu-left ul li a:hover {
        padding: 10px 0px 10px 15px;
        display: block;
        border: solid 1px #453421 !important;
        text-decoration: none;
        border-radius: 5px;
        background: #453421 !important;
        color: #fff !important;
        width: 100% !important;
    }
    .first-col {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .second-col {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .third-col {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .fourth-col {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .fivth-col {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    .ambulatory-EHR {
        margin-bottom: 5px;
        line-height: normal !important;
    }
    .ambulatory-EHR img {
        margin-bottom: 0px;
        display: none;
    }
    .ambulatory-EHR a {
        background: #5388c7;
        padding: 10px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto !important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .ambulatory-EHR a:hover {
        background: #4c4c4c;
        padding: 10px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        line-height: 18px!important;
    }
    .pms {
        line-height: normal !important;
    }
    .pms img {
        margin-bottom: 0px;
        display: none;
    }
    .pms a {
        background: #7e51a1;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto!important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .pms a:hover {
        background: #4c4c4c;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .ie {
        margin-left: 0px;
        line-height: normal !important;
    }
    .ie img {
        margin-bottom: 0px;
        margin-top: 0px;
        display: none;
    }
    .ie a {
        background: #400e67;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto!important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .ie a:hover {
        background: #4c4c4c;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .pe1 {
        margin-bottom: 5px;
        margin-left: 0px;
        line-height: normal !important;
    }
    .pe1 img {
        margin-bottom: 0px;
        display: none;
    }
    .pe1 a {
        background: #ee2d24;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto!important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .pe1 a:hover {
        background: #4c4c4c;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .mhealth {
        margin-bottom: 0px;
        margin-left: 0px;
        line-height: normal !important;
    }
    .mhealth img {
        margin-bottom: 0px;
        display: none;
    }
    .mhealth a {
        background: #af2025;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto!important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .mhealth a:hover {
        background: #4c4c4c;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .inter {
        margin-bottom: 5px;
        margin-left: 0px;
        line-height: normal !important;
    }
    .inter img {
        margin-bottom: 0px;
        display: none;
    }
    .inter a {
        background: #7e2c41;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff !important;
        text-decoration: none;
        height: auto!important;
        font-size: 17px !important;
        line-height: 15px!important;
    }
    .inter a:hover {
        background: #4c4c4c;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .cc {
        margin-bottom: 5px;
        margin-left: 0px;
        line-height: normal !important;
    }
    .cc img {
        margin-bottom: 0px;
        display: none;
    }
    .cc a {
        background: #6cbe45;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto!important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .cc a:hover {
        background: #4c4c4c;
        padding: 0px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .rcm {
        margin-bottom: 5px;
        margin-left: 0px;
        line-height: normal !important;
    }
    .rcm img {
        margin: 0px 0px;
        display: none;
    }
    .rcm a {
        background: #42b5e8;
        padding: 10px 10px 15px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto!important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .rcm a:hover {
        background: #4c4c4c;
        padding: 10px 10px 15px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .pqrs {
        margin-bottom: 5px;
        margin-left: 0px;
        line-height: normal !important;
    }
    .pqrs img {
        margin: 0px 0px;
        display: none;
    }
    .pqrs a {
        background: #3e4170;
        padding: 10px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        height: auto !important;
        font-size: 17px !important;
        line-height: 18px!important;
    }
    .pqrs a:hover {
        background: #4c4c4c;
        padding: 10px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .qic {
        margin-bottom: 5px;
        margin-left: 0px;
        line-height: normal !important;
    }
    .qic img {
        margin: 0px 0px 0px 0px;
        display: none;
    }
    .qic a {
        background: #6b4e2e;
        padding: 10px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
        line-height: auto !important;
        height: auto !important;
        font-size: 17px !important;
        line-height: 15px!important;
    }
    .qic a:hover {
        background: #4c4c4c;
        padding: 10px 10px 10px 10px !important;
        border-radius: 3px;
        text-align: center;
        display: block;
        color: #fff!important;
        text-decoration: none;
    }
    .about-menu-left {}
    .about-menu-left ul {
        margin: 0px !important;
        padding: 0px !important;
    }
    .about-menu-left ul li {
        margin: 0px 0px 0px 0px !important;
        padding: 0px !important;
        float: none !important;
        text-align: center;
        list-style: none;
        width: 100% !important;
        line-height: 15px !important;
    }
    .about-menu-left ul li a {
        padding: 0px 0px 10px 0px;
        width: 100%;
        display: block;
        border: solid 2px #ca862d !important;
        color: #573405;
        text-decoration: none;
        border-radius: 5px;
        text-align: center;
        height: auto !important;
        font-size: 17px;
        line-height: 15px;
    }
    .about-menu-left ul li a img {
        margin-bottom: 0px;
        display: none;
    }
    .about-menu-left ul li a:hover {
        padding: 0px 0px 10px 0px;
        width: 100%;
        display: block;
        border: solid 2px #ca862d !important;
        color: #573405 !important;
        text-decoration: none;
        border-radius: 5px;
        background: #fff !important;
        line-height: 15px;
    }
    .contact-form-bot {}
    .contact-form-bot table {}
    .contact-form-bot table tr {}
    .contact-form-bot table tr td {
        display: block;
        width: 100%;
    }
    .table-compare {}
    .table-compare tr {}
    .table-compare tr td {
        display: block;
        width: 98%;
    }
    .responsibility tr td {
        display: inline-block;
    }
    .responsibility tr th {
        border-right: 0px;
    }
    .silver tr td {
        display: table-cell;
        width: 50%;
    }
    .gold tr td {
        display: table-cell;
        width: 50%;
    }
    .platinum tr td {
        display: table-cell;
        width: 50%;
    }
    .inner-banner {}
    .inner-banner img {
        width: 100% !important;
        margin: 0px !important;
    }
    .inner-banner h1 {
        position: absolute;
        color: #fff;
        font-size: 36px;
        background: url(../images/border-bottom.jpg) no-repeat bottom center;
        padding-bottom: 20px;
        margin-bottom: 30px;
        top: 100px;
        text-align: center;
        width: 100%;
    }
    .testimonials-free-ehr {
        background: #f7f7f7;
        padding: 20px 20px;
        text-align: center;
        border-radius: 10px;
        margin-top: 40px;
    }
    .testimonials-free-ehr h3 {
        color: #000 !important;
        text-align: center;
        font-size: 22px !important;
    }
    .testimonials-free-ehr span.image {
        float: none !important;
        margin: 0 auto;
        border: none;
    }
    .testimonials-free-ehr span.image img {
        border: none;
    }
    .testimonials-free-ehr blockquote {
        width: 90% !important;
        margin: 0 auto;
        text-align: center !important;
        background: none !important;
        color: #666 !important;
        font-size: 14px;
        text-align: center !important;
        border: none !important;
        padding-top: 0px;
        line-height: 21px;
    }
    .testimonials-free-ehr .credit {
        color: #000;
        font-size: 13px;
        text-align: center;
        border: none;
        font-style: italic;
        float: none;
    }
}

@media screen and (max-width:480px) {
    .inner-banner {}
    .inner-banner img {
        width: 100% !important;
        margin: 0px !important;
    }
    .inner-banner h1 {
        position: absolute;
        color: #fff;
        font-size: 26px;
        background: url(../images/border-bottom.jpg) no-repeat bottom center;
        padding-bottom: 20px;
        margin-bottom: 30px;
        top: 50px;
        text-align: center;
        width: 100%;
    }
    .menu-wrapper {
        width: 100%;
        margin: 0px auto;
    }
    .resource-menu-left {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .resource-menu-right {
        width: 93%;
        float: none;
        text-align: left;
    }
    .resource-menu-right a {
        margin: 0px !important;
        padding: 0px !important;
    }
    .resource-menu-right img {
        width: 100%;
    }
    .resource-menu-left ul {
        margin: 0px !important;
        padding: 0px !important;
        text-align: center;
    }
    .resource-menu-left ul li {
        margin: 0px 10px 3px 0px !important;
        padding: 0px !important;
        display: block;
        text-align: center !important;
        float: left;
        width: 45% !important;
    }
    .resource-menu-left ul li a {
        padding: 10px 0px 10px 15px;
        display: block;
        border: solid 1px #453421 !important;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        text-align: left;
        background: none !important;
        width: 100% !important;
    }
    .resource-menu-left ul li a:hover {
        padding: 10px 0px 10px 15px;
        display: block;
        border: solid 1px #453421 !important;
        text-decoration: none;
        border-radius: 5px;
        background: #453421 !important;
        color: #fff !important;
        width: 100% !important;
    }
}

@media screen and (max-width:320px) {
    .menu-wrapper {
        width: 100%;
        margin: 0px auto;
    }
    .resource-menu-left {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .resource-menu-right {
        width: 93%;
        float: none;
        text-align: left;
    }
    .resource-menu-right a {
        margin: 0px !important;
        padding: 0px !important;
    }
    .resource-menu-right img {
        width: 100%;
    }
    .resource-menu-left ul {
        margin: 0px !important;
        padding: 0px !important;
        text-align: center;
    }
    .resource-menu-left ul li {
        margin: 0px 10px 3px 0px !important;
        padding: 0px !important;
        display: block;
        text-align: center !important;
        float: none;
        width: 90% !important;
    }
    .resource-menu-left ul li a {
        padding: 10px 0px 10px 15px;
        display: block;
        border: solid 1px #453421 !important;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        text-align: left;
        background: none !important;
        width: 100% !important;
    }
    .resource-menu-left ul li a:hover {
        padding: 10px 0px 10px 15px;
        display: block;
        border: solid 1px #453421 !important;
        text-decoration: none;
        border-radius: 5px;
        background: #453421 !important;
        color: #fff !important;
        width: 100% !important;
    }
}


/*--------------------product menu- bar css-end-------------*/

.testimonials-signle {
    color: #fff;
    text-align: center;
    padding: 40px 0px;
}

.testimonials-signle h3 {
    font-size: 45px;
    margin-bottom: 0px;
}

.testimonials-signle p {
    padding: 0px;
    margin: 0px;
}

.testimonials-signle .testimonial_rotator_wrap {
    margin: 0px !important;
    padding: 0 !important;
}

.testimonials-signle .testimonial_rotator_author_info {
    padding: 10px 0px;
}


/*Extra Css*/

.gbox img {
    border: 6px solid #EBEBEB;
    margin: 0;
    width: 100%;
}

.gbox p:nth-child(1) {
    margin: 10px 0 35px 0;
}

.gbox p:nth-child(2) {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #444444;
    line-height: 1.66em;
    text-align: left;
}

.gbox hr {
    height: 1px;
    background: #ebebeb;
    border: none;
    margin: 0 0 30px;
}

.gbox .btn1 {
    display: block;
    background: #AF1F24;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0;
    float: left;
    width: 45%;
    box-sizing: border-box;
}

.gbox .btn2 {
    display: block;
    background: #F3780F;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0;
    float: right;
    width: 45%;
    box-sizing: border-box;
}

.gbox .btn1:hover,
.gbox .btn2:hover {
    background: #000000;
}


/*The last 29 days of the month are the hardest."- Nikola Tesla*/

.partner-form {
    padding: 25px 20px;
    background: #ebebeb;
    box-sizing: border-box;
}

.partner-form form {
    margin: 0;
    box-sizing: border-box;
}

.partner-form form div {
    margin-bottom: 0;
}

.partner-form table {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.partner-form table tr td {
    padding: 0 5px;
    vertical-align: top;
}

.partner-form table tr td table td {
    padding: 0;
}

.partner-form table tr td input[type="text"],
.partner-form table tr td input[type="email"],
.partner-form table tr td select {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #b2b2b2;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    box-shadow: none;
}

.partner-form table tr td textarea {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #b2b2b2;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    box-shadow: none;
    height: 85px;
}

.partner-form table tr td input[type="submit"] {
    background: #000000;
    color: #fff;
    padding: 9px 20px;
    float: none;
    width: 100%;
}

.partner-form table tr td label {
    font-size: 14px;
    color: #555;
    font-weight: normal;
}

.partner-form table tr td .wpcf7-checkbox span {
    margin-left: 0;
}

.partnerlanding p {
    margin: 0;
}

.free-evaluation table {
    border-collapse: separate;
    padding: 40px;
    background: #ebebeb;
}

.free-evaluation table tr td input[type="text"],
.free-evaluation table tr td input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #b2b2b2;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    box-shadow: none;
}

.free-evaluation table tr td input[type="submit"] {
    background: #000000;
    color: #fff;
    height: 40px;
    lineheight: 40px;
    font-size: 16px;
    width: 200px;
    float: none;
    margin: 20px 0 0 0;
}

.free-evaluation table tr:nth-child(3) td {
    text-align: center;
}

.free-evaluation table tr:nth-child(1) td:nth-child(1),
.free-evaluation table tr:nth-child(2) td:nth-child(1) {
    padding: 0 10px 0 0;
}

.free-evaluation table tr:nth-child(1) td:nth-child(2),
.free-evaluation table tr:nth-child(2) td:nth-child(2) {
    padding: 0 0 0 10px;
}

.free-evaluation1 table {
    border-collapse: separate;
    padding: 40px;
    margin: 0;
    background: #AF0006;
    position: relative;
}

.free-evaluation1 table:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -30px;
    width: 0;
    left: 0;
    height: 0;
    border-left: 202px solid transparent;
    border-right: 203px solid transparent;
    border-top: 30px solid #AF0006;
}

.free-evaluation1 table tr td input[type="text"],
.free-evaluation1 table tr td input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px transparent;
    color: #ffffff;
    padding: 10px 10px 10px 45px;
    margin-bottom: 15px;
    font-size: 14px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.3);
}

.free-evaluation1 table tr td input[type="submit"] {
    background: #F35915;
    color: #fff;
    height: 40px;
    lineheight: 40px;
    font-size: 16px;
    width: 200px;
    float: none;
    margin: 20px 0 0 0;
    transition: all 0.3s;
}

.free-evaluation1 table tr td input[type="submit"]:hover {
    background: #000000;
}

.free-evaluation1 table tr:nth-child(5) td {
    text-align: center;
}

.free-evaluation1 table tr td ::-webkit-input-placeholder {
    color: #ffffff;
}

.free-evaluation1 table tr td ::-moz-placeholder {
    color: #ffffff;
}

.free-evaluation1 table tr td :-ms-input-placeholder {
    color: #ffffff;
}

.free-evaluation1 table tr td :-moz-placeholder {
    color: #ffffff;
}

.free-evaluation1 table tr:nth-child(1) td input[type="text"] {
    background: rgba(255, 255, 255, 0.3) url(../images/firstname2.png) no-repeat center left 10px;
}

.free-evaluation1 table tr:nth-child(2) td input[type="text"] {
    background: rgba(255, 255, 255, 0.3) url(../images/lastname2.png) no-repeat center left 10px;
}

.free-evaluation1 table tr:nth-child(3) td input[type="text"] {
    background: rgba(255, 255, 255, 0.3) url(../images/phone2.png) no-repeat center left 10px;
}

.free-evaluation1 table tr:nth-child(4) td input[type="email"] {
    background: rgba(255, 255, 255, 0.3) url(../images/email2.png) no-repeat center left 10px;
}

.macrel {
    position: relative;
    display: inline-block;
}

.macabs {
    display: none;
    background: #333333;
    z-index: 9999;
    width: 160px;
    text-align: left;
    top: 18px;
    position: absolute;
    padding: 13px 0 0 0;
}

.macabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: all 0.3s;
}

.macabs ul li a {
    padding: 10px 10px;
    display: block;
    text-align: left;
}

.macrel:hover .macabs {
    display: block;
}

.webiform thead {
    font-size: 22px;
    line-height: 32px;
    color: #AF0006;
}

.webiform thead th {
    padding-bottom: 20px;
    border-bottom: 2px solid;
}

.webiform tr td {
    padding: 0px 25px;
    border-bottom: 1px dashed #F35915;
}

.webiform tr:nth-last-child(1) td {
    border-bottom: none;
}

.webiform tr td p {
    font-size: 16px;
}

.webiform tr td h4 {
    color: #F35915;
    font-weight: 300;
}

.webiform tr td label {
    font-weight: 300;
    font-size: 14px;
}

.webiform tr td textarea {
    width: 100%;
    box-shadow: none;
    box-sizing: border-box;
    padding: 15px;
    height: 150px;
    resize: none;
}

.webiform tr td input[type="radio"],
.webiform tr td span {
    vertical-align: middle;
}

.webiform tr td input[type="submit"] {
    height: 40px;
    line-height: 40px;
    background: #F35915;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    width: 100px;
    padding: 0;
    margin: 15px 0px;
    transition: all 0.3s;
}

.webiform tr td input[type="submit"]:hover {
    background: #000000;
}

.specibar {
    text-align: left;
}

.specibar h2 {
    color: #F35915;
    font-size: 30px;
}

.specibar #menu-speciality-sidebar {
    margin: 30px 0 0 0;
}

.specibar #menu-speciality-sidebar li {
    padding: 0px 0px;
    background: none;
    padding-left: 0;
    display: block;
    float: none;
    margin: 0 0 5px 0;
}

.specibar #menu-speciality-sidebar li a {
    height: auto;
    display: block;
    line-height: 30px;
    padding: 10px 10px;
    background: #ebebeb;
}

.speciality-ehr a {
    color: #F35915;
    transition: all 0.3s;
    padding: 30px 0;
    display: block;
    margin: 0 0 20px 0;
}

.speciality-ehr a:hover {
    color: #AF0006;
}

.speciality-ehr span {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 25px;
}

div[class*='mic'] {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    display: block;
    text-align: center;
    transition: all 0.8s;
}

.mic-1 {
    background: url('../images/Allergy-EHR.png') no-repeat top;
}

.mic-1:hover {
    background: url('../images/Allergy-EHR.png') no-repeat bottom;
}

.mic-2 {
    background: url('../images/Cardiology-EHR.png') no-repeat top;
}

.mic-2:hover {
    background: url('../images/Cardiology-EHR.png') no-repeat bottom;
}

.mic-3 {
    background: url('../images/Ophthalmology-EHR.png') no-repeat top;
}

.mic-3:hover {
    background: url('../images/Ophthalmology-EHR.png') no-repeat bottom;
}

.mic-4 {
    background: url('../images/ENT-EHR.png') no-repeat top;
}

.mic-4:hover {
    background: url('../images/ENT-EHR.png') no-repeat bottom;
}

.mic-5 {
    background: url('../images/Physical-Therapy-EHR.png') no-repeat top;
}

.mic-5:hover {
    background: url('../images/Physical-Therapy-EHR.png') no-repeat bottom;
}

.mic-6 {
    background: url('../images/Podiatry-EHR.png') no-repeat top;
}

.mic-6:hover {
    background: url('../images/Podiatry-EHR.png') no-repeat bottom;
}

.mic-7 {
    background: url('../images/Pulmonary-EHR.png') no-repeat top;
}

.mic-7:hover {
    background: url('../images/Pulmonary-EHR.png') no-repeat bottom;
}

.mic-8 {
    background: url('../images/Radiology-EHR.png') no-repeat top;
}

.mic-8:hover {
    background: url('../images/Radiology-EHR.png') no-repeat bottom;
}

.mic-9 {
    background: url('../images/Urology-EHR.png') no-repeat top;
}

.mic-9:hover {
    background: url('../images/Urology-EHR.png') no-repeat bottom;
}

.mic-10 {
    background: url('../images/Vascular-EHR.png') no-repeat top;
}

.mic-10:hover {
    background: url('../images/Vascular-EHR.png') no-repeat bottom;
}

.mic-11 {
    background: url('../images/Psychiatry-EHR.png') no-repeat top;
}

.mic-11:hover {
    background: url('../images/Psychiatry-EHR.png') no-repeat bottom;
}

.mic-12 {
    background: url('../images/Pediatrics-EHR.png') no-repeat top;
}

.mic-12:hover {
    background: url('../images/Pediatrics-EHR.png') no-repeat bottom;
}

.mic-13 {
    background: url('../images/Pain-Management-EHR.png') no-repeat top;
}

.mic-13:hover {
    background: url('../images/Pain-Management-EHR.png') no-repeat bottom;
}

.mic-14 {
    background: url('../images/Orthopedics-EHR.png') no-repeat top;
}

.mic-14:hover {
    background: url('../images/Orthopedics-EHR.png') no-repeat bottom;
}

.mic-15 {
    background: url('../images/OB-GYN-EHR.png') no-repeat top;
}

.mic-15:hover {
    background: url('../images/OB-GYN-EHR.png') no-repeat bottom;
}

.mic-16 {
    background: url('../images/Nephrology-EHR.png') no-repeat top;
}

.mic-16:hover {
    background: url('../images/Nephrology-EHR.png') no-repeat bottom;
}

.mic-17 {
    background: url('../images/Gastroenterology-EHR.png') no-repeat top;
}

.mic-17:hover {
    background: url('../images/Gastroenterology-EHR.png') no-repeat bottom;
}

.mic-18 {
    background: url('../images/Dermatology-EHR.png') no-repeat top;
}

.mic-18:hover {
    background: url('../images/Dermatology-EHR.png') no-repeat bottom;
}

.mic-19 {
    background: url('../images/Chiropractic-EHR.png') no-repeat top;
}

.mic-19:hover {
    background: url('../images/Chiropractic-EHR.png') no-repeat bottom;
}

.search-results #content-search,
.search-results #widgets {
    margin-top: 120px;
}

#text-8 {
    padding: 20px;
    background: #ebebeb;
    margin-bottom: 20px;
}

#text-8 table {
    margin: 0;
}

#text-8 input[type="text"],
#text-8 input[type="password"],
#text-8 input[type="email"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000000;
    padding: 7px 15px;
    margin: 0 0 10px 0;
}

#text-8 input[type="submit"] {
    background: #000;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: none;
    color: #fff !important;
    width: 100%;
    transition: all 0.3s;
    margin-top: 20px;
}

#text-8 input[type="submit"]:hover {
    background: #F35915;
}

#text-8 .widget-title h3 {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #F35915;
    text-align: center;
}

#text-8 table tr td img {
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #000000;
    border-right: none;
}

.qpp table {
    display: inline-block;
}

.qpp table tbody {
    height: 500px;
    overflow-y: scroll;
    display: inline-block;
    border-bottom: 1px solid #000000;
}

.qpp table thead tr {
    background: #ebebeb;
}

.qpp table tr td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border: 1px solid #000000;
    vertical-align: middle;
}

.qpp h2 {
    color: #af1f24;
    font-size: 45px;
}

.qpp table tbody tr:nth-child(1) td {
    border-top: none;
}

.qpp table tbody tr:last-child td {
    border-bottom: none;
}

.qpp2 h2 {
    color: #af1f24;
    font-size: 45px;
}

.qpp2 table {
    table-layout: fixed
}

.qpp2 table thead tr {
    background: #ebebeb;
}

.qpp2 table thead tr td {
    font-weight: bold;
}

.qpp2 table tbody {
    border-bottom: 1px solid #000000;
}

.qpp2 table tr td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #000000;
    vertical-align: middle;
}

.qpp2 table tbody tr:nth-child(1) td {
    border-top: none;
}

.qpp2 table tbody tr:last-child td {
    border-bottom: none;
}

.qpp2 table tr td:nth-child(1) {
    width: 12%;
}

.qpp2 table tr td:nth-child(2) {
    width: 40%;
}

.qpp2 table tr td:nth-child(3) {
    width: 12%;
}

.qpp2 table tr td:nth-child(4) {
    width: 12%;
}

.qpp2 table tr td:nth-child(5) {
    width: 12%;
}

.qpp2 table tr td:nth-child(6) {
    width: 12%;
}

.qpp3 h2 {
    color: #af1f24;
    font-size: 45px;
}

.qpp3 table {
    table-layout: fixed
}

.qpp3 table thead tr {
    background: #ebebeb;
}

.qpp3 table thead tr td {
    font-weight: bold;
}

.qpp3 table tbody {
    border-bottom: 1px solid #000000;
}

.qpp3 table tr td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #000000;
    vertical-align: middle;
}

.qpp3 table tbody tr:nth-child(1) td {
    border-top: none;
}

.qpp3 table tbody tr:last-child td {
    border-bottom: none;
}

.qpp3 table tr td:nth-child(1) {
    width: 15%;
}

.qpp3 table tr td:nth-child(2) {
    width: 50%;
}

.qpp3 table tr td:nth-child(3) {
    width: 10%;
}

.qpp3 table tr td:nth-child(4) {
    width: 15%;
}

.qpp3 table tr td:nth-child(5) {
    width: 10%;
}


/*rcm page*/

.rcmrow1 h2 {
    font-family: 'Open Sans', sans-serif;
    color: #af0006;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 30px 0;
    text-align: center;
    line-height: 1.2;
}

.rcmrow1 p {
    font-family: 'Raleway', sans-serif;
    color: #2c2c2c;
    font-weight: 200;
    font-size: 19px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.rcmrow2 {
    text-align: center;
}

.rcmrow2 h3 {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 21.94px;
    color: #fffeff;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    line-height: 1;
}

.rcmrow2 p {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 21.94px;
    color: #fffeff;
    margin: 20px 0 15px 0;
    line-height: 1.2;
}

.rcmrow2 a {
    color: #2c2b2c;
    font-size: 21.94px;
    font-weight: 600;
    background: #ffffff;
    border-radius: 3px;
    padding: 15px 50px;
    box-sizing: border-box;
    display: inline-block;
    text-transform: capitalize;
}

.rcmrow3 p {
    color: #2c2c2c;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 25px 0 0 0;
}

.rcmrow3 p a {
    color: #2c2c2c;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.calcbutton {
    position: fixed;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    background: #F35915;
    right: 0;
    width: 50px;
    padding: 10px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 999;
}

.calcbutton img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.calcbutton span {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
}

.specfooter {
    text-align: center;
}

.specfooter img {
    width: 60px;
    margin: 25px 0;
}

.specfooter h3 {
    font-size: 24px;
    display: block;
    margin: 0;
    color: #AF0006;
}

.specfooter h4 {
    font-size: 20px;
    display: block;
    margin: 0;
    font-weight: normal;
    color: #F35915;
}

.specfooter h6 {
    font-size: 14px;
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
    color: #000000;
}

.spec-form td {
    padding: 6px;
    vertical-align: middle;
}

.spec-form input[type="text"],
.spec-form input[type="email"],
.spec-form textarea {
    width: 100%;
    box-shadow: none;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
    border: none;
    font-family: "Droid Sans", arial, sans-serif;
    display: block;
    resize: none;
}

.spec-form input[type="submit"] {
    width: 100%;
    box-shadow: none;
    font-family: "Droid Sans", arial, sans-serif;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
    color: #ffffff;
    background: #AF0006;
    box-shadow: none;
    transition: all 0.3s;
    border: none;
    text-align: center;
}

.spec-form input[type="submit"]:hover {
    background: #F35915;
}

.spec-form form {
    margin: 10px 0 0 0;
}

.spec-form table {
    margin: 0;
}

.spec-form h3 {
    text-align: left;
}

#pgc-5001-2-1 {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}