/* 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: 'Nunito', sans-serif;
}

/* line 24, CSS-Main.scss */
img {
  max-width: 100%;
  border-style: none;
}

/* line 29, CSS-Main.scss */
.BackToTop {
    position: fixed;
    z-index: 2000;
    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: #152CD0;
    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: #152CD0;
    background-color: #E3F2FD;
}
/* 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;
}

.Big-Icon {
	color: #152CD0;
	font-size: 52px;
}

.Block {
	background-color: rgb(255,255,255,0.88);
	border-radius: 9px;
	box-shadow: 4px 4px 12px #4F525B;
	padding: 25px;
	margin: auto;
}

.Block-Contact {
	background-color: #FFFFFF;
	background-position: center;
	background-size: cover;
	border-top: 5px solid #152CD0;
	border-bottom: 5px solid #152CD0;
	margin: auto;
	min-height: 275px;
}

.Block-Contact i {
	color: #152CD0;
	font-size: 2em;
}

.Block-Contact p {
	font-size: 1.6em;
}

.Block-Image {
	border-top: 5px solid #152CD0;
	border-bottom: 5px solid #152CD0;
	display: block;
	line-height: 0;
	margin: auto;
}

.Button {
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: right;
}

.Button a {
	background-color: #152CD0;
	border-radius: 7px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.1em;
	padding: 9px 12px 9px 12px;
	text-decoration: none;
}

.Button a:hover {
	background-color: #A3A5AC;
}

.Careers-Form {
	text-align: left;
}

.Careers-Form button {
	background-color: #152CD0;
	border: 1px solid #152CD0;
	border-radius: 0px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	margin: auto;
	padding: 12px 15px 12px 15px;
	text-align: center;
	text-decoration: none;
}

.Careers-Form button:hover {
	background-color: #E3F2FD;
	border: 1px solid #152CD0;
	color: #152CD0;
}

.Careers-Form input[type=text] {
	border: 1px solid #A3A5AC;
	border-radius: 0px;
	height: 22px;
	margin-top: 9px;
	margin-bottom: 18px;
}

.Careers-Form input[type=file] {
	border: 1px solid #A3A5AC;
	border-radius: 0px;
	height: 22px;
	margin-top: 9px;
	margin-bottom: 18px;
	padding: 5px 9px 5px 9px;
}

.Careers-Form textarea {
	border: 1px solid #A3A5AC;
	border-radius: 0px;
	height: 95px;
	margin-top: 9px;
	margin-bottom: 18px;
	resize: vertical;
}

.Col-2 {
	display: inline-block;
	margin: 0 auto 0 auto;
	vertical-align: top;
	width: 45%;
}

.Col-3 {
	display: inline-block;
	margin: 0 auto 0 auto;
	vertical-align: top;
	width: 29%;
}

.Col-5 {
	display: inline-block;
	margin: 0 1% 0 1%;
	vertical-align: top;
	width: 16%;
}

.Col-5 a {
	color: #000000;
	text-decoration: none;
}

.Col-5 a:hover {
	color: #4F525B;
}

.Color-Text {
	color: #152CD0;
	font-style: italic;
	font-weight: bold;
}

.Contact-Form {
	color: #4F525B;
	font-size: 1.1em;
	text-align: left;
}

.Contact-Form input[type=text] {
	border: 1px solid #4F525B;
	border-radius: none;
	height: 22px;
	margin-top: 7px;
	margin-bottom: 11px;
}

.Contact-Form input[type=file] {
	border: 1px solid #4F525B;
	border-radius: none;
	height: 22px;
	margin-top: 7px;
	margin-bottom: 11px;
	padding: 4px;
}

.Contact-Form textarea {
	border: 1px solid #4F525B;
	border-radius: none;
	height: 95px;
	margin-top: 7px;
	margin-bottom: 11px;
	resize: none;
}

.Contact-Form .Send-Button {
	background-color: #152CD0;
	border: 1px solid #152CD0;
	border-radius: 0px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	margin: auto;
	padding: 12px 15px 12px 15px;
	text-align: center;
	text-decoration: none;
}

.Contact-Form .Send-Button:hover {
	background-color: #E3F2FD;
	border: 1px solid #152CD0;
	color: #152CD0;
}

.Contact-Us h2 {
	color: #152CD0;
}

.Contact-Us p {
	font-size: 1.25em;
	line-height: 32px;
}

/* line 82, CSS-Main.scss */
.Container {
  width: 1600px;
  display: inline-block;
  max-width: 90%;
}

.Container-Careers {
  width: 950px;
  display: inline-block;
  max-width: 90%;
}

.Footer {
	background-color: #263238;
	color: #FFFFFF;
	padding-top: 32px;
	padding-bottom: 18px;
}

.Footer h3 {
	font-weight: 500;
}

.Footer .Col-2 {
	text-align: left;
}

.Footer .Admin p {
	text-align: left;
	margin-top: 0;
}

.Footer .Admin a {
	color: #FFFFFF;
	font-size: 0.7em;
}

.Footer .Footer-Menu ul {
	font-size: 1em;
	list-style: none;
	padding-left: 0;
}

.Footer .Footer-Menu ul li {
	line-height: 24px;
	margin-bottom: 24px;
}

.Footer .Footer-Menu ul li a {
	border-left: 5px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px 14px 5px 9px;
	text-decoration: none;
}

.Footer .Footer-Menu ul li a:hover {
	border-left: 5px solid #A3A5AC;
	color: #A3A5AC;
}

.Footer hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #4F525B;
}

.Footer p {
	font-size: 1em;
	line-height: 24px;
}

.Head-2 {
	background-color: #E3F2FD;
	padding: 3px 0px 3px 0px;
}

.Head-2 h1 {
	font-size: 2.1em;
	font-weight: 300;
	text-align: left;
}

.Head-Font {
	color: #000000;
	font-family: 'Vollkorn', serif;
	font-weight: 300;
}

.Header {
	padding: 25px 0px;
}

.Hero {
	position: relative;
	line-height: 0;
}

.Hero img {
	width: 100%;
}

.Hero .Hero-Box {
	top: 50%;
	right: 50%;
	background-color: rgb(227,242,253,0.67);
	border: 4px solid rgba(255,255,255,0.52);
	border-radius: 16px;
	color: #000000;
	line-height: normal;
	padding: 4px 18px 4px 18px;
	position: absolute;
	transform: translate(0,-50%);
	width: 45%;
	z-index: 1000;
}

.Hero .Hero-Box p {
	font-size: 1.2em;
	line-height: 32px;
}

.Home-Contact {
	background-image: url('../images/Contact-Panel-Background.jpeg');
	background-position: right top;
	background-size: cover;
}

.HR-Heading {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #A3A5AC;
	text-align: center;
	width: 25%;
}

.Img-Mobile {
	display: none;
}

.Knowledge-Center {
	margin-right: 0px;
	width: 50%;
}

.Logo {
	float: left;
}

.Logo img {
	height: 50%;
}

.Margin-Left {
	margin-left: 1%;
}

.Margin-Right {
	margin-right: 1%;
}

/* line 88, CSS-Main.scss */
#Menu {
  width: 100%;
  color: #FFFFFF;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, #3f5057 0%, rgba(63, 80, 87, 0.89) 13.99%, rgba(63, 80, 87, 0.91) 87.56%, #3f5057 100%);
  background-image: -moz-linear-gradient(270deg, #3f5057 0%, rgba(63, 80, 87, 0.89) 13.99%, rgba(63, 80, 87, 0.91) 87.56%, #3f5057 100%);
  background-image: -o-linear-gradient(270deg, #3f5057 0%, rgba(63, 80, 87, 0.89) 13.99%, rgba(63, 80, 87, 0.91) 87.56%, #3f5057 100%);
  background-image: linear-gradient(180deg, #3f5057 0%, rgba(63, 80, 87, 0.89) 13.99%, rgba(63, 80, 87, 0.91) 87.56%, #3f5057 100%);
  display: none;
}

/* 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;
}

/* line 122, CSS-Main.scss */
#Menu ul ul li {
  margin-left: -21px;
  padding-top: 5px;
}

.Nav {
	float: right;
	margin-top: 60px;
	text-align: right;
	width: 60%;
}

.Nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Nav ul li {
	display: inline-block;
	font-size: medium;
	margin-left: 2%;
}

.Nav ul li a {
	color: #4F525B;
	text-decoration: none;
}

.Nav ul li a:hover {
	color: #A3A5AC;
}

.P {
	font-size: 1.1em;
	line-height: 32px;
}

.Row-Contact {
    background-color: rgb(227,242,253,0.72);
    padding-top: 125px;
    padding-bottom: 125px;
    color: #000000;
}
.Row-Contact .Container {
    text-align: left;
}
.Row-Contact input  , .Row-Contact textarea {
	background-color: transparent;
    border-radius: 5px;
    margin-bottom: 12px;
}
.Row-Contact input[type=text] {
	background-color: transparent;
	border: 2px solid #4F525B;
	border-radius: 0px;
	height: 22px;
	margin-top: 5px;
}
.Row-Contact input[type=file] {
	background-color: transparent;
}
.Row-Contact textarea {
	border: 2px solid #4F525B;
	border-radius: 0px;
	height: 95px;
	margin-top: 5px;
	resize: none;
}
.Row-Contact form {
    font-size: medium;
}
.Row-Contact form div {
    width: 100%;
    display: inline-block;
}
.Row-Contact .Send-Button {
	background-color: #152CD0;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	margin: auto;
	padding: 12px 15px 12px 15px;
	text-align: center;
	text-decoration: none;
}

.Row-Contact .Send-Button:hover {
	background-color: #E3F2FD;
	border: 1px solid #152CD0;
	color: #152CD0;
}

.Row-Contact .Careers-Box {
	background-color: rgb(255,255,255,0.57);
	border-radius: 16px;
	box-shadow: 4px 4px 12px #4F525B;
	color: #000000;
	line-height: normal;
	padding: 25px 18px 25px 18px;
	text-align: center;
}

.Row-Contact .Careers-Box .Button {
	text-align: center;
}

.Row-Contact .Careers-Box .Button a {
	border: 1px solid transparent;
	border-radius: 0px;
	padding: 14px 22px 14px 22px;
}

.Row-Contact .Careers-Box .Button a:hover {
	background-color: #E3F2FD;
	border: 1px solid #152CD0;
	color: #152CD0;
}

.Row-Contact .Careers-Box .Icon i {
	color: #152CD0;
	font-size: 5em;
}

.Section p {
	color: #4F525B;
	font-size: 1.1em;
}

.Service ul {
	font-size: 1.1em;
	line-height: 26px;
	text-align: left;
}

.Service ul li {
	margin-bottom: 1em;
}

.Service ul li i {
	color: #152CD0;
}

.T1 {
    font-size: 2em;
}

.Very-Top {
	background-color: #E3F2FD;
	padding: 7px 0px 7px 0px;
}

.Very-Top .Container {
	text-align: right;
}

.Very-Top .Call {
	display: inline-block;
	font-size: 0.9em !important;
}

.Very-Top .Call a {
	color: #000000;
	display: inline-block;
	padding: 4px 7px 4px 7px;
	text-decoration: none;
}

.Very-Top .Top-Contact {
	display: inline-block;
	font-size: 0.9em !important;
}

.Very-Top .Top-Contact a {
	border: 1px solid #000000;
	color: #000000;
	display: inline-block;
	min-height: 18px;
	padding: 4px 7px;
	text-decoration: none;
}

.Very-Top .Top-Contact a:hover {
	background-color: #A3A5AC;
	color: #FFFFFF;
}

@media screen and (max-width: 1300px) {
	.Hero .Hero-Box {
		top: auto;
		right: auto;
		background-color: #E3F2FD;
		border: none;
		border-radius: 0px;
		display: block;
		position: inherit;
		transform: none;
		width: auto;
	}
	
	.Logo {
		float: none;
	}
	.Nav {
		float: none;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
}

@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%);
  }
	.Block {
		min-height: auto;
	}
	
	.Block-Contact {
		margin-bottom: 32px;
		min-height: auto;
	}
	
	.Flex {
		display: block;
	}
	
	.Flex .Flex-35 {
		width: auto;
	}
	
	.Flex .Flex-45 {
		width: auto;
	}
	
	.Flex .Flex-65 {
		width: auto;
	}
	
	.Img-Mobile {
		display: block;
	}
	
	.Knowledge-Center {
		margin-right: auto;
		width: auto;
	}
	
}

@media screen and (max-width: 1000px) {
	.Col-5 {
		display: block;
		margin: 0 auto 25px auto;
		width: 95%;
	}
}

@media screen and (max-width: 950px) {
	
	#Menu {
		display: block;
	}
	
	.Nav {
		display: none;
	}
	
	.Very-Top .Container {
		text-align: center;
	}
}

@media screen and (max-width: 375px) {
  /* line 303, CSS-Main.scss */
  .BackToTop a {
    font-size: 0.70em;
  }
	
	.P {
		font-size: normal;
		line-height: normal;
	}
}

@media screen and (max-width: 850px) {
	.Col-2 {
		display: block;
		width: 95%;
	}
	.Col-3 {
		display: block;
		width: 95%;
	}
	.Home-Contact {
		background-image: url("../images/Contact-Panel-BG-Mobile.jpg");
		background-position: center top;
	}
	.Margin-Left {
		margin-left: auto;
	}
	.Margin-Right {
		margin-right: auto;
	}
}

@media (max-width:750px){
	
.Row-Contact form div {
    width: 90%;
}

}
