@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

body,
html {
  width: 100%;
  height: 100%;
  background: #E6F3FB;
  color: #343a40
}

body {
  font-family: 'Roboto', sans-serif;
}

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section__subhead {
  font-size: 20px;
  color: #0083CB;
  font-weight: 900;
  letter-spacing: 2px;
}

.content-section-heading h3 {
  font-size: 16px;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 125%;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Scroll to Top Arrow */
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

/* Index */
.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-welcome4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 60px;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.masthead h3 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}

.masthead2 {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-welcome6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead2 h1 {
  font-size: 60px;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.masthead2 h3 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}

.masthead3 {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-welcome2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead3 h1 {
  font-size: 60px;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.masthead3 h3 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
  .masthead2 {
    height: 100vh;
  }
  .masthead2 h1 {
    font-size: 5.5rem;
  }
  .masthead3 {
    height: 100vh;
  }
  .masthead3 h1 {
    font-size: 5.5rem;
  }
}

/* Navigation Header and Overlay Dropdown */
.dropdown .closebtn {
  position: absolute;
  font-size: 50px;
  margin-left: 45px;
  margin-top: 30px;
}

.navbar {
  background-color: #ffffff;
  color: #000;
  overflow-y: auto;
  overflow-x: hidden;
  height: 150px;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar a { 
  text-decoration: none;
  font-weight: 900;
}

.dropdown {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#ffffff;
  overflow-y: hidden;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown ul li{
  list-style-type: none;
  text-decoration: none;
  font-size: 20px;
  color: #333;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dropdown a {
  padding: 8px;
  display: block;
  transition: 0.3s;
  color: #707070;
}

.dropdown a:hover, .dropdown a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #000;
}

@media screen and (max-height: 450px) {
  .dropdown {overflow-y: auto;}
  .dropdown a {font-size: 20px}
  .dropdown .closebtn {
  
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* Create two equal columns that floats next to each other */

.column {
  float: left;
  padding: 150px 50px ;
  height: 100%; /* Should be removed. Only for demonstration */
}

.column-active { 
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}

.left {
  width: 35%;
}

.right {
  width: 65%;
}

.right h2{
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
}

.right h3{
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 25px;
  padding-top: 50px;
  letter-spacing: 2px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  height: 100%;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

/* Team */
.card {
	display: inline-flex;
	flex-flow: column nowrap;
	flex: 0 15%;
  margin: 50px;
  border: 0;
  width: 30%;
  text-align: center;
  background-color: #eee;
}

.blue__card {
	flex: 0 15%;
  margin: 15px 15px 15px 15px;
  border: 0;
  min-width: 250px;
  text-align: left;
  color: #ffffff;
}

.card__title {
	font-size: 20px;
	color: #000;
	font-weight: 700;
  margin: 1em 0 0 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.card__sub-head {
	font-size: 20px;
	color: #343a40;
	font-weight: 300  italic;
  margin: 0.25em 0 1.5em 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.card__name {
	font-size: 36px;
	color: #0083CB;
	font-weight: 300;
  margin: 1em 0 0 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.card__role {
	font-size: 36px;
	color: #707070;
	font-weight: 300;
  margin: 0 0 1em 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Overall Styles */
a {
  color: #0083CB;
}

a:hover, a:focus, a:active {
  color: #015786;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  letter-spacing: 2px;
  margin: 15px 0px;
}

.btn-primary {
  background-color: #0083CB !important;
  border-color: #0083CB !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #015786 !important;
  border-color: #015786 !important;
}

.btn-secondary {
  background-color: #CE6662 !important;
  border-color: #CE6662 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #BC322D !important;
  border-color: #BC322D!important;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.btn-dark {
  color: #fff !important;
}

.bg-primary {
  background-color: #0083CB !important;
}

.text-primary {
  color: #0083CB !important;
}

.text-info {
  color: #0083CB !important;
}

.text-secondary {
  color: #ffffff !important;
}

/* Content */
.section {
	display: flex;
	flex-flow: row wrap;
  padding: 3rem 3rem 10rem 3rem;
  flex: 1 1 100%;
  background-color: #eee;
}

.section__header,
.section__footer {
	display: flex;
  flex-flow: row nowrap;
}

.section__header {
  font-size: 5rem;
  color: #b25607;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
  justify-content: center; 
}

.section__content {
	display: flex;
  flex-flow: row nowrap;
  font-size: 20px;
  color: #343a40;
  font-weight: 300;
  text-align: center;
}

.section-content__column {
	display: flex;
	flex-flow: column nowrap;
  padding: 1em;
  float: left;
}

.section-content__column + .section-content__column {
  padding: 1em 1em;
}

.section-content__row {
	display: inline-block;
  flex-flow: row nowrap;
  flex: 1 1 100%;
  height: auto; 
  margin-bottom: 50px;
  margin-top: 50px;
}

.section-content__icon {
	display: inline-block;
	flex-flow: row nowrap;
  margin-bottom: 50px;  
}

@media screen and (min-width: 601px) {
  div.section__content {
    font-size: 28px;
  }
  div.section__form {
    font-size: 28px;
  }
}

.section__form {
	display: flex;
  flex-flow: row nowrap;
  font-size: 20px;
  color: #343a40;
  font-weight: 300;
  text-align: left;
  margin: 0 auto;
}

.section-form__column {
	display: flex;
	flex-flow: column nowrap;
  padding: 1em;
  float: left;  
}

/* Login Forms */

.login-panel {
  min-width: 80%;
  margin: 0px auto;
  background: #ffffff;
  padding: 30px;  
}

.form input {
  width: 100%;
  padding: 15px;
  font-size: 22px;
}

.form__dropdown {
  color: #0083CB;
  font-weight: 700;
  transition: border-color .5s ease-out;
  font-size: 16px;
  width: 100%;
  border-bottom: solid 1px #0083CB;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  background: none;
}	

.responsive {
  width: 100%;
  height: auto;
}

img:hover { 
  border: 3px solid #0083CB; 
  border-radius: 100px;
} 

.inactive img { 
  border: none;
  border-radius: 0px;
}

.team__active img { 
  border: 3px solid #0083CB; 
  border-radius: 100px;
} 

.container__stepwizard {
	width: 100%;
  position: relative;
  color: #cecece;
}

.stepwizard-row {
  position: relative;
  padding-bottom: 100px;
}

.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard-step {
	float:left;
	position: relative;
  width:10%;
  margin-right: 20px;
}

.stepwizard-step:before {
	top: 25%;
	bottom: 0;
	margin:2px;
	position: relative;
	content:"";
	width: 100%;
	height: 2px;
	background-color: #0083CB;
	z-index: -1;
	left:100%;
  content: '';
}

.stepwizard-step:last-child:before {
  display:none;
}

.btn-circle {
	width: 30px;
	height: 30px;
	line-height:18px;
	text-align: center;
	display:inline-block;
	font-size: 12px;
	border-radius: 30px;
	border:1px solid #cecece;
	position: absolute;
	z-index:2;
  background:#ffffff;
}

.btn-active {
	width: 30px;
	height: 30px;
	line-height:18px;
	text-align: center;
	display:inline-block;
	font-size: 12px;
	border-radius: 30px;
	border: 1px solid #0083CB;
	position: absolute;
	z-index:2;
  background:#0083CB;
}

.line__active {
  position: absolute;
  border-bottom: 2px solid #0083CB;
  width: 100%;
  left: 0px;
  top: 30px;
  z-index: 1;
  margin-left: 25px;
}

.line__disabled {
  position: absolute;
  border-bottom: 2px solid #cecece;
  width: 100%;
  left: 0px;
  top: 30px;
  z-index: 1;
  margin-left: 25px;
}