@font-face{font-family:'robotomedium';src:url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
url('../fonts/roboto-medium-webfont.woff') format('woff');font-weight:normal;font-style:normal;} 


#maindiv{}
#wrapper{}
#sidebar {}
#content {}
nav {}
nav.stickydiv {position: fixed;top: 80px;z-index: 0;margin-top:0px;width: 28%;}
nav ul {}
nav li {}
nav li a {}
body{font-family: robotomedium !important; font-size:14px;}

.faq-full-div {
    background: #eff4f8;
    width: 100%;
    float: left;
    margin: 101px 0 0 0;
}
.faq-title h3 {
	font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    width: auto;
    margin: 32px auto 32px;
    display: table;
}
.faq-full-div .container {
    width: 1230px;
	max-width: 100%;
}
#sidebar nav {
    padding: 0 40px 0 0;
}
#sidebar nav ul {
    list-style: none;
}
#sidebar nav ul li a {
    display: block;
    background-color: #ffffff;
    padding: 9px 25px;
    color: #161616;
    font-size: 16px;
    text-decoration: none;
}
#sidebar nav ul li {
    margin: 0 0 10px 0;
}
.content-class {
 }
.content-class-inner {
    background: #ffffff;
    border: 2px solid gainsboro;
    padding: 20px;
        margin: 0 0 40px 0;
}
.content-class h3 {
    margin: 0;
    font-size: 25px;
}
.content-class p {
    font-size: 15px;
    padding: 5px 0;
    color: #8c8c8c;
    text-align: justify;
    text-align-last: left;
}
div#working-with-webcrayons h3::before {
    background-position: 0px -205px;
}

div#termination-of-webcrayons h3::before {
    background-position: 0 -244px;
}
.content-class p a:hover {
    color: #0375d8;
}
.content-class p a {
    color: #58595b;
    font-weight: 600;
}
.content-class-inner .panel {
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
        -webkit-transition-property: max-height;
    -webkit-transition-duration: 0.50s;
    transition-property: max-height;
    transition-duration: 0.50s;
}
.accidion-class-div .accordion {
    font-size: 16px;
    padding: 8px 0 10px 0;
    cursor: pointer;
    color: #707070;
}
.accidion-class-div .accordion:after {
    content: "";
    float: right;
    background-image: url(../images/faq-page/icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.accidion-class-div .accordion.active:after {
    background-position: 0px -26px;
}
.accidion-class-div {
    margin: 12px 0 0 0;
}
.faq-title h3:before {
    content: "";
    background-image: url("../images/faq-page/chat.png");
    width: 47px;
    height: 36px;
    background-repeat: no-repeat;
    margin: 5px 25px 0 0;
    float: left;
}
#sidebar nav ul li a:before {
    content: "";
	background-image: url(../images/faq-page/icon-.png);
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	margin: 0px 15px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#sidebar nav ul li a span {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.side-navigation2:before {
    background-position: 0 -41px;
}
.side-navigation3:before {
    background-position: 0 -82px;
}
.side-navigation4:before {
    background-position: 0 -123px;
}
.side-navigation5:before {
    background-position: 0 -164px;
}
.side-navigation6:before {
    background-position: 0 -205px;
}
.side-navigation7:before {
    background-position: 0 -243px;
}
.side-navigation8:before {
    background-position: 0 -287px;
}
.side-navigation9:before {
    background-position: 0 -325px;
}
.side-navigation10:before {
    background-position: 0 -366px;
}
.content-class-inner h3:before {
    content: "";
	background-image: url(../images/faq-page/icon-.png);
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	margin: 0 25px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.content-class-inner h3 span {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
#faq-services h3:before {
	background-position: 0 -41px;
}
#skill-sets h3:before {
	background-position: 0 -82px;
}
#hiring h3:before {
	background-position: 0 -123px;
}
#infrastructure h3:before {
	background-position: 0 -164px;
}
#working-with-a-cloud-employee h3:before {
	background-position: 0 -205px;
}
#termination-of-my-cloud-employee h3:before {
	 background-position: 0 -246px;
}
#billing-schedule h3:before {
	background-position: 0 -287px;
}
#contract h3:before {
	background-position: 0 -325px;
}
#data-security h3:before {
	background-position: 0 -366px;
}
#sidebar nav ul li a.active {
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 6px rgba(0,0,0,0.6);
}


/* RESPONSIVE CSS HERE */
@media screen and (min-width:320px) and (max-width:479px){

.faq-full-div {
    margin: 0px 0 0 0;
}
.faq-title h3 {
    font-size: 16px;
    letter-spacing: 0px;
    margin: 25px auto 25px;
}
.faq-title h3::before {
    margin: 5px 15px 0 0;
}
nav.stickydiv {
    position: initial;
    width: 100%;
}
#sidebar nav {
    padding: 0;
}
#sidebar {
    margin-bottom: 100px;
}
.content-class h3 {
    margin: 0;
    font-size: 15px;
}
.content-class-inner h3::before {
    margin: 0 8px 0 0;
}
.accidion-class-div .accordion {
    font-size: 14px;
}
.content-class p {
    font-size: 13px;
}
.faq-title h3 span {
    margin: 11px 0 0 0;
    width: auto;
    display: inline-block;
}
.content-class h3 span {
    margin: 8px 0 0 0;
    width: 81%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.content-class-inner h3 span {
    margin: 0;
}


}

@media screen and (min-width:480px) and (max-width:767px){
.container {
    width: 100%;
}
.faq-full-div {
    margin: 85px 0 0 0;
}
.faq-title h3 {
    font-size: 16px;
    letter-spacing: 0px;
    margin: 25px auto 25px;
}
.faq-title h3::before {
    margin: 5px 15px 0 0;
}
nav.stickydiv {
    position: initial;
    width: 100%;
}
#sidebar nav {
    padding: 0;
}
#sidebar {
    margin-bottom: 100px;
}
.content-class h3 {
    margin: 0;
    font-size: 15px;
}
.content-class-inner h3::before {
    margin: 0px 10px 0 0;
}
.accidion-class-div .accordion {
    font-size: 14px;
}
.content-class p {
    font-size: 13px;
}
.faq-title h3 span {
    margin: 11px 0 0 0;
    width: auto;
    display: inline-block;
}
.content-class h3 span {
    margin: 8px 0 0 0;
    width: 81%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.content-class-inner h3 span {
    margin: 0;
}



}

@media screen and (min-width:480px) and (max-width:640px){

}

@media screen and (min-width:641px) and (max-width:767px){

}

@media screen and (min-width:768px) and (max-width:1023px){
.faq-full-div {
    margin: 84px 0 0 0;
}




}

@media screen and (min-width:768px) and (max-width:991px){
	nav.stickydiv {
    position: initial;
    width: 100%;
}
.faq-title-bottom-div {
    padding: 0 15%;
}
#sidebar nav {
    padding: 0;
}
.content-class h3 {
    font-size: 20px;
}


}

@media screen and (min-width:992px) and (max-width:1023px){
#sidebar nav {
    padding: 0 0px 0 0;
}
nav.stickydiv {
    width: 30%;
}


}

@media screen and (min-width:1024px) and (max-width:1279px){

}

@media screen and (min-width:1024px) and (max-width:1199px){
#sidebar nav {
    padding: 0 0px 0 0;
}
nav.stickydiv {
    width: 30%;
}


}

@media screen and (min-width:1199px) and (max-width:1279px){

}



@media only screen and (min-width:1680px) and (max-width:1919px) {
.faq-full-div .container {
    width: 1395px;
}
.faq-title h3 {
    font-size: 38px;
    letter-spacing: 2px;
    margin: 34px auto 34px;
}
#sidebar nav ul li a {
    font-size: 18px;
}
nav.stickydiv {
    width: 436px;
}
.content-class h3 {
    font-size: 27px;
}
.accidion-class-div .accordion {
    font-size: 18px;
    padding: 9px 0 11px 0;
}
.content-class p {
    font-size: 16px;
    padding: 7px 0;
}



}
@media only screen and (min-width:1920px) and (max-width:2100px) {
.faq-full-div .container {
    width: 1635px;
}
.faq-title h3 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 36px auto;
}
#sidebar nav ul li a {
    font-size: 20px;
}
nav.stickydiv {
    width: 515px;
}
.content-class h3 {
    font-size: 29px;
}
.accidion-class-div .accordion {
    font-size: 20px;
    padding: 10px 0 12px 0;
}
.content-class p {
    font-size: 17px;
    padding: 9px 0;
}


}
@media only screen and (min-width:2101px) and (max-width:2559px) {
.faq-full-div .container {
    width: 1816px;
}
.faq-title h3 {
    font-size: 42px;
    letter-spacing: 4px;
    margin: 38px auto;
}
#sidebar nav ul li a {
    font-size: 22px;
}
nav.stickydiv {
    width: 530px;
}
.content-class h3 {
    font-size: 31px;
}
.accidion-class-div .accordion {
    font-size: 22px;
    padding: 11px 0 13px 0;
}
.content-class p {
    font-size: 18px;
    padding: 11px 0;
}

}
@media only screen and (min-width:2101px) and (max-width:1679px) {
nav.stickydiv {
    width: 383px;
}

}
@media only screen and (min-width:2560px) {
.faq-full-div .container {
    width: 2275px;
}
.faq-title h3 {
    font-size: 44px;
    letter-spacing: 5px;
    margin: 40px auto;
}
#sidebar nav ul li a {
    font-size: 24px;
}
nav.stickydiv {
    width: 529px;
}
.content-class h3 {
    font-size: 33px;
}
.accidion-class-div .accordion {
    font-size: 24px;
    padding: 12px 0 14px 0;
}
.content-class p {
    font-size: 19px;
    padding: 13px 0;
}

}




/* RESPONSIVE CSS HERE */

