*{
line-height: 1.2;
} .hero-section {
padding: 80px 20px;
background-color: #f9f9f9;
}
.hero-container {
max-width: 1300px;
display: flex;
flex-wrap: wrap;
margin: auto;
align-items: center;
gap: 60px;
}
.hero-text {
flex: 1 1 600px;
}
.hero-text h1 {
margin-top: 10px;
margin-bottom: 20px;
color: #33566f;
}
.hero-text h1 span {
color: #ebc540;
}
.hero-text p {
margin-bottom: 20px;
}
.hero-image {
flex: 1 1 400px;
text-align: center;
}
.hero-image img {
max-width: 100%;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}  .asc-section {
padding: 80px 20px;
max-width: 1300px;
margin: auto;
}
.asc-title {
margin-top: 0;
text-align: center; margin-bottom: 10px;
}
.asc-description {
text-align: center;
color: #555;
max-width: 800px;
margin: 0 auto 40px;
line-height: 1.5;
}
.asc-subheading {
text-align: center;
color: #1c4e80;
margin: 60px 0 40px;
}
.asc-card-grid {
display: grid;
gap: 30px;
}
.asc-grid-4 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
}
.asc-grid-3 {
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.asc-card {
background: white;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
.asc-card:hover {
transform: translateY(-6px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.asc-card img {
width: 100%;
height: 160px;
object-fit: cover;
display: block;
}
.asc-card-title {
text-align: center;
font-weight: 600;
padding: 12px;
background-color:#ccd4dd;
color: #103a5c;
}
.asc-cta{
text-align: center;
padding-top: 60px;
}  .asc-modern-section {
background-color: #f1f5f9;
padding: 80px 20px;
}
.asc-modern-wrapper {
display: flex;
flex-wrap: wrap;
max-width: 1300px;
margin: auto;
gap: 40px;
align-items: flex-start;
}
.asc-modern-content {
flex: 1 1 350px;
}
.asc-modern-content h2 { margin-bottom: 20px;
margin-top: 0;
}
.asc-modern-content p {
margin-bottom: 10px;
line-height: 1.6;
}
.asc-modern-content .highlight {
color: #f9b233;
}
.asc-modern-features {
display: grid;
flex: 1 1 500px;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
}
.asc-feature-item {
display: flex;
align-items: center;
gap: 12px;
background: #fff;
padding: 16px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: transform 0.2s ease;
}
.asc-feature-item:hover {
transform: translateY(-3px);
}
.asc-feature-item img {
width: 50px;
height: 50px;
}
.asc-feature-item span {
color: #1f2c44;
}  .testimonial-section {
background: #ffffff;
padding: 80px 20px;
text-align: center;
border-top: 1px solid #e2e8f0;
} .testimonial-title h2 {
margin-top: 0;
color: #1e293b;
margin-bottom: 25px;
}
.testimonial-title p {
color: #64748b;
margin-bottom: 40px;
}
.testimonial-swiper-wrapper {
position: relative;
max-width: 880px;
margin: 0 auto;
padding: 0 50px;
}
.testimonial-card {
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 16px;
padding: 50px 40px;
max-width: 720px;
margin: 0 auto;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.testimonial-para {
color: #1e293b;
margin-bottom: 25px;
line-height: 1.3;
}
.testimonial-stars {
width: 120px;
margin-bottom: 20px;
}
.testimonial-author {
color: #475569;
}
.testimonial-author strong {
display: block;
color: #0f172a;
margin-bottom: 3px;
}
.testimonial-cta{
margin-top: 40px;
}
.testimonial-button-next,
.testimonial-button-prev {
color: #334155;
width: 28px;
height: 28px;
top: 50%;
transform: translateY(-50%);
}
.testimonial-button-next:hover,
.testimonial-button-prev:hover {
color: #0ea5e9;
}
.testimonial-button-next {
left: 0;
}
.testimonial-button-next {
right: 0;
}                 @media (max-width: 768px) {
.testimonial-card {
padding: 30px 20px;
}
.testimonial-stars {
width: 90px;
}
.swiper-button-next,
.swiper-button-prev {
width: 24px;
height: 24px;
}
.testimonial-title h2 {
font-size: 26px;
}
}  .workflow-container {
max-width: 1300px;
margin: auto;
text-align: center;
}
.workflow-heading {
margin-bottom: 14px;
margin-top: 0;
}
.workflow-heading span{
color: #ebc540;
}
.workflow-subheading { margin-bottom: 60px;
}
.workflow-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 36px;
}
.workflow-box {
background: #ffffff;
border: 1px solid #e4e4e7;
border-radius: 16px;
padding: 28px;
text-align: left;
transition: box-shadow 0.3s ease;
}
.workflow-box:hover {
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.workflow-icon-img {
width: 100px;
height: 100px;
border-radius: 12px;
object-fit: contain;
margin-bottom: 16px;
}
.workflow-title{
color: #003057;
font-weight: 600;
margin-bottom: 8px;
}
.workflow-desc { line-height: 1.6;
}
.workflow-btn {
margin-top: 60px;
}  .certs-section {
padding: 80px 24px;
background-color: #f1f5f9;
text-align: center;
}
.certs-container {
max-width: 1300px;
margin: 0 auto;
}
.certs-heading {
margin-top: 0; margin-bottom: 16px;
}
.certs-description {
color: #4b5563;
max-width: 800px;
margin: 0 auto 48px;
line-height: 1.6;
}
.certs-logo-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); align-items: center;
justify-items: center;
}
.certs-logo-grid img {
max-height: 150px;
max-width: 100%;
object-fit: contain;
padding: 10px 16px;     }  .accordion-row{margin-top:20px;}
.accordion-header {
background-color:#e2e8f0;
cursor: pointer;
padding: 16px;
font-size: 18px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
transition: background-color 0.3s;
border-radius: 8px;
color: #1e2a38;
}
.accordion-header:hover{
background-color: #c0daf5;
}
.accordion-item.active .accordion-header {
background-color: #c0daf5; border-bottom-left-radius: 0; 
border-bottom-right-radius: 0;
}
.accordion-arrow {
transition: transform 0.3s ease;
font-size: 16px;
}
.accordion-item{
margin-bottom: 20px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
border-radius: 12px;
}
.accordion-item.active .accordion-arrow {
transform: rotate(90deg);
}
.accordion-content-row{padding: 20px 0;}
.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
padding: 0 16px;
background-color: #fff;
}
.accordion-content p {
margin: 16px 0;
}
.accordion-item.active .accordion-content {
max-height: 800px;
border-bottom: 1px solid #f3f3f3;
border-radius: 12px;
}
.faq-btn{
margin-top: 25px;
text-align: center;
}  .white-h2{
margin-top: 0;
text-align: center;
color: white;
margin-bottom: 10px;
}
.white-h3{
margin-top:0;
text-align: center;
color: white;
margin-bottom: 20px;
}
.light-blue{background-color: #f1f5f9;}
.flex-center{display:flex; justify-content: center; align-items: center;}
.section-padding{padding: 80px 40px;}
.btn-secondary{
background-color: #ffba5c;
color:white;
}
.imscare-video-section{
text-align: center;
}
.video-wrapper {
position: relative;
width: 100%;
max-width: 800px;
margin: 20px auto 0 auto; 
aspect-ratio: 16 / 9;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.video-wrapper iframe {
width: 100%;
height: 100%;
border: 0;
}
.feature-container{
max-width: 1300px;
width:100%;
}
.feature-row{margin-top: 20px;}
.feature-box {
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
padding: 25px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-bottom: 3px solid #33566f;
margin-bottom: 20px;
}
.feature-box img{
width: 100%;
border-radius: 12px;
margin-bottom: 20px;
}
.feature-box:hover {
transform: translateY(-8px);
box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.feature-title{
font-size: 20px;
margin-top: 0;
color: #33566f;
}
.FrontofficeSwiper{margin-top: 20px;}
.software-swiper-slide {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px;
transition: transform 0.3s ease;
}
.software-swiper-slide img {
width: 100%;
max-width: 500px;
height: auto;
border-radius: 12px;
margin-bottom: 15px;
box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.software-swiper-slide h3 {
font-size: 20px;
font-weight: 600;
margin: 0;
color: #222;
}
.frontoffice-section{
background-color: #f9f9f9;
}
.client-success-section{background-color: #f1f5f9;}
.speciality-section{background-color:#33566e; color:white;}
.client-success-section .swiper-button-prev, .client-success-section .swiper-button-next{color:#33566e !important;} .speciality-card {
background: #fff;
text-align: center;
padding: 30px 20px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%; display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 15px 0; 
border-bottom: 3px solid #33566e;
}
.speciality-card img {
width: 100%;
margin-bottom: 15px;
border-radius: 12px;
}
.speciality-card h3{margin-top: 20px; font-size: 20px;}
.rx-row{margin-top:20px;}
.rx-card {
text-align: center;
padding: 25px 15px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rx-icon {
width: 60px;
height: 60px;
margin: 0 auto 15px;
display: flex;
align-items: center;
justify-content: center;
}
.rx-card h3{
font-size: 20px;
padding: 20px 0;
height: 100px;
}
@media (max-width: 768px) {
.rx-card h3{height: 136px;}
}
.epmp-row {
display: flex;
flex-wrap: wrap;
align-items: stretch;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
overflow: hidden;
}
.epmp-col {
flex: 1;
min-width: 300px;
padding: 30px;
}
.epmp-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
}
.epmp-col ul{list-style: disc;}
.epmp-content .asc-title{text-align: left !important;} .ehr-showcase-row, .full-story-heading{
margin-bottom: 4rem;
}
.ehr-showcase-image img {
width: 100%;
height: auto;
border-radius: 14px;
box-shadow: 0 6px 16px rgba(0,0,0,0.1);
margin-bottom: 20px;
}
.ehr-showcase-content {
display: flex;
flex-direction: column;
gap: 1.5rem;
justify-content: center;
}
.ehr-showcase-card {
display: flex;
align-items: center;
gap: 1rem;
background: #f9fafb;
padding: 1rem 1.2rem;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
margin-bottom: 12px;
}
.ehr-showcase-card:hover {
box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.ehr-showcase-card img {
width: 60px;
height: 60px;
flex-shrink: 0;
}
.ehr-showcase-card p {
margin: 0;
}
@media (max-width: 991px) {
.ehr-showcase-row {
flex-direction: column;
text-align: center;
}
.ehr-showcase-content {
align-items: center;
}
.ehr-showcase-card {
text-align: left;
max-width: 500px;
width: 100%;
}
}
.decision-box {
border: 1px solid #ddd;
background: #f9fafb;
padding: 15px 20px;
border-radius: 8px;
display: flex;
align-items: flex-start;
background: #fff;
transition: all 0.3s ease;
margin-bottom: 20px;
}
.check-list-row{margin-top:20px;}
.check-icon {
color: #2b6e32;
font-weight: bold;
margin-right: 10px;
} .stepflow-card {
position: relative;
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
padding: 20px;
text-align: center;
height: 100%;
margin-bottom: 20px;
}
.stepflow-card h5 {
font-weight: bold;
font-size: 16px;
line-height: 1.2;
}
.step-h3{margin:0px; font-weight:bold; color:#003057; margin-bottom:16px;} .stepflow-card::after {
content: "";
position: absolute;
top: 50%;
right: -18px;
transform: translateY(-50%);
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 18px solid #ddd;
}
.stepflow-card::before {
content: "";
position: absolute;
top: 50%;
right: -16px;
transform: translateY(-50%);
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 16px solid #fff;
z-index: 1;
}
.stepflow-no-arrow .stepflow-card::after,
.stepflow-no-arrow .stepflow-card::before {
display: none !important;
} @media (max-width: 768px) {
.stepflow-card::after {
top: auto;
bottom: -18px;
left: 50%;
right: auto;
transform: translateX(-50%);
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 18px solid #ddd;
border-bottom: none;
}
.stepflow-card::before {
top: auto;
bottom: -16px;
left: 50%;
right: auto;
transform: translateX(-50%);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 16px solid #fff;
border-bottom: none;
}
}  .company-col{margin-bottom: 30px;}
.company-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 24px 12px 18px 12px;
text-align: center;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
.company-logo-wrapper {
height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
}
.company-logo {
max-width: 120px;
max-height: 50px;
width: auto;
height: auto;
display: block;
}
.company-divider {
width: 80%;
border: none;
border-top: 2px solid #bbb;
margin: 0 auto 12px auto;
}
.company-title {
font-weight: 700;
color: #3db6f2;
margin-bottom: 4px;
}
.company-desc {
color: #666;
}
@media (max-width: 768px) {
.company-card {
padding: 18px 6px 14px 6px;
}
}  @media (max-width: 768px) {
.hero-section, .section-padding{Padding: 60px 20px;}
.hero-container {
flex-direction: column-reverse;
text-align: center;
gap: 30px;
}
.hero-text h1{font-size: 40px;}
.hero-image, .hero-text{flex:none;}
.asc-title{font-size: 28px;}
.feature-box{margin-bottom: 24px;}
}pre,
textarea {
overflow: auto
re
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
pre,
section,
summary {
display: block
}
kbd kbd,
pre code,
td,
th {
padding: 0
}
a,
pre code {
background-color: transparent
}
.row-padding{padding: 25px 0;}
@media only screen and (max-width: 600px){.row-padding{padding: 1px 0;}}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.nav-pills>li {
float: left
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.nav:after,
.row:after {
clear: both
}
*,
:after,
:before,
input[type=search] {
box-sizing: border-box
}
.carousel-indicators,
.dropdown-menu,
.nav,
ol,
ul { }
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
body,html{
overflow-x:hidden !important;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a:active,
a:hover {
outline: 0
}
b,
optgroup,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
margin: .67em 0
}
mark {
background: #ff0;
color: #000
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0;
vertical-align: middle
}
svg:not(:root) {
overflow: hidden
}
hr {
box-sizing: content-box;
height: 0
}
code,
kbd,
pre,
samp {
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, Courier New, monospace
}
code {
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px
}
code,
kbd {
padding: 2px 4px;
font-size: 90%
}
kbd {
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
font-size: 100%;
font-weight: 700;
box-shadow: none
}
pre {
padding: 11.5px;
margin: 0 0 12px;
font-size: 14px;
line-height: 1.6;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
display: table;
content: " "
}
.container,
.container-fluid {
margin-right: auto;
margin-left: auto
}
pre code {
font-size: inherit;
color: inherit;
white-space: pre-wrap;
border-radius: 0
}
.container,
.container-fluid {
padding-left: 15px;
padding-right: 15px
}
.pre-scrollable {
overflow-y: scroll
}
@media (min-width:769px) {
.container {
width: 750px
}
}
@media (min-width:992px) {
.container {
width: 970px
}
}
@media (min-width:1200px) {
.container {
width: 1170px
}
}
.row {
margin-left: -15px;
margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.col-xs-1 {
width: 8.33333%
}
.col-xs-2 {
width: 16.66667%
}
.col-xs-3 {
width: 25%
}
.col-xs-4 {
width: 33.33333%
}
.col-xs-5 {
width: 41.66667%
}
.col-xs-6 {
width: 50%
}
.col-xs-7 {
width: 58.33333%
}
.col-xs-8 {
width: 66.66667%
}
.col-xs-9 {
width: 75%
}
.col-xs-10 {
width: 83.33333%
}
.col-xs-11 {
width: 91.66667%
}
.col-xs-12 {
width: 100%
}
.col-xs-pull-0 {
right: auto
}
.col-xs-pull-1 {
right: 8.33333%
}
.col-xs-pull-2 {
right: 16.66667%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-4 {
right: 33.33333%
}
.col-xs-pull-5 {
right: 41.66667%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-7 {
right: 58.33333%
}
.col-xs-pull-8 {
right: 66.66667%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-10 {
right: 83.33333%
}
.col-xs-pull-11 {
right: 91.66667%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-push-0 {
left: auto
}
.col-xs-push-1 {
left: 8.33333%
}
.col-xs-push-2 {
left: 16.66667%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-4 {
left: 33.33333%
}
.col-xs-push-5 {
left: 41.66667%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-7 {
left: 58.33333%
}
.col-xs-push-8 {
left: 66.66667%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-10 {
left: 83.33333%
}
.col-xs-push-11 {
left: 91.66667%
}
.col-xs-push-12 {
left: 100%
}
.col-xs-offset-0 {
margin-left: 0
}
.col-xs-offset-1 {
margin-left: 8.33333%
}
.col-xs-offset-2 {
margin-left: 16.66667%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-4 {
margin-left: 33.33333%
}
.col-xs-offset-5 {
margin-left: 41.66667%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-7 {
margin-left: 58.33333%
}
.col-xs-offset-8 {
margin-left: 66.66667%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-10 {
margin-left: 83.33333%
}
.col-xs-offset-11 {
margin-left: 91.66667%
}
.col-xs-offset-12 {
margin-left: 100%
}
@media (min-width:769px) {
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
float: left
}
.col-sm-1 {
width: 8.33333%
}
.col-sm-2 {
width: 16.66667%
}
.col-sm-3 {
width: 25%
}
.col-sm-4 {
width: 33.33333%
}
.col-sm-5 {
width: 41.66667%
}
.col-sm-6 {
width: 50%
}
.col-sm-7 {
width: 58.33333%
}
.col-sm-8 {
width: 66.66667%
}
.col-sm-9 {
width: 75%
}
.col-sm-10 {
width: 83.33333%
}
.col-sm-11 {
width: 91.66667%
}
.col-sm-12 {
width: 100%
}
.col-sm-pull-0 {
right: auto
}
.col-sm-pull-1 {
right: 8.33333%
}
.col-sm-pull-2 {
right: 16.66667%
}
.col-sm-pull-3 {
right: 25%
}
.col-sm-pull-4 {
right: 33.33333%
}
.col-sm-pull-5 {
right: 41.66667%
}
.col-sm-pull-6 {
right: 50%
}
.col-sm-pull-7 {
right: 58.33333%
}
.col-sm-pull-8 {
right: 66.66667%
}
.col-sm-pull-9 {
right: 75%
}
.col-sm-pull-10 {
right: 83.33333%
}
.col-sm-pull-11 {
right: 91.66667%
}
.col-sm-pull-12 {
right: 100%
}
.col-sm-push-0 {
left: auto
}
.col-sm-push-1 {
left: 8.33333%
}
.col-sm-push-2 {
left: 16.66667%
}
.col-sm-push-3 {
left: 25%
}
.col-sm-push-4 {
left: 33.33333%
}
.col-sm-push-5 {
left: 41.66667%
}
.col-sm-push-6 {
left: 50%
}
.col-sm-push-7 {
left: 58.33333%
}
.col-sm-push-8 {
left: 66.66667%
}
.col-sm-push-9 {
left: 75%
}
.col-sm-push-10 {
left: 83.33333%
}
.col-sm-push-11 {
left: 91.66667%
}
.col-sm-push-12 {
left: 100%
}
.col-sm-offset-0 {
margin-left: 0
}
.col-sm-offset-1 {
margin-left: 8.33333%
}
.col-sm-offset-2 {
margin-left: 16.66667%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-4 {
margin-left: 33.33333%
}
.col-sm-offset-5 {
margin-left: 41.66667%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-7 {
margin-left: 58.33333%
}
.col-sm-offset-8 {
margin-left: 66.66667%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-10 {
margin-left: 83.33333%
}
.col-sm-offset-11 {
margin-left: 91.66667%
}
.col-sm-offset-12 {
margin-left: 100%
}
}
@media (min-width:992px) {
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
float: left
}
.col-md-1 {
width: 8.33333%
}
.col-md-2 {
width: 16.66667%
}
.col-md-3 {
width: 25%
}
.col-md-4 {
width: 33.33333%
}
.col-md-5 {
width: 41.66667%
}
.col-md-6 {
width: 50%
}
.col-md-7 {
width: 58.33333%
}
.col-md-8 {
width: 66.66667%
}
.col-md-9 {
width: 75%
}
.col-md-10 {
width: 83.33333%
}
.col-md-11 {
width: 91.66667%
}
.col-md-12 {
width: 100%
}
.col-md-pull-0 {
right: auto
}
.col-md-pull-1 {
right: 8.33333%
}
.col-md-pull-2 {
right: 16.66667%
}
.col-md-pull-3 {
right: 25%
}
.col-md-pull-4 {
right: 33.33333%
}
.col-md-pull-5 {
right: 41.66667%
}
.col-md-pull-6 {
right: 50%
}
.col-md-pull-7 {
right: 58.33333%
}
.col-md-pull-8 {
right: 66.66667%
}
.col-md-pull-9 {
right: 75%
}
.col-md-pull-10 {
right: 83.33333%
}
.col-md-pull-11 {
right: 91.66667%
}
.col-md-pull-12 {
right: 100%
}
.col-md-push-0 {
left: auto
}
.col-md-push-1 {
left: 8.33333%
}
.col-md-push-2 {
left: 16.66667%
}
.col-md-push-3 {
left: 25%
}
.col-md-push-4 {
left: 33.33333%
}
.col-md-push-5 {
left: 41.66667%
}
.col-md-push-6 {
left: 50%
}
.col-md-push-7 {
left: 58.33333%
}
.col-md-push-8 {
left: 66.66667%
}
.col-md-push-9 {
left: 75%
}
.col-md-push-10 {
left: 83.33333%
}
.col-md-push-11 {
left: 91.66667%
}
.col-md-push-12 {
left: 100%
}
.col-md-offset-0 {
margin-left: 0
}
.col-md-offset-1 {
margin-left: 8.33333%
}
.col-md-offset-2 {
margin-left: 16.66667%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-4 {
margin-left: 33.33333%
}
.col-md-offset-5 {
margin-left: 41.66667%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-7 {
margin-left: 58.33333%
}
.col-md-offset-8 {
margin-left: 66.66667%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-10 {
margin-left: 83.33333%
}
.col-md-offset-11 {
margin-left: 91.66667%
}
.col-md-offset-12 {
margin-left: 100%
}
}
@media (min-width:1200px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
float: left
}
.col-lg-1 {
width: 8.33333%
}
.col-lg-2 {
width: 16.66667%
}
.col-lg-3 {
width: 25%
}
.col-lg-4 {
width: 33.33333%
}
.col-lg-5 {
width: 41.66667%
}
.col-lg-6 {
width: 50%
}
.col-lg-7 {
width: 58.33333%
}
.col-lg-8 {
width: 66.66667%
}
.col-lg-9 {
width: 75%
}
.col-lg-10 {
width: 83.33333%
}
.col-lg-11 {
width: 91.66667%
}
.col-lg-12 {
width: 100%
}
.col-lg-pull-0 {
right: auto
}
.col-lg-pull-1 {
right: 8.33333%
}
.col-lg-pull-2 {
right: 16.66667%
}
.col-lg-pull-3 {
right: 25%
}
.col-lg-pull-4 {
right: 33.33333%
}
.col-lg-pull-5 {
right: 41.66667%
}
.col-lg-pull-6 {
right: 50%
}
.col-lg-pull-7 {
right: 58.33333%
}
.col-lg-pull-8 {
right: 66.66667%
}
.col-lg-pull-9 {
right: 75%
}
.col-lg-pull-10 {
right: 83.33333%
}
.col-lg-pull-11 {
right: 91.66667%
}
.col-lg-pull-12 {
right: 100%
}
.col-lg-push-0 {
left: auto
}
.col-lg-push-1 {
left: 8.33333%
}
.col-lg-push-2 {
left: 16.66667%
}
.col-lg-push-3 {
left: 25%
}
.col-lg-push-4 {
left: 33.33333%
}
.col-lg-push-5 {
left: 41.66667%
}
.col-lg-push-6 {
left: 50%
}
.col-lg-push-7 {
left: 58.33333%
}
.col-lg-push-8 {
left: 66.66667%
}
.col-lg-push-9 {
left: 75%
}
.col-lg-push-10 {
left: 83.33333%
}
.col-lg-push-11 {
left: 91.66667%
}
.col-lg-push-12 {
left: 100%
}
.col-lg-offset-0 {
margin-left: 0
}
.col-lg-offset-1 {
margin-left: 8.33333%
}
.col-lg-offset-2 {
margin-left: 16.66667%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-4 {
margin-left: 33.33333%
}
.col-lg-offset-5 {
margin-left: 41.66667%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-7 {
margin-left: 58.33333%
}
.col-lg-offset-8 {
margin-left: 66.66667%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-10 {
margin-left: 83.33333%
}
.col-lg-offset-11 {
margin-left: 91.66667%
}
.col-lg-offset-12 {
margin-left: 100%
}
}
.fade {
opacity: 0;
transition: opacity .15s linear
}
.fade.in {
opacity: 1
}
.collapse {
display: none
}
.collapse.in {
display: block
}
tr.collapse.in {
display: table-row
}
tbody.collapse.in {
display: table-row-group
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition-property: height, visibility;
transition-duration: .35s;
transition-timing-function: ease
}
.nav {
margin-bottom: 0;
padding-left: 0
}
.nav:after,
.nav:before {
content: " ";
display: table
}
.nav>li,
.nav>li>a {
position: relative;
display: block
}
.nav>li>a {
padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: #eee
}
.nav>li.disabled>a {
color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
color: #777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed
}
a:focus,
a:hover,
section a {
text-decoration: underline
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: #eee;
border-color: #096b9c
}
.nav .nav-divider {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5
}
.nav>li>a>img {
max-width: none
}
.nav-tabs {
border-bottom: 1px solid #ddd
}
.nav-tabs>li {
float: left;
margin-bottom: -1px
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.6;
border: 1px solid transparent;
border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default
}
.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
float: none
}
.nav-pills>li>a {
border-radius: 4px
}
.nav-pills>li+li {
margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
color: #fff;
background-color: #33566f
}
.nav-stacked>li+li {
margin-top: 2px;
margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
text-align: center;
margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
margin-right: 0;
border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #ddd
}
@media (min-width:769px) {
.nav-justified>li,
.nav-tabs.nav-justified>li {
display: table-cell;
width: 1%
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
margin-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.hide {
display: none!important
}
.show {
display: block!important
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
display: none!important
}
.invisible {
visibility: hidden
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
section#team h1,
section#team p {
text-shadow: 0 0 4px rgba(0, 0, 0, .4)
}
.affix {
position: fixed
}
@-ms-viewport {
width: device-width
}
@media (min-width:769px) and (max-width:991px) {
.visible-sm {
display: block!important
}
table.visible-sm {
display: table!important
}
tr.visible-sm {
display: table-row!important
}
td.visible-sm,
th.visible-sm {
display: table-cell!important
}
.visible-sm-block {
display: block!important
}
.visible-sm-inline {
display: inline!important
}
.visible-sm-inline-block {
display: inline-block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
display: block!important
}
table.visible-md {
display: table!important
}
tr.visible-md {
display: table-row!important
}
td.visible-md,
th.visible-md {
display: table-cell!important
}
.visible-md-block {
display: block!important
}
.visible-md-inline {
display: inline!important
}
.visible-md-inline-block {
display: inline-block!important
}
}
@media (min-width:1200px) {
.visible-lg {
display: block!important
}
table.visible-lg {
display: table!important
}
tr.visible-lg {
display: table-row!important
}
td.visible-lg,
th.visible-lg {
display: table-cell!important
}
.visible-lg-block {
display: block!important
}
.visible-lg-inline {
display: inline!important
}
.visible-lg-inline-block {
display: inline-block!important
}
.hidden-lg {
display: none!important
}
}
@media (min-width:769px) and (max-width:991px) {
.hidden-sm {display: none!important;}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {display: none!important;}
}
.visible-print {display: none!important;}
@media print {
.visible-print {display: block!important;}
table.visible-print {display: table!important;}
tr.visible-print {display: table-row!important;}
td.visible-print,th.visible-print {display: table-cell!important;}
}
.visible-print-block { display: none!important;}
@media print {.visible-print-block {display: block!important;}}
.visible-print-inline {display: none!important;}
@media print {.visible-print-inline {display: inline!important;}}
.visible-print-inline-block {display: none!important;}
@media print {
.visible-print-inline-block {display: inline-block!important;}
.hidden-print {display: none!important;}
}
img.img-responsive {margin: 0 auto;}
img.alignleft {float: left; margin: 0 20px 20px 0;}
img.alignright {float: right; margin: 0 0 20px 20px;}
img.aligncenter {display: block;margin: 20px auto;}
.brand-primary {color: #33566f;}
.brand-secondary {color: #ffba5c;}
.brand-primary-bg {background-color: #33566f;}
.brand-secondary-bg {background-color: #ffba5c;}
.screenshot-holder img {
display: block;  max-width: 100%;
height: auto;
margin: 40px auto 0;
border: 10px solid #fff;
box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
}
img.attachment-post-thumbnail {
display: block;
width: 100%;
height: auto;
margin-bottom: 20px
}
table thead {
text-align: center;
background-color: #33566f;
color: #fff;
font-weight: 700
}
table td {padding: 15px 15px 5px}
table tbody {
text-align: center;
padding: 15px;
overflow-y: auto
}
@media (max-width:1199px) {
.table-responsive {
width: auto
}
.table-responsive,
.table-responsive table {
height: 400px!important
}
}
.e-news-iframe {
position: relative;
min-height: 780px;
overflow: hidden
}
.e-news-iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
max-height: auto
}
.close-btn {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 6;
width: 0;
height: 100%;
border: none;
background-color: rgba(0, 0, 0, .75)
}
.close-btn.active {
width: 100%
}
@media (min-width:1300px) {
.close-btn {
display: none
}
}
@media (max-width:1300px) {
.offcanvas {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: .25s ease-in-out;
border-right: 4px solid #ffba5c;
height: 100%!important;
z-index: 7;
width: 300px;
background-color: #33566f
}
}
.offcanvas.offcanvas-left {
left: -300px
}
.offcanvas.offcanvas-right {
right: -300px
}
.offcanvas.in {
height: 100%!important
}
.offcanvas.in.offcanvas-left {
left: 0
}
.offcanvas.in.offcanvas-right {
right: 0
}
@media (max-width:1300px) {
.navbar-collapse,
.navbar-collapse.offcanvas {
padding-left: 0;
padding-right: 0
}
.navbar-collapse.offcanvas {
box-shadow: inset 2px 0 8px rgba(0, 0, 0, .2)
}
.navbar-collapse.offcanvas .navbar-nav {
margin: 0;
padding: 0
}
.navbar-collapse.offcanvas .navbar-nav>li {
border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}
.navbar-collapse.offcanvas .navbar-nav>li>a {
padding-left: 15px;
padding-right: 0;
font-weight: 400;
text-transform: uppercase;
font-size: 14px
}
.navbar-collapse.offcanvas .navbar-nav>li>a .caret {
float: right;
position: relative;
top: 11px;
right: 8px
}
}
@font-face {
font-family: Open Sans;
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}
@font-face {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}
@font-face {
font-family: Open Sans;
font-style: normal;
font-weight: 600;
src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}
@font-face {
font-family: Open Sans;
font-style: normal;
font-weight: 700;
src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}
@font-face {
font-family: Open Sans;
font-style: normal;
font-weight: 800;
src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}
@font-face {
font-family: Droid Serif;
font-style: normal;
font-weight: 400;
src: local("Droid Serif"), local("DroidSerif"), url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaIgp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
unicode-range: u+00??, u+0131, u+0152-0153, u+02c6, u+02da, u+02dc, u+2000-206f, u+2074, u+20ac, u+2212, u+2215
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent
}
body {
font-family: Open Sans, sans-serif;
font-size: 16px;
line-height: 1.7;
color: #656565;
background-color: #fff;
font-weight: 300;
overflow-x: hidden
}
section {
padding: 40px 0
}
@media (max-width:992px) {
section#content {
padding-top: 0
}
}
section .entry-content {
margin-top: -20px
}
section .entry-content img {
display: inline-block;
max-width: 100%;
height: auto
}
section .page-intro .title {
margin: 0 0 20px
}
figure,
section .page-intro .intro-text {
margin: 0
}
section#team {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/team-section.jpg);
background-repeat: no-repeat;
background-position: top;
height: 779px;
text-align: center
}
@media (min-width:1600px) {
section#team {
background-size: cover
}
}
section#team h1 {
padding-top: 350px;
color: #fff
}
@media (max-width:600px) {
section#team h1 {
padding-top: 280px
}
}
section#team p {
background-color: rgba(0, 0, 0, .2);
padding: 15px;
margin: 0;
color: #fff;
border-radius: 12px;
background-clip: padding-box
}
@media (max-width:450px) {
section#team {
background: #33566f;
height: auto;
padding: 60px 0
}
section#team h1 {
padding: 0
}
section#team p {
background-color: transparent
}
}
section#team p a {
color: #fff
}
section#team p.big-font {
font-size: 22px
}
section.home-carousel {
padding: 0;
background-color: #acc2cd
}
section.light-gray,
section.testimonials-section {
background-color: #f9f9f9
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a {
color: #096b9c;
text-decoration: none
}
a:focus,
a:hover {
color: #053954
}
a:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
.img-responsive {
display: block;
max-width: 100%;
height: auto
}
.img-rounded {
border-radius: 6px
}
.img-thumbnail {
padding: 4px;
line-height: 1.6;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}
.img-circle {
border-radius: 50%
}
hr {
margin-top: 40px;
margin-bottom: 40px;
border: 0;
border-top: 1px solid #eee
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
[role=button] {
cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.1
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
font-weight: 400;
line-height: 1;
color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
font-family: Open Sans, sans-serif;
font-weight: 500;
margin-top: 0.8em;
margin-bottom: .5em;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
margin-top: 12px;
margin-bottom: 12px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
font-size: 75%
}
.h1,
h1 {
font-size: 50px;
color: #33566f
}
.h1>a,
h1>a {
color: #096b9c
}
.h2,h2 {font-size: 30px;color: #3f3f3f;padding: 15px 4px;}
.carousel-new .carousel-inner>.item h2{padding:0 !important;}
.h2>a,h2>a {color: #096b9c}
.h3,h3 {font-size: 25px;color: #3f3f3f}
.h4,.h5,.h6,h4,h5,h6 {font-family: Open Sans, sans-serif;font-weight: bolder}
.h3>a,h3>a {color: #096b9c}
.h4,h4 {font-size: 20px;color: #656565}
.h4>a,
h4>a {
color: #096b9c
}
.h5,
h5 {
font-size: 15px;
color: #656565
}
.h5>a,
h5>a {
color: #096b9c
}
.h6,
h6 {
font-size: 13px;
color: #656565
}
.h6>a,
h6>a {
color: #096b9c
}
p {
margin: 0 0 12px;
line-height: normal;
}
.lead {
margin-bottom: 24px;
font-size: 17px;
font-weight: 300;
line-height: 1.4
}
@media (min-width:769px) {
.lead {font-size: 22.5px;}
}
.big-font {
font-size: 18px
}
.small,
small {
font-size: 86%
}
.mark,
mark {
background-color: #fcf8e3;
padding: .2em
}
.text-left {
text-align: left
}
.text-right {
text-align: right
}
.text-center {
text-align: center
}
.text-justify {
text-align: justify
}
.text-nowrap {
white-space: nowrap
}
.text-lowercase {
text-transform: lowercase
}
.initialism,
.text-uppercase {
text-transform: uppercase
}
.text-capitalize {
text-transform: capitalize
}
.text-muted {
color: #777
}
.text-primary {
color: #33566f
}
a.text-primary:focus,
a.text-primary:hover {
color: #233b4c
}
.text-success {
color: #3c763d
}
a.text-success:focus,
a.text-success:hover {
color: #2b542c
}
.text-info {
color: #31708f
}
a.text-info:focus,
a.text-info:hover {
color: #245269
}
.text-warning {
color: #8a6d3b
}
a.text-warning:focus,
a.text-warning:hover {
color: #66512c
}
.text-danger {
color: #a94442
}
a.text-danger:focus,
a.text-danger:hover {
color: #843534
}
.bg-primary {
color: #fff;
background-color: #33566f
}
a.bg-primary:focus,
a.bg-primary:hover {
background-color: #233b4c
}
.bg-success {
background-color: #dff0d8
}
a.bg-success:focus,
a.bg-success:hover {
background-color: #c1e2b3
}
.bg-info {
background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
background-color: #afd9ee
}
.bg-warning {
background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
background-color: #f7ecb5
}
.bg-danger {
background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
background-color: #e4b9b9
}
.page-header {
padding-bottom: 11px;
margin: 48px 0 24px;
border-bottom: 1px solid #eee
}
dl,
ol,
ul {
margin-top: 0
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
ol,
ul {
margin-bottom: 12px
}
.entry-content ul li {
background: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/bullet.png) 0 5px no-repeat;
padding-left: 20px
}
.access-box,
.access-box .icon-holder,
.home-access-box,
span.wpcf7-not-valid-tip {
background-clip: padding-box
}
.list-inline,
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
margin-left: -5px
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px
}
dl {
margin-bottom: 24px
}
dd,
dt {
line-height: 1.6
}
dt {
font-weight: 700
}
dd {
margin-left: 0
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
content: " ";
display: table
}
@media (min-width:1300px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
}
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.styleguide-color-box ul li:after {
clear: both
}
abbr[data-original-title],
abbr[title] {
cursor: help;
border-bottom: 1px dotted #777
}
.initialism {
font-size: 90%
}
blockquote {
padding: 20px 150px;
margin: 0;
font-style: italic;
font-size: 16px;
text-align: center
}
@media (max-width:992px) {
blockquote {
padding: 20px
}
}
.table,
address {
margin-bottom: 24px
}
blockquote .small,
blockquote footer,
blockquote small {
display: block;
font-size: 80%;
line-height: 1.6;
color: #777
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
content: "\2014 \00A0"
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
content: ""
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
content: "\00A0 \2014"
}
address {
font-style: normal;
line-height: 1.6
}
table {
border-collapse: collapse;
border-spacing: 0;
background-color: transparent
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777
}
caption,
th {
text-align: left
}
.table {
width: 100%;
max-width: 100%
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
border-top: 0
}
.table>tbody+tbody {
border-top: 2px solid #ddd
}
.table .table {
background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 5px
}
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
}
.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
background-color: #f5f5f5
}
table col[class*=col-] {
position: static;
float: none;
display: table-column
}
table td[class*=col-],
table th[class*=col-] {
position: static;
float: none;
display: table-cell
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
background-color: #ebcccc
}
.table-responsive {
overflow-x: auto;
min-height: .01%
}
fieldset {margin: 0;min-width: 0}
fieldset,legend {padding: 0;border: 0;}
legend {
display: block;
width: 100%;
margin-bottom: 24px;
font-size: 22.5px;
line-height: inherit;
color: #333;
border-bottom: 1px solid #e5e5e5
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 600;
font-size: 12px
}
label span {color: #d9534f;}
input[type=search] {-webkit-appearance: none;}
input[type=checkbox],input[type=radio] {
margin: 4px 0 0;
margin-top: 19px;
line-height: normal;
}
input[type=file] {display: block;}
input[type=range] {display: block; width: 100%}
select[multiple],select[size] { height: auto;}
input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
output {padding-top: 7px;}
.form-control,output {
display: block;
font-size: 15px;
line-height: 1.6;
color: #555
}
.form-control {
width: 100%;
height: 38px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {color: #999;   opacity: 1;}
.form-control:-ms-input-placeholder {color: #999;}
.form-control::-webkit-input-placeholder {color: #999;}
.has-success .checkbox,.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {color: #3c763d;}
.form-control::-ms-expand {
border: 0;
background-color: transparent
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1
}
.form-control[disabled],fieldset[disabled] .form-control {
cursor: not-allowed
}
textarea.form-control {
height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
line-height: 38px;
}
.input-group-sm input[type=date],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month],
.input-group-sm input[type=time],
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {line-height: 31px;}
.input-group-lg input[type=date],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month],
.input-group-lg input[type=time],
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
line-height: 48px
}
}
form {
padding: 25px;
margin: 25px 0;
background-color: #f9f9f9
}
.form-group {
margin-bottom: 25px
}
.textwidget form {
margin: 0
}
.textwidget .form-group {
margin-bottom: 15px
}
.checkbox,
.radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}
.checkbox label,
.radio label {
min-height: 24px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
position: absolute;
margin-left: -20px;
margin-top: 4px\9
}
.checkbox+.checkbox,
.radio+.radio {
margin-top: -5px
}
.checkbox-inline,
.radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: 400;
cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
cursor: not-allowed
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 39px
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 0
}
.form-group-sm .form-control,
.input-sm {
padding: 5px 10px;
border-radius: 3px;
font-size: 16px;
}
.input-sm {
height: 31px;
line-height: 1.5
}
select.input-sm {
height: 31px;
line-height: 31px
}
select[multiple].input-sm,
textarea.input-sm {
height: auto
}
.form-group-sm .form-control {
height: 31px;
line-height: 1.5
}
.form-group-lg .form-control,
.input-lg {
border-radius: 6px;
padding: 10px 16px;
font-size: 19px
}
.form-group-sm select.form-control {
height: 31px;
line-height: 31px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
height: auto
}
.form-group-sm .form-control-static {
height: 31px;
min-height: 37px;
padding: 6px 10px;
font-size: 16px;
line-height: 1.5
}
.input-lg {
height: 48px;
line-height: 1.33333
}
select.input-lg {
height: 48px;
line-height: 48px
}
select[multiple].input-lg,
textarea.input-lg {
height: auto
}
.form-group-lg .form-control {
height: 48px;
line-height: 1.33333
}
.form-group-lg select.form-control {
height: 48px;
line-height: 48px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
height: auto
}
.form-group-lg .form-control-static {
height: 48px;
min-height: 43px;
padding: 11px 16px;
font-size: 19px;
line-height: 1.33333
}
.has-feedback {
position: relative
}
.has-feedback .form-control {
padding-right: 47.5px
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
width: 48px;
height: 48px;
line-height: 48px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
width: 31px;
height: 31px;
line-height: 31px
}
.has-success .form-control {
border-color: #3c763d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
color: #8a6d3b
}
.has-warning .form-control {
border-color: #8a6d3b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
color: #a94442
}
.has-error .form-control {
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede
}
.has-feedback label~.form-control-feedback {
top: 29px
}
.has-feedback label.sr-only~.form-control-feedback {
top: 0
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #a5a5a5
}
@media (min-width:769px) {
.form-inline .form-control-static,
.form-inline .form-group {
display: inline-block
}
.form-inline .control-label,
.form-inline .form-group {
margin-bottom: 0;
vertical-align: middle
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
width: auto
}
.form-inline .input-group>.form-control {
width: 100%
}
.form-inline .checkbox,
.form-inline .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.form-inline .checkbox label,
.form-inline .radio label {
padding-left: 0
}
.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio] {
position: relative;
margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
top: 0
}
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px
}
}
.btn-block,
.btn-sidebar-test,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.access-box .icon-holder img,
.home-access-box .icon-holder img {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%)
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
min-height: 31px
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
content: " ";
display: table
}
.wpcf7-response-output,
div.wpcf7-validation-errors {
display: none!important
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px
}
@media (min-width:769px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px; font-size: 19px;}
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;font-size: 16px; }
.slide-new .tagline{max-width: 60%;}
.slide-new-mobile{background-image:none !important;}
}
input.wpcf7-not-valid,select.wpcf7-not-valid,textarea.wpcf7-not-valid {
border-color: #d9534f;
background-color: #fdf7f7;
}
span.wpcf7-not-valid-tip {
border-radius: 4px;
margin-top: 2px;
background-color: #d9534f;
color: #fff!important;
font-size: 12px!important;
padding: 5px!important;
font-style: italic
}
#searchsubmit,
.btn,
.comment-form .submit {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 12px 22px;
font-size: 16px;
line-height: 1.6;
border-radius: 50px;
text-transform: uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none
}
#searchsubmit.active.focus,
#searchsubmit.active:focus,
#searchsubmit.focus,
#searchsubmit:active.focus,
#searchsubmit:active:focus,
#searchsubmit:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.comment-form .submit.active.focus,
.comment-form .submit.active:focus,
.comment-form .submit.focus,
.comment-form .submit:active.focus,
.comment-form .submit:active:focus,
.comment-form .submit:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
#searchsubmit.focus,
#searchsubmit:focus,
#searchsubmit:hover,
.btn.focus,
.btn:focus,
.btn:hover,
.comment-form .submit.focus,
.comment-form .submit:focus,
.comment-form .submit:hover {
color: #656565;
text-decoration: none
}
#searchsubmit.active,
#searchsubmit:active,
.btn.active,
.btn:active,
.comment-form .submit.active,
.comment-form .submit:active {
outline: 0;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
#searchsubmit.disabled,
#searchsubmit[disabled],
.btn.disabled,
.btn[disabled],
.comment-form .submit.disabled,
.comment-form .submit[disabled],
fieldset[disabled] #searchsubmit,
fieldset[disabled] .btn,
fieldset[disabled] .comment-form .submit {
cursor: not-allowed;
-webkit-opacity: .65;
-moz-opacity: .65;
opacity: .65;
box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none
}
.btn-default {
color: #656565;
background-color: #fff;
border-color: #a5a5a5
}
.btn-default.focus,
.btn-default:focus {
color: #656565;
background-color: #e6e6e6;
border-color: #656565
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
color: #656565;
background-color: #e6e6e6;
border-color: #868686
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
color: #656565;
background-color: #d4d4d4;
border-color: #656565
}
.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
background-color: #fff;
border-color: #a5a5a5
}
.btn-default .badge {
color: #fff;
background-color: #656565
}
.btn-primary {
color: #fff;
background-color: #33566f;
border-color: #33566f
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
background-color: #233b4c;
border-color: #0b1218
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #233b4c;
border-color: #203645
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
color: #fff;
background-color: #182834;
border-color: #0b1218
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
background-color: #33566f;
border-color: #33566f
}
.btn-primary .badge {
color: #33566f;
background-color: #fff
}
#searchsubmit,
.btn-secondary,
.comment-form .submit {
color: #fff;
background-color: #ffba5c;
border-color: #ffba5c
}
.request-demo{
width: 280px;
text-align: center;
display: block;
margin: 20px auto;
}
#searchsubmit.focus,
#searchsubmit:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.comment-form .submit.focus,
.comment-form .submit:focus {
color: #fff;
background-color: #ffa429;
border-color: #dc7f00
}
#searchsubmit.active,
#searchsubmit:active,
#searchsubmit:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:hover,
.comment-form .submit.active,
.comment-form .submit:active,
.comment-form .submit:hover,
.open>#searchsubmit.dropdown-toggle,
.open>.btn-secondary.dropdown-toggle,
.open>.comment-form .submit.dropdown-toggle {
color: #fff;
background-color: #ffa429;
border-color: #ffa01f
}
#searchsubmit.active.focus,
#searchsubmit.active:focus,
#searchsubmit.active:hover,
#searchsubmit:active.focus,
#searchsubmit:active:focus,
#searchsubmit:active:hover,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.comment-form .submit.active.focus,
.comment-form .submit.active:focus,
.comment-form .submit.active:hover,
.comment-form .submit:active.focus,
.comment-form .submit:active:focus,
.comment-form .submit:active:hover,
.open>#searchsubmit.dropdown-toggle.focus,
.open>#searchsubmit.dropdown-toggle:focus,
.open>#searchsubmit.dropdown-toggle:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.comment-form .submit.dropdown-toggle.focus,
.open>.comment-form .submit.dropdown-toggle:focus,
.open>.comment-form .submit.dropdown-toggle:hover {
color: #fff;
background-color: #ff9505;
border-color: #dc7f00
}
#searchsubmit.active,
#searchsubmit:active,
.btn-secondary.active,
.btn-secondary:active,
.comment-form .submit.active,
.comment-form .submit:active,
.open>#searchsubmit.dropdown-toggle,
.open>.btn-secondary.dropdown-toggle,
.open>.comment-form .submit.dropdown-toggle {
background-image: none
}
#searchsubmit.disabled.focus,
#searchsubmit.disabled:focus,
#searchsubmit.disabled:hover,
#searchsubmit[disabled].focus,
#searchsubmit[disabled]:focus,
#searchsubmit[disabled]:hover,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
.comment-form .submit.disabled.focus,
.comment-form .submit.disabled:focus,
.comment-form .submit.disabled:hover,
.comment-form .submit[disabled].focus,
.comment-form .submit[disabled]:focus,
.comment-form .submit[disabled]:hover,
fieldset[disabled] #searchsubmit.focus,
fieldset[disabled] #searchsubmit:focus,
fieldset[disabled] #searchsubmit:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .comment-form .submit.focus,
fieldset[disabled] .comment-form .submit:focus,
fieldset[disabled] .comment-form .submit:hover {
background-color: #ffba5c;
border-color: #ffba5c
}
#searchsubmit .badge,
.btn-secondary .badge,
.comment-form .submit .badge {
color: #ffba5c;
background-color: #fff
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c
}
.btn-success.focus,
.btn-success:focus {
color: #fff;
background-color: #449d44;
border-color: #255625
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
color: #fff;
background-color: #398439;
border-color: #255625
}
.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
background-color: #5cb85c;
border-color: #4cae4c
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da
}
.btn-info.focus,
.btn-info:focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
color: #fff;
background-color: #269abc;
border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}
.btn-warning.focus,
.btn-warning:focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
color: #fff;
background-color: #d58512;
border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
color: #fff;
background-color: #ac2925;
border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff
}
.btn-sidebar {
color: #fff;
background-color: #ffba5c;
border-color: #ffba5c;
width: 100%;
margin-bottom: -20px
}
.btn-sidebar.focus,
.btn-sidebar:focus {
color: #fff;
background-color: #ffa429;
border-color: #dc7f00
}
.btn-sidebar.active,
.btn-sidebar:active,
.btn-sidebar:hover,
.open>.btn-sidebar.dropdown-toggle {
color: #fff;
background-color: #ffa429;
border-color: #ffa01f
}
.btn-sidebar.active.focus,
.btn-sidebar.active:focus,
.btn-sidebar.active:hover,
.btn-sidebar:active.focus,
.btn-sidebar:active:focus,
.btn-sidebar:active:hover,
.open>.btn-sidebar.dropdown-toggle.focus,
.open>.btn-sidebar.dropdown-toggle:focus,
.open>.btn-sidebar.dropdown-toggle:hover {
color: #fff;
background-color: #ff9505;
border-color: #dc7f00
}
.btn-sidebar.active,
.btn-sidebar:active,
.open>.btn-sidebar.dropdown-toggle {
background-image: none
}
.btn-sidebar.disabled.focus,
.btn-sidebar.disabled:focus,
.btn-sidebar.disabled:hover,
.btn-sidebar[disabled].focus,
.btn-sidebar[disabled]:focus,
.btn-sidebar[disabled]:hover,
fieldset[disabled] .btn-sidebar.focus,
fieldset[disabled] .btn-sidebar:focus,
fieldset[disabled] .btn-sidebar:hover {
background-color: #ffba5c;
border-color: #ffba5c
}
.btn-sidebar .badge {
color: #ffba5c;
background-color: #fff
}
.btn-link {
color: #096b9c;
font-weight: 400;
border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
box-shadow: none
}
.home-access-box .icon-holder,
.home-access-box:hover {
box-shadow: 0 3px 12px rgba(0, 0, 0, .15)
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
color: #053954;
text-decoration: underline;
background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
color: #777;
text-decoration: none
}
.btn-lg {
padding: 10px 16px;
font-size: 19px;
line-height: 1.33333;
border-radius: 6px
}
.btn-sm {
padding: 5px 10px
}
.btn-sm,
.btn-xs {
font-size: 16px;
line-height: 1.5;
border-radius: 3px
}
.btn-xs {
padding: 1px 5px
}
.btn-block {
display: block
}
.btn-block+.btn-block {
margin-top: 5px
}
.sidebar-cta {
display: block;
margin: 10px 0;
color: #fff!important;
padding-top: 10px!important;
padding-bottom: 10px!important
}
.sidebar-cta:before {
display: none!important
}
footer .footer-logos {
padding: 10px 0;
border-top: 2px solid #f9f9f9
}
footer .prefooter {
background-color: #0e3347;
padding: 40px 0
}
footer .prefooter .social-title {
text-align: center;
font-size: 16px;
color: #fff;
margin-top: 0;
margin-bottom: 15px;
color: hsla(0, 0%, 100%, .5)
}
footer .prefooter .social-logos {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center
}
footer .prefooter .social-logos li {
display: inline-block;
padding: 0 10px
}
footer .prefooter .social-logos li a:hover {
-webkit-opacity: .6;
-moz-opacity: .6;
opacity: .6
}
footer .footer {
background-color: #e3e3e3;
padding-top: 25px
}
footer .footer h4 {
color: #33566f;
font-weight: 700;
font-size: 18px
}
footer .footer ul {
margin: 0;
padding: 0;
list-style-type: none
}
footer .footer ul li {
font-size: 16px;
padding: 1px 0
}
footer .footer ul li a {
color: #656565
}
footer .footer .legal-footer {
border-top: 1px solid #ccc;
margin-top: 10px;
padding: 20px 0;
font-size: 12px
}
footer .footer .legal-footer ul>li {
display: inline
}
footer .footer .legal-footer ul>li a {
display: inline-block;
padding-right: 5px;
font-weight: 700;
font-size: 14px;
color: #222
}
.access-box h3,
.blog-feed .post-box h3,
.home-access-box h3 {
font-size: 18px;
font-weight: 600
}
.home-access-box {
background-color: #fff;
padding: 15px;
margin-top: 80px;
position: relative;
text-align: center;
border-radius: 8px
}
@media (max-width:769px) {
.home-access-box {
width: 400px;
margin-left: auto;
margin-right: auto
}
}
@media (max-width:420px) {
.home-access-box {
width: auto
}
}
.home-access-box .icon-holder {
margin: -70px auto 20px;
width: 140px;
height: 140px;
border-radius: 50%;
background-clip: padding-box;
background-color: #ea5b0c;
border: 6px solid #f9f9f9
}
.home-access-box h3 {
color: #33566f;
height: 50px
}
@media (max-width:769px) {
.home-access-box h3 {
height: auto
}
}
.home-access-box p.access-box-intro {
line-height: 1.2;
padding: 0 10px;
margin-bottom: 20px;
height: 120px
}
.access-box .access-blue p,
.access-box .access-orange p,
.access-box .access-yelow p {
line-height: 22px!important;
margin-bottom: 20px
}
@media (max-width:1200px) {
.home-access-box p.access-box-intro {
height: 60px
}
}
.home-access-box p>a.btn {
padding-top: 6px;
padding-bottom: 6px
}
.home-access-box:hover .icon-holder {
border-color: #ea672e;
background-color: #ffba5c
}
.home-access-box:hover p>a.btn {
box-shadow: 0 4px 16px rgba(0, 0, 0, .15)
}
.access-box .icon-holder,
.access-box:hover {
box-shadow: 0 3px 12px rgba(0, 0, 0, .15)
}
.access-box {
background-color: #fff;
padding: 15px;
margin-top: 80px;
position: relative;
text-align: center;
border-radius: 8px
}
@media (min-width:1200px) {
.access-box,.access-box *, .home-access-box, .home-access-box * {
transition: .25s ease-in-out
}
}
@media (max-width:769px) {
.home-access-box p.access-box-intro {
height: auto
}
.access-box {
width: 400px;
margin-left: auto;
margin-right: auto
}
}
@media (max-width:420px) {
.access-box {
width: auto
}
}
.access-box .icon-holder {
margin: -70px auto 20px;
width: 140px;
height: 140px;
border-radius: 50%;
background-color: #ea5b0c;
border: 6px solid #f9f9f9
}
.access-box .access-orange,
.access-box .access-yelow {
border-radius: 8px;
background-clip: padding-box;
padding: 30px
}
.access-box .access-yelow {
background-color: #fca72d;
height: 320px
}
@media (max-width:992px) {
.link-group {
text-align: center
}
.access-box .access-yelow {
height: auto;
margin-bottom: 20px
}
}
.access-box .access-yelow h3 {
color: #fff;
text-align: left;
height: auto
}
.access-box .access-yelow p {
color: #fff;
text-align: left
}
.access-box .access-orange {
background-color: #ea5b0c;
height: 320px
}
@media (max-width:992px) {
.access-box .access-orange {
height: auto;
margin-bottom: 20px
}
}
.access-box .access-orange h3 {
color: #fff;
text-align: left;
height: auto
}
.access-box .access-blue,
.access-box .access-orange-grafico {
border-radius: 8px;
background-clip: padding-box;
padding: 30px;
height: 320px
}
.access-box .access-orange p {
color: #fff;
text-align: left
}
.access-box .access-orange-grafico {
background-color: #fff;
text-align: center
}
.access-box .access-orange-grafico .btn01 {
position: absolute;
top: 30px;
left: 38%
}
.access-box .access-orange-grafico .btn02 {
position: absolute;
top: 80px;
right: 90px
}
.access-box .access-orange-grafico .btn03 {
position: absolute;
top: 160px;
right: 50px
}
.access-box .access-orange-grafico .btn04 {
position: absolute;
bottom: 20px;
left: 38%
}
.access-box .access-orange-grafico .btn05 {
position: absolute;
top: 100px;
z-index: 11;
left: 60px
}
.access-box .access-blue {
background-color: #096b9c;
position: relative
}
@media (max-width:769px) {
.access-box .access-blue {
height: auto
}
}
.access-box .access-blue h3 {
color: #fff;
text-align: left;
height: auto
}
.access-box .access-blue p {
color: #fff;
text-align: left
}
.access-box .access-blue img {
position: absolute;
top: 0;
right: -20px
}
.access-box h3 {
color: #33566f;
height: 50px
}
@media (max-width:769px) {
.access-box h3 {
height: auto
}
}
.access-box p.access-box-intro {
line-height: 1.2;
padding: 0 10px;
margin-bottom: 20px;
height: auto
}
.access-box p>a.btn {
padding-top: 6px;
padding-bottom: 6px
}
.access-box:hover .icon-holder {
border-color: #ea672e;
background-color: #ffba5c
}
.access-box:hover p>a.btn {
box-shadow: 0 4px 16px rgba(0, 0, 0, .15)
}
.margin-botom {
margin-bottom: 35px
}
.access-box-none {
display: none
}
@media (max-width:770px) {
.access-box .access-blue img {
display: none
}
.access-box-none {
display: inline-block
}
}
.access-box-block {
display: inline-block
}
@media (max-width:770px) {
.access-box-block {
display: none
}
}
.home-carousel .carousel-control {
width: auto!important
}
.blog-feed .post-box {
margin-top: 20px
}
.blog-feed .post-box img {
margin-bottom: 15px
}
.blog-feed .post-box a {
text-decoration: none
}
.blog-feed .post-box h3 {
line-height: 1.6;
margin: 0
}
.blog-feed .post-box h3 a {
color: #222;
display: block
}
.blog-feed .post-box p.date {
text-transform: uppercase;
font-size: 12px;
margin: 15px 0
}
.blog-feed .post-box p.post {
margin-bottom: 15px
}
.blog-feed .post-box p a.read-more {
text-align: left;
display: inline-block;
border: 1px solid #656565;
padding: 8px 16px;
font-size: 14px
}
.blog-feed .post-box p a.read-more:active,
.blog-feed .post-box p a.read-more:focus,
.blog-feed .post-box p a.read-more:hover {
background-color: #656565;
color: #fff;
text-decoration: none
}
#left-sidebar ul,
.blog-sidebar ul {
padding: 0;
margin: 0
}
#left-sidebar ul li{
border-bottom: 1px dotted #222
}
#left-sidebar ul li.active,
.blog-sidebar ul li.active {
background-color: #19aaf2
}
#left-sidebar ul li.active a,
.blog-sidebar ul li.active a {
color: #fff
}
#left-sidebar ul li:hover,
.blog-sidebar ul li:hover {
background-color: #efefef
}
#left-sidebar ul li img,
.blog-sidebar ul li img {
display: none
}
#left-sidebar ul li a,
.blog-sidebar ul li a {
display: block;
padding: 10px;
color: #33566f;
font-weight: 400;
text-decoration: none;
font-size: 16px;
position: relative
}
#left-sidebar ul li a:before,
.blog-sidebar ul li a:before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
background: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/left-nav-bullet.png);
position: absolute;
left: 0;
top: 15px;
}
#left-sidebar ul li a:hover,
.blog-sidebar ul li a:hover {
color: #096b9c
}
#left-sidebar ul li a .caret,
.blog-sidebar ul li a .caret {
float: right;
position: relative;
top: 8px;
right: 4px
}
#left-sidebar ul li ul,
.blog-sidebar ul li ul {
background-color: #f9f9f9
}
#left-sidebar ul li ul li,
.blog-sidebar ul li ul li {
padding-left: 15px;
font-size: 12px;
border-bottom: none;
border-top: 1px solid #eee
}
#left-sidebar ul li ul li a,
.blog-sidebar ul li ul li a {
padding: 6px 0
}
#left-sidebar ul li ul li a:before,
.blog-sidebar ul li ul li a:before {
background: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/left-subnav-bullet.png);
width: 4px;
height: 6px;
left: -8px;
top: 12px
}
#left-sidebar ul li ul li.active,
.blog-sidebar ul li ul li.active {
background-color: #19aaf2
}
#left-sidebar ul li ul li.active a,
.blog-sidebar ul li ul li.active a {
color: #fff
}
#right-sidebar form {
padding: 10px;
margin-bottom: 20px;
background-color: #096b9c;
border-radius: 10px;
background-clip: padding-box
}
#right-sidebar form h3 {
color: #fff;
margin: 0 0 15px
}
#right-sidebar .widget-holder {
box-shadow: 0 0 4px rgba(0, 0, 0, .25);
border-radius: 4px;
background-clip: padding-box;
padding: 10px;
background-color: #fff;
margin-bottom: 20px
}
#right-sidebar .widget-holder h3 {
margin-top: 0;
text-align: center
}
#right-sidebar ul {
list-style-type: none;
margin: 0 0 20px;
padding: 0
}
#right-sidebar ul li {
border-bottom: 1px solid #ddd;
text-decoration: none
}
#right-sidebar ul li a {
color: #ffba5c;
padding: 4px 2px;
text-decoration: none;
display: block;
font-size: 20px;
font-weight: 700
}
#right-sidebar ul li a:hover {
background-color: #f9f9f9
}
#left-sidebar .subnav-btn {
display: block;
text-decoration: none;
position: absolute;
right: 0;
left: 0;
top: -40px;
background-color: #f9f9f9;
text-align: right;
padding-right: 5px
}
@media (min-width:992px) {
#left-sidebar .subnav-btn {
display: none
}
}
#left-sidebar .subnav-btn:before {
content: "\f333";
font-family: dashicons;
font-size: 24px;
margin: 0 0 0 5px;
color: #33566f
}
@media (max-width:992px) {
#left-sidebar .widget-container {
height: 0;
overflow: hidden;
margin-top: 40px
}
#left-sidebar .widget-container.subnav-open {
height: auto
}
}
.widget_text {
border: none!important;
background-color: transparent!important
}
li#menu-item-7567 ul#accordion_lvl_0 li {
background-color: #f9f9f9!important;
border-bottom: none
}
.mega-indicator{    display: none !important;}
li#menu-item-7567 ul#accordion_lvl_0 li a {
background-color: #f9f9f9!important;
color: #33566f
}
li#menu-item-7567:hover {
color: #fff!important;
background-color: #19aaf2!important
}
.archive-index article,
.author-page article,
.category-index article,
.home-post article,
.serach-results article,
.single-post article,
.tag-index article {
margin-bottom: 35px;
padding-bottom: 35px;
border-bottom: 1px solid #eee
}
.archive-index article .article-header,
.author-page article .article-header,
.category-index article .article-header,
.home-post article .article-header,
.serach-results article .article-header,
.single-post article .article-header,
.tag-index article .article-header {
margin-bottom: 25px
}
.archive-index article .article-header h1,
.author-page article .article-header h1,
.category-index article .article-header h1,
.home-post article .article-header h1,
.serach-results article .article-header h1,
.single-post article .article-header h1,
.tag-index article .article-header h1 {
font-size: 28px;
font-weight: 600;
margin-bottom: 8px
}
.archive-index article .article-header h1 a,
.author-page article .article-header h1 a,
.category-index article .article-header h1 a,
.home-post article .article-header h1 a,
.serach-results article .article-header h1 a,
.single-post article .article-header h1 a,
.tag-index article .article-header h1 a {
text-decoration: none
}
.archive-index article img,
.author-page article img,
.category-index article img,
.home-post article img,
.serach-results article img,
.single-post article img,
.tag-index article img {
display: inline-block;
width: 50%;
height: auto;
float: left;
margin: 0 20px 20px 0
}
.archive-index article .article-footer,
.author-page article .article-footer,
.category-index article .article-footer,
.home-post article .article-footer,
.serach-results article .article-footer,
.single-post article .article-footer,
.tag-index article .article-footer {
clear: both;
font-size: 16px;
padding: 10px;
background-color: #f9f9f9;
font-weight: 400;
margin-top: 32px;
}
.archive-index article .article-footer p a:hover,
.author-page article .article-footer p a:hover,
.category-index article .article-footer p a:hover,
.home-post article .article-footer p a:hover,
.serach-results article .article-footer p a:hover,
.single-post article .article-footer p a:hover,
.tag-index article .article-footer p a:hover {
text-decoration: none;
color: #233b4c
}
.single-post article img {
display: block;
float: none;
width: auto;
max-width: 100%;
height: auto;
margin: 25px auto
}
.section-title {
margin: 0 0 40px
}   .blog-sidebar ul li h3 {
padding: 8px 0 0 8px;
font-size: 20px
}
.blog-sidebar ul li ul li a {
padding-left: 12px!important;
position: relative
}
.blog-sidebar ul li ul li a:before {
position: absolute;
top: 12px;
left: 0
}
.blog-sidebar ul li.widget_search {
padding: 8px
}
.blog-sidebar ul li.widget_search #searchform label {
display: none
}
.blog-sidebar ul li.widget_search #searchform input[type=text] {
width: calc(100% - 70px)
}
@media (max-width:1200px) {
.blog-sidebar ul li.widget_search #searchform input[type=text] {
width: 100%;
margin-left: 5px;
margin-bottom: 10px
}
}
@media (max-width:992px) {
.blog-sidebar ul li.widget_search #searchform input[type=text] {
width: 90%
}
}
@media (max-width:700px) {
.blog-sidebar ul li.widget_search #searchform input[type=text] {
width: 70%
}
}
.blog-sidebar ul li.widget_search #searchform #searchsubmit {
padding: 4px 8px;
font-size: 16px;
float: right
}
#comments form label {
display: block
}
#comments form input[type=text],
#comments form textarea {
width: 100%;
border: 1px solid #ddd;
border-radius: 3px;
background-clip: padding-box;
padding: 5px
}
@media (min-width:992px) and (max-width:1200px) {
#searchsubmit {
width: calc(100% - 5px);
margin-left: 5px
}
}
@media (max-width:991px) {
#searchsubmit {
width: calc(100% - 5px)
}
.blog-sidebar ul li.widget_search #searchform input[type=text] {
width: 100%
}
}
.row-flex,
.row-flex>div[class*=col-] {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.row-flex-wrap {
-ms-flex-line-pack: start;
align-content: flex-start;
-ms-flex: 0;
flex: 0
}
.container-flex>div[class*=col-],
.row-flex>div[class*=col-] {
margin: -.2px
}
.container-flex>div[class*=col-] div,
.row-flex>div[class*=col-] div {
width: 100%
}
.flex-col {
-ms-flex: 1 100%;
flex: 1 100%;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap
}
.flex-col,
.flex-grow {
display: -ms-flexbox;
display: flex
}
.flex-grow {
-ms-flex: 2;
flex: 2
}
.col-content {
padding: 20px
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.dropdown,
.dropup {
position: relative
}
.dropdown-toggle:focus {
outline: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 9;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 15px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background-clip: padding-box
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
left: auto;
right: 0
}
.dropdown-header,
.dropdown-menu>li>a {
display: block;
padding: 3px 20px;
line-height: 1.6;
white-space: nowrap
}
.dropdown-menu .divider {
height: 1px;
margin: 11px 0;
overflow: hidden;
background-color: #e5e5e5
}
.dropdown-menu>li>a {
font-weight: 400;
color: #333
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
text-decoration: none;
color: #262626;
background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #33566f
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
color: #777
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed
}
.open>.dropdown-menu {
display: block
}
.open>a {
outline: 0
}
.dropdown-menu-left {
left: 0;
right: auto
}
.dropdown-header {
font-size: 16px;
color: #777
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 8
}
.pull-right>.dropdown-menu {
right: 0;
left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px
}
.navbar {
position: relative;
min-height: 50px
}
.navbar:after,
.navbar:before {
content: " ";
display: table
}
.top-access {
background-color: #f9f9f9;
border-bottom: 1px solid #eee
}
.top-access ul {
margin: 0;
list-style-type: none;
text-align: right;
padding: 6px 15px
}
.top-access ul li {
display: inline-block;
padding: 0 10px
}
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before {
content: " ";
display: table
}
.top-access ul li:last-child {
padding-right: 0
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
overflow-y: auto
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 200px
}
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: -15px;
margin-left: -15px
}
@media (min-width:1300px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto
}
.navbar-collapse {
width: auto;
border-top: 0;
background-color: #33566f;
border-bottom: 4px solid #ffba5c;
box-shadow: inset 0 1px 8px rgba(0, 0, 0, .5)
}
.navbar-collapse.collapse {
display: block!important;
height: auto!important;
padding-bottom: 0;
overflow: visible!important
}
.navbar-collapse.in {
overflow-y: visible
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
padding-left: 0;
padding-right: 0
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: 0;
margin-left: 0
}
.navbar-static-top {
border-radius: 0
}
}
.navbar-static-top {
z-index: 9;
border-width: 0 0 1px
}
.navbar-fixed-bottom,
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 10
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0
}
.navbar-brand {
float: left;
padding: 10px 0 10px 15px;
margin-bottom: 10px
}
@media (max-width:992px) {
.navbar-brand {
float: none
}
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none
}
.navbar-brand>img {
display: inline-block;
padding: 10px
}
@media (max-width:420px) {
.navbar-brand>img {
width: 260px;
height: auto
}
}
@media (min-width:1300px) {
.navbar-fixed-bottom,
.navbar-fixed-top {
border-radius: 0
}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
margin-left: -15px
}
}
.right-header {
float: right;
margin: 0;
padding: 24px 15px 0 0;
list-style-type: none
}
@media (max-width:1150px) {
.right-header {
padding-right: 60px
}
}
@media (max-width:992px) {
.right-header {
float: none;
background-color: #33566f;
border-bottom: 4px solid #ffba5c;
box-shadow: inset 0 1px 8px rgba(0, 0, 0, .5);
padding: 0 55px 0 15px;
text-align: right
}
}
.right-header li {
display: inline-block;
padding: 0 10px
}
.right-header li:last-child {
padding-right: 0
}
.right-header li.phone {
font-size: 24px;
color: #808492
}
.right-header li a.btn {
padding: 6px 12px
}
@media (max-width:992px) {
.right-header li.phone {
color: #fff
}
.right-header li.action-demo-btn {
display: none
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.navbar-toggle:focus {
outline: 0
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px
}
.navbar-nav {
margin: 6.5px -15px
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 24px
}
@media (max-width:1299px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height: 24px
}
.navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-nav .open .dropdown-menu>li>a:hover {
background-image: none
}
}
@media (min-width:1300px) {
.navbar-toggle {
display: none
}
.navbar-nav {
float: none;
text-align: center;
margin: 0;
padding: 10px 0
}
.navbar-nav>li {
display: inline-block
}
.navbar-nav>li>a {
padding-top: 13px;
padding-bottom: 13px
}
}
.navbar-form {
margin: 6px -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}
@media (min-width:769px) {
.navbar-form .form-control-static,
.navbar-form .form-group {
display: inline-block
}
.navbar-form .control-label,
.navbar-form .form-group {
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle
}
.navbar-form .input-group .form-control,
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
width: auto
}
.navbar-form .input-group>.form-control {
width: 100%
}
.navbar-form .checkbox,
.navbar-form .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .checkbox label,
.navbar-form .radio label {
padding-left: 0
}
.navbar-form .checkbox input[type=checkbox],
.navbar-form .radio input[type=radio] {
position: relative;
margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
top: 0
}
}
@media (max-width:1299px) {
.navbar-form .form-group {
margin-bottom: 5px
}
.navbar-form .form-group:last-child {
margin-bottom: 0
}
}
@media (min-width:1300px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
box-shadow: none
}
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px
}
}
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom: 0;
border-radius: 4px 4px 0 0
}
.navbar-btn {
margin-top: 6px;
margin-bottom: 6px
}
.navbar-btn.btn-sm {
margin-top: 9.5px;
margin-bottom: 9.5px
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px
}
.navbar-text {
margin-top: 13px;
margin-bottom: 13px
}
@media (min-width:1300px) {
.navbar-left {
float: left!important
}
.navbar-right {
float: right!important;
margin-right: -15px
}
.navbar-right~.navbar-right {
margin-right: 0
}
}
.navbar-default {
background-color: #fff
}
.navbar-default .navbar-brand {
color: #222
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
color: #090909;
background-color: transparent
}
.navbar-default .navbar-text {
color: #777
}
.navbar-default .navbar-nav>li>a {
color: #fff
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
color: #333;
background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
color: #555;
background-color: #eeefe5
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
color: #ccc;
background-color: transparent
}
.navbar-default .navbar-toggle {
border-color: #ddd
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
background-color: #eeefe5;
color: #555
}
@media (max-width:1299px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #222
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #333;
background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #555;
background-color: #eeefe5
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #ccc;
background-color: transparent
}
}
.navbar-default .navbar-link {
color: #222
}
.navbar-default .navbar-link:hover {
color: #333
}
.navbar-default .btn-link {
color: #222
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
color: #333
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccc
}
#mega-menu-wrap-main-menu {
background-color: #33566f!important;
border-bottom: 2px solid #ffba5c!important
}
@media (max-width:1150px) {
#mega-menu-wrap-main-menu {
border: none!important
}
}
#mega-menu-wrap-main-menu ul {
margin: 0!important;
padding: 0!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu {
text-align: center!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item a.mega-menu-link {
height: 60px!important;
line-height: 60px!important;
text-transform: uppercase!important;
background-color: transparent!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item a.mega-menu-link:active,
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item a.mega-menu-link:hover {
background-color: #233b4c!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item.mega-mobile-demo-link {
background-color: #ffba5c;
border-bottom: 1px solid #33566f
}
@media (min-width:992px) {
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item.mega-mobile-demo-link {
display: none
}
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu {
left: auto!important;
background-color: #ececec!important;
border-bottom: 2px solid #ffba5c!important;
padding-bottom: 15px!important;
width: 40%!important;
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2)!important;
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2)!important;
-ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2)!important;
-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, .2)!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
padding: 5px!important;
border-bottom: 1px solid #ddd
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
height: auto!important;
font-weight: 400!important;
font-size: 16px!important;
text-transform: none!important;
line-height: normal!important;
display: block;
padding: 5px
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active,
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
background-color: #33566f!important;
color: #fff!important
}
@media (max-width:1150px) {
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
float: none!important;
width: 100%!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
padding: 10px
}
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
background-color: transparent!important;
border-bottom: none!important;
padding-bottom: 0!important;
width: 100%!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
-ms-box-shadow: none!important;
-o-box-shadow: none!important
}
@media (min-width:1150px) {
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-9 ul.mega-sub-menu {
width: 80%!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-190 ul.mega-sub-menu {
width: 100%!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-190 ul.mega-sub-menu ul {
width: 100%!important;
left: 100%!important;
background-color: #ececec!important;
border-bottom: 2px solid #ffba5c!important;
padding-bottom: 15px!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item.mega-patient-portals-ul#mega-menu-item-300 ul.mega-sub-menu {
width: 30%!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-389 ul.mega-sub-menu {
width: 270%!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-389 ul.mega-sub-menu ul {
width: 100%!important;
left: 100%!important;
background-color: #ececec!important;
border-bottom: 2px solid #ffba5c!important;
padding-bottom: 15px!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-472 ul.mega-sub-menu,
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-498 ul.mega-sub-menu {
width: 20%!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu li.mega-menu-item#mega-menu-item-499 ul.mega-sub-menu {
width: 15%!important
}
}
@media (max-width:1150px) {
#mega-menu-wrap-main-menu ul#mega-menu-main-menu {
text-align: center!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu>li.mega-menu-item {
width: 100%!important;
float: none!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu>li.mega-menu-item>ul.mega-sub-menu {
width: 100%!important
}
#mega-menu-wrap-main-menu {
background-color: #33566f!important
}
#mega-menu-wrap-main-menu .mega-menu-toggle { }
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-right {
position: absolute;
top: -74px;
right: 10px
}
@media (max-width:992px) {
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-right {
width: 44px;
height: 38px!important;
background-color: #ffba5c;
position: absolute;
right: 0;
top: -42px;
margin: 0!important
}
}
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-right:after,
#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-right:before {
color: #fff!important;
margin-left: 10px!important
}
.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
color: inherit
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item li.mega-menu-item-has-children>a.mega-menu-link:after {
content: "\f139";
float: right;
margin: 0;
margin-top: 5px!important
}
@media (min-width:1150px) {
#mega-menu-item-198>ul {
min-width: 250% !important;
width: 250%!important
}
#mega-menu-wrap-main-menu ul#mega-menu-main-menu #mega-menu-item-8735>ul.mega-sub-menu {
width: 100%!important;
left: 100%!important;
background-color: #ececec!important;
border-bottom: 2px solid #ffba5c!important;
padding-bottom: 15px!important
}
}
.panel {
margin-bottom: 24px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {margin-bottom: 0;}
.panel-body {padding: 15px;}
.panel-body:after,.panel-body:before {
content: " ";
display: table;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-title {
margin-top: 0;
font-size: 17px;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
border-bottom: 0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
border-top: 0;border-top-right-radius: 3px;border-top-left-radius: 3px;}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
border-top-right-radius: 0; border-top-left-radius: 0;}
.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel>.panel-collapse>.table caption,.panel>.table caption,
.panel>.table-responsive>.table caption {
padding-left: 15px;padding-right: 15px;}
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
border-top-right-radius: 3px;border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {border-top: 1px solid #ddd;}
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {border-top: 0;}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
border: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0;
}
.panel>.table-responsive {
border: 0; margin-bottom: 0;}
.panel-group { margin-bottom: 24px;}
.panel-group .panel {margin-bottom: 0;border-radius: 4px;}
.panel-group .panel+.panel {margin-top: 5px;}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {border-top: 0;}
.panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {border-color: #ddd;}
.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {color: #f5f5f5; background-color: #333;}
.panel-default>.panel-footer+.panel-collapse>.panel-body {border-bottom-color: #ddd;}
.panel-primary {border-color: #33566f;}
.panel-primary>.panel-heading {
color: #fff;
background-color: #33566f;
border-color: #33566f
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #33566f
}
.panel-primary>.panel-heading .badge {
color: #33566f;
background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #33566f
}
.panel-success {
border-color: #d6e9c6
}
.panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
color: #dff0d8;
background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #d6e9c6
}
.panel-info { border-color: #bce8f1}
.panel-info>.panel-heading {color: #31708f; background-color: #d9edf7; border-color: #bce8f1}
.panel-info>.panel-heading+.panel-collapse>.panel-body {border-top-color: #bce8f1}
.panel-info>.panel-heading .badge {color: #d9edf7; background-color: #31708f}
.panel-info>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #bce8f1}
.panel-warning {border-color: #faebcc}
.panel-warning>.panel-heading {color: #8a6d3b; background-color: #fcf8e3;border-color: #faebcc}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {border-top-color: #faebcc}
.panel-warning>.panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #faebcc
}
.panel-danger {
border-color: #ebccd1
}
.panel-danger>.panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
color: #f2dede;
background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ebccd1
}
.carousel,
.carousel-inner {
position: relative
}
.carousel-inner {
overflow: hidden;
width: 100%
}
.carousel-inner>.item {
display: none;
position: relative;
transition: left .6s ease-in-out;
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/none);
background-repeat: no-repeat;
background-position: top;
height: 377px
}
.carousel-new .carousel-inner>.item {
height: 500px
}
.carousel-inner>.item.slide-one {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner01.jpg);
}
.carousel-inner>.item.slide-two {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner02.jpg)
}
.carousel-new .carousel-inner>.item.slide-two {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2021/06/02-8.jpg);
background-color: #b8bbc3
}
.carousel-inner>.item.slide-three {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner03.jpg)
}
.carousel-new .carousel-inner>.item.slide-three {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2021/06/banner-mobile-patient-doctor-app-2.jpg);
background-color: #dfe9ea;
color: #393939 !important;
}
.carousel-new .carousel-inner>.item.slide-three .tagline, .carousel-new .carousel-inner>.item.slide-three .tagline h2 {
color: #393939 !important;
}
.carousel-new .carousel-inner>.item.slide-four {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner-increase-collections-emr-software.jpg)
}
.carousel-new .carousel-inner>.item.slide-five {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2021/06/03-4.jpg);
background-color: #b9cdd6;
}
.carousel-new .carousel-inner>.item.slide-six {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner-us-based-emr-support.jpg);
background-color: #b9cdd6;
}
.carousel-inner>.item.slide-four {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner04.jpg)
}
.carousel-inner>.item.slide-five {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner05.jpg)
}
.carousel-inner>.item.slide-six {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner06.jpg)
}     .carousel-inner>.item.slide-seven {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2021/03/1st-providers-choice-04.jpg.jpg);
background-position:top right;
background-color:#f6f6f6;
}
.carousel-inner>.item.slide-eight {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2020/05/Televisit-banner.jpg);
background-position:top right;
background-color:#f6d5b4;
}
.carousel-inner>.item.slide-nine {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2020/05/Patient-can-book-their-own-appointment-banner.jpg);
background-position:top right;
background-color:#f9f9f9;
}
.carousel-inner>.item.slide-ten {
background-image: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/images/slider-imgs/banner-us-based-emr-support.jpg);
background-color: #b9cdd6;
background-position:top right;
}
.carousel-inner>.item.slide-nine h2, .carousel-inner>.item.slide-nine p{color: #393939 !important;}
.carousel-new .carousel-inner>.slide-seven .tagline, .carousel-new .carousel-inner>.slide-eight .tagline {
padding-top: 30px;
}
.carousel-inner  >.slide-new.item.tagline {
padding-top: 60px;
max-width: 60%;
line-height: 1.4;
}
.carousel-new .carousel-inner>.slide-nine .tagline {
padding-top: 10px;
}
.carousel-new .carousel-inner>.slide-one .tagline {padding-top: 90px;} @media (max-width:769px) {
.slide-seven .tagline h2, .slide-seven .tagline p, .slide-seven .tagline ul li, .slide-seven .tagline ul li a{
color:white !important;
}
.carousel-inner>.item.slide-nine h2, .carousel-inner>.item.slide-nine p{
color:white !important;
}
.slide-eleven{
background-position:top left !important;
}
.carousel-control{
bottom: 46% !important; 
margin-left:20px !important;
margin-right:20px !important;
}
.carousel-control .mds-icon {
width: 32px !important;}
.carousel-new .carousel-inner>.item .tagline {
padding-top: 0px;
padding-right: 30px !important;
padding-left: 30px !important;
}
.img-desktop{
display: none;
}
.img-mobile{display: block !important;}
.carousel-new .carousel-inner>.item.slide-eigth,
.carousel-new .carousel-inner>.item.slide-five,
.carousel-new .carousel-inner>.item.slide-four,
.carousel-new .carousel-inner>.item.slide-one,
.carousel-new .carousel-inner>.item.slide-seven,
.carousel-new .carousel-inner>.item.slide-new,
.carousel-new .carousel-inner>.item.slide-six,
.carousel-new .carousel-inner>.item.slide-three,
.carousel-new .carousel-inner>.item.slide-two {
background-image: none;
}
.carousel-inner>.item {
background: #4b7fa3;
height: 280px;
padding: 40px 0px;
}
.carousel-new .carousel-inner>.item {
background: #4b7fa3;
height: 500px;
padding: 40px 0
}
.carousel-new .carousel-inner>.slide-one .tagline {padding-top: 0px;}
}
.carousel-new .carousel-inner>.item h2 {
font-size: 40px;
color: #fff;
text-shadow: 2px 1px 4px rgba(0, 0, 0, .1);
margin-top: 1em;
}
.carousel-new .carousel-inner>.item .tagline {
font-size: 20px;
text-shadow: 2px 1px 4px rgba(0, 0, 0, .1);
}
.carousel-inner>.item .tagline {
font-size: 32px;
font-weight: 400;
color: #fff;
text-shadow: 0 2px 8px rgba(50, 48, 57, .35);
padding-top: 80px;
max-width: 50%;
line-height: 1.4
}
.carousel-caption,
.carousel-control {
position: absolute;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
text-align: center
}
.carousel-inner>.item .tagline span {
color: #0f7e99;
font-weight: 700
}
.carousel-inner>.item .tagline a.btn {
margin-top: 15px
}
@media (max-width:992px) {
.carousel-inner>.item .tagline {
font-size: 28px;
padding-top: 60px;
max-width: 60%
}
}
@media (max-width:769px) {
.carousel-inner>.item .tagline {
padding-top: 30px;
max-width: 100%;
text-align: center
}
.carousel-new .carousel-inner>.item .tagline {
padding-top: 0px;
}
.carousel-new .carousel-inner>.slide-new-mobile .tagline {
padding-top: 0px;
padding-bottom:100px;
}
.carousel-inner>.item .tagline span {
color: #ffba5c
}
.carousel-new .carousel-inner>.item h2 {
margin-top: 0px;
}
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
display: block;
max-width: 100%;
height: auto;
line-height: 1
}
@media (-webkit-transform-3d),
(transform-3d) {
.carousel-inner>.item {
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000px
}
.carousel-inner>.item.active.right,
.carousel-inner>.item.next {
transform: translate3d(100%, 0, 0);
left: 0
}
.carousel-inner>.item.active.left,
.carousel-inner>.item.prev {
transform: translate3d(-100%, 0, 0);
left: 0
}
.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
transform: translateZ(0);
left: 0
}
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
display: block
}
.carousel-inner>.active {
left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
position: absolute;
top: 0;
width: 100%
}
.carousel-inner>.next {
left: 100%
}
.carousel-inner>.prev {
left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
left: 0
}
.carousel-inner>.active.left {
left: -100%
}
.carousel-inner>.active.right {
left: 100%
}
.carousel-control {
top: 0;
left: 0;
bottom: 0;
width: 15%;
-webkit-opacity: .5;
-moz-opacity: .5;
opacity: .5;
font-size: 20px;
color: #fff;
background-color: transparent
}
.carousel-control .mds-icon {
width: 70px;
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px
}
.carousel-control.right {
left: auto;
right: 0
}
.carousel-control:focus,
.carousel-control:hover {
outline: 0;
color: #fff;
text-decoration: none;
-webkit-opacity: .9;
-moz-opacity: .9;
opacity: .9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev,
.carousel-control .mds-icon {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 3;
display: inline-block
}
@media (max-width:1050px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev,
.carousel-control .mds-icon {
top: auto;
bottom: 0
}
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev,
.carousel-control .mds-icon-left {
left: 5%;
margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .mds-icon-right {
right: 5%;
margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif
}
.carousel-control .icon-prev:before {
content: "\2039"
}
.carousel-control .icon-next:before {
content: "\203a"
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 5;
width: 60%;
margin-left: -30%;
padding-left: 0;
text-align: center
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000\9;
background-color: transparent
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff
}
.carousel-caption {
left: 15%;
right: 15%;
bottom: 20px;
z-index: 4;
padding-top: 20px;
padding-bottom: 20px;
color: #fff
}
.carousel-caption .btn {
text-shadow: none
}
@media screen and (min-width:769px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {margin-left: -10px;}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {margin-right: -10px;}
.carousel-caption {left: 20%; right: 20%; padding-bottom: 30px;}
.carousel-indicators {bottom: 20px;}
.carousel-new .carousel-inner > .item.slide-new {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2024/05/Home-page-banenr-design-2.png)  !important;
background-position: center;
background-size: cover;
}
}
.quote blockquote,
.testimonial-holder p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
}
.testimonial-holder {text-align: center;padding-bottom: 20px;}
.testimonial-holder img {
display: block;
margin: 20px auto 10px;
border: 4px solid #ddd;
}
.quote {
background-color: #f1f1f1;
padding: 15px;
text-align: center;
margin: 40px 0;
}
.quote blockquote {padding: 10px 20px;}
.quote p.author {margin: 15px 0;}
.screenshoots a.anchors  {border: none;} 
.screenshoots {
margin-top: 30px;
border-bottom: 1px solid #eee;
padding-top: 30px;
padding-bottom: 45px;
}
.screenshoots h3 { margin-top: 0px}
.screenshoots a {
transition: .25s ease-in-out;
color: #33566f;
font-weight: 500;
text-decoration: none;  }
.screenshoots a span {
display: block;
text-align: center;
padding: 10px;
background: #eee
} .screenshoots a:hover span {background: #33566f;}
body.page-template-tmpl-styleguide #mega-menu-main-menu,
body.page-template-tmpl-styleguide .mega-menu-toggle,
body.page-template-tmpl-styleguide .navbar-toggle,
body.page-template-tmpl-styleguide .right-header,
body.page-template-tmpl-styleguide .top-access {
display: none!important
}
body.page-template-tmpl-styleguide .navbar {
text-align: center
}
body.page-template-tmpl-styleguide .navbar .navbar-brand {
float: none;
margin: 0 auto
}
.styleguide-btn-row .styleguide-element-properties:after,
.styleguide-element-info,
.styleguide-headlines h1:after,
.styleguide-headlines h2:after,
.styleguide-headlines h3:after,
.styleguide-headlines h4:after,
.styleguide-headlines h5:after,
.styleguide-headlines h6:after,
.styleguide-holder .styleguide-element-properties,
.styleguide-primary-font-family .styleguide-element-properties:after,
.styleguide-secondary-font-family .styleguide-element-properties:after {
display: block;
font-size: 16px;
line-height: 1.6;
color: #656565;
font-weight: 400;
white-space: pre;
font-family: Open Sans, sans-serif
}
.theme-styleguide {
padding-bottom: 60px
}
.theme-styleguide h2.styleguide-title {
margin-bottom: 50px;
margin-top: 25px;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 38px;
font-weight: 400
}
.theme-styleguide h2.styleguide-title small {
color: #33566f;
font-size: 65%
}
.styleguide-main-nav {
position: fixed;
top: 0;
right: -240px;
bottom: auto;
left: auto;
z-index: 1;
transition: .2s ease-in-out
}
.styleguide-main-nav .styleguide-nav-btn {
width: 50px;
height: 50px;
background-color: #33566f;
padding-top: 18px;
float: left
}
.styleguide-main-nav .styleguide-nav-btn span {
display: block;
height: 2px;
width: 20px;
margin: 0 auto 4px;
background-color: #fff
}
.styleguide-main-nav ul {
box-shadow: 4px 2px 8px rgba(0, 0, 0, .2);
margin: 0;
padding: 20px 10px;
list-style-type: none;
background-color: #f9f9f9;
width: 240px;
float: right
}
.styleguide-main-nav ul li {
border-bottom: 1px solid #eee;
font-size: 14px
}
.styleguide-main-nav ul li:last-child {
border: none
}
.styleguide-main-nav ul li a {
display: block;
padding: 4px;
text-decoration: none
}
.styleguide-main-nav ul li a:active,
.styleguide-main-nav ul li a:focus,
.styleguide-main-nav ul li a:hover {
text-decoration: none
}
.styleguide-main-nav:active,
.styleguide-main-nav:hover {
right: 0
}
.styleguide-hr {
margin: 105px 0 80px;
border: 0;
position: relative;
border-top: 1px solid #f1f1f1
}
.styleguide-hr:before {
position: absolute;
top: auto;
right: auto;
bottom: -3px;
left: 50%;
z-index: inherit;
content: "";
display: block;
width: 70px;
height: 3px;
margin-left: -35px;
background-color: #ffba5c
}
.styleguide-holder {
box-shadow: 0 0 5px rgba(0, 0, 0, .1);
border-radius: 0;
background-clip: padding-box;
margin-bottom: 30px
}
.styleguide-holder .styleguide-holder-header {
background-color: #33566f
}
.styleguide-holder .styleguide-holder-header .styleguide-detail-title {
padding: 10px 15px;
margin: 0;
color: #fff;
font-size: 16px
}
.styleguide-holder .styleguide-holder-header .styleguide-detail-title,
.styleguide-holder .styleguide-holder-header .styleguide-detail-title strong {
font-weight: 400
}
.styleguide-holder .styleguide-holder-body {
padding: 35px 10px
}
.styleguide-holder .styleguide-holder-body p {
margin: 0
}
.styleguide-holder .styleguide-element-properties {
border-top: 1px solid #eee;
padding: 15px 10px;
background-color: #f1f1f1
}
.styleguide-holder .styleguide-element-properties strong {
display: block;
font-size: 16px;
margin-bottom: 4px
}
.styleguide-primary-font-default,
.styleguide-secondary-font-default {
font-size: 15px
}
.styleguide-primary-font-family {
font-family: Open Sans, sans-serif
}
.styleguide-secondary-font-family {
font-family: Droid Serif, serif
}
.styleguide-primary-font-default .styleguide-element-properties:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Weight: light \a- Font Size: 15px \a- Line Height: 1.6"
}
.styleguide-primary-font-big,
.styleguide-secondary-font-big {
font-size: 18px
}
.styleguide-secondary-font-default .styleguide-element-properties:after {
content: "- Font Family: Droid Serif, serif \a- Font Weight: light \a- Font Size: 15px \a- Line Height: 1.6"
}
.styleguide-primary-font-big .styleguide-element-properties:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Weight: light \a- Font Size: 18px \a- Line Height: 1.6"
}
.styleguide-primary-font-small,
.styleguide-secondary-font-small {
font-size: 16px
}
.styleguide-secondary-font-big .styleguide-element-properties:after {
content: "- Font Family: Droid Serif, serif \a- Font Weight: light \a- Font Size: 18px \a- Line Height: 1.6"
}
.styleguide-primary-font-small .styleguide-element-properties:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Weight: light \a- Font Size: 16px \a- Line Height: 1.6"
}
.styleguide-primary-font-tiny,
.styleguide-secondary-font-tiny {
font-size: 12px
}
.styleguide-secondary-font-small .styleguide-element-properties:after {
content: "- Font Family: Droid Serif, serif \a- Font Weight: light \a- Font Size: 16px \a- Line Height: 1.6"
}
.styleguide-primary-font-tiny .styleguide-element-properties:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Weight: light \a- Font Size: 16px \a- Line Height: 1.6"
}
.styleguide-secondary-font-tiny .styleguide-element-properties:after {
content: "- Font Family: Droid Serif, serif \a- Font Weight: light \a- Font Size: 16px \a- Line Height: 1.6"
}
.styleguide-headlines h1,
.styleguide-headlines h2,
.styleguide-headlines h3,
.styleguide-headlines h4,
.styleguide-headlines h5,
.styleguide-headlines h6 {
margin: 0;
padding: 0;
line-height: normal
}
.styleguide-headlines .styleguide-normal-headlines .headline1:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 50px \a- Font Weight: 500 \a- Color: #33566f"
}
.styleguide-headlines .styleguide-normal-headlines .headline2:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 36px \a- Font Weight: 500 \a- Color: #ffba5c"
}
.styleguide-headlines .styleguide-normal-headlines .headline3:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 25px \a- Font Weight: 500 \a- Color: #3f3f3f"
}
.styleguide-headlines .styleguide-normal-headlines .headline4:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 20px \a- Font Weight: bolder \a- Color: #656565"
}
.styleguide-headlines .styleguide-normal-headlines .headline5:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 15px \a- Font Weight: bolder \a- Color: #656565"
}
.styleguide-headlines .styleguide-normal-headlines .headline6:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 16px \a- Font Weight: bolder \a- Color: #656565"
}
.styleguide-headlines .styleguide-headlines-with-link .headline1:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 50px \a- Font Weight: 500 \a- Color: #096B9C"
}
.styleguide-headlines .styleguide-headlines-with-link .headline2:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 36px \a- Font Weight: 500 \a- Color: #096B9C"
}
.styleguide-headlines .styleguide-headlines-with-link .headline3:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 25px \a- Font Weight: 500 \a- Color: #096B9C"
}
.styleguide-headlines .styleguide-headlines-with-link .headline4:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 20px \a- Font Weight: bolder \a- Color: #096B9C"
}
.styleguide-headlines .styleguide-headlines-with-link .headline5:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 15px \a- Font Weight: bolder \a- Color: #096B9C"
}
.styleguide-headlines .styleguide-headlines-with-link .headline6:after {
content: "- Font Family: Open Sans, sans-serif \a- Font Size: 16px \a- Font Weight: bolder \a- Color: #096B9C"
}
.styleguide-color-box {
margin-bottom: 40px
}
@media (max-width:769px) {
.styleguide-color-box {
width: 380px;
margin-left: auto;
margin-right: auto
}
}
@media (max-width:400px) {
.styleguide-color-box {
width: auto
}
}
.styleguide-color-box ul {
list-style-type: none;
padding: 0
}
.styleguide-color-box ul.styleguide-color-dark-degree,
.styleguide-color-box ul.styleguide-color-light-degree {
display: inline-block;
margin-left: 20px
}
.styleguide-color-box ul li {
color: #cbcbcb;
display: block;
font-size: 10px;
text-align: left;
line-height: 30px;
padding: 0 5px
}
@media (max-width:992px) {
.styleguide-color-box ul.styleguide-color-dark-degree,
.styleguide-color-box ul.styleguide-color-light-degree {
display: block;
overflow: hidden;
margin-top: 15px
}
.styleguide-color-box ul li {
display: inline-block;
padding: 0;
font-size: 0;
float: left
}
}
.styleguide-color-box ul li:before {
width: 35px;
height: 35px;
content: "";
display: block;
margin-right: 4px;
float: left
}
@media (max-width:992px) {
.styleguide-color-box ul li:before {
margin: 0
}
}
.styleguide-color-box ul li:after {
content: "";
display: block
}
.styleguide-color-box ul li.title {
font-size: 16px;
font-weight: 700;
color: #656565;
position: relative;
top: -20px;
margin-right: 8px
}
.styleguide-color-box ul li.title:before {
display: none
}
.styleguide-color {
width: 100%;
min-height: 200px;
border-radius: 6px;
background-clip: padding-box
}
.styleguide-color:after {
color: #fff;
display: block;
font-size: 16px;
font-weight: 400;
text-align: center
}
.styleguide-color:before {
color: #fff;
padding-top: 20%;
text-align: center;
font-weight: lighter;
font-size: 38px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
display: block
}
.styleguide-color-explanation {
font-size: 14px;
padding-bottom: 14px
}
.styleguide-text-color .styleguide-color {
background-color: #656565
}
.styleguide-text-color .styleguide-color:after {
content: "Use: $text-color"
}
.styleguide-text-color .styleguide-color:before {
content: "#656565"
}
.styleguide-text-color .styleguide-color-light-degree li:first-child:before {
background-color: #727272
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(2):before {
background-color: #7f7f7f
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(3):before {
background-color: #8b8b8b
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(4):before {
background-color: #989898
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(5):before {
background-color: #a5a5a5
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(6):before {
background-color: #b2b2b2
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(7):before {
background-color: #bebebe
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(8):before {
background-color: #cbcbcb
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(9):before {
background-color: #d8d8d8
}
.styleguide-text-color .styleguide-color-light-degree li:nth-child(10):before {
background-color: #e5e5e5
}
.styleguide-text-color .styleguide-color-dark-degree li:first-child:before {
background-color: #585858
}
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(2):before {
background-color: #4c4c4c
}
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(3):before {
background-color: #3f3f3f
}
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(4):before {
background-color: #323232
}
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(5):before {
background-color: #252525
}
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(6):before {
background-color: #191919
}
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(7):before {
background-color: #0c0c0c
}
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(10):before,
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(8):before,
.styleguide-text-color .styleguide-color-dark-degree li:nth-child(9):before {
background-color: #000
}
.styleguide-primary-color .styleguide-color {
background-color: #33566f
}
.styleguide-primary-color .styleguide-color:before {
content: "#33566f"
}
.styleguide-primary-color .styleguide-color:after {
content: "Use: $brand-primary"
}
.styleguide-primary-color .styleguide-color-light-degree li:first-child:before {
background-color: #3b6480
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(2):before {
background-color: #437192
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(3):before {
background-color: #4b7fa3
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(4):before {
background-color: #568cb2
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(5):before {
background-color: #6898ba
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(6):before {
background-color: #79a4c2
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(7):before {
background-color: #8bafca
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(8):before {
background-color: #9cbbd2
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(9):before {
background-color: #aec7da
}
.styleguide-primary-color .styleguide-color-light-degree li:nth-child(10):before {
background-color: #bfd3e2
}
.styleguide-primary-color .styleguide-color-dark-degree li:first-child:before {
background-color: #2b485e
}
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(2):before {
background-color: #233b4c
}
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(3):before {
background-color: #1b2d3b
}
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(4):before {
background-color: #132029
}
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(5):before {
background-color: #0b1218
}
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(6):before {
background-color: #030506
}
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(10):before,
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(7):before,
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(8):before,
.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(9):before {
background-color: #000
}
.styleguide-secondary-color .styleguide-color {
background-color: #ffba5c
}
.styleguide-secondary-color .styleguide-color:before {
content: "#ffba5c"
}
.styleguide-secondary-color .styleguide-color:after {
content: "Use: $brand-secondary"
}
.styleguide-secondary-color .styleguide-color-light-degree li:first-child:before {
background-color: #ffc576
}
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(2):before {
background-color: #ffd08f
}
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(3):before {
background-color: #ffdaa9
}
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(4):before {
background-color: #ffe5c2
}
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(5):before {
background-color: #fff0dc
}
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(6):before {
background-color: #fffbf5
}
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(10):before,
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(7):before,
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(8):before,
.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(9):before {
background-color: #fff
}
.styleguide-secondary-color .styleguide-color-dark-degree li:first-child:before {
background-color: #ffaf43
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(2):before {
background-color: #ffa429
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(3):before {
background-color: #ff9a10
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(4):before {
background-color: #f58d00
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(5):before {
background-color: #dc7f00
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(6):before {
background-color: #c27000
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(7):before {
background-color: #a96100
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(8):before {
background-color: #8f5200
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(9):before {
background-color: #764400
}
.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(10):before {
background-color: #5c3500
}
.styleguide-link-color .styleguide-color {
background-color: #096b9c
}
.styleguide-link-color .styleguide-color:before {
content: "#096b9c"
}
.styleguide-link-color .styleguide-color:after {
content: "Use: $link-color"
}
.styleguide-link-color .styleguide-color-light-degree li:first-child:before {
background-color: #0a7cb4
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(2):before {
background-color: #0c8ccc
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(3):before {
background-color: #0d9de4
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(4):before {
background-color: #19aaf2
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(5):before {
background-color: #31b3f3
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(6):before {
background-color: #49bcf5
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(7):before {
background-color: #62c4f6
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(8):before {
background-color: #7acdf7
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(9):before {
background-color: #92d6f9
}
.styleguide-link-color .styleguide-color-light-degree li:nth-child(10):before {
background-color: #aadffa
}
.styleguide-link-color .styleguide-color-dark-degree li:first-child:before {
background-color: #085a84
}
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(2):before {
background-color: #064a6c
}
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(3):before {
background-color: #053954
}
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(4):before {
background-color: #03293c
}
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(5):before {
background-color: #021823
}
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(6):before {
background-color: #01080b
}
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(10):before,
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(7):before,
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(8):before,
.styleguide-link-color .styleguide-color-dark-degree li:nth-child(9):before {
background-color: #000
}
.default-btn:after {
content: "- Color: #656565 \a- Background Color: #ffffff \a- Border Color: #a5a5a5 \a- Padding (V/H): 6px / 12px \a- Border Radius: 0"
}
.primary-btn:after {
content: "- Color: #ffffff \a- Background Color: #33566f \a- Border Color: #2b485e \a- Padding (V/H): 6px / 12px \a- Border Radius: 0"
}
.secondary-btn:after {
content: "- Color: #ffffff \a- Background Color: #ffba5c \a- Border Color: #ffaf43 \a- Padding (V/H): 6px / 12px \a- Border Radius: 0"
}
.link-btn:after {
content: "- Color: #096B9C \a- Background Color: Transparent \a- Border Color: Transparent \a- Padding (V/H): 6px / 12px \a- Border Radius: 0"
}
.site-forms:after {
content: "- Font size: 16px \a- Border Color: #cccccc \a- Background Color: #ffffff \a- Padding (V/H): 6px / 12px"
}
.styleguide-resonsive:after {
display: block;
font-size: 20px;
line-height: 1.6;
color: #656565;
font-weight: 400;
white-space: pre;
font-family: Open Sans, sans-serif;
margin-left: 5px
}
.styleguide-resonsive.styleguide-responsive-size-lg:after {
content: "1200px"
}
.styleguide-resonsive.styleguide-responsive-size-md:after {
content: "992px"
}
.styleguide-resonsive.styleguide-responsive-size-sm:after {
content: "769px"
}
.styleguide-resonsive.styleguide-responsive-size-xs:after {
content: "480px"
}
.styleguide-resonsive.styleguide-responsive-layout-breakpoint {
padding-top: 15px
}
.styleguide-resonsive.styleguide-responsive-layout-breakpoint:after {
display: inline-block;
content: "1300px"
}
.styleguide-resonsive-navbar-collapse {
padding: 15px;
background-color: #f1f1f1
}
.error-page {
background-color: #f5f5f5
}
.error-page .text-center {
text-align: center!important
}
.error-page .btn-primary {
margin-top: 20px!important
}
.banner h1,
.banner .h1 {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}
.jumbotron.cta {background-color: #33566f; margin: 50px 0;}
.jumbotron.cta p {color: #fff;}
.jumbotron.cta .lead {color:#ccc;}
.cta h2 {color: #fff; font-size: 38px; margin-top: 0; margin-bottom: .2em;}
.jumbotron-bg {border-radius: 4px;}
.banner {background-color: rgba(0, 39, 80, 0.6); 
color: rgba(0, 39, 80, 0.6);}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 24px;
font-weight: 200;
color: #ccc;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 15px;
padding-left: 15px;
border-radius: 4px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 1440px) {
.jumbotron {
padding-top: 65px;
padding-bottom: 65px;
}
} .faq_mainheader{
margin-top: 40px;
margin-bottom: 50px;
}
.faq_row{
margin-top: 5px;
}
.faq_que{
font-size: 17px;
text-decoration: none;
color: #096BB6;
}
.faq_row_ans{
margin-top: 10px;
}
.user_col{
border-width:2px;
border-style: solid;
border-color: #BCC5CC;
margin-left:15px;
margin-right:15px;
padding: 20px 15px 20px 15px;
margin-top:30px;
}
.user_para{
text-align: center;
}
.user_img{
display: block;
margin-left: auto;
margin-right: auto;
}
.user_heading{
font-size: 18px;
}
.explore_row{
padding-top: 10px;
}
.explore_paraimg{
text-align: center;
}
.explore_img{
display: block;
margin-left: auto;
margin-right: auto;
}
.explore_paratitle{
font-size: 18px;
}
.img-mobile{
display:none;
}
.img_customer_service img{
width:100% !important;
} .product-services-row {
padding-bottom: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.row-spacing{
padding-top:30px;
}
.product-services-column {
flex-basis: 28%;  padding: 30px 20px;
box-sizing: border-box;
margin-bottom: 10px;
border:2px solid #BCC5CC;
}
.product-services-column p img{
text-align:center;
} @media screen and (min-width: 992px) and (max-width: 1199px) {
.row-spacing{
padding-top:30px !important;
}
.product-services-column {
flex-basis: 100%; }
.product-services-row {
padding: 0px 0px;}
}
@media screen and (min-width: 768px) and (max-width: 1000px){
.screenshoots a span img{
width:100%;
height:auto;
}
}
@media screen and (max-width: 768px) {
.visible-xs {display: block!important;}
table.visible-xs {display: table!important;}
tr.visible-xs {display: table-row!important;}
td.visible-xs, th.visible-xs {display: table-cell!important;}
.visible-xs-block {display: block!important;}
.visible-xs-inline {display: inline!important;}
.visible-xs-inline-block {display: inline-block!important;}
.hidden-xs {display: none!important;}
.jumbotron { padding-top: 58px; padding-bottom: 58px;  }
.container .jumbotron,.container-fluid .jumbotron {
padding-right: 10px;padding-left: 10px;
}
.jumbotron h1,.jumbotron .h1 {font-size: 48px;}
.product-services-column {
flex-basis: 30%; }
.table-responsive {
width: 100%;
margin-bottom: 18px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd
}
.table-responsive>.table { margin-bottom: 0;}
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {white-space: nowrap;}
.table-responsive>.table-bordered {border: 0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0
}     .carousel-new .carousel-inner > .item.slide-new-mobile {
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2024/06/1stpc-mobilebanner.jpg)  !important;
background-position: center bottom !important;
background-size: cover;
padding:100px 0 770px 0;
}                              .slide-new{background-image:none !important;}
}
.carousel-new .carousel-inner > .slide-new-mobile h3{
font-size:24px;
}
@media screen and (max-width: 600px) {
.product-services-column {
flex-basis: 100%; }
.product-services-row {
padding: 0px 30px;}
.row-spacing{
padding-top:30px !important;
}
.screenshoots a span img{
width:100%;
height:auto;
}
div .navbar-brand{
padding:20px auto;
}
.navbar-brand picture img{
width:70%;
height:auto;
margin-bottom: 15px !important;
margin-top:15px !important;
}
.carousel-new .carousel-inner > .item .slide-new h2 {
font-size: 27px !important;
}
.carousel-new .carousel-inner > .slide-new-mobile h3{
font-size:20px;
}
.carousel-new .carousel-inner > .item.slide-new-mobile {
padding:70px 0 650px 0;
}
}
@media (max-width:580px) {
.carousel-inner>.item .tagline {padding: 0;} .carousel-new .carousel-inner>.item {
background-size: cover !important;
background-repeat: no-repeat !important;
}
.spacing-tagline{padding-top:0px !important;}
.spacing-tagline h1{font-size:30px !important;}
.carousel-new .carousel-inner > .item h2 {font-size: 27px;}
.carousel-new .carousel-inner > .item .tagline {font-size: 17px;}
}
@media screen and (max-width: 500px){
.carousel-new .carousel-inner > .item.slide-new-mobile {
padding:70px 0 550px 0;
}
} .health-portal-content{
border-bottom: 1px solid #eee;
padding-top: 30px;
padding-bottom: 45px;
} .black-book{
margin: 40px 0;
background-color: #ACC2CD !important;
padding: 15px;
}
.black-book img{
width: 200px;
}
.black-book h3{
color: white;
font-weight: 800;
margin-top: 1em;
}
.black-book hr{
margin-top: 15px;
margin-bottom: 15px;
border-top: 3px solid orange;
width: 10%;
display: inline-block;
}
.black-book p{
color: white;
font-size: 20px;
font-weight: 400;
} form{
padding:25px 10px;
}
.blog-sidebar ul li.widget_search #searchform input[type=text] {
width: calc(100% - 85px) !important;
}
.blog-sidebar ul li.widget_search #searchform input[type=text] {
width: calc(100% - 90px) !important;
} .system{
padding: 0 !important;
} .imsgo-content{
padding-top: 4rem;
padding-bottom: 1rem;
}
.imsgo-image{
height: 45rem !important;
margin: 0.5em 0;
}
.heading{
margin-top: 0.5em;
line-height:normal;
}
.testimonial-content{
padding: 8rem 4rem;
}
.imsgo-icon{
height: 12rem !important;
}
.single-post ul{
list-style: disc !important;
}
.blog-sidebar ul li ul{
list-style: none !important;
}
.blog-sidebar ul li.widget-container {
list-style: none !important;
}
@media only screen and (max-width: 768px){
.testimonial-content {
padding: 2rem 1rem;
}
} .social-icon-content{
text-align: center;
padding: 30px 30px 0 30px;
}
.social-share{
text-align: center;
}
.social-share a i {
font-size: 32px;
margin: 8px;
} .facebook i    { color: #3b5998; }
.whatsapp i    { color: #25D366; }
.instagram i   { 
background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.twitter i     { color: #000000; } .gmail i       { color: #d44638; }
.linkedin i    { color: #0077b5; } #wpforms-form-169777{
padding: 40px 20px;
background-color: #096b9c;
color: white;
border-radius: 10px;
}
#categories-2{
border-radius: 10px;
padding: 0;
background: #f4f4f4;
border-bottom: 1px dotted black;
} .ehr-faqs .accordion {
margin: auto;
overflow: hidden;
border-radius: 8px;
}
.ehr-faqs .accordion .accordion-item {
border-bottom: 1px solid #ddd;
border-radius: 8px;
margin-bottom: 20px;
}
.ehr-faqs .accordion .accordion-header {
background-color: #33566f;
cursor: pointer;
padding: 16px;
font-size: 18px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
transition: background-color 0.3s;
border-radius: 8px;
color: white;
}
.ehr-faqs .accordion .accordion-header:hover {
background-color: #33566f;
}
.ehr-faqs .accordion .accordion-arrow {
transition: transform 0.3s ease;
font-size: 16px;
}
.ehr-faqs .accordion .accordion-item.active .accordion-arrow {
transform: rotate(90deg);
}
.ehr-faqs .accordion .accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
padding: 0 16px;
background-color: #fff;
}
.ehr-faqs .accordion .accordion-item p:empty {
display: none;
}   .ehr-faqs .accordion .accordion-item.active .accordion-content {
max-height: 520px;
}
@media (max-width: 600px) {
.ehr-faqs .accordion .accordion-header {
font-size: 16px;
padding: 14px;
}
.ehr-faqs .accordion .accordion-content p {
font-size: 14px;
}
.ehr-faqs .accordion .accordion-arrow {
font-size: 14px;
}
} #holiday-animation {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
pointer-events: none;
z-index: 9999;
display: flex;
justify-content: space-between;
background: rgba(0, 0, 0, 0.6);
}
.sub-animation-container, .sub-animation-container2 {
width: 25%;
height: 100%;
pointer-events: none;
position: relative;
}
.falling-gif {
position: absolute;
width: auto;
height: auto !important;
animation-timing-function: linear;
} .small-falling-gif {
width: 50px;
opacity: 0.6;
}
.big-falling-gif {
width: 12rem;
opacity: 1;
}
.floating-gif {
position: absolute;
bottom: -10%;
left: 50%;
transform: translateX(-50%);
width: 400px !important;
height: auto !important;
}
@media(max-width:767px) {
.floating-gif {
width: 400px !important;
}
.sub-animation-container2 {
width: 50%;
}
}
.pdmp-width{
width:100%;
text-wrap-mode: wrap;
} .conference-banner{
background-color: #ffba5c;
padding: 10px;
display: flex;
justify-content: center;
align-items: center; 
text-align: center;
}
.conference-banner p{
font-size: 20px;
font-weight: 600;
color: black;
margin: 0;
}
.conference-banner a{
color: #053954; }
.conference-banner a:hover{text-decoration: none;}
.only-desktop { display: inline !important; }
.only-mobile  { display: none !important; }
@media (max-width: 767px) {
.only-desktop { display: none !important; }
.only-mobile  { display: inline !important; }
img.alignright {float: none;}
}
@media only screen and (max-width: 600px){
.conference-banner a{
font-size: 18px;
}
}body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
outline: none;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px; border: 4px solid white;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px; background-color: white;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/css/lightbox/dist/images/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/css/lightbox/dist/images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/css/lightbox/dist/images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//1stproviderschoice.com/wp-content/themes/1stproviderschoice_theme/css/lightbox/dist/images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}.gray-bg{
background-color: #f9f9f9;
}
.margin-top{
margin-top: 24px;
}
.padding-section{
padding: 100px 0;
}
.banner-image{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/05/image-11-1.png);
background-position: center;
background-repeat: no-repeat; 
background-size: cover;
padding: 8%;
}
.banner-image p{
font-size: 18px;
color: white;
}
.banner-image h1{
font-size: 48px;
color: white;
margin-top: 0;
line-height: 1.3;
left: 0;
right: 0;
}
.ambulatory-col{
width: 65%;
}
.streamline-slider .swiper-wrapper{
height: 380px;
}
.emr-video{
height: 300px;
}
.emr-ehr-system ul{ list-style: disc !important;}
.emr-ehr-system-content{
padding: 0 22px !important;
}
.emr-ehr-system-content h2, .screenshot-section h2{
margin-top: 0;
padding-top: 0;
}
.emr-ehr-system,.workflows-section, .ims-section, .client-success-section, .why-trust, .ehr-faqs, .screenshot-section{
padding: 80px 0;
}
.workflows-section h3, .ims-section h3{
margin-top: 0;
margin-bottom: 1em;
}
.workflows-section ul, .ims-section ul, .accordion-content ul{
list-style-type: disc;
}
.network-system{
text-align: center;
border-bottom: 1px solid #f3f3f3;
padding: 60px 0;
}
.network-system h2, .why-trust h2, .client-success-section h2, .ehr-faqs h2{
margin-top: 0;
margin-bottom: 1.2em;
}
.network-system-content{
padding: 40px 0;
}
.design-content{
text-align: left;
padding: 80px 0;
}
.design-content h3{
margin-top: 0;
}
.icon-section{
display: flex;
flex-direction: column;
justify-content: center;
}
.icon-section img{
width: 100px;
}
.icon-section .icon-row{
margin-bottom: 20px;
}
.icon-section .icon-row-height div{
height: 150px;
}
.testimonials-swiper .swiper-button-next, .testimonials-swiper .swiper-button-prev{
color: #33566f;
} 
.story-card{
padding: 30px 50px;
background-color: #f9f9f9;
border-radius: 16px;
margin-bottom: 40px;
border: 1px solid #f3f3f3;
text-align: center;
}
.story-card h4{
margin-top: 32px;
}
.story-card img{
width: 14%;
margin-bottom: 20px;
}
.why-trust .home-access-box .icon-holder{
border: none;
background-color: none !important;
}
.free-demo{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/05/BANNER-01.png);
background-repeat: no-repeat;
background-size: cover;
background-position: top;
color: white;
}
.free-demo h2{
font-size: 34px;
margin-top:0;
color: white;
}
.free-demo p{
font-size: 18px;
}
.free-demo  a{
color: white;
text-decoration: none;
}
.free-demo-content a:hover{
color: #fff !important;
background-color: #ff9505 !important;
border-color: #dc7f00 !important;
}
.free-demo a:hover{
color: #ffba5c;
}
.screenshot-section .screenshot-row{
padding: 50px 0;
border: none;
}
.screenshot-row{
border-bottom: 2px solid #f3f3f3;
padding: 50px 0;
}
.occupational-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/02.webp);
}
.medical-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/01.webp);
}
.ambulatory-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/02-1-3.webp);
}
.sleep-medicine-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/02-2.png);
}
.screenshot-row h3{
margin-top: 20px;
}
.screenshot-section ul, .screenshot-section ol{
list-style: disc !important;
}
.unlock-button{
display: flex;
justify-content: center;
align-items: center;
height: 140px;
}
@media screen and (max-width: 1440px){
.banner-image h1{
font-size: 42px;
}
}
@media screen and (max-width: 1050px){
.banner-image h1{
font-size: 32px;
}
}
@media screen and (max-width: 991px){
.streamline-slider .swiper-wrapper {
height: 420px;
}
}
@media screen and (max-width: 768px){
.padding-section{
padding: 50px 0;
}
.ambulatory-col{
width: 100%;
}
.emr-ehr-system-content h2{
margin-top: 20px;
}
.banner-image{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/05/Mobile-view-1.png) !important;
background-position: top;
height: 110vh;
position: relative;
text-align: center;
}
.banner-content{
position: absolute;
bottom: 90px;
text-align: center;
left: 0;
right: 0;
}
.occupational-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/02-1.webp) !important;
}
.medical-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/01-1.webp) !important;
}
.ambulatory-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/Mobile-view-2.webp) !important;
height: 122vh;
}
.sleep-medicine-banner{
background-image: url(https://1stproviderschoice.com/wp-content/uploads/2025/06/Mobile-view-3.png) !important;
}
.screenshot-row{
padding: 28px 0;
}
.col-reverse{
display: flex;
flex-direction: column-reverse;
}
.design-content{
padding:20px 0;
text-align: center;
}
.column-reverse{
display: flex;
flex-direction: column-reverse;
}
}
@media (max-width: 600px) {
.banner-content{
bottom: 150px;
}
.emr-video{
height: 220px;
}
.emr-ehr-system, .workflows-section, .ims-section, .network-system, .client-success-section, .why-trust, .ehr-faqs, .screenshot-section{
padding: 50px 0;
}
.network-system-content{padding: 0;}
.story-card img {
width: 40% !important;
}
.accordion-header {
font-size: 16px;
padding: 14px;
}
.accordion-content p {
font-size: 14px;
}
.accordion-arrow {
font-size: 14px;
}
}
@media screen and (max-width: 500px){
.banner-image{
height: 80vh;
}
.ambulatory-banner {
height: 100vh;
}
.banner-content{
bottom: 100px;
}
}
@media screen and (max-width: 360px){
.banner-image{
height: 70vh;
}
.ambulatory-banner {
height: 90vh;
}
.banner-content{
bottom: 90px;
}
}