
/*~~~~~~~~~~~~~~~~~CUSTOMIZABLE ASSETS~~~~~~~~~~~~~~~~~*/
/*~~background color~~*/
.bg {
	width: 100%;
	height: 100%;
	background: -webkit-radial-gradient(#0072b2, #00314c); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#0072b2, #00314c); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#0072b2, #00314c); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#0072b2, #00314c); /* Standard syntax */
}

/*~~logo~~*/

.logo {
	max-width: 240px;
	margin-top: 5%;
	margin-bottom: 2rem;
	display: block;
	z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

.logotext {
	font-family:'AvenirNextLight', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 1.6025rem;
	color: #0072b2;
	margin-top: 0;
	margin-bottom: 2rem;
}

.radiance {
    background-image: url('../images/radiance.svg');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99999;
}

/*~~general button formatting DO NOT EDIT~~*/

[class*='btn-'] {
	border-bottom: 2px solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(255,255,255,.15);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	line-height: 100%;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	margin-top: .2em;
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;

	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	  transition: all 0.1s linear;
}

/*~~"Sign In" button~~*/

.btn-submit {
    color: #fff;
    background: #0072b2;
    border-top: 1px solid #0072b2;
    border-left: 1px solid #0072b2;
    border-right: 1px solid #0072b2;
    border-bottom: 2px solid #00314C;
    border-radius: 3px;
}

.btn-submit:hover {
    color: #b2e3ff;
    background: #00517F;
    border-top: 1px solid #00517F;
    border-left: 1px solid #00517F;
    border-right: 1px solid #00517F;
    border-bottom: 2px solid #00314C;
    border-radius: 3px;
}

/*~~"Guest" button~~*/

.btn-submitout {
    color: #4E4E4E;
    background: #fff;
    border-top: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 2px solid #A3A3A3;
    border-radius: 3px;
    margin-top: 0.7rem;
}

.btn-submitout:hover {
    color: #0072b2;
    background: #F3FCFF;
    border-top: 1px solid #A1DDFF;
    border-left: 1px solid #A1DDFF;
    border-right: 1px solid #A1DDFF;
    border-bottom: 2px solid #A1DDFF;
    border-radius: 3px;
    margin-top: 0.7rem;
}

/*~~"Cancel" button~~*/

.btn-cancel {
    color: #fff;
    background: #0072b2;
    border-top: 1px solid #0072b2;
    border-left: 1px solid #0072b2;
    border-right: 1px solid #0072b2;
    border-bottom: 2px solid #00314C;
    border-radius: 3px;
}

.btn-cancel:hover {
    color: #b2e3ff;
    background: #00517F;
    border-top: 1px solid #00517F;
    border-left: 1px solid #00517F;
    border-right: 1px solid #00517F;
    border-bottom: 2px solid #00314C;
    border-radius: 3px;
}

/*~~"Guest" button~~*/

.btn-cancelout {
    color: #4E4E4E;
    background: #fff;
    border-top: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 2px solid #A3A3A3;
    border-radius: 3px;
    margin-top: 0.7rem;
}

.btn-cancelout:hover {
    color: #0072b2;
    background: #F3FCFF;
    border-top: 1px solid #A1DDFF;
    border-left: 1px solid #A1DDFF;
    border-right: 1px solid #A1DDFF;
    border-bottom: 2px solid #A1DDFF;
    border-radius: 3px;
    margin-top: 0.7rem;
}


/* The Modal Password Rules (background) */
.modalPasswordRules {
    display: none; /* Hidden by default */    
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;    
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent;
}

/* Modal Password Rules Content/Box */
.modalPasswordRules-content {
    background-color: #fefefe;
    margin-top: 27%;
    margin-left: 61%;
    padding-left: 8px;
    padding-right: 4px;
    padding-bottom: 1px;
    width: 25rem;
    border: 1px solid #888;
    border-radius: 6px;   
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*~~~~~~~~~~~~~~~~~END CUSTOMIZABLE ASSETS~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~CONTAINERS~~~~~~~~~~~~~~~~~*/

/*~~main form~~*/

div#loginbox {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	box-shadow: 0 5px 0 rgba(255,255,255,0.7) inset, 0 4px 4px rgba(0,0,0,0.2);
	margin: 0rem auto; /*aligns center*/
	padding: 2rem 2rem 1rem 2rem;
	max-width: 300px;
	width: 50%;
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
	font-size: .8rem;
}

/*~~message div~~*/

div#message {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 5px 0 rgba(255,255,255,0.7) inset, 0 4px 4px rgba(0,0,0,0.15);
	margin: 1rem auto; /*aligns center*/
	margin-top: 0rem;
	padding: 1rem 2rem 1rem 2rem;
	width: 50%;
	max-width: 300px;
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
	color: #000;
	font-size: .7em;
}

.customizations {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 0 rgba(255,255,255,0.7) inset, 0 4px 4px rgba(0,0,0,0.2);
    margin: 10px auto; /*aligns center*/
    padding: .5rem 2rem .5rem 2rem;
    margin-top: 1rem;
    font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
    font-size: .8em;
    color: #000;
    width: 50%;
    max-width: 300px;
    max-height: 20rem;
}

.customiframe {
    width: 100%;
    border: none;
}

.minimal {
    width: 100%;
    margin-bottom: 0;
}

.wide {
    width: 100%;
}
.narrow {
    width: 49%;
}
.noDisplay {
    display: none;
    width: 0%;
}

/*~~~~~~~~~~~~~~~~~~~~~INPUTS~~~~~~~~~~~~~~~~~~~~~~~~*/
form.minimal input[type="text"],
form.minimal input[type="password"],
form.minimal textarea {

	border: 1px solid rgb(186, 186, 186);
	border-radius: 3px;
	-webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
	font-size: .889rem;
	margin: 0.5rem 0 1rem 0;
	padding: 8px;
	width: 100%;
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;

	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	  transition: all 0.1s ease-in;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~ABOUT~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~"About" link color and position~~*/
.about {
	display:inline-block;
    color: #000;
    font-size: .79rem;
    margin-top: 1rem;
    float: right;
    vertical-align: middle;
}

.aboutcontainer {
	display: inline-block;
	text-align: left;
	width: 100%;
	margin-top: 2rem;
}

/*~~modal formatting~~*/
.modalDialog {
    position: fixed;
    font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: .8rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.9);
    z-index: 999999;
    opacity:0;
    pointer-events: none;
    overflow: auto;
}

/*~~click event~~*/
.modalDialog:target {
    opacity: 1;
    display: inline-block;
    pointer-events: auto;
}

/*~~container for dialog~~*/
.modalDialog > div {
    width: 70%;
    max-width: 750px;
    position: relative;
    margin: 3% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 0px;
}

.test {
	width: 100%;
	text-align: right;
	display: block;
	margin-bottom: -3em;
}

.test > div {
	display: inline-block;
	width: 80%;
}

.saml-login-link {
    font-size: .889rem;
}

/*~~"Done" button formatting~~*/
.done {
    color: #4ca6d2;
    padding: 5px;
    font-size: 1.2em;
    text-decoration: none;
    font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
    display: inline-block;

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~copyright line~~*/
.copyright {
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
	font-size: .7912rem;
	color: #fff;
	width: 100%;
	display: inline-block;
	text-align: center;
	background-position: bottom;
	display: inline-block;
	position: absolute;
	padding: 5rem 0 1rem 0;
}

.footer {
    width: 100%;
    height: 7.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*~~messages~~*/
.smalltext {
	font-weight: 400;
	font-size: .9em;
}

.primary {
	font-size: 1.4em;
	font-weight: 700;
}

.secondary {
	font-size: 1.2em;
}

/*~~sign out styling~~*/
.signout {
	margin-left: 40%;
	color: #000;
}

.reg {
	font-size: .6em;
}

.saslogo {
	width: 45%;
}

/*~~assumable groups~~*/
.application-scopes {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    overflow: auto;
    max-height: 160px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~FONTS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: 'AvenirNextRegular';
  src: url('../fonts/AvenirNextLT-Regular.eot');
      src: url('../fonts/AvenirNextLT-Regular.eot?#iefix') format('embedded-opentype'),
           url('../fonts/AvenirNextLT-Regular.woff') format('woff'),
           url('../fonts/AvenirNextLT-Regular.ttf') format('truetype'),
           url('../fonts/AvenirNextLT-Regular.svg#AvenirNextLT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'AvenirNextLight';
  src: url('../fonts/AvenirNextLT-Light.eot');
      src: url('../fonts/AvenirNextLT-Light.eot?#iefix') format('embedded-opentype'),
           url('../fonts/AvenirNextLT-Light.woff') format('woff'),
           url('../fonts/AvenirNextLT-Light.ttf') format('truetype'),
           url('../fonts/AvenirNextLT-Light.svg#AvenirNextLT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'AvenirNextDemi';
  src: url('../fonts/AvenirNextLT-Demi.eot');
      src: url('../fonts/AvenirNextLT-Demi.eot?#iefix') format('embedded-opentype'),
           url('../fonts/AvenirNextLT-Demi.woff') format('woff'),
           url('../fonts/AvenirNextLT-Demi.ttf') format('truetype'),
           url('../fonts/AvenirNextLT-Demi.svg#AvenirNextLT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'AvenirNextCyrRegular';
  src: url('../fonts/AvenirNextCyr-Regular.eot');
      src: url('../fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
           url('../fonts/AvenirNextCyr-Regular.woff') format('woff'),
           url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype'),
           url('../fonts/AvenirNextCyr-Regular.svg#AvenirNextLT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'AvenirNextCyrLight';
  src: url('../fonts/AvenirNextCyr-Light.eot');
  		src: url('../fonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
           url('../fonts/AvenirNextCyr-Light.woff') format('woff'),
           url('../fonts/AvenirNextCyr-Light.ttf') format('truetype'),
           url('../fonts/AvenirNextCyr-Light.svg#AvenirNextLT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'AvenirNextCyrDemi';
  src: url('../fonts/AvenirNextCyr-Demi.eot');
  		src: url('../fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
           url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
           url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype'),
           url('../fonts/AvenirNextCyr-Demi.svg#AvenirNextLT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

p {
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "AvenirNextDemi", Helvetica, Arial, sans-serif;
}
@charset "UTF-8"
/*~~~~~~~~~~~~~~~~~~~~~~~MEDIA QUERY (AND ELEMENTS AFFECTED) FOR RESPONSIVENESS~~~~~~~~~~~~~~~~~~~~~~*/

@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

@media (max-width: 1024px) {
    .logo {
        margin-top: 5%;
    }
}

@media (max-width: 600px) {

	.logo {
	max-width: 50%;
	margin-bottom: 0rem;
	margin-top: 5%;
	display: block;
    margin-left: auto;
    margin-right: auto }

	div#loginbox {
	width: 60%;
	font-size: .79em }

	div#message {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 0 rgba(255,255,255,0.7) inset, 0 4px 4px rgba(0,0,0,0.15);
	margin: 10px auto; /*aligns center*/
	padding: .5em 2em .5em 2em;
	margin-bottom: 1rem;
	width: 67%;
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
	font-size: .6em;
	color: #000;
	}

	.minimal {
	margin-bottom 0;
	}

	.modalDialog {
    font-size: .7em;
    }

	.copyright {
	margin-top: .6rem;
	font-size: .624rem;
	width: 100%;
	text-align: center;
	color: #fff;
	}

	.about {
	margin-top: 1rem;
	}

	.saslogo {
	width: 50%;
	margin-bottom: 0;
	}

	.radiance {
    background-size: 70%;
	}

	form.minimal input[type="text"],
	form.minimal input[type="password"],
	form.minimal textarea {
	    width: 91%;
	}
}

@media (max-width: 320px) {

	.logo {
	max-width: 70%;
	margin-top: 20px;
	display: block;
    margin-left: auto;
    margin-right: auto }

	div#loginbox {
	width: 70%;
	font-size: .5em;
	padding-top: 2em; }

	div#message {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 0 rgba(255,255,255,0.7) inset, 0 4px 4px rgba(0,0,0,0.2);
	margin: 10px auto; /*aligns center*/
	padding: .5em 2em .5em 2em;
	margin-bottom: 18px;
	width: 65%;
	max-width: 250px;
	font-family: 'AvenirNextRegular', Helvetica, Arial, sans-serif;
	font-size: .5em;
	color: #000; }

	.modalDialog {
    font-size: .5em; }

	.copyright {
	margin-top: .7rem;
	font-size: 7px;
	width: 100%;
	display: inline-block;
	}

	.about {
	margin-top: .6rem;
	font-size: .55rem;
	}

	.saslogo {
	width: 50%;
	margin-bottom: 0;
	}

    form.minimal input[type="text"],
    form.minimal input[type="password"],
    form.minimal textarea {
        width: 87%;
    }
}

@media (max-height: 650px) {
    .logo {
        margin-top: 1%;
    }
}