html {
	height: 100%
}
body {
	min-height: 35rem;
	position: relative;
	font-family: 'Source Sans Pro';
	font-weight: 300;
    height: 100%;
	width: 100%;
	background: linear-gradient(to right,rgba(126,25,178, 0.1) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
    background: -webkit-linear-gradient(to right,rgba(126,25,178, 0.1) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
    background: -o-linear-gradient(to right,rgba(126,25,178, 0.1) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
    background: -ms-linear-gradient(to right,rgba(126,25,178, 0.1) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);		
		
}
h1, h2, h3, h4, h5, h6 {
	font-family: Merriweather;
	font-weight: 700
}
.text-white {
color: #fff!important;
}
.zindex-99{z-index:99;}

.wrapper .form-control{
background:transparent;
border:1px solid #fff;	
border-radius:0px;
color:#fff;	
}

.wrapper a{color:#fff;}
.font-weight-bold{font-weight:600;}
.join{padding:25px 20px 0px 20px; margin-top:8%;}
.wrapper .form-control::-webkit-input-placeholder { color:#fff; }  /* WebKit, Blink, Edge */
.wrapper .form-control:-moz-placeholder { color:#fff; }  /* Mozilla Firefox 4 to 18 */
.wrapper .form-control::-moz-placeholder { color:#fff; }  /* Mozilla Firefox 19+ */
.wrapper .form-control:-ms-input-placeholder { color:#fff; }  /* Internet Explorer 10-11 */
.wrapper .form-control::-ms-input-placeholder { color:#fff; }  /* Microsoft Edge */
.wrapper .form-control:focus{
border-color:#ccc;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;	
	}

.border {
border: 1px solid #fff !important;
}

.masthead {
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
	/*z-index: 2*/
}
.masthead .masthead-bg {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 50%;
min-height: 35rem;
height: 100%;
background-color: rgba(0,46,102,.8);
-webkit-transform: skewY(4deg);
transform: skewY(4deg);
-webkit-transform-origin: bottom right;
transform-origin: bottom right;
height: 100vh;
padding-top: 75vw;
}
.masthead .masthead-content h1 {
	font-size: 2.5rem
}
.masthead .masthead-content p {
	font-size: 1.2rem
}
.masthead .masthead-content p strong {
	font-weight: 700
}
.masthead .masthead-content .input-group-newsletter input {
	height: auto;
	font-size: 1rem;
	padding: 1rem
}
.masthead .masthead-content .input-group-newsletter button {
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1rem
}


.btn-facebook {
background: #3B5998;
border-radius: 0;
color: #fff;
border-width: 1px;
border-style: solid;
border-color: #263961; 
}
.btn-facebook:link, .btn-facebook:visited {
color: #fff;
}
.btn-facebook:active, .btn-facebook:hover {
background: #263961;
color: #fff;
}
/*######### social login buttons ####### */
.btn-twitter{
color:#fff;
border-radius: 0;
background-color:#2ba9e1;
border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{
color:#fff;
background-color:#1c92c7;
border-color:rgba(0,0,0,0.2);
}
.btn-google-plus{
color:#fff;
border-radius: 0; 
background-color:#dd4b39;
border-color:rgba(0,0,0,0.2);
}
.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{
color:#fff;
background-color:#ca3523;
border-color:rgba(0,0,0,0.2)
}

.masthead .masthead-bg {
	min-height: 0;
	-webkit-transform: skewX(-8deg);
	transform: skewX(-8deg);
	-webkit-transform-origin: top right;
	transform-origin: top right
}
.masthead .masthead-content {
width:100%;
margin:0 auto;
padding-right:13rem; 
margin-top:25%;
position:relative;
} 
.masthead .masthead-content h1 {
	font-size: 2.3rem;
	text-align: center;	
}
.masthead .masthead-content h3 {
font-size: 1.5rem
}
.masthead .masthead-content p {
	font-size: 1.3rem
}
	
.masthead .masthead-content ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.masthead .masthead-content ol li {
  margin: 0 0 1.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-top: 3.5px;
  font-size: 1.2rem;
  font-weight:500;	
}
.masthead .masthead-content ol li::before {
content: counter(my-awesome-counter);
color: #2c496e;
font-size: 1.3rem;
font-weight: 500;
position: absolute;
--size: 32px;
left: calc(-1 * var(--size) - 10px);
line-height: var(--size);
width: var(--size);
height: var(--size);
top: 0;
transform: rotate(0deg);
background: #fff;
border-radius: 50%;
border-radius: 50%;
text-align: center;
box-shadow: 1px 1px 0 #999;
}	
	
	
	
/*}*/
/*.social-icons {
	position: absolute;
	margin-bottom: 2rem;
	width: 100%;
	z-index: 2
}
.social-icons ul {
	margin-top: 2rem;
	width: 100%;
	text-align: center
}
.social-icons ul>li {
	margin-left: 1rem;
	margin-right: 1rem;
	display: inline-block
}
.social-icons ul>li>a {
	display: block;
	color: #fff;
	border-radius: 100%;
	font-size: 2rem;
	line-height: 4rem;
	height: 4rem;
	width: 4rem
}*/


.social-icons {
	margin: 0;
	position: absolute;
    right: 1.5rem;
    bottom: 3rem;
	width: auto;
}
.social-icons ul {
	margin-top: 0;
	width: auto
}
.social-icons ul>li {
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1rem
}
.social-icons ul>li:last-child {
	margin-bottom: 0
}
.social-icons ul>li>a {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: block;
color: #fff;	
	border-radius: 100%;	
font-size: 1rem;
line-height: 2.7rem;
height: 2.5rem;
width: 2.5rem;
}
.social-icons .facebook {
    background:#233a74;
}
.social-icons .twitter {
    background:#056ebf;
}


/*################### responsive ####################*/
@media (max-width: 479px){
body{
background: linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -webkit-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -o-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -ms-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
}	
.masthead .masthead-bg{
position:absolute;
width:100%;
transform:none;
background:none;	
}	
.masthead{top:5%; padding-bottom: 1rem;}	
.masthead .masthead-content{padding-right:0px; margin-top:0%;}	
.masthead img{display:block;margin-left:auto;margin-right:auto;}
.masthead .masthead-content h1 {font-size: 2rem;text-align: center;}	
.masthead .masthead-content h3 {font-size: 1.2rem;text-align: center;}	
.social-icons {position: relative;margin-bottom: 0;right:0;left:0;bottom:0px;margin-top: .8rem;}
.social-icons ul>li {display: inline-block;margin-left: 0;margin-right: 0;margin-bottom: 1rem;}
 } /* end 479px */
@media (max-width: 575px) and (min-width: 480px){
body{
background: linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -webkit-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -o-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -ms-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
}	
.masthead .masthead-bg{
position:absolute;
width:100%;
transform:none;
background:none;	
}	
.masthead{top:5%; padding-bottom: 1rem;}
.masthead .masthead-content{padding-right:0px;margin-top:0%;}	
.masthead img{display:block;margin-left:auto;margin-right:auto;}
.masthead .masthead-content h1 {font-size: 2rem;text-align: center;}	
.masthead .masthead-content h3 {font-size: 1.2rem;text-align: center;}	
.social-icons {position: relative;margin-bottom: 0;right:0;left:0;bottom:0px;margin-top: .8rem;}
.social-icons ul>li {display: inline-block;margin-left: 0;margin-right: 0;margin-bottom: 1rem;}
}/* end 575px */
@media (max-width: 767px) and (min-width: 576px){
body{
background: linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -webkit-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -o-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -ms-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
}	
.masthead .masthead-bg{
position:absolute;
width:100%;
transform:none;
background:none;	
}	
.masthead{top:5%; padding-bottom: 1rem;}
.masthead .masthead-content{padding-right:0px;margin-top:0%;}	
.masthead img{display:block;margin-left:auto;margin-right:auto;}
.masthead .masthead-content h1 {font-size: 2rem;text-align: center;}	
.masthead .masthead-content h3 {font-size: 1.2rem;text-align: center;}	
.social-icons {position: relative;margin-bottom: 0;right:0;left:0;bottom:0px;margin-top: .8rem;}
.social-icons ul>li {display: inline-block;margin-left: 0;margin-right: 0;margin-bottom: 1rem;}
 }  /* end 767px */
	 
@media (max-width: 991px) and (min-width: 768px){
body{
background: linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -webkit-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -o-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
background: -ms-linear-gradient(to right,rgba(126,25,178, 0.5) 0%, rgb(2, 58, 72) 100%), url(../images/bg-mobile-fallback.jpg);
}	
.masthead .masthead-bg{
position:absolute;
width:100%;
transform:none;
background:none;	
}	
.masthead{top:5%; padding-bottom: 1rem;}	
.masthead .masthead-content{padding-right:0px;margin-top:0%;}	
.masthead img{display:block;margin-left:auto;margin-right:auto;}
.masthead .masthead-content h1 {font-size: 2rem;text-align: center;}	
.masthead .masthead-content h3 {font-size: 1.2rem;text-align: center;}	
.social-icons {position: relative;margin-bottom: 0;right:0;left:0;bottom:0px;margin-top: .8rem;}
.social-icons ul>li {display: inline-block;margin-left: 0;margin-right: 0;margin-bottom: 1rem;}
 } 	
 body.loading .site-modal{
    display: block;
    overflow: hidden;
}

.site-modal{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('../../common/images/loader.gif') 50% 50% no-repeat;
}