﻿/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop C
03 Tablet EIS CSS
04 IPads CSS
05 Phones CSS
06 Mid Laptop CSS
07 Small Laptop CSS
08 Large Laptop CSS
09 Larger Laptop CSS
10 CMS Laptop CSS
--------------------------------------------------------------------------*/

/*#region Base */
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:900");
/*TEmp for Speedo */
    body {height: 100vh; font-family: Arial;  font-family: Arial, Helvetica, sans-serif;}

.petitionvideo {
    background-color: #84ad26 !important; /* or whatever you want */
}
.gauge-wrapper {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 20px 15px 15px;
}
.lbGallery ul img {object-fit:none;}

.gauge {
    background: #e7e7e7;
    box-shadow: 0 -3px 6px 2px rgba(0, 0, 0, 0.50);
    width: 200px;
    height: 100px;
    border-radius: 100px 100px 0 0 !important;
    position: relative;
    overflow: hidden;
}
.gauge.min-scaled {
  transform: scale(0.6);
}

.gauge-center {
  content: '';
  color: #fff;
  width: 60%;
  height: 60%;
  background: #330c52;
  border-radius: 100px 100px 0 0!important;
  position: absolute;
  box-shadow: 0 -13px 15px -10px rgba(0, 0, 0, 0.28);
  right: 21%;
  bottom: 0;
  color: #fff;
  z-index:10;
}

.gauge-center .label, .gauge-center .number {display:block; width: 100%; text-align: center; border:0!important;}
.gauge-center .label {font-size:0.75em; opacity:0.6; margin:1.1em 0 0.3em 0;}
.gauge-center .number {font-size:1.2em;}

.needle {
  width: 85px;
  height: 15px;
  background: #330c52;
  border-bottom-left-radius: 100%!important;
  border-bottom-right-radius: 5px!important;
  border-top-left-radius: 100%!important;
  border-top-right-radius: 5px!important;
  position: absolute;
  bottom: -2px;
  left: 20px;
  transform-origin: 100% 4px;
  transform: rotate(0deg);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.38);
  display:none;
  z-index:9;
}

.four.rischio1 .needle {animation: fourspeed1 2s 1 both; animation-delay: 1s; display:block;}
.four.rischio2 .needle {animation: fourspeed2 2s 1 both; animation-delay: 1s; display:block;}
.four.rischio3 .needle {animation: fourspeed3 2s 1 both; animation-delay: 1s; display:block;}
.four.rischio4 .needle {animation: fourspeed4 20s 1 both; animation-delay: 1s; display:block;}

.slice-colors {height:100%;}

.slice-colors .st {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;  
}
.home-hero { position:relative;
    max-width: 100%;
}

.four .slice-colors .st.slice-item:nth-child(2) {
  border-top: 50px #f1c40f solid;
  border-right: 50px #f1c40f solid;
  background-color:#1eaa59;
}

.four .slice-colors .st.slice-item:nth-child(4) {
    left: 50%;
    border-bottom: 50px #e6007e solid;
    border-right: 50px #e6007e solid;
    background-color: #e67e22;
}


@-webkit-keyframes fourspeed1 {
	0% {transform: rotate(0);}
  100% {transform: rotate(16deg);}
}

@-webkit-keyframes fourspeed2 {
	0% {transform: rotate(0);}
  100% {transform: rotate(65deg);}
}

@-webkit-keyframes fourspeed3 {
	0% {transform: rotate(0);}
  100% {transform: rotate(115deg);}
}

@-webkit-keyframes fourspeed4 {
	0% {transform: rotate(0);}
  100% {transform: rotate(168deg);}
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background-color:#fff;
 
}
body #content {
    background-color:#fff;
}

.container.clearmenu{
    margin-top:100px;
}

.ukr {
    background-repeat: repeat-x;
    color: #fed500;
}
.created {color:#ccc; font-weight:200;margin-top:20px;}
button{
    color:#501D6D;
}
a:hover, a:focus {text-decoration:none;}

.news-tall-content h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0px;
  height: 2px;
  background: #009ee2;
  transition: all 0.45s;
}

.news-tall-content h3:hover:before {
  width: 100%;
  left: 0;
}

.news-tall-content h3:hover{
    text-decoration:none;
}

.top-image{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    background-color: #501D6D;
    padding:50px;
}
.top-image h1, .top-image h2 {font-size:350%; color:#fff;}
h1,
.h1 {
  font-size: 24px;
}

.bk-white{
    background-color:#fff;
    max-width:96%;
}
footer .list-group-item {
    background-color:transparent;
    border:none;
    padding-left: 0px;
}
footer .list-group-item a:link, footer .list-group-item a:visited {

    color:#ffd111

}
.bg-primary {background-color:#4e1d76; color:#fff; padding:5px; font-size:110%}

.img-responsive {width:100%;object-fit:cover;}
footer a{
    color:#009ee2
}
.related-links{
    margin-top:20px;
}
.bg-primary {background-color:#4e1d76; color:#fff; padding:5px; font-size:110%}
.related-links h3 {
    margin-left:0;
    padding-left:0;
    margin-bottom:20px;
}

.related-links a {
    color:#c31717;
    }

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.alertnotice {
    background-color:#d91f1f;
    color:#fff;
    font-size:200%;
    text-align:center;
}

   .btn-nav, .btn-success {
       
        margin-right:5px;
        
    }
/* remove border radius for the tab */


.container-custom-code {
    width: 100%;
    /* background-image: url("/Content/images/campaigns/payattention/petition8.jpg");*/
    /*background-color: #1a3b4e;*/
    background-position-x: center;
    background-position-y: bottom;
    padding: 20px;
   /* margin-top: 40px;*/
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*  height: 400px;*/
    /* border-bottom: solid 100px #fed500;*/
}
.container-custom-code img{max-width:100%;}
    .container-custom-code h2, .container-custom-code p, .container-custom-code h3 {
        /*color: #000;*/
        font-size: 250%;
    }
.container-custom-code a {color:#fff;}
.container-custom-code a:hover{color:yellow;}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
.twitter{
    float:right;
    margin-left:10px;
}
.tinyMCE-inline{
    min-height:200px;
    background-color:#fff;
    color:#000;
    min-width:480px;
}
.landing-content{
    margin-bottom:50px;
}
.thumbnail .caption{text-align:center;}
.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-color: #4e1d76;
    border-color: #dbdbdb;
    border-color: #ccc;
    background-image:none;
}

.btn-news{
    font-weight: 700;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 1px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    border-radius: 0px;

}
.btn-news:hover{
    color:#4e1d76;
}
h2{
    font-size:28px;
    font-family: 'Work Sans', sans-serif;
   /*font-variant-caps:all-small-caps;*/
    margin-top:50px;
    line-height: 1.2em;
    color:#4e1d76;
}
h3 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 140%;
	
	padding-top: 5px;
	margin: 0px;
}
li {
    margin-left:40px;
    /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
    font-size: 100%;
    /*line-height: 30px;*/
    margin-bottom: 8px;
}

.arg-left{
background-color:#512a5e;
color:#fff;
height:100%;
padding:20px;
}
.hero {
display: block;
box-sizing: border-box;
min-height: 150px;
background-color: #330c52;
clip-path: ellipse(100% 100% at 45% 0%);
color:#fff;
}
.hero h1{ font-size:300%; color:#fff;}
.hero a {color:#ffed00;} 

.form-elegant{-webkit-box-shadow: 1px 2px 40px -31px rgba(0,0,0,0.95);
-moz-box-shadow: 1px 2px 40px -31px rgba(0,0,0,0.95);
box-shadow: 1px 2px 40px -31px rgba(0,0,0,0.95);
border-radius: 10px;
border:thin solid #f2f2f2;
margin-top: 0px;
margin-bottom: 40px;
padding: 30px;	
background-color: #fff;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px 8px 5px 8px;
    line-height: 1;
    vertical-align: middle; 
    border-top: 1px solid #ecf0f1;
}
@media (max-width: 480px)
{
    .container-custom-code {
       /* height:600px;*/
        font-size: 80%;
    }
    .form-elegant{
        padding:10px;
    }
    .introImage {
        margin-top:100px;
    }
}

.form-elegant h3{ 
padding:20px;
border-bottom:thin dotted #ccc;
margin-left: -45px;
color: #3CA5DF;	
}
.form-elegant label {
        font-size: 1.4rem;
    color: #607d8b;
    justify-content: flex-start;
    font-weight: 600;
}
.form-elegant .center-label {
    text-align:center;
    width: 100%;
}
.form-elegant .font-small {
font-size: 0.8rem; }
 
.form-elegant .form-control {border:none;
border-bottom: thin solid #ccc;
	background-color:#f9f9f9;
	webkit-box-shadow:0;
	box-shadow:none;
	border-radius: 0;
}
    .form-elegant .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: -3px -4px 6px 1px rgba(0,0,0,0.11);
        -moz-box-shadow: -3px -4px 6px 1px rgba(0,0,0,0.11);
        box-shadow: -3px -4px 6px 1px rgba(0,0,0,0.11);
    }
.form-elegant .z-depth-1a {
-webkit-box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25);
box-shadow: 0 2px 5px 0 rgba(55, 161, 255, 0.26), 0 4px 12px 0 rgba(121, 155, 254, 0.25); }

.form-elegant .z-depth-1-half,
.form-elegant .btn:hover {
-webkit-box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15);
box-shadow: 0 5px 11px 0 rgba(85, 182, 255, 0.28), 0 4px 15px 0 rgba(36, 133, 255, 0.15); }


.arg-left h3{
    font-size:300%;
    margin-bottom:50px;

}
.arg-left a{
    color:#fff;
    font-size:150%;
}

.arg-left a:hover{
    color:#ffd111;
    
}
.countdown-holder {
    font-size: 200%;
    background-color: #ad1b33;
    text-align: center;
    margin-top: 10px;
}
.countdown {
    color: #fff;
    padding: 23px;
    font-weight: 300;
    background-color: #ad1b33;
    text-align: center;
}

.eis-table {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
}

.eis-table td, #eis-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.eis-table tr:nth-child(even){background-color: #f2f2f2;}

.eis-table tr:hover {background-color: #ddd;}

.eis-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #3e94de;
    color: white;
}

/* For main menu navigation */
.wsmenu-list li, .link-list li {
    font-size: 1.5rem;
}

li > ul > li{  margin-left:40px;
               font-size:100%
}


footer  li{
margin-left:0px;


}
.events {
	margin: 5px 0px 25px;
	padding: 10px;
	text-align: left;
    background-color:#282371;
    color:#ffffff;
    min-height: 360px;
    border-radius:10px;
}
.events a {
    color:#ffc34f;
    text-align:center;
    
}
a {color: #5620cf;}
a:hover {color:#0094ff;}

.webgrid-table
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: small;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: solid 1px #C5C5C5;
    background-color: white;
}

.webgrid-table td, th
{
    border: 1px solid #C5C5C5;
    padding: 5px;
}

.webgrid-table tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.printable { display: none; }

.date-info {
    margin-left: -3px;
    padding-top: 3px;
    font-size: smaller;
    color: #3e94de;
}

/*--------------------------------------------------------------------------
Layout formats
----------------------------------------------------------------------------*/
.eisFirstPara{
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 160%;
        color:#4e1d76;
}

.eistxt
{	
	font-size: 18px;
	color: #333333;
	border: none;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 12px;
	/*clear: both;*/
}

.img-right
{
    float:right;
    margin-left: 30px;
}

.img-left
{
    float:left;
    margin-right: 30px;
}

.txt-white
{
    color:#ffffff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 250%;
    font-variant-caps: all-small-caps;
}

/*#endregion */

/*--------------------------------------------------------------------------
|   Bootstrap Custom CSS
----------------------------------------------------------------------------*/
/*#region Bootstrap Custom */
.panel{
    background-color:transparent;
    border:none;
    font-size:100%;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    line-height:26px;
  
}
.panel h3 {
    margin-left: 0px;
    padding-left: 0px;
}
.panel-default>.panel-heading{
  background-color: #330c52;
    background-image: none;
}

.well {
    margin-bottom: 50px;
    border: none;
}
.thumbnail  {
   border:none;
    padding:0px;
    margin-bottom:30px;
    background-color:transparent;
    color:#fff;
    -webkit-box-shadow: none;
    box-shadow: none

}
.thumbnail h4 {
    color:#fff;
}

.thumbnail p{
    color:#fff;

}
.navbar-default {
    box-shadow:none;
    border-color:transparent;
    background-color:transparent;
    background-image:none;
}
 .input-group-btn {
    width: 0%;
}
.input-group-addon {
    background-color: #4e1d76;
}

.main-news .og-grid
{
    text-align: center;
}

.og-grid h2{  font-family: 'Lato', Calibri, Arial, sans-serif;
 font-variant-caps:normal;
 font-size: 150%;
     padding: 10px;
    color: #fff;
    width: 100%;
    margin-top: 0px;
    position: relative;
    /*padding-bottom: 0px;*/
    z-index: 10;
    text-align: left;
    float: left;

}

.hiddenFile {
 width: 0px;
 height: 0px;
 overflow: hidden;
}

/*img gallery*/

.galrow25 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
/* Create three equal columns that sits next to each other */
.galcol25 {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
    .galcol25 img {
        /*  margin-top: 8px;*/
        vertical-align: middle;
        width: 100%;
        border-top: 10px solid #25a5a5;
        border-bottom: 10px solid #9f2134;
    }

.galrow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.galcolumn {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .galcolumn img {
      /*  margin-top: 8px;*/
        vertical-align: middle;
        width: 100%;
        border-top: 10px solid #f423ae;
        border-bottom: 10px solid #77de59;
    }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .galcolumn {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .galcolumn {
        flex: 100%;
        max-width: 100%;
    }
}


/* Lightbox Overrides */
.lbGallery {
    background-color: #ffffff;
    padding: 0px !important;
    width: auto;
}
    .lbGallery ul{
    padding-inline-start: 0px;
}

    .lbGallery ul li img {
      /*  border: 5px solid #f423ae;*/
    }
    .lbGallery ul li img:hover {
        border: 5px solid #a1d973 !important;
        transform: scale(1.1);
    }
    .lbGallery ul li {
        display: inline;
        margin-left: 0px;
    }

.lbGallery ul a:hover img {
    /*color: #ffffff;
    border: 3px solid #c0c0c0;*/
}

/*#endregion */

/*#region Desktop */
/*--------------------------------------------------------------------------
|  02  Desktop CSS
--------------------------------------------------------------------------*/

.sign-line2{
    padding:5px;
    bottom: -10px;
    position: absolute; 
    left:0px; 
    z-index: 10;
    float:left;
    text-align:left;
}

.bk-commands {
    margin-top:20px;
    margin-bottom:20px;
    background-color:#f2f2f2;
    padding:10px;
    border: solid #eaeaea thin;
    border-radius: 10px;
    text-align:center;
}

.bk-commands-green {
    background-color: #eef8ed;
    border: solid #ccf3cc thin;
    box-shadow: 1px 3px 5px #c0c0c0;
}

.bk-commands h4 {
    margin-top: 3px;
}

.bk-pop-message {
    background-color: #eef8ed;
    padding: 30px;
    border: solid #ccf3cc thin;
    border-radius: 3px;
    box-shadow: 1px 3px 10px #c0c0c0;
    display: inline-block;
    text-align: left;
    width: 60%;
    position: absolute;
    left:0;
    right: 0;
    margin: auto;
}

.bk-form-notes {
    background-color: #f2f2f2;
    padding: 30px;
    border: solid #eaeaea thin;
    border-radius: 3px;
    box-shadow: 1px 3px 10px #c0c0c0;
}

.container-fluid h1 {   
    padding: 20px;
    padding-left:0px;
    margin-left: 0px;
    color: #666;
    /*display: inline;*/
    font-weight: bold;
    font-size: 200%;
    margin-bottom:30px;
   /* text-align: left;
    position: absolute;*/
}

.container-fluid-pay {
    min-height:400px;
    text-align:left;
    background:#FFED00;
    vertical-align:middle;
    padding-top:30px;
    padding-left:30px;
    padding-bottom:30px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

#campaignRow {
   background-color:#f3d601;
   width:50%;
   max-width:720px;
   margin-left:auto;
   margin-right:auto;

}

#campaignTitle {
    text-align: center;
    padding: 60px;
    padding-bottom:10px;
}
.messages {
    background-color: #b2ff00;
    clear: both;
    padding: 20px;
    font-size: 110%;
    margin-bottom: 10px;
    color: #4e1d76;
    text-align: center
}
@media (max-width:480px){
    .messages {
     /*   margin-top: 80px;*/
    }
}

.value-education-value {
    color:#E6007E;
    font-size:400%;
    line-height:.75em;
    font-family: 'Work Sans', sans-serif;
    margin:0;
}

.value-teachers-Demo {
    color:#501D6D;
    font-size:200%;
    line-height:.75em;
    font-family: 'Work Sans', sans-serif;
    margin:0;
}
.value-teachers-nat {
    color:#501D6D;
    font-size:115%;
    line-height:.75em;
    font-family: 'Work Sans', sans-serif;
    margin:0;
}

.value-education {
    color:#E6007E;
    font-size:220%;
    line-height:.75em;
    font-family: 'Work Sans', sans-serif;
    margin:0;
}
.value-education-date {
    color:#E6007E;
    font-size:190%;
    line-height:.8em;
    font-family: 'Work Sans', sans-serif;
    margin:0;
}

.value-teachers-value {
    color:#501D6D;
    font-size:400%;
    line-height:1.1em;
    font-family: 'Work Sans', sans-serif;
    margin:0;
}

.value-teachers {
    color:#501D6D;
    font-size:220%;
    line-height:.7em;
    font-family: 'Work Sans', sans-serif;
    margin:0;
}

.value-text {
    color:#E6007E;
    font-size:200%;
    line-height:1.1em;
    font-family: 'Work Sans', sans-serif;
    margin-top:20px;
}

#carouselQuotes {
    display: none;
}

#campaignSlides {
    padding-top: 20px;
    
}

#carouselSlides .carousel-inner .item img {
    border: none;
    width: 70%;
}

.container-fluid-EISbanner {
  /*  min-height:700px;*/
    width:100%;
    text-align:left;
    color:#fff;
    vertical-align:middle;
  padding-top:50px;
  padding-bottom : 60px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
}
.container-fluid-EISbanner img {
  /*  box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 60%);*/
}
    .container-fluid-EISbanner h2 {
        font-size: 290%;
        color: #fff;
        background-color: #ab1737;
        padding: 10px;
        /* margin-top: 56%;*/
        display: inline-block;
        width: 100% !important;
        font-family: Verdana;
        /* font-weight: bold;*/
    }
    .container-fluid-EISbanner p {
        font-size: 120%;
        color: #fff;
        padding: 10px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }

    .container-fluid-EISbanner h3 {
        clear: both;
        font-size: 200%;
        color: yellow;
        /*  background-color: #f2cb33;*/
       /* background-color: #ab1737;*/
        padding: 50px;
        display: block;
        /*position: absolute;*/
        margin-top: -12px;
        width: 100% !important;
        /*margin-top:30px;*/
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        /*  position: absolute;*/
        /* bottom: -30px;*/
        text-align: center;
    }
        .container-fluid-EISbanner h3 a {
            /* color: #b2ff00*/

          /*  color: #b22d46;*/
          color: #fff;
        }

        .container-fluid-footer {
            background-color: #282371;
            color: #f2f2f2;
        }

.container-fluid-page {
    /*background-size:cover;
	background-image: -webkit-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
	background-image: -moz-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
	background-image: -o-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
	background-image: linear-gradient(270deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);*/
    color:#4e1d76 ;
    min-height:100px;
    /*padding-top:20px;*/
    padding-bottom:30px;
    /*margin-bottom:50px;*/
    margin-top:10px;
    /*max-width:80%;*/
    margin-left:auto;
    margin-right:auto;
    /*border-bottom-right-radius:250px 125px;
    border-bottom-left-radius:40px;
    border-top-right-radius:20px;
    border-top-left-radius:150px;
    padding-left:50px;*/
    font-weight:bold;

}
.nav.nav-stacked li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    width:100%;
    margin: 0px;
}

.nav.nav-stacked li a{
    color:#330c52;
    background-color: #f2f2f2;
    font-weight:600; border-bottom:solid #c3c3c3 thin; border-radius:5px;
}
    .nav.nav-stacked li a:hover {
        background-color: #ccc;
    }
.navbar-header {
    display:block;
    width:100%;
}

.container-fluid-page img
{
    border: #fff solid 15px;
    max-height:300px; 
}

.container-fluid-page .pageheader
{
    margin-left:0px;
    text-align:left;
    padding-left:0px;
    vertical-align:middle;
    margin-top:30px;
}
.container-fluid-page h1
{
    /*font-size:250%;*/
}

.container-fluid-banner
{
    color: #666;
    /*border-top:solid 50px #fff;
    border-bottom:solid 70px #fff;*/
    background-size:cover;
    background-position-x:00px;
  /*      background-position-y:-55px;*/
    /*background-color:#eaeaea;
	background-image: -webkit-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
	background-image: -moz-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
	background-image: -o-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
	background-image: linear-gradient(270deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);*/
	/*margin-top:70px;
    margin-bottom:0px;*/
    position:relative;
    /*max-width:80%;
    margin-left:auto;
    margin-right:auto;
    border-bottom-right-radius:300px 125px;
    border-bottom-left-radius:200px 250px;
    border-top-right-radius:5px;
    border-top-left-radius:130px 130px;
    padding-left:20px;*/
    margin: 0px auto 0 auto;
    width:100%;
    /*height: 600px;*/
    overflow: hidden;
    /*border-radius: 0 0 60% 60%;*/
}

.container-fluid-header {
    background-size: cover;
    background-position-x: 00px;
    background-position-y: -55px;
    background-color: #f2f2f2;
   /* background-image: -webkit-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
    background-image: -moz-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
    background-image: -o-linear-gradient(180deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
    background-image: linear-gradient(270deg,#4e1d76 0%,rgba(38,25,90,1.00) 84.04%);
    background-color: #f2f2f2;*/
    padding: 50px;
    padding-top: 0px;
    text-align: center;
}
.container-fluid-header h2 {
    font-family:Verdana, Geneva, Tahoma, sans-serif; 
    font-weight:300;
}

.laBanner {
    margin-top: 50px;
    height: 450px;
    background-image:url("/Content/images/LAs/cover.jpg")
}
.labanner-title{
     background-color:#009ee2;
     color:#ffffff;
       font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size:140%;
    display:inline-block;
    margin-left:50px;
         float:left;
      clear:both;
      padding:5px;
        z-index:1;
}
.labanner-subtitle {
    background-color: #310d52;
    color: #ffffff;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 120%;
    display: inline-table;
    float: left;
    clear: both;
    margin-left: 50px;
    padding: 5px;
    margin-top: -3px;
    z-index: 10;
}



#joinBanner
{
    background-image: url("/content/images/layout/homepage/EIs-Join.jpg");
    margin-top:60px;
        height: 600px;
    padding-top: 80px;
}

.eightypercent
{
    color:#009ee2;
    background-color:#fff;
    border: solid #009ee2 10px;
    position:absolute;
    top:20px;
    max-width:360px;
    right:100px;
   -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    padding:10px;
    text-align:center;
}

.jointheunion
{
    /*position:absolute;*/
    /*top:10px;
    left:10px;*/
    padding-bottom:80px;
    background-color:rgba(0, 0, 0,.6);
    padding:20px;
}

.jointheunion p,  .jointheunion h2 {
    color: #fff;
    font-size:130%;
    font-weight: 300; 
    text-align:left;
}

.jointheunion h2 {
    font-size:220%;
    margin-top:0;
}

.jointheunion p{
    margin-left:60px;
}

.jointheunion h3 {
    color: #fff;
    margin-left:0px;
    padding-left:0px;
    margin-bottom:20px;
    font-weight:normal;
    font-size:240%;
    text-align:center;
    padding-bottom:10px;
    background-color:#009ee2;
}

.jointheunion img {
    margin-left:-20px;
}

.container-fluid-news-main {
    margin-top: 60px;
}

.container-fluid-news-sub {
    margin-top: 10px;
}

.container-fluid-news-main .panel-heading, .container-fluid-news-sub .panel-heading {
    background-color:#4e1d76;
    color:#fff;
    text-align:center;
    border-radius: 0px;
    padding: 30px;
}

 .panel-heading a {
           color:#fff;
}

    .panel-heading a:hover {
        color: #fff;
        background-color: #399ee1;
    }

.container-fluid-news .panel-heading .panel-title,  a:link h4, .container-fluid-news .panel-heading .panel-title,  a:visited h4{
    font-size: 160%;      
    font-weight:100;
    
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    /*float: right;*/        /* adjust as needed */
    color: #fff;         /* adjust as needed */
    font-size:130%
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
}

.container-fluid-cpd {
	width:100%;
	color: #fff;
    border-top:solid 30px #fff;
     border-bottom:solid 30px #fff;
    background-image: url("../images/join/join-eis-3.jpg");
    background-size:cover;
	background-image: -webkit-linear-gradient(180deg,rgba(38,25,90,1.00) 0%,rgb(93, 53, 193) 44.04%);
	background-image: -moz-linear-gradient(180deg,rgba(38,25,90,1.00) 0%,rgb(93, 53, 193) 44.04%);
	background-image: -o-linear-gradient(180deg,rgba(38,25,90,1.00) 0%,rgb(93, 53, 193) 44.04%);
	background-image: linear-gradient(270deg,rgba(38,25,90,1.00) 0%,rgb(93, 53, 193) 44.04%);
	margin-top:20px;
    margin-bottom:30px;
    position:relative;
     padding:30px;
}
.title-bar {
    /*border-top: solid thin #009ee2;*/
    width: 100%;
    margin-top: 70px;
    margin-bottom: 30px;
    text-align:center;
    display:block;
}

footer {
    max-width:80%;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
}
.footer-links a {
    color:#ffd111;
}

.logo-holder {
    float:left;
    z-index:2100;
    position:absolute;
    /*padding-left:5%;*/
    background-color:#fff;
}

.bk-purple {
    background-color: #ffffff;
    padding: 10px;
    width: 340px;
    float: left;
    height: 113px;
    color: #4e1d76;
}

.bk-purple-txt {
    float: left;
    clear: none;
    width: 55%;
    margin-left: 3%;
    margin-top: 10px;
}

.bk-purple img {
    float:left;
    max-width:40%
}

.topnav-holder {
      background-color:#fff;
      width:100%;
      margin-bottom:70px;
}

.btn-nav {
    background-color: #330c52;
    /*border: solid thin #eaeaea;*/
    color: #fff;
}

.btn-sufqe {
    background-color: #32988b;
    color: #ffffff;
    border-right: 15px solid #3b61b6;
    font-size: 20px;
}
    .btn-sufqe:hover {
        background-color: #3b61b6;
        color: #ffffff;
        border-right: 15px solid #32988b; 
    }


.carousel {
    position:relative;
    bottom:0;  
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 5s ease-in-out;
    -moz-transition: opacity 5s ease-in-out;
    -ms-transition: opacity 5s ease-in-out;
    -o-transition: opacity 5s ease-in-out;
    transition: opacity 5s ease-in-out;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}
.carousel-control.left, .carousel-control.right {
    background-image:none;
}

.carousel-indicators {
    bottom: -53px;
}
.carousel-caption {

    right: 0%;
    left: 0%; 
    padding-bottom: 0px;
    text-align:right;
    bottom:5px;
}

.eightypercent p {
    font-size:130%;
    width:362px;
    background-color:#fff;
    position:relative;
    left:-21px;
    padding-left:25px;
    padding-right:25px;
    font-weight:bold;
}

.inner {
    padding:0px;
    /*background-color:#fff;*/
    color:#222;
    border-bottom:dotted thin #eaeaea;
    overflow:hidden; 
}

.btn.btn-nav:hover {
    color:#ccc;
}

.news-wide {
    margin-bottom: 50px;
    margin-left: 0px;
    /*max-height: 10px;*/
    overflow: hidden;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    /*margin-left: 15px;*/
    /*width: 98%;*/
    line-height: 1.7em;
    box-sizing: border-box;
    background-color: #f2f2f2;
    border: #eaeaea solid thin;
    border-radius: 10px;
    padding: 10px;
}

.news-wide img {
    float:left;
    margin-right:10px;
    height:100%;
    height:175px;
    width:250px;
    /*position:absolute;*/
        object-fit: cover;
   /*  margin-bottom: 15px;*/
}

    .news-wide h3 {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        margin-left: 0px;
        font-size: 150%;
        padding-left: 0px;
        /*border-left:solid medium #becbd6;*/
        color: #330c52;
        line-height: 1.1em;
        padding-bottom: 5px;
        font-weight: 200;
        margin-bottom: 5px;
        /*clear: both;*/
    }

.news-wide-content {
    width: 100%;
    margin-left: 0%;
    /*z-index: 200;*/
    position: relative;
    padding: 10px;
    border-radius: 10px 0 0 0;
    background-color: transparent;
    min-height: 100px;
    line-height: 1.7em;
}

.news-tall-home {
    margin-bottom:20px;
    color:#fff;
    box-sizing:border-box;
    /*overflow:hidden;*/
    min-height: 450px;
    padding-left:20px;
    padding-right:20px; 
}

.news-tall {
    margin-bottom: 20px;
    color: #fff;
    box-sizing: border-box;
    /*overflow:hidden;*/
    min-height: 540px; 
    overflow:hidden;
}
.news-tall .inner:hover{
          transform: scale(1.05); 
    background: #999999;
    color: #fff;
    transition: transform .5s ease;
}

.news-tall .inner, .news-tall-home .inner {
    border-bottom: none;
    background-color: #f2f2f2;
    height: 520px;
}

.news-tall h3, .news-tall-home h3 {
    margin-left: -15px;
    font-size: 130%;
    padding: 10px;
    /*border-left:solid medium #becbd6;*/
    line-height:1.5em;
    font-weight:bold;
    /*background-color: #4e1d76;
    border-top: solid 5px #fff;
    border-left: solid 5px #fff;*/
    color: #330c52;
    margin-right: -4%;
    /*border-top-left-radius: 10px;
    min-height:115px;*/
}

 .news-wide h3  a, .news-tall-home h3 a {
    color: #4e1d76; 
    font-weight: bold;
}

.news-tall h3  a, .news-tall-home h3 a {
    color: #330c52; 
    font-weight: bold;
}

.news-tall h3  a:hover, .news-wide h3  a:hover {
    color: #009ee2;
    text-decoration: none;
}

.news-tall img, .news-tall-home img {
    margin-bottom: 10px;
    width: 100%;
    height: 250px;
    object-fit:cover;
  }

.news-tall .empty-img, .news-tall-home .empty-img {
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
  }

.news-tall-content {
    width: 95%;
    margin-left: 5%;
    /*margin-top: -15%;*/
    z-index: 19;
    position: relative;
    padding: 10px;
    border-radius: 10px 0 0 0;
    line-height: 1.7em;
}

.top-box-item {
    padding: 20px;
    background-color: #330c52;
    color:#fff;
}

.top-box-item img
{
    max-height: 400px;
    width:25%;
    object-fit: cover;
}
.top-box-item h3{
    color:#fff;

}
.top-box-item a {color:#fff;}

.top-box-item .inner {border:none;}

.top-box-item .news-wide-content {
        width: 95%;
        margin-left: 3%;
        
        z-index: 19;
        position: relative;
        padding: 10px;
        border-radius: 10px 0 0 0;
    }

.bk-date {
    /*background-color:#4e1d76;
     border-top:solid 10px #fff;
     border-left:solid 10px #fff;*/
    text-align:right;
    padding:10px;
    color:#009ee2;
    /*margin-right:-5.5%;
    border-top-left-radius:5px;*/
}

.bk-date-box-item {
    right: 15px;
    margin-left: 20px;
    text-align: right;
    padding: 5px 10px 12px 10px;
    margin-bottom: 0;
    color: #333;
    position: absolute;
    top: 220px;
    float: right;
    background-color: #f2f2f2a6;
}

.bk-date-wide {
    text-align: right;
    background-color: #ddd;
    border-radius: 5px;
    display: inline-block;
    float: right;
    color: #330c52;
    padding: 10px;
}


.sej {
    text-align:center;
    margin-top:30px;
}

.sej-img {
    width:100%;
}

.btn-main {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 12px;
    background-color:#4e1d76;
    color:#fff;
    margin-top:20px;
    margin-bottom:20px;
    font-variant:small-caps;
    font-size:18px;
    font-weight:400;
}

.btn-banner {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    padding: 12px 6px;
    /*background-color:#4e1d76;*/
    color:#fff;
    margin-top:20px;
    margin-bottom:20px;
    /*font-variant:small-caps;*/
    font-size:18px;
    font-weight:100;
    border:solid thin #fff; 
    }

.btn-main a {
    color:#fff;
 }

.btn-main:hover {
    text-decoration: none;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color:#fff;
    background-color:#493d70;
    font-weight:100;
}

.eisfs {
    background-image: url(/content/images/layout/homepage/Financialservicesbanner.jpg);
    color:#fff;
    width:80%;
    padding-top:100px;
    padding-right:30px;
    padding-left:20px;
    border-radius: 10px;
}

/*#endregion */


/*#region Tablet EIS */
/*--------------------------------------------------------------------------
|  03 Tablet EIS CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width : 1223px) {
    .bk-purple img {
        float:left;
        max-width:100%
    }

    .bk-purple-txt {
        display:none;
    }

    .bk-purple { 
        padding:10px;
        width:160px;
        float:left;
    }

    .value-teachers {
        font-size:220%;
    }
}
/*#endregion Tablet EIS */

/*#region Ipads */
/*--------------------------------------------------------------------------
|  04 IPads CSS
--------------------------------------------------------------------------*/
@media  (max-width:1024px)  {
   .og-grid li {
        padding-right: 20px;
    }

    .og-grid li a img {
        height: 200px;
        width: 256px;
    }

    .carousel {    
        /*margin-top: 190px;*/    
    }

    .jointheunion {
        /*position:absolute;*/
        /*top:10px;
        left:10px;*/
        padding-bottom:60px;
        padding:10px;
    }

    .jointheunion p, .jointheunion h2 {
        font-weight: 300; 
     }

    .jointheunion h2 {
        font-size:170%;
        margin-top:0;
    }

    .jointheunion p {
         font-size:140%;
         margin-left:40px;
     }

   .jointheunion h3 {
       font-size:190%;
    }

   .jointheunion img {
       margin-left:-20px;
   }

   #carouselSlides .carousel-inner .item img {
        border: none;
        width: 80%;
    }

   .value-education-value {
        font-size:450%;
    }

   .value-education {
        font-size:300%;
    }

   .value-teachers-value {
        font-size:300%;
    }

   .value-teachers {
        font-size:220%;
    }

    .value-text {
        font-size:150%;
    }
}

@media only screen and  (max-width:768px)  {

}
/*#endregion */

/*#region Phones */
/*--------------------------------------------------------------------------
|  05 Phones CSS
--------------------------------------------------------------------------*/
@media (max-width:480px) {
    .container-fluid-page {
        margin-top:70px;
        max-width:92%;
        border-top-left-radius:120px;
        padding-right:15px;
        border-bottom-right-radius:130px;
        font-size: 90%;
    }
     .container-fluid-page h1{
         font-size:130%

     }
    .container-fluid-EISbanner{
       /* min-height:450px;*/
        margin-top:50px;
        padding-top:0px;
        padding-bottom: 20px;
      /*  padding-top:200px;*/
    }
    .container-fluid-EISbanner h2 {
        font-size:160%;
        width:100%;
        margin-top:0px;
    }

        .container-fluid-EISbanner h3 {
            font-size: 120%;
           bottom:0;
            margin-top: 0px;
            position:relative;
        }
    .sign-line2 {
        bottom:-25px;
        margin-bottom:25px;
    }
    .top-image {
    width:100%;
    padding:10px;
    }
    .top-image img{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:70px;
}

    .news-wide{
        margin-left:5px;
    }
    .news-wide img {
    float:left;
    margin-right:0px;
    height:100%;
    height:225px;
    width:100%;
    /*position:absolute;*/
        object-fit: cover;
        margin-bottom: 15px;
}
    .events{
        min-height:20px;
    }
    .og-grid{
        margin-left:0px;
    }
    .og-grid li a img
    { 
        width:100%;
        width:360px;
        height:300px;
    }
    .container-fluid-banner {         
        min-width:100%;
        /*background-image:none;*/
        padding:10px;
        /*background-image: -webkit-linear-gradient(180deg,rgba(17, 53, 116,1.00) 5%,#009ee2 94.04%);
        background-image: -moz-linear-gradient(180deg,rgba(17, 53, 116,1.00) 5%,#009ee2 94.04%);
        background-image: -o-linear-gradient(180deg,rgba(17, 53, 116,1.00) 5%,#009ee2 94.04%);
        background-image: linear-gradient(270deg,rgba(17, 53, 116,1.00) 5%,#009ee2 94.04%);*/
        border-radius:0 0 0 0;
        background-position-x:0px
    }

    footer {
        max-width:98%;
    }

    .eightypercent {
        position:relative;
        top:20px;
        margin-bottom:10px;
        left:10px;
        color:#009ee2;
        background-color:#fff;
        border: solid #009ee2 10px;
    }

    .jointheunion {
        position:relative;
        margin-top:50px;
        margin-left:0px;      
    }

    .jointheunion img {
        margin-left:-40px;
        padding-left:0px;
    }

    .jointheunion h2 {
        font-size:190%;
    }

    .jointheunion p {
        margin-left:20px;
        font-size:140%;
    }

    .jointheunion h3 {
       color:#fff;
       font-size:160%;
       font-weight:normal;
       margin-left:-10px;
       padding:15px;
    }

    .btn {
        margin-bottom:10px;
    }

    .eisfs {
        margin-left:auto;
        width:98%;
        padding-right:0px;
        margin-bottom:30px;
        border-radius: 0px;
        margin-right:auto;
    }

    .btn-nav, .btn-success {
        width:96%;
        margin:2%;
        text-align:left;
        overflow: hidden;
    }

    .logo-holder {
       margin-top: 50px;
   } 

    .value-teachers {
        font-size:220%;
    }

    .alertnotice {   
        font-size:160%;
        margin-top:75px;
    }

    .value-education-value {
        font-size:350%;
    }

   .value-education {
        font-size:250%;
    }

   .value-teachers-value {
        font-size:350%;
    }

     .value-teachers-Demo {
        font-size:150%;
    }

       .value-teachers-nat {
        font-size:100%;
    }

   .value-teachers {
        font-size:300%;
    }

    .value-text {
        font-size:150%;
    }

    #campaignRow {
        padding-left: 0px;
        background-color:#fffa05;
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    #campaignTitle {
        text-align: center;
        padding: 10px;
    }

    #carouselSlides {
        display: none;
    }

    #carouselQuotes {
        display: block;
    }

    .campaign-quote-name {
        color: #501D6D;
        font-size: 100%;
        font-family: 'Work Sans', sans-serif;
        margin:0;
    }

    .campaign-quote-job {
        color: #E6007E;
        font-size: 90%;
        font-family: 'Work Sans', sans-serif;
        margin:0;
    }

    .campaign-quote-text {
        color: #501D6D;
        font-size: 80%;
        font-family: 'Work Sans', sans-serif;
        margin:0;
        padding-top: 5px;
        quotes: '\201c' '\201d';
    }

    .countdown-holder {
        margin-top: 10px;
      /*  background-color: #f117ad;*/
    }
    .countdown {
        font-size: 80%;
       
    }
    p.campaign-quote-text:before { content: open-quote; }
    p.campaign-quote-text:after  { content: close-quote; }

    .email-button {
        display: none;
    }
}

/*#endregion */

/*#region Mid Laptop CSS */
/*--------------------------------------------------------------------------
|  06 Mid Laptop CSS
--------------------------------------------------------------------------*/
@media (min-width: 1281px) {
    .container {
        max-width: 80%;
    }

    .narrow {
        max-width: 80%;
    }

    #carouselSlides .carousel-inner .item img {
        border: none;
        width: 100%;
    }

    .value-teachers {
        font-size: 300%;
    }
}
/*#endregion */

/*#region Small Laptop CSS */
/*--------------------------------------------------------------------------
|  07 Small Laptop CSS
--------------------------------------------------------------------------*/
@media (min-width: 768px)
{
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        /* overflow: visible!important; */
        min-height: 599px;
        overflow: scroll;
    }
}
/*#endregion */


/*#region Large Laptop CSS */
/*--------------------------------------------------------------------------
|  08 Large Laptop CSS
--------------------------------------------------------------------------*/
@media (min-width: 1440px) {
    .container {
        max-width: 80%;
    }

    .narrow {
        max-width:80%;
    }

    #carouselSlides .carousel-inner .item img {
        border: none;
        width: 80%;
    }

    .value-teachers {
        font-size:240%;
    }
}
/*#endregion */

/*#region Larger Laptop CSS */
/*--------------------------------------------------------------------------
|  09 Larger Laptop CSS
--------------------------------------------------------------------------*/
@media (min-width: 1680px) {
    .container {
        max-width: 80%;
    }

    .narrow {
        max-width:80%;
    }

    #carouselSlides .carousel-inner .item img {
        border: none;
        width: 70%;
    }

    .value-teachers {
        font-size:240%;
    }
}
/*#endregion */

/*#region CMS styles for Laptops*/
/*--------------------------------------------------------------------------
|  10 CMS Laptop CSS
--------------------------------------------------------------------------*/
@media only screen and (max-width: 1440px) and (min-width: 768px) {
    .btn-nav {
        font-size: small;
    }

    #SearchCriteria {
        font-size: small;
        width: 150px !important;
    }

    .documentTitleColumn {
        width: 100px !important;
    }
}
/*#endregion*/


/*#region Admin and Members */
/*--------------------------------------------------------------------------
|  Admin and Members CSS
--------------------------------------------------------------------------*/
/* Misc admin form styles */
.formText {
    padding: 5px 5px 5px 15px;
}

.smallControl {
    height: 40px;
    padding: 5px;
    max-width:none;
}

.smallTextContainer {
    padding-top: 11px !important;
}

.smallControlContainer {
    padding-top: 0px;
}

.smallControlContainer input[type=checkbox] {
    margin-top: 20px;
}

.cmsHomePageCheckBoxContainer input[type=checkbox] {
    margin-top: 15px !important;
}

blockquote input[type=checkbox] {
    margin-top: 20px;
}

.input-group .btn-sm {
  font-size: 13px;
  border-radius: 3px;
  font-weight: normal;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
  color:#000000;

}

.input-group input {
  font-weight: normal;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 300;
}
.input-group-addon {
    color: #fff;
     border: none;
 }

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.text-danger {
    color: #ff0000;
}

.text-danger-small {
    color: #ff0000;
    font-size: small;
}

.text-ok {
    color: #4ab014;
}

.text-ok-small {
    color: #4ab014;
    font-size: small;
}

.text-info {
  color: #3a87ad;
}

.text-info-small {
  color: #3a87ad;
  font-size: small;
}

.table-label {
    font-weight: bold;
    vertical-align: top;
}

.leftMenuHeader
{
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 10px;
}

.form-inline {
    padding-bottom: 10px;
}

.form-inline .form-control {
    width: 100%;
}

.form-inline .control-label {
    padding-top: 10px;
}

.form-inline .col-form-label {
    padding-top: 10px;
}

.table-row-form-label {
    padding: 0px;
    margin-bottom: 0px;
    font-size: medium;
}

.table-row-form-control {
    height: 40px;
    padding: 5px;
    max-width: none;
    font-size: medium;
}

.jumbotron .control-label {
    margin-top: 10px;
}

.collapsibleArea {
    padding-top: 20px;
}

.statusFlag {
    margin-left: -14px;
    padding: 3px;
    border-radius: 3px;
}

.colorpickerAddOn {
    background-color: #eaeaea;
}

/* Jquery UI Dialog CSS */
.ui-dialog {
    font-family: "Lato", Calibri, Arial, sans-serif;
    font-weight: normal;
    font-size: medium;
    color: dimgray;
    padding: 5px;
    z-index: 1000 !important;
}

.ui-dialog div {
    border: 0;
}

.ui-dialog-content {
    background-color: white;
    padding: 10px;
}

.ui-dialog-titlebar {
	background-color: lightgray;
    border: 0;
    border-radius: 0px;
    font-weight: bold;
    font-size: medium;
    color: dimgray;
    padding: 10px;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

.ui-resizable-handle {
    height: 0px;
    width: 0px;
}

.ui-dialog-buttonset button {
  margin-top: 5px;
  padding: 6px 9px;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  border-radius: 3px;
}

.ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
}

.dialogDisplayPane {
    border: 2px solid #dce4ec !important;
    border-radius: 4px !important;
}

/* CSS needed for Tablesorter filtering if no theme in use */
.tablesorter .filtered {
    display: none;
}

.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

.tablesorter-filter-row td input[type=search] {
    padding: 5px;
    height: 30px;
    font-size: small;
    max-width: none;
}

.tablesorter-filter-row td select {
    padding: 5px;
    height: 30px;
    font-size: small;
    max-width: none;
}

.even-row {
    background-color: #FFFFFF;
}

.odd-row {
    background-color: #F8F9F9;
}

/* CMS styles */
#categoryTreeView {
    text-align: left;
    font-size: medium;
}

#categoryTreeView .list-group {
    box-shadow: none;
}

#documentList {
    width: 100%;
}

#documentListTable {
    border-radius: 15px; 
    overflow: hidden;
    display: table;
    width: 100%;
    table-layout: fixed;
}

#documentListTable td {
    font-size: small;
    white-space: normal;
    word-wrap: break-word;
}

#documentListTable td a {
    font-size: inherit;
}

#documentListTable th {
    font-size: small;
}

.cmsTreePanel {
    /*border-radius: 25px;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px #CCCCCC;*/
}

.treeViewPopup {
    text-align: left;
    font-family: "Lato", Calibri, Arial, sans-serif;
    font-size: small;
    font-weight: 300;
}

.treeViewPopup .list-group {
    box-shadow: none;
    /*height: 450px;*/
    /*overflow-y: scroll;*/
}

.treeViewPopup li {
    padding: 3px;
}

.note-btn-group button {
    color: black;
}

.ui-dialog-buttonset button:disabled,
.ui-dialog-buttonset button[disabled] {
    opacity: .60;
}

.tfootButton {
    font-weight: 400;
    margin-top: 5px;
}

.tfootButton:disabled,
.tfootButton[disabled] {
  opacity: .60;
}

#categoryOptions button:disabled,
#categoryOptions button[disabled] {
    opacity: .60;
}

.documentListMessage {
    text-align: center;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 15px; 
    width: 100%;
}

/* Date Picker */
.datePicker input {
    padding-left: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
    width: 100%;
}

.datePicker span {
    text-align: left;
    vertical-align: middle;
    padding: 4px;
    color:#fff;
    background-color: #4e1d76;
}

/*#endregion Admin and Members */

.login-info {
    padding-top: 30px;
}

.form-control-datepart-mm {
    width: 80px !important;
}

.form-control-datepart-yyyy {
    width: 100px !important;
}

.form-control-datepart-inline {
    display: inline-block;
    height: 40px;
}

.join-footer-table th, td {
    padding-left: 20px;
}

.row-space-below > td {
  padding-bottom: 15px;
}

.info-panel {
    background-color:#f2f2f2;
    padding:5px;
    color: dimgray;
    border-radius: 5px;
    font-size: small;
    text-align: left;
}

.school-type-list {
    margin-top: 0px !important;
}

.form-control-table {
    width: 100%;
    border: 2px solid #dce4ec;
    border-radius: 4px !important;
}

.form-control-table thead td {
    font-weight: bold;
    background-color: #eaeaea;
}

.form-control-table tr:nth-child(odd) {
    background-color: ghostwhite;
}

.form-control-table td {
    padding: 5px;
    border: 2px solid #dce4ec;
    font-size: medium;
    white-space: nowrap;
}

.form-control-table td select {
    font-size: medium;
    padding: 2px;
    width: 120px;
}

.form-control-hh {
    width: 70px !important;
}

.form-control-mm {
    width: 70px !important;
}

.form-section-abovelined {
    border-top: 2px solid #eaeaea;
    padding-top: 0px;
}

.form-section-abovelined label {
    padding-top: 20px;
}

.form-section-abovelined div {
    padding-top: 20px;
}

/* Fix to make sure CookieConsent plug-in always displays revoke option */
.cc-revoke {
    display: block !important;
}

/* Workload Sliders */
.range-container {
    display: inline-block;
    width: 300px;
}

.workload-range {
    padding: 5px;
    height: 40px;
}

.slider-output {
    color: #ffffff;
    background-color: #4ab014;
    padding: 6px 3px 0px 3px;
    height: 35px;
    border-radius: 5px;
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    text-align: center;
}

.slider-output-child
{
    padding: 6px 3px 0px 3px;
    height: 35px;
    border-radius: 5px;
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.control-label-small {
    font-size: smaller !important;
}

/* Generic slider CSS */
input[type=range] {
  height: 30px;
  -webkit-appearance: none;
  width: 90%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #828282;
  background: #C0C0C0;
  border-radius: 10px;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #BDBDBD;
  height: 22px;
  width: 22px;
  border-radius: 22px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #C0C0C0;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #828282;
  background: #C0C0C0;
  border-radius: 5px;
  border: none;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #474747;
  border: none;
  height: 22px;
  width: 22px;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #C0C0C0;
  border: none;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #C0C0C0;
  border: none;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #474747;
  border: 1px solid #BDBDBD;
  height: 22px;
  width: 22px;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #C0C0C0;
}

input[type=range]:focus::-ms-fill-upper {
  background: #C0C0C0;
}

/*--------------------------------------------------------------------------
|  Print CSS
--------------------------------------------------------------------------*/
@media print
{
    .non-printable { display: none !important; }
    .printable { display: block !important; }
}