@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h1 {
	font-size: 45px;
	margin-bottom: 25px;
	line-height: 54px;
}
h2 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
}
h3 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 15px;
}
h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
}

a:link {
	color: #2c97fd;
	text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #0057b7;
}
a:hover {
    text-decoration: underline;
    color: #81c2ff;
}
a:active {
    text-decoration: underline;
    color: #81c2ff;
}

.button {
	padding:12px 35px 12px 35px;
	border-radius:230px;
	text-align:center;
    background-color: #2c97fd;
	font-size: 18px;
    border: none;
	font-weight: bold;
	margin: 15px 0 15px 0;
	color: #ffffff !important;

}


.button:hover, .button:active {
	color: #ffffff !important;
	background-color: #81c2ff;
	text-decoration: underline;
}

.content {
	max-width:1650px;
	margin-left:auto;
	margin-right:auto;
	padding: 30px;
}

.content-nopad {
	max-width:1650px;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 30px 0 30px;
}


.pad {
	padding: 65px;
}

.pad-notop {
	padding: 0px 65px 65px 65px;
}
.pad-bottom {
	padding-bottom: 35px;
}

.pushdown {
	padding-bottom: 15px;
}

.pushup {
	margin-top: -200px;
}
.pad-top {
	padding-top: 35px;
}

.inner-pad {
	padding: 45px 30px 0 30px;
}

.grey-section {
	background-color: #e8e8e8;
	padding: 0px 0 50px 0;
}

.dkgrey-section {
	background-color: #1d1d1f;
	background-image: url("../images/arm-bg.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	padding: 80px 50px;
	
}

.dkgrey-rounded {
	background-color: #1d1d1f;
	border-radius: 15px;
	padding: 50px;
	margin: 2px;
	height: 100%;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.black-section {
	background-color: #000000;
	padding: 30px 30px 100px 30px;
}

.footer {
	background-color: #000000;
	padding: 30px 30px 50px 30px;
}

.pea {
	margin-top: -280px;
	padding-top: 160px;
}


.white {
	color: #ffffff;
}

.img-employee {
    width:100%;
	height: auto;
}

@media only screen and (max-width: 600px) { 
	.content {
	padding: 15px !important;
}
.pushup {
	margin-top: -15px !important;
}
	
.img-employee {
    width:150%;
	align-content: center;
	margin: 0 -25%;
}
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
	.pushup {
	margin-top: -15px !important;
}
}