﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body{
    background: #eee;
    font-size: 15px; /* Defining base font size */
}

header {
	background-color: #e31b23;
	padding: 10px 0;
}

.navbar-default{
    background: transparent;
    margin: 0;
    outline: 0;
    border: none;
}

.navbar-brand {
    padding: 0 5px;
}

.navbar-brand img{
    max-height: 50px;
}

.navbar-default .navbar-toggle {
	border-color: #e31b23;
}

.navbar-toggle{
    height: 40px;
    padding: 0 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4em;
}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		border-color: #e31b23;
		background-color: transparent !important;
	}

.navbar-nav li { margin-left: 30px; }

.navbar-nav li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3em;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 0, 0, 2px rgba(0, 0, 0, 0.3);
    opacity: 0.75;
}

.navbar-nav li a.active,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    opacity: 1;
}

.tile-sda-benefits,
.tile-sda-connect,
.tile-sda-join {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-top: 30px;
}

.tile-sda-benefits a,
.tile-sda-connect a,
.tile-sda-join a {
    position: relative;
    display: block;
    max-height: 200px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.tile-sda-benefits a img,
.tile-sda-connect a img,
.tile-sda-join a img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.tile-sda-benefits a h3,
.tile-sda-connect a h3,
.tile-sda-join a h3 {
    color: #333;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.7em;
}

.tile-sda-benefits a:hover,
.tile-sda-connect a:hover,
.tile-sda-join a:hover {
    text-decoration: none;
}

.tile-sda-benefits a:hover img,
.tile-sda-connect a:hover img,
.tile-sda-join a:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.2s ease-in-out;
}

/* .intro-pane .col-lg-8 { padding-right: 0; } */

.intro-pane .col-lg-8 .content {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-top: 30px;
    min-height: 485px;
}

.intro-pane .col-lg-8 .content .tmr-pane { margin: 30px 0 40px 0; }

.intro-pane .col-lg-8 .content .tmr-pane .tmr-large {
    display: inline-block;
    color: #333;
    font-size: 3.2em;
    font-weight: 300;
    padding: 20px 0;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
}

.intro-pane .col-lg-8 .content .tmr-pane .slogan {
    display: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
    margin-top: 35px;
}

.intro-pane .col-lg-8 .content .lead {
    font-size: 1.7em;
    font-weight: 300;
    margin: 20px 10px 30px 10px;
}

.intro-pane .col-lg-8 .content ul {
    list-style: none;
    padding: 0 10px;
}

.intro-pane .col-lg-8 .content ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: 10px;
    color: #25A73F;
}

.intro-pane .col-lg-8 .content ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    padding: 7px 0;
    margin-left: 10px;
}

.intro-pane .col-lg-4 { padding-left: 0; }

.intro-pane .col-lg-4 .login {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    min-height: 485px;
    position: relative;
}

.intro-pane .col-lg-4 .login h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.7em;
    color: #333;
    margin: 0 0 20px 0;
}

.intro-pane .col-lg-4 .login .form-group { margin-bottom: 20px; }

.intro-pane .col-lg-4 .login .form-group label { margin-bottom: 10px; }

.intro-pane .col-lg-4 .login .form-group input { height: 50px; }

.intro-pane .col-lg-4 .login .checkbox input { margin-top: 5px; }

/* .intro-pane .col-lg-4 .login .btn {
    background-color: #e31b23;
    color: #fff;
    height: 50px;
    padding: 0 20px;
    margin: 10px 0 20px 0;
    border: none;
    outline: none;
} */

/* .intro-pane .col-lg-4 .login .btn i { margin-left: 10px; }

.intro-pane .col-lg-4 .login .btn:hover {
    background-color: #e31b23;
} */

/* footer */

footer {
	background: #e31b23;
	padding: 15px 0 5px 15px;
	margin-top: 30px;
}

footer img {
	max-height: 34px;
	margin-top: -10px;
}

	footer p {
		color: #ccc;
		font-size: 0.9em;
	}

footer a{
        color: #ccc;
        text-decoration: underline;
        margin-left: 5px;
}
    
footer a:hover{
        color: #eee;
        text-decoration: underline;
}

.btn-external-login {
	background: none !important;
	color: #337ab7 !important;
	border: none;
	height: 20px !important;
	padding: 0 !important;
	margin: 0 0 0 0 !important;
	font: inherit;
	cursor: pointer;
}

.validation-summary-errors{
    position: absolute;
    top: 0;
    background: #901c1c;
    opacity: 0.95;
    color: #eee;
    padding: 15px 30px;
    width: 100%;
    margin-left: -30px;
    border-top-right-radius: 5px;
}

.validation-summary-errors ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.form-group .text-danger{
    margin-top: 10px;
    display: none;
}

.intro-pane .login-lg{ display: none; }


/* module */

.module{
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}


/* typography */

h2{ font-family: 'Roboto', sans-serif; }


/* new user page */

.new-user-form{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px #ccc solid;
}

.new-user-form .row .col-lg-6{ margin-bottom: 20px; }

.new-user-form .row label{
    font-size: 0.9em;
    margin-bottom: 10px;
}
	.new-user-form .btn-register {
		height: 40px;
		border-color: #e31b23;
		margin-top: 10px;
	}

.new-user-form  .btn-register .fa{ margin-left: 10px; }

.resp-img{
    max-width: 100%;
    border-radius: 3px;
}

.new-user-form  .validation-summary-errors{
    position: static;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 5px;
}

.new-user-form .text-danger { font-size: 0.9em; }



/* benefits page */


.benefits-section{
    padding: 40px 0;
    /*border-bottom: 1px #ddd solid;*/
}

.benefits-section > div {
    padding: inherit 5%;
    text-align: center;
}

/* media queries */
@media (max-width: 991px) {

    .intro-pane .col-lg-8 { padding-right: 15px; }

    .intro-pane .col-lg-8 .content {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        min-height: 100%;
    }

    .intro-pane .col-lg-4 { padding-left: 15px; }

    .intro-pane .col-lg-4 .login {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        min-height: 100%;
    }
    .validation-summary-errors{ border-top-right-radius: 0; }

    .intro-pane .login-lg{ display: block; }

    .intro-pane .login-xl{ display: none; }
    
    .form-group .text-danger{ display: block; }

    .resp-img{ display: none; }

    .tile-sda-benefits a,
    .tile-sda-connect a,
    .tile-sda-join a{
        max-height: 100%;
    }

    .benefits-section {
        padding: 0;
    }

    .benefits-section > div.col-lg-6 {
        border-bottom: 1px #ddd solid;
        padding: 0;
        padding-bottom: 20px;
        text-align: left;
    }

}/* end */


/* media queries */
@media  (max-width: 1200px) {

    .content .lead { font-size: 1.4em !important; }
    .content ul li { font-size: 1em !important; }

}/*end*/

@media  (max-width: 1200px) {
    .login-xl .g-recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

a {
    color: #337ab7 !important;
}

.btn-external-login:hover, a:hover {
    color: #0a58ca !important;
}
