body {
    overflow-x: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #000;
	background: #EEEEEE;
	padding-top: 0px;
}

@media (min-width: 992px) {
    body {
        padding-top: 0px;
    }
}

.card {
    height: 100%;
}

.bg-npink {
	background:#fad0cd;
}

.bg-lblue {
	background:#92d5f6;
}

.bg-dblue {
	background:#25328a;
}

.btn-npink {
  color: #25328a;
  background-color: #fad0cd;
  border-color: #fad0cd;
}
.btn-npink:hover,
.btn-npink:focus,
.btn-npink.focus,
.btn-npink:active,
.btn-npink.active,
.open > .dropdown-toggle.btn-npink {
  color: #25328a;
  background-color: #92d5f6;
  border-color: #92d5f6;
}

.btn-dblue {
  color: #ffffff;
  background-color: #25328a;
  border-color: #25328a;
}
.btn-dblue:hover,
.btn-dblue:focus,
.btn-dblue.focus,
.btn-dblue:active,
.btn-dblue.active,
.open > .dropdown-toggle.btn-dblue {
  color: #25328a;
  background-color: #fad0cd;
  border-color: #fad0cd;
}

.btn-lblue {
  color: #25328a;
  background-color: #92d5f6;
  border-color: #92d5f6;
}
.btn-lblue:hover,
.btn-lblue:focus,
.btn-lblue.focus,
.btn-lblue:active,
.btn-lblue.active,
.open > .dropdown-toggle.btn-lblue {
  color: #ffffff;
  background-color: #25328a;
  border-color: #25328a;
}

.greyout {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  color : #25328a;
  background-color: #fad0cd;
  border-radius: 0.3rem;
}

.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.form-group.required .control-label:after { 
   content:"*";
   color:red;
}

.form-control:focus{border-color: #25328a;  box-shadow: none; -webkit-box-shadow: none;} 
.has-error .form-control:focus{box-shadow: none; -webkit-box-shadow: none;}

.well{
    background-color: #6ED0F5;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #25328a;
}

.image {
  padding: 14px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background: rgba(255,255,255,0.9);
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  text-align: center;
  color: #000;
}

.image > img,
.image a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #000;
    background: #25328a;
}

header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

header img {
    display: block;
}


@media(min-width:768px) {
    header .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.containerwhite {
  padding: 20px;
  background: #fff;
}

section {
    padding: 20px 0;
}

h2 {
    margin: 0;
    font-size: 2em;
	width: 100%;
	background: #6ED0F5;
	color: #fff;
	padding: 10px;
}

h3 {
    margin: 0;
    font-size: 1.3em;
	width: 100%;
	background: #fad0cd;
	color: #25328a;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}



.btn-success {
  color: #25328a;
  background-color: #6ED0F5;
  border-color: #6ED0F5;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #6ED0F5;
  background-color: #25328a;
  border-color: #25328a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #fad0cd;
  border-color: #fad0cd;
}
.btn-success .badge {
  color: #25328a;
  background-color: #fad0cd;
}




@media(max-width:767px) {
    section {
        padding: 20px 0;
    }

    section.first {
        padding-top: 20px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 3px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 3px #fff;
    color: #001723;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
	font-size: 1em;
	color: #25328a;
    border: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #25328a;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #ffffff;

}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #fad0cd;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #25328a;
}

.btn-footer {
  color: #25328a;
  background-color: #fff;
  border-color: #fff;
}
.btn-footer:hover,
.btn-footer:focus,
.btn-footer.focus,
.btn-footer:active,
.btn-footer.active,
.open > .dropdown-toggle.btn-footer {
  color: #fff;
  background-color: #25328a;
  border-color: #25328a;
}
.btn-footer:active,
.btn-footer.active,
.open > .dropdown-toggle.btn-footer {
  background-image: none;
}
.btn-footer.disabled,
.btn-footer[disabled],
fieldset[disabled] .btn-footer,
.btn-footer.disabled:hover,
.btn-footer[disabled]:hover,
fieldset[disabled] .btn-footer:hover,
.btn-footer.disabled:focus,
.btn-footer[disabled]:focus,
fieldset[disabled] .btn-footer:focus,
.btn-footer.disabled.focus,
.btn-footer[disabled].focus,
fieldset[disabled] .btn-footer.focus,
.btn-footer.disabled:active,
.btn-footer[disabled]:active,
fieldset[disabled] .btn-footer:active,
.btn-footer.disabled.active,
.btn-footer[disabled].active,
fieldset[disabled] .btn-footer.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-footer .badge {
  color: #25328a;
  background-color: #fff;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn-social-page {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #6ED0F5;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn-outline-page {
    margin-top: 15px;
    border: solid 3px #6ED0F5;
    font-size: 20px;
    color: #6ED0F5;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline-page:hover,
.btn-outline-page:focus,
.btn-outline-page:active,
.btn-outline-page.active {
    border: solid 3px #6ED0F5;
    color: #fff;
    background: #6ED0F5;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}