/* line 13, CSS-Main.scss */
body {
    text-align: center;
    font-size: medium;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    max-width: 2560px;
    color: #36383D;
}
a {
    color: rgba(10,38,94,1.00);
}
a:hover {
    color: rgba(0,141,195,1.00);
    text-decoration: none;
}


h1 {
    font-weight: normal;
    font-variant: small-caps;
    font-size: 3em;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
h2 {
    font-weight: normal;
    font-variant: small-caps;
    font-size: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: normal;
    color: #565960;
}


/* line 24, CSS-Main.scss */
img {
  max-width: 100%;
  border-style: none;
}
p {
    line-height: 1.5em;
}
ul {
    text-align: left;
    line-height: 1.5em;
}



/* line 29, CSS-Main.scss */
.BackToTop {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    background-color: #FCF7F7;
    padding: 10px;
    color: white;
    font-family: sans-serif;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: medium;
    height: 60px;
    line-height: 60px;
}
/* line 40, CSS-Main.scss */
.BackToTop a {
    display: inline-block;
    padding: 10px;
    background-color: #FDAD20;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-size: 0.80em;
    transition: color 0.25s, background-color 0.25s;
    line-height: normal;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
}
/* line 52, CSS-Main.scss */
.BackToTop a:hover {
    color: #ffffff;
    background-color: #0090C5;
}
/* line 58, CSS-Main.scss */
.BackToTop #BackToTop {
  position: relative;
  float: right;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  width: 50px;
}
/* line 66, CSS-Main.scss */
.BackToTop #BackToTop i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 73, CSS-Main.scss */
.BackToTop #CloseBTT {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.Box-3 {
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 35px;
    vertical-align: top;
}
.Box-4 {
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 35px;
    vertical-align: top;
}

.Box-70 {
    width: 68%;
    display: inline-block;
}
.Box-Diagram {
    width: 204px;
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%;
    border: 1px solid rgba(153,176,221,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 14px;
    vertical-align: middle;
}
.Box-Diagram-Graphic-Desktop {
    width: 30%;
    display: inline-block;
    max-width: none;
    vertical-align: middle;
}

.Box-Diagram li {
    font-size: small;
}
.Box-Diagram-Top {
    width: 70%;
    margin-top: 27px;
}
.Box-Diagram-Top li  {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: small;
}
.Box-Diagram-Top li:before {
	content:  "• ";
	font-weight: bold
}


.Box-Line {
    width: 8%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
.Box-Line hr {
    height: 1px;
    background-color: rgba(153,176,221,1.00);
}
.Box-Line-Vertical {
    height: 56px;
    border-right: 2px ridge rgba(153,176,221,1.00);
    display: inline-block;
}


.Box-Diagram .Heading {
    font-weight: bold;
    border-bottom: 1px solid rgba(86,89,96,1.00);
    padding-bottom: 10px;
}


.Box-Left {
    display: inline-block;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    width: 40%;
    margin-top: 40px;
    margin-bottom: 40px;
    vertical-align: top;
}
.Box-Right {
    width: 40%;
    padding-left: 5%;
    padding-right: 4%;
    float: right;
    vertical-align: top;
    margin-top: 40px;
    margin-bottom: 40px;
}
.Box-Right p {
    text-align: left;
}



.Button a {
    background-color: #99B0DD;
    display: inline-block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    color: #FFFFFF	!important;
    text-decoration: none;
    text-shadow: 2px 2px 4px #4B4C4E;
}
.Button a:hover {
    color: #0A265E	!important;
    background-color: #FFFFFF;
    text-shadow: 0px 0px #F8F3C6;
}
.Button-On-White a {
    background-color: #99B0DD;
    display: inline-block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.Button-On-White a:hover {
    color: #0A265E;
    background-color: #64ACD1;
    text-shadow: 0px 0px 0px;
}




/* line 82, CSS-Main.scss */
.Container {
  width: 1024px;
  display: inline-block;
  max-width: 90%;
}
.Credentialing img {
    height: 62px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 100%;
}

.Footer {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 90px;
    background-image: url(Images-Main/BG-Footer-Medical-Billing-Service-Chicago-IL.jpg);
    background-size: cover;
    background-position: center top;
}
.Footer-Box {
    width: 28%;
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: top;
}
.Footer-Box img {
    width: auto;
    max-width: 300px;
}
.Footer-i i {
    display: inline-block;
    color: #0A265E;
    font-size: 2em;
    background-color: #FFFFFF;
    border-radius: 90px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 9px;
    margin-bottom: 22px;
}

.Footer-Nav {
    text-align: left;
}

.Footer-Nav a {
    display: inline-block;
    margin-top: 9px;
    text-decoration: none;
    color: rgba(10,38,94,1.00);
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 16px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 16px;
    margin-left: 1%;
    margin-right: 1%;
    min-width: 50%;
    margin-bottom: 10px;
}
.Footer-Nav a i {
    margin-right: 6px;
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 11px;
}

.Footer-Nav a:hover {
    color: #FFFFFF;
    background-color: #0A265E;
}
.Form {
    text-align: left;
}
.Form input, .Form textarea {
    margin-bottom: 8px;
    margin-top: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
    border-left: 1px solid rgba(206,209,216,1.00);
    border-right: 1px solid rgba(206,209,216,1.00);
    border-bottom: 2px solid rgba(206,209,216,1.00);
    border-top: 1px solid rgba(206,209,216,1.00);
    text-indent: 5px;
    color: rgba(10,38,94,1.00);
    font-size: medium;
}
.Form .Send-Button {
    padding-left: 4px;
    padding-right: 10px;
    font-weight: bold;
    background-color: rgba(253,173,32,1.00);
    color: rgba(255,255,255,1.00);
}







.Header {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-image: url(Images-Main/Hero-Home.jpg);
    background-size: cover;
    background-position: left center;
    padding-top: 45px;
    padding-bottom: 45px;
    display: inline-block;
    margin-bottom: -4px;
}
.Header-Left {
    display: block;
    float: left;
    text-align: left;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 65%;
}
.Header-Right {
    display: inline-block;
    float: right;
    width: 30%;
}
.Header-Right-Heading {
    font-size: 1.8em;
    color: rgba(103,120,153,1.00);
    font-variant: small-caps;
}
.Header-Right a {
    display: inline-block;
    margin-top: 9px;
    font-size: small;
    text-decoration: none;
    color: rgba(10,38,94,1.00);
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background-color: rgba(255,255,255,1.00);
    border-radius: 16px;
    margin-left: 1%;
    margin-right: 1%;
}
.Header-Right a:hover {
    -webkit-box-shadow: 0px 0px 8px rgba(155,149,150,1.00);
    box-shadow: 0px 0px 8px rgba(155,149,150,1.00);
}





.Logo {
    display: inline-block;
    width: 369px;
    max-width: 100%;
}



/* line 88, CSS-Main.scss */
#Menu {
    width: 100%;
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    background-color: rgba(103,120,163,1.00);
}

/* line 100, CSS-Main.scss */
#Menu a {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 104, CSS-Main.scss */
#Menu a:hover {
  text-shadow: 0px 0px 8px #F7F4CE;
}

/* line 108, CSS-Main.scss */
#Menu ul {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 114, CSS-Main.scss */
#Menu ul li:hover > ul {
  display: block;
}

/* line 118, CSS-Main.scss */
#Menu ul ul {
    display: none;
    padding-bottom: 20px;
}

/* line 122, CSS-Main.scss */
#Menu ul ul li {
    margin-left: -21px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Name {
    color: #0A265E;
    font-weight: bold;
}

.Nav {
    display: inline-block;
    background-color: rgba(10,38,94,0.59);
    margin-top: 20px;
    border-radius: 9px;
    padding-left: 7px;
    float: left;
    padding-right: 7px;
    text-align: left;
}
.Nav a {
    display: inline-block;
    padding-left: 12px;
    padding-right: 8px;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 16px;
    border-left: 1px solid rgba(147,159,181,1.00);
}
.Nav a:hover {
    background-color: rgba(10,38,94,1.00);
}
.Pricing {
    color: rgba(255,255,255,1.00);
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 11px;
    display: inline-block;
    width: 100%;
}
.Pricing-Features {
    background-color: rgba(233,234,239,1.00);
    display: inline-block;



    width: 96%
%;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}
.Pricing-Features p {
    text-align: left;
}


.Pricing-Percentage {
    font-size: 2.5em;
}

.Pricing-Top {
    margin-bottom: 5px;
    padding-top: 5px;
    color: rgba(255,255,255,1.00);
    font-size: 1.5em;
    padding-bottom: 5px;
}


.Row {
    width: 1600px;
    display: inline-block;
    max-width: 90%;
}

.Row-Blue {
    background-color: rgba(10,38,94,1.00);
    display: inline-block;
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}
.Row-Blue a {
    color: rgba(0,156,207,1.00);
}
.Row-Blue a:hover {
    text-decoration: none;
    color: rgba(111,212,245,1.00);
}


.Row-Blue h2 {
    color: rgba(196,208,233,1.00);
}






.Row-Contact {
    background-color: #0A265E;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
}
.Row-Contact .Container {
    text-align: left;
}
.Row-Contact input  , .Row-Contact textarea {
    border-radius: 5px;
    background-color: #EFEFF1;
    margin-bottom: 12px;
}
.Row-Contact form {
    font-size: small;
}
.Row-Contact form div {
    width: 30%;
    display: inline-block;
    margin-right: 3%;
}
.Row-Contact .Send-Button {
    font-size: 1.3em;
    color: #4F525B;
    padding-right: 15px;
    padding-left: 8px;


	
}
.Services i {
    color: rgba(10,38,94,1.00);
    font-size: 2.5em;
    border: 1px solid rgba(153,176,221,1.00);
    padding-top: 23px;
    padding-right: 23px;
    padding-bottom: 23px;
    padding-left: 23px;
    border-radius: 42px;
}


.T1 {
    font-size: 2em;
}


@media screen and (max-width: 1100px) {
  /* line 279, CSS-Main.scss */
  .BackToTop {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: left;
  }
  /* line 285, CSS-Main.scss */
  .BackToTop a {
    text-align: center;
  }
  /* line 288, CSS-Main.scss */
  .BackToTop #BackToTop {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
.Box-3 {
    width: 90%;
}

}


@media screen and (max-width: 375px) {
  /* line 303, CSS-Main.scss */
  .BackToTop a {
    font-size: 0.70em;
  }
.Footer-Box img {
    width: 285px;
    max-width: 90%;
}

}

@media (max-width:750px){
.Row-Contact form div {
    width: 90%;
}

}

@media (max-width:1350px){
.Header-Left {
    width: 40%;
}
.Header-Right {
    width: 40%;
}




}

@media (max-width:1023px){
.Header-Right {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 25px;
}
.Header-Left {
    width: 100%;
    max-width: 300px;
}
.Box-Left {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.Box-Right {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
}
.Footer-Box {
    width: 90%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Box-70 {
    width: 90%;
}
.Box-Line {
    display: none;
}
.Box-Line-Vertical {
    display: none;
}
.Box-Diagram-Graphic-Desktop {
    display: none;
}
.Box-Diagram {
    width: 100%;
    margin-bottom: 25px;
}
.Box-Diagram-Top li {
    display: list-item;
}
	.Box-Diagram-Top li:before {
	content:  "";
	font-weight: normal
}











}

@media (max-width:1150px){
.Nav {
    display: none;
}
#Menu {
    display: block;
}
.Box-4 {
    width: 100%;
}



}
