/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover,
a:active ,
a:active:focus {
  color: #2fa8f0;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #ffffff;
  text-shadow: none; /* Prevent inheritance from `body` */
  border-radius: 8px;
  background-color: #2fa8f0;
  border: solid 1px #2fa8f0;
}

.btn-default:active,
.btn-default:active:focus {
  color: #ffffff;
  text-shadow: none; /* Prevent inheritance from `body` */
  border-radius: 8px;
  background-color: #0d82c6;
  border: solid 1px #0d82c6;
}

/* Custom default button */
.btn2-default,
.btn2-default:hover,
.btn2-default:focus {
  color: #2fa8f0;
  text-shadow: none; /* Prevent inheritance from `body` */
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #2fa8f0;
}

.btn2-default:active,
.btn2-default:active:focus {
  color: #2fa8f0;
  text-shadow: none; /* Prevent inheritance from `body` */
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #0d82c6;
}

.image-logo {
  width: 226px;
  height: 87px;
}

.leadt {
  font-size: 15px;
  height: 48px;
  border: solid 1px #2fa8f0;
}

.leadt2 {
  font-size: 15px;
  height: 35px;
  border: solid 1px #2fa8f0;
  text-align: left;
  color: #2fa8f0;
}

p.lead {
	text-align: left;
	font-size: 16px;
}

.f10 {
  font-size: 10px;
}
.f15 {
  font-size: 15px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}

.fi {
	  width: 100%;
}

.ert {
	  width: 100%;
	  max-width: 658px;
}

.Rectangle {
  height: 35px;
  background-color: #e2f3fd;
  font-size: 16px;
  padding: 15px;
}

.Rectangle2 {
  width: 336px; 
  height: 280px;
  background-color: #e2f3fd;
}

.Rectangle3 {
  width: 728px; 
  height: 90px;
  background-color: #e2f3fd;
}

.Rectangle4 {
  height: 35px;
  width: 728px; 
  background-color: #e2f3fd;
  font-size: 16px;
  padding: 10px;
  
}

.pcenter {
  text-align: center;
}

.check {
  padding-left: 15px;
}

.up_image {

  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 620px) {
  .up_image {
    float: left;
    padding-right: 20px;
  }
  
  .dyns {
    display: inline-block;
  }
  
  .fi {
	 width: 212px;
  }
}

@media (min-width: 680px) {
   .ert {
	 width: 658px;
  }
 }
 
@media (max-width: 728px) {
	.Rectangle3 {
		width: 100%; 
	}
}

.up_image2 {
  float: left;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.up_image3{
  height: 48px;
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.hide {
	display: none;
	color: #ff9592;
}

h4 {
	font-size: 20px;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  min-height: 445px;
  background-color: #ffffff;
}
body {
  color: #2fa8f0;
  font-family: Arial;
  text-align: center;
  min-height: 445px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  min-height: 445px;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  position: relative;
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 100%;
    min-height: 445px;
    margin: 0 auto;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: normal;
  color: #2fa8f0; /* IE8 proofing */
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #2fa8f0;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #2fa8f0;
  border-bottom-color: #2fa8f0;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: normal;
}

.cover .btn2-lg {
  font-weight: normal;
}


/*
 * Footer
 */

.mastfoot {
  color: #2fa8f0; /* IE8 proofing */
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 728px;
  }
}
