/*Update rules according style guide*/
body{
    font-family: 'Source Sans Pro', 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000!important;
}
div.body{
    width: 100%;
    min-height: 500px;
}
/*Font Family*/
.fontWeightSourceSansProLight{ font-family: "Source Sans Pro"; font-weight: 300; }
.fontWeightSourceSansProNormal{ font-family: "Source Sans Pro"; font-weight: 400; }
.fontWeightSourceSansProSemiBold{ font-family: "Source Sans Pro"; font-weight: 600; }
.fontWeightSourceSansProBold{ font-family: "Source Sans Pro"; font-weight: 700; }


/*Colors CSSs*/
.colorfff{ color: #fff; }
.color000{ color: #000; }
.color111{ color: #111; }
.color222{ color: #222; }
.color333{ color: #333; }
.color666 { color: #666; }
.color777 { color: #777; }
.color888 { color: #888; }
.color999 { color: #999; }
.colorccc { color: #ccc; }
.colorddd { color: #ddd; }
.coloreee { color: #eee; }
.color212121 { color: #212121; }
.colorB28601 { color: #656565; }
.color717171 { color: #717171; }
.color1F1F1F { color: #1F1F1F; }

.fsize10{ font-size: 10px;}
.fsize12{ font-size: 12px; }
.fsize13{ font-size: 13px; }
.fsize14{ font-size: 14px; }
.fsize16{ font-size: 16px; }
.fsize18{ font-size: 18px; }
.fsize20{ font-size: 20px; }

.fontItalics{ font-style: italic;}
.fontBold{ font-weight: bold;}
.lineThrough{ text-decoration: line-through;}
.backgroundColor{ background-color: #fff; }
.text-underline { text-decoration: underline;}
.text-uppercase { text-transform: uppercase;}


/*Line Height CSSs*/
.lineHeight1pointZeroPoint9em{ line-height: 0.9em; }
.lineHeight1em{ line-height: 1em; }
.lineHeight1point1em{ line-height: 1.1em; }
.lineHeight1point2em{ line-height: 1.2em; }
.lineHeight1point3em{ line-height: 1.3em; }
.lineHeight1point4em{ line-height: 1.4em; }
.lineHeight1point5em{ line-height: 1.5em; }
.lineHeight1point6em{ line-height: 1.6em; }
.lineHeight1point7em{ line-height: 1.7em; }
.lineHeight1point8em{ line-height: 1.8em; }
.lineHeight1point9em{ line-height: 1.9em; }

/*Letter Specing*/
.letterSpacing1{letter-spacing: 1px; }
.letterSpacing2{letter-spacing: 2px; }
.letterSpacing3{letter-spacing: 3px; }

/*Custom CSSs*/
/*Colors*/
.color-red { color: #E01A4F;}
.color-blue { color: #60CB3F;}
.color-green { color: #4B62FF;}
.color-gray { color: #F5F8FA; }
.color-dark-gray { color: #333333; }
.color-black { color: #1F1F1F; }

/*Headings*/
h2, h3, h4, h5, h6{
    font-family: "Source Sans Pro";
    color: #000000;
}

h1{
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    color: #000000;
}
h2{
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
}
h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 21px;
}
h4{
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
}
/*h5{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
h6{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}*/

/*Paragraph*/
p{
    font-family: "Source Sans Pro";
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
/*ul li{
    font-family: "Source Sans Pro";
    color: #231f20;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}*/
/*ul li::before {
  content: "\2022";
  color: #ea0a2a;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}*/
ol li{
    font-family: "Source Sans Pro";
    color: #231f20;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.setBackground{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.flexContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-guide-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.site-btn1{
    min-width: 220px;
    height: 50px;
    background-color: #385A51;
    mix-blend-mode: normal;
    border-radius: 2px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 16px;
}
.site-btn1:hover,
.site-btn1:active,
.site-btn1:focus{
    color: #fff;
}


@media(max-width: 767px){
    h1{
        font-size: 36px;
        line-height: 35px;
    }
    h2{
        font-size: 24px;
        line-height: 28px;
    }
    h3{
        font-size: 11px;
        line-height: 22px;
    }
    h4{
        font-size: 18px;
        line-height: 19px;
    }
    h5{
        font-size: 16px;
        line-height: 18px;
    }    
    .w-full-xs{width: 100%;}
    p{
        font-size: 16px;
    }
    
    
}
@media(min-width: 768px) and (max-width: 990px){ 
    .w-full-sm{width: 100%;}
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

