﻿* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

/*Gets rid of rounded edges of navbar*/
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

body {
    font-family: Calibri,'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: white;
    max-width: 1500px;
    margin: 0 auto !important;
    float: none !important;
}

#navBar {
    font-size: 20px;
    background-color:black;
}


.custom-navbar li{
    /*padding-right:25px;*/
}

.navbar-collapse-xs{
    position:absolute;
    background-color:black;
    left:-1px;
    top:50px;
    width:100%;
}

.divSectionHeaderLabel {
    /*left: 1em;*/
    color: black;
    text-align: left;
    /*padding-left: .75em;*/
    font-size: 1.7em;
    font-weight: bold;
}

.background_Fill{
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    
    position:relative;
    height:calc(70vh - 68px)
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.align-vertical {
    display: flex;
    align-items: center;
}
.align-vertical2{
    position: relative;
    top: 50%;
    transform: translateY(-50%); /* or try 50% */
}

#divOurApproach{
    font-size: 1.5em;
    background-color: white;
    color: black;

}

/*@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}*/

.item {
	display:table;
    width:100%;
    height:100%;

}
.content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.divNumberedCircle{
    background-image: url('../Images/CircleWithBorder_DarkGrey.png');
    /*width: 100%;
    height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;


}

.background-color-blue01{
    background-color:rgb(0, 122, 255);
}
.background-color-blue02{
    background-color:rgb(189, 213, 237);
}
.background-color-gray01{
    background-color: rgb(64, 64, 64)
}
.background-color-gray02{
    background-color:rgb(185, 185, 185);
}
.background-color-gray03{
    background-color:rgb(174, 174, 174);
}

.background-color-gray04{
    background-color:#f3f3f3;
}

.background-color-gray05{
    background-color:rgb(128, 128, 128);
}

.border-color-gray01 {
    border-color: rgb(64, 64, 64);
}


.color-blue01{
    color:rgb(0, 122, 255);
}
.color-blue02{
    color:rgb(189, 213, 237);
}
.color-gray01{
    color: rgb(64, 64, 64)
}
.color-gray02{
    color:rgb(185, 185, 185);
}
.color-gray03{
    color:rgb(174, 174, 174);
}

.sectionHeader {
    text-align: left;
    font-size: 1.7em;
    font-weight: bold;
}
.sectionDetail {
    text-align: left;
    font-size: 1.3em;
}

.buttons--bottom{
    display:inline-block;
    box-sizing:inherit;
    text-align:center;
}

.button--light {
    border-radius:5px;
    padding:  8px 35px 10px;
    text-decoration: none;
    white-space:nowrap;
    font-weight:600;
    letter-spacing:1px;
    text-transform: uppercase; 
    font-size:14px;
    display:inline-block;
    background-color:white;
    border:1px solid #b8b8b8;
    color:rgb(0, 122, 255);
    transition-property:background-color, border-color, color, opacity;
    transition-duration:0.25s, 0.25s, 0.25s, 1s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay:0s,0s,0s,0s;
    /*margin-top:80px;*/
    cursor:pointer;
    
}

 a.button--light:hover{
    background-color:rgb(0, 122, 255);
    color:#fff;
    border:1px solid #1eb1fc;
    text-decoration: none;
    cursor:pointer;
}

  button.button--light:hover{
    background-color:rgb(0, 122, 255);
    color:#fff;
    border:1px solid #1eb1fc;
    text-decoration: none;
    cursor:pointer;
}

  input.button--light:hover{
    background-color:rgb(0, 122, 255);
    color:#fff;
    border:1px solid #1eb1fc;
    text-decoration: none;
    cursor:pointer;
}
 .affix{
     top:0;
     width:100%;
 }

 .RequiredFieldValidator {
     color:red;
 }