* {
    box-sizing: border-box;
}


div:focus {
  outline: none;
  border: none;        
  box-shadow: none;   
}

/* make changes to tinyImage and mobileImage as well */

.roundCorners {
/*
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
*/
}


div[class*='button'], span[class*='button'], div[class$='button'], span[class$='button'] {
   cursor:pointer;
}

body {
   background-color: #F1F1F1;
   background-color: #DAE0E6;
   background-color: #e5e5e5;
   background-color: #ffffff;
   margin:0px;
   font-family: Roboto, sans-serif, 'Source Sans Pro', helvetica,  arial, 'Source Sans Pro', helvetica;
   line-height:1.45;
}


body,p,table,td,tr {
   font-size: 18px;
   color:#111;
}

p {
   margin-bottom:15px;
}


* {
  margin: 0;
}


html, body {
  height: 100%;
}

.lowercase  { text-transform:lowercase; }
.uppercase { text-transform:uppercase; }


li {
   font-size:18px;
   margin-top:4px;
}

.wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -250px; 
}


.wrapper:after {
  content: "";
  display: block;
}


.footer, .wrapper:after {
  height: 300px; 
  padding-top:10px;
}



.footer {
   background-color:#0F3652;
   background-color:#111;
   color:#FFF;
}

.childwrapper {
   position:relative; 
   /* padding-top:20px; */
   margin:auto; 0px; 
   margin-bottom:250px; 
   margin-top:20px; 
/*background-color:#FFFFFF;*/
}

.childwrapper hr {
   margin:10px;
}


.childwrapper p {
   margin:10px;
}

.childwrappernoborders {
   position:relative; 
   margin:auto; 0px; 
   margin-bottom:250px; 
   margin-top:5px; 
   padding:5px;
}


.childwrappernoborders hr {
   margin:10px;
}


.childwrappernoborders p {
   margin:10px;
}


.topheader {
   width:100%; 
   /* height:300px; */
   position:relative;
   /* background-color: #E1E1E1;*/
}


.topheader h1{
   color:#000000;
}


.topheader h2{
   color:#000000;
}

.topheader h3{
   color:#000000;
}

.topheader h4{
   color:#000000;
}

.topheader h5{
   color:#000000;
}

.topheader span{
   font-size:17px;
   color:#000000;
}


.topheader p{
   margin:3px;
   font-size:18px;
   font-weight:bold;
   color:#000000;
}

.topheader a:link    {
  text-decoration:  none;
  font-size:18px;
  color:#000000; 
}


.topheader a:visited {
  text-decoration:  none;
  font-size:18px;
  color:#000000; 
}


.topheader a:hover   {
  text-decoration:  underline;
  font-size:18px;
  color:#000000; 
}


.topheader a:active  {
  text-decoration:  none;
  font-size:18px;
  color:#000000; 
}


.footer h1{
   color:#FFF;
}


.footer h2{
   color:#FFF;
}

.footer h3{
   color:#FFF;
}

.footer span{
   font-size:18px;
   color:#FFF;
}


.footer p{
   margin:3px;
   font-size:18px;
   font-weight:bold;
   color:#FFF;
}

.footer a:link    {
  text-decoration:  none;
  font-size:14px;
  color:#FFF;
}


.footer a:visited {
  text-decoration:  none;
  font-size:14px;
  color:#FFF;
}


.footer a:hover   {
  text-decoration:  underline;
  font-size:14px;
  color:#FFF;
}


.footer a:active  {
  text-decoration:  none;
  font-size:14px;
  color:#FFF;
}




hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(189, 189, 189, 0.3);
}


.calbox {
  width:34px;
  float:left;
  -moz-box-shadow:    2px 2px 5px 0px #999;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
   box-shadow:        2px 2px 5px 0px #999;
}

.calyear {
   width:34px;
   background-color:#D6D6D7;
   color:black;
   text-align:center;
   font-size:9px;
   margin-bottom:0px;
   padding:2px;
}

.redcalmonth {
   width:34px;
   background-color:red;
   background: -webkit-linear-gradient(#FF3C3C, #FF0000);
   background: -o-linear-gradient(#FF3C3C, #FF0000);
   background: -moz-linear-gradient(#FF3C3C, #FF0000);
   background: linear-gradient(#FF3C3C, #FF0000);
   color:white;
   text-align:center;
   font-size:11px;
   margin-bottom:0px;
   padding:2px;
}

.redcalday {
   width:34px;
   height:15px;
   line-height:15px;
   text-align:center;
   color:#AAA;
   color:#000;
   font-size:14px;
   font-weight:bold;
   background: -webkit-linear-gradient(#EDEDEF, #D6D6D7);
   background: -o-linear-gradient(#EDEDEF, #D6D6D7);
   background: -moz-linear-gradient(#EDEDEF, #D6D6D7);
   background: linear-gradient(#EDEDEF, #D6D6D7);
   padding:2px;
}


.redcalyear {
   width:34px;
   background-color:#D6D6D7;
   color:#AAA;
   color:#000;
   text-align:center;
   font-size:9px;
   margin-bottom:0px;
   padding:2px;
}

.calmonth {
   width:34px;
   background-color:#00365A;
   background: -webkit-linear-gradient(#045599, #00365A);
   background: -o-linear-gradient(#045599, #00365A);
   background: -moz-linear-gradient(#045599, #00365A);
   background: linear-gradient(#045599, #00365A);
   color:white;
   text-align:center;
   font-size:11px;
   margin-bottom:0px;
   padding:2px;
}


.calday {
   width:34px;
   height:15px;
   line-height:15px;
   text-align:center;
   color:black;
   font-size:14px;
   font-weight:bold;
   background: -webkit-linear-gradient(#EDEDEF, #D6D6D7);
   background: -o-linear-gradient(#EDEDEF, #D6D6D7);
   background: -moz-linear-gradient(#EDEDEF, #D6D6D7);
   background: linear-gradient(#EDEDEF, #D6D6D7);
   padding:2px;
}


a:link    {
  text-decoration:  none;
  color:            #444;
  color:            #0B57D0;
} 

a:visited {
  text-decoration:  none;
  color:            #444;
  color:            #0B57D0;
} 

a:hover   {
  text-decoration:  underline;
  color:            #0B57D0;
} 

a:active  {
  text-decoration:  none;
  color:            #444;
  color:            #0B57D0;
} 


.logo {
   font-size:25px;
   color: #FFF;
}

a.logo:link    {
  font-weight:bold;
  text-decoration:  none;
  color:            #666666;
}

a.logo:visited {
  text-decoration:  none;
  color:            #666666;
}

a.logo:hover   {
  text-decoration:  none;
  color:            #666666;
}

a.logo:active  {
  text-decoration:  none;
  color:            #00CC00;
  color:            #666666;
}

.bottomBorder {
   border-bottom:4px solid transparent;
}

.bottomBorder:hover {
   border-bottom:4px solid red;;
}



/* transparent border so real one wont change element */


.althover {
   color: #000;
   border-left: solid 4px transparent;
   padding-left:5px;
   padding-right:5px;
   height:38px;
   line-height:38px;
}

.althover:hover {
   border-left: solid 4px red;
   border-left: solid 4px #EE4B2B;
   padding-left:5px;
   padding-right:5px;
   background:#EBF6FD;
}


h1.h1header {
   color: #00365A;
   text-transform: uppercase;
   font-weight: bold;
}

h1 {
   font-size: 25px;
   /* margin-bottom:10px; */
   font-weight: 300;
}

h1.listitem {
   display: list-item; 
   list-style-type: square;
   list-style-position: inside;
}

/*
h1 span {
   float:right;
   color: #000;
   font-weight:300;
}
*/

h2 {
/*   margin-bottom:10px; */
   font-size: 19px;
   font-weight: 300;
}

h2 span {
   font-weight: 300;
}

h2.listitem {
   display: list-item; 
   list-style-type: square;
   list-style-position: inside;
   padding-bottom:5px;
   padding-top:5px;
}

h2.h2header {
   color: #000;
   padding:5px;
   font-weight: bold;
   border-left:solid 5px #EE4B2B;
   background-color: #E0E0E0;
   background-color: #F1F1F1;
}

h2.h2header span{
   float:right;
   color: #000;
   font-weight:300;
}

h2.h2header a:active {
  color: #FFF;
  color: #555554;
  color: #0B57D0;
}

h2.h2header a:visited {
  color: #FFF;
  color: #555554;
  color: #0B57D0;
}

h2.h2header a:link {
  color: #FFF;
  color: #555554;
  color: #0B57D0;
}

h2.h2header a:hover {
  color: #FFF;
  color: #0B57D0;
  text-decoration: none;
}

h2.h2large {
   margin: 0px;
   font-size: 25px;
   font-weight:bold;
}


h2.h2medium {
   margin: 0px;
   font-size: 20px;
   font-weight:normal;
}




h3 {
   font-size: 18px;
   margin-bottom:10px; 
   font-weight: 300;
}

h3 span {
   font-weight: 100;
}

h3.h3header {
   color: #00365A;
   font-weight: bold;
}

h3.h3header span{
   float:right;
   color: #000;
   font-weight:300;
}

h3.h3header a:active {
  color:#000;
}

h3.h3header a:visited {
  color:#000;
}

h3.h3header a:link {
  color:#000;
}

h3.h3header a:hover {
  color:#000;
  text-decoration: underline;
}

.h4yellowlink a:link {
  color: yellow; 
}



h4 {
   margin-bottom:10px; 
   font-size: 18px;
   font-weight: 300;
}

h4 a:active {
  color:            #0B57D0; 
}

h4 a:visited {
  color:            #0B57D0; 
}

h4 a:link {
  color:            #0B57D0; 
}

h4 a:hover {
  color:            #0B57D0; 
  text-decoration: underline;
}

h4 span {
   font-weight: 100;
}


h1 a:active {
  color:            #0B57D0; 
}

h1 a:visited {
  color:            #0B57D0; 
}

h1 a:link {
  color:            #0B57D0; 
}

h1 a:hover {
  color:            #0B57D0; 
  text-decoration: underline;
}


h2 a:active {
  color: #306CD1;
}

h2 a:visited {
  color: #306CD1;
}

h2 a:link {
  color: #306CD1;
}

h2 a:hover {
  text-decoration: none;
  color: #4886EE;
  text-decoration: underline;
}



h3 a:active {
  color:            #0B57D0; 
}

h3 a:visited {
  color:            #0B57D0; 
}

h3 a:link {
  color:            #0B57D0; 
}

h3 a:hover {
  color:           #0B57D0; 
  text-decoration: underline;
}


/* ----------------------- Message Box -------------------- */

.errormessage {
   position:relative;
   width: 650px;
   margin: 0 auto;
   margin-top:40px;
   border:1px solid #DDD;
   background: #FFF;

}

.errormessage  p {
   font-size:18px;
   color: #000;
   padding:5px;
   margin-top:10px;
   margin-bottom:10px;
}

.errormessage  img {
   height:24px;
}

.errormessage h2 {
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: red;
   color: #FFF;
   font: 18px  'Trebuchet MS', 'Source Sans Pro', helvetica;
   padding:5px;
}


.infomessage {
   width: 600px;
   margin: 0 auto;
   margin-top:20px;
   border:1px solid #DDD;
   background: #FFF;
}

.infomessage h2 {
   background: #6FDC6F;
   font: 16px  'Trebuchet MS', 'Source Sans Pro', helvetica;
   color: #FFF;
   margin:0 auto;
   padding:5px;
}

.infomessage  p {
   font: 16px  'Trebuchet MS', 'Source Sans Pro', helvetica;
   font-weight: 100;
   color: #000;
   padding:10px;
   line-height:125%;
}

.warningmessage {
   width: 600px;
   margin: 0 auto;
   border:1px solid red;
   border:1px solid #CCC;
   background: #F1F1F1;
}

.warningmessage h2 {
   background: #FF6633;
   background: red;
   font: 15px  'Trebuchet MS', 'Source Sans Pro', helvetica;
   color: #FFF;
   margin:0 auto;
   padding:5px;
}

.warningmessage  p {
   font: 16px  'Trebuchet MS', 'Source Sans Pro', helvetica;
   font-weight: 100;
   color: #000;
   padding:10px;
   line-height:125%;
}


.topmenu {
   background-color:#0F3652;
   color: #FFF;
}


/* ----------------------- start of main menu -------------------- */

.menubackground {
   background-color: black;
   /*border-bottom:4px solid #243438;*/
   transition: all 0.7s ease-out;
   border-radius: 0px
}


.main_menu
{
    heigh:50px;
    line-height:50px;
    color:#D1D1D1;
    position:relative;
    font-size:18px;
    margin-top:0px;
}

.main_menu ul
{
    padding:0px;
    margin:0px;
    /* this margin is normally 0 but i made it negative the amount of padding left so it really aligns far left */
    /* If I change the padding left for .main_menu ul li a make changes here as well */
    margin-left:-10px;
    list-style:none;
    font-size:18px;
}

.main_menu ul li
{
    /* Individual menus accross the top */
    padding:0px;
    margin:0px;
    float:left;
    font-size:18px;
}


.main_menu ul li a
{
    /* color on main menu not sub */
    display:block;
    text-decoration:none;
    padding-right: 10px;
    padding-left: 10px;
    color:#000;
    color:#FFF;
    font-size:18px;
}


.clearmenubackground ul li a
{
    /* color on main menu not sub */
    display:block;
    text-decoration:none;
    padding-right: 10px;
    padding-left: 10px;
    font-size:18px;
    /*color:#145AB9;*/
}


.main_menu ul li a:hover
{
    /* colors when hovering over main menu  items on top menu.*/
    text-decoration:none;
    background: #272727;
    background: red;
    background: #EE4B2B;
    color: #FFFFFF;
    font-size:18px;
}


.main_menu ul li ul
{
     display: none;
     width: auto;
     position:absolute;
     top:50px; /* This should be the height of the menubackground div so it lines up at the bottom */
     padding:0px;
     margin:0px;
    font-size:18px;
}

.main_menu ul li:hover ul
{
     display: block;
     position: absolute;
     margin: 0px;
     padding: 0px;
     z-index:1;
    font-size:18px;
}

.main_menu ul li:hover li
{
    float: none;
    list-style:none;
    margin:0px;
    font-size:18px;
}

.main_menu ul li:hover li
{
    /* color of drop down background */
    /* This is color of sub menus background before a hover */
    background:#FAFAFA;
    margin-bottom:0px;
    font-size:18px;
}

.main_menu ul li:hover li a
{
    /* sub menu  text and box*/
    padding:0 10px;
    display:block;
    /* width:300px; */ removed. it screws up with mobile
    color: #333;
    color: #000;
    border-left: solid 4px transparent;
    /* change the size of the hove menu options so they are not as big as the main menu bar which is 6px */
    height:50px;
    line-height:50px;
    font-size:18px;
}

.main_menu ul li li a:hover
{
    /* Submenu text on hover */
    /* The color behind the menus that drop down and get hovered on */
    border-left: Solid 4px red;
    border-left: Solid 4px #EE4B2B;
    background:#EBF6FD;
    text-decoration:none;
    font-size:18px;
}

/* ----------------------- end of main menu -------------------- */


textarea {
   background: #FFF;
   border:1px solid #333333;
   padding: 5px;
   margin-top: 0px;
   font: 18px sans-serif, 'Source Sans Pro', helvetica,   sans-serif, 'Source Sans Pro', helvetica;
   color: #68696B;
   border:1px solid #CCC;
}

textarea:hover {
   box-shadow: 0px 0px 2px 2px #83B6F3;
   -moz-box-shadow: 0px 0px 2px 2px #83B6F3;
   -webkit-box-shadow: 0px 0px 2px 2px #83B6F3;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color='#83B6F3')";
}


textarea:focus {
   box-shadow: 0px 0px 2px 2px #83B6F3;
   -moz-box-shadow: 0px 0px 2px 2px #83B6F3;
   -webkit-box-shadow: 0px 0px 2px 2px #83B6F3;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color='#83B6F3')";
}

.autofillfields {
   background: #E1E9EE;
   color: #333333;
}


input {
   background: #F4F4F6;
   border:1px solid #333333;
   padding: 3px;
   height: 35px;
   font: 16px sans-serif, 'Source Sans Pro', helvetica,   sans-serif, 'Source Sans Pro', helvetica;
   color: #68696B;
   border:1px solid transparent;
   border:1px solid #CCC;
}

.searchbtn {
   background-color:#4184F3; 
   background-image: url(siteimages/icons/white_search.png); background-size:100%; background-repeat:no-repeat; background-position:center;
   height:35px; 
   width:35px; 
   cursor:pointer;
   border:1px solid #4184F3;
}

.magnifybtn {
   background-color:#0F2C3D;
   background-color: RoyalBlue;
   border: 0px solid transparent;
   background-image: url(siteimages/icons/white_search.png); background-size:cover; background-repeat:no-repeat; background-position:center;
   height:34px; 
   width:34px; 
   cursor:pointer;
}


input[type="file"] {
   height:40px;
   text-align:center;
   font-size:18px;
   font-weight:100;
   padding:7px;
}


input[type="submit"] {
   height:35px;
   background:#4184F3;
   text-align:center;
   font-size:18px;
   font-weight:100;
   color:#FFF;
   padding:7px;
}



input:hover {
}


input[type="checkbox"] {
  vertical-align:middle;
  margin-right:5px;
  background-color:transparent;
  height:25px;
  width:25px;
}


input[type="radio"] {
  margin: 10px;
  width: 25px;
  height: 25px;
  vertical-align:middle;
  background-color : transparent;
}



input:focus {
   box-shadow: 0px 0px 2px 2px #83B6F3;
   -moz-box-shadow: 0px 0px 2px 2px #83B6F3;
   -webkit-box-shadow: 0px 0px 2px 2px #83B6F3;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color='#83B6F3')";
}

select {
   background: #F4F4F6;
   background: #E1E9EE;
   border:1px solid #333333;
   padding: 3px;
   /* height: 34px; */
   margin-top: 0px;
   font: 18px sans-serif, 'Source Sans Pro', helvetica,   sans-serif, 'Source Sans Pro', helvetica;
   color: #68696B;
   border:1px solid transparent;
   border:1px solid #CCC;
}


select:hover {
   box-shadow: 0px 0px 2px 2px #83B6F3;
   -moz-box-shadow: 0px 0px 2px 2px #83B6F3;
   -webkit-box-shadow: 0px 0px 2px 2px #83B6F3;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color='#83B6F3')";
}


div.tabs {
   height:36px;
   display: block;
   text-align:center;
   font-size:18px;
   font-weight:100;
   text-transform: uppercase;
   color:#AAA;
   padding:5px;
   border: 1px solid #EEE;
}

div.tabs a:link {
   color: #000;
   text-decoration: none;
}

div.tabs a:visited {
   color: #000;
   text-decoration: none;
}

div.tabs:hover {
   background:#FFBA00;
}


div.redbutton, span.redbutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: white;
   background: red;
   padding:4px;
   transition: all 0.3s ease-out;
}  
   
   
div.whitebutton, span.whitebutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: black;
   background: white;
   padding:4px;
   transition: all 0.3s ease-out;

}

div.orangebutton, span.orangebutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: white;
   background: orange;
   padding:4px;
   transition: all 0.3s ease-out;

}


div.graybutton, span.graybutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: white;
   background: gray;
   padding:4px;
   transition: all 0.3s ease-out;

}


div.bluebutton, span.bluebutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: white;
   background: #4184f3;
   padding:4px;
   transition: all 0.3s ease-out;
}


button.bluebutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: white;
   background: #4184f3;
   padding:4px; 
   transition: all 0.3s ease-out;
}  


button.orangebutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: white;
   background: orange;
   padding:4px;
   transition: all 0.3s ease-out;
}


div.clearbutton, span.clearbutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: black;
   padding:4px;
   border: 1px solid #575757;
   transition: all 0.3s ease-out;
}


div.greenbutton, span.greenbutton {
   display: flex;
   align-items:center;
   justify-content:center;
   height:35px;
   font-size:18px;
   font-weight:100;
   color: white;
   background: green;
   padding:4px;
   transition: all 0.3s ease-out;
}


div.smallgreenbutton, span.smallgreenbutton {
   display: flex;
   align-items: center;
   justify-content:center;
   font-size:13px;
   color: white;
   background: green; 
   padding:4px;
   transition: all 0.3s ease-out;
}

div.smallbluebutton, span.smallbluebutton {
   display: flex;
   align-items: center;
   justify-content:center;
   font-size:13px;
   color: white;
   background: #4184f3;
   padding:4px;
   transition: all 0.3s ease-out;
}


div.smallorangebutton, span.smallorangebutton {
   display: flex;
   align-items: center;
   justify-content:center;
   font-size:13px;
   color: white;
   background: orange;
   padding:4px;
   transition: all 0.3s ease-out;
}


div.smallredbutton, span.smallredbutton {
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1 px solid red;
   font-size:13px;
   color: white;
   background-color: red;
   padding:4px;
   transition: all 0.3s ease-out;
}


div.smallgraybutton, span.smallgraybutton {
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid gray;
   font-size:13px;
   color: white;
   background-color: gray;
   padding:4px;
   transition: all 0.3s ease-out;
}


div.smallclearbutton, span.smallclearbutton {
   display: flex;
   justify-content: center; 
   align-items: center;
   border: 1px solid #575757;
   font-size:13px;
   color: black;
   padding:4px;
   transition: all 0.3s ease-out;
}


div[class*="whitebutton"]:hover {
   color: black;
   text-decoration: none;
}

div[class*="whitebutton"] a:link {
   color: black;
   text-decoration: none;
}

div[class*="whitebutton"] a:visited {
   color: black;
   text-decoration: none;
}

div[class*="whitebutton"] a:active {
   color: black;
   text-decoration: none;
}


div[class*="greenbutton"]:hover {
   color: white;
   text-decoration: none;
}

div[class*="greenbutton"] a:link {
   color: white;
   text-decoration: none;
}

div[class*="greenbutton"] a:visited {
   color: white;  
   text-decoration: none;
}

div[class*="greenbutton"] a:active {
   color: white;  
   text-decoration: none;
}

div[class*="redbutton"]:hover {
   color: white;  
   text-decoration: none;
}

div[class*="redbutton"] a:link {
   color: white;
   text-decoration: none;
}

div[class*="redbutton"] a:visited {
   color: white;
   text-decoration: none;
}

div[class*="redbutton"] a:active {
   color: white;
   text-decoration: none;
}


div[class*="graybutton"]:hover {
   color: white;
   text-decoration: none;
}

div[class*="graybutton"] a:link {
   color.gray;
   text-decoration: none;
}

div[class*="graybutton"] a:visited {
   color: white;
   text-decoration: none;
}

div[class*="graybutton"] a:active {
   color: white;
   text-decoration: none;
}


div[class*="bluebutton"]:hover {
   color: white;
   text-decoration: none;
}


div[class*="bluebutton"] a:link {
   color: white;
   text-decoration: none;
}

div[class*="bluebutton"] a:visited {
   color: white;
   text-decoration: none;
}

div[class*="bluebutton"] a:active {
   color: white;
   text-decoration: none;
}

div[class*="orangebutton"]:hover {
   color: white;
   text-decoration: none;
}

div[class*="orangebutton"] a:link {
   color: white;
   text-decoration: none;
}

div[class*="orangebutton"] a:visited {
   color: white;
   text-decoration: none;
}

div[class*="orangebutton"] a:active {
   color: white;
   text-decoration: none;
}


div[class*="clearbutton"]:hover {
   color: black; 
   text-decoration: none;
}

div[class*="clearbutton"] a:link {
   color:  black;
   text-decoration: none;
}

div[class*="clearbutton"] a:visited {
   color:  black;
   text-decoration: none;
}

div[class*="clearbutton"] a:active {
   color:  black;
   text-decoration: none;
}


span[class*="whitebutton"]:hover {
   color: black;
   text-decoration: none;
}

span[class*="whitebutton"] a:link {
   color: black; 
   text-decoration: none;
}

span[class*="whitebutton"] a:visited {
   color: black;
   text-decoration: none;
}

span[class*="whitebutton"] a:active {
   color: black;
   text-decoration: none;
}

span[class*="greenbutton"]:hover {
   color: white;
   text-decoration: none;
}

span[class*="greenbutton"] a:link {
   color: white;
   text-decoration: none;
}

span[class*="greenbutton"] a:visited {
   color: white;
   text-decoration: none;
}

span[class*="greenbutton"] a:active {
   color: white;
   text-decoration: none;
}


span[class*="redbutton"]:hover {
   color: white;
   text-decoration: none;
}

span[class*="redbutton"] a:link {
   color: white;
   text-decoration: none;
}

span[class*="redbutton"] a:visited {
   color: white;
   text-decoration: none;
}

span[class*="redbutton"] a:active {
   color: white;
   text-decoration: none;
}


span[class*="graybutton"]:hover {
   color: white;
   text-decoration: none;
}

span[class*="graybutton"] a:link {
   color: white;
   text-decoration: none;
}

span[class*="graybutton"] a:visited {
   color: white;
   text-decoration: none;
}

span[class*="graybutton"] a:active {
   color: #FFF;
   text-decoration: none;
}


span[class*="bluebutton"]:hover {
   color: white;
   text-decoration: none;
}


span[class*="bluebutton"] a:link {
   color: white;
   text-decoration: none;
}

span[class*="bluebutton"] a:visited {
   color: white;
   text-decoration: none;
}

span[class*="bluebutton"] a:active {
   color: white;
   text-decoration: none;
}

span[class*="orangebutton"]:hover {
   color: white;
   text-decoration: none;
}

span[class*="orangebutton"] a:link {
   color: white;
   text-decoration: none;
}

span[class*="orangebutton"] a:visited {
   color: white;
   text-decoration: none;
}

span[class*="orangebutton"] a:active {
   color: #FFF;
   text-decoration: none;
}


span[class*="cslate.csslearbutton"]:hover {
   color: #4183F;
   background:#1F272F;
   text-decoration: none;
}

span[class*="clearbutton"] a:link {
   color: #CCC;
   text-decoration: none;
}

span[class*="clearbutton"] a:visited {
   color: #CCC;   
   text-decoration: none;
}

span[class*="clearbutton"] a:active {
   color: #CCC;   
   text-decoration: none;
}




div.homeimage {
   color:white; 
   top:45%; 
   left:20%;
}


#ckbutton label span {
   display:inline-block;  /* This makes the margin for top work for span */
   float: left;
   cursor: pointer;
   text-align:center;
   font-size:18px;
   padding-top:5px;
   padding-bottom:5px;
   padding-left:10px;
   padding-right:10px;
   border:1px solid #CCC;
   color:#CCC;
   margin-right:10px; 
   margin-top:10px;
}

#ckbutton label input {
   display: none;
}

#ckbutton input:checked + span {
   background-color:#FF8000;
   background-color:#EEE;
   background-color:#00FF55;
   background-color:green;
   color:white;
}

#ckbutton label span:hover {
   background-color:#FF8000;
   background-color:#EEE;
   background-color:#B3FFCC;
   color:black;
   background-color:#00FF55;
   background-color:green;
   color:white;
}

#ckbutton input:checked + span:hover {
   background-color:#C11E00;
   background-color:#FF8080;
   background-color:#FF471A;
   background-color:#E42217;
   color:white;
}


.profilename {
   font-size:20px;
   font-weight:bold;
   float:left; 
   border:0px solid; 
   overflow:hidden;
   white-space: pre-line;
   word-wrap: break-word;
}

.profiletext {
   font-size:18px;
   color: #777;
   float:left; 
   border:0px solid; 
   overflow:hidden;
   white-space: pre-line;
   word-wrap: break-word;
}

.circular24{
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
}


.circular32{
   border-radius: 16px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
}


.circular40{
   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
}

.circular50{
   border-radius: 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
}


.circular75{
   border-radius: 37px;
   -webkit-border-radius: 37px;
   -moz-border-radius: 37px;
}


.circular100{
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
}

.circular125{
   border-radius: 67px;
   -webkit-border-radius: 67px;
   -moz-border-radius: 67px;
}


.circular150{
   border-radius: 75px;
   -webkit-border-radius: 75px;
   -moz-border-radius: 75px;
}


.circular200{
   border-radius: 100px;
   -webkit-border-radius: 100px;
   -moz-border-radius: 100px;
}

button.loadbutton {
   text-align:center; 
   height:40px; 
   font-size:18px; 
   font-weight:100; 
   color:#007A99; border: 1px solid #377CEA; 
   padding-left:10px; 
   padding-right:10px;
}

.likefootnote {
   margin-left:15px;
   font-size:13px; 
   color: red;
}

.footnote {
   margin-left:15px;
   font-size:13px; 
   color: green;
}


.graydiv {
   width:100%; 
   margin:0px;  
   background-color:#AAA;
}

.darkdiv {
   width:100%; 
   margin:0px;  
   background-color:#EAEEF0;
}

.lightdiv {
   width:100%; 
   margin:0px;  
   background-color:#FFF;
}

.fulldarkblue {
   width:100%; 
   margin:0px;  
   background-color:#0F2C3D;
}



.fullblue {
   width:100%; 
   margin:0px;  
   background-color:#F0F3F9;
}

.fullalt {
   padding-top:20px;
   padding-bottom:20px;
   width:100%;
   margin:0px;
   background-color:#F8F8F8;
}

span.annonymous {
   color: #CCC;
}


span.greenbold {
   color: green;
   font-weight:bold;
}


.imagemask {
   background: rgba(0,0,0,.2); 
   /* background: linear-gradient( rgba(0,0,0,0.7), rgba(0,0,0,0.0) ); */
   filter: alpha(opacity=100);
   -ms-filter: "alpha(opacity=100)";
   opacity: 1;
   /* color: #FFF; */
}


.tabcontent {
   padding:5px; 
   padding-top:20px;
   padding-bottom:20px;
   background-color:white;
   border-left:1px solid #EEE;
   border-right:1px solid #EEE;
   border-bottom:1px solid #EEE;
}

.tabdefault {
   cursor:pointer; 
   font-weight:bold; 
   background-color:#FFF; 
   color:#000; 
   border-bottom:0px;
}




.roundcorners {
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px; 
   border-radius: 3px; 
}




.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: relative;
    top:40px; 
    right:55px;
    line-height:30px;
    background-color: #DDD;
    font-size:18px;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-bottom:20px;
    /* z-index: 10; */
}


/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
   background-color: #FFF
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


.iframe {
    position:relative;
    width:100%;
    height:400px;
    border:3px solid black
}


div.navselected {
   font-family:   Roboto, sans-serif, 'Source Sans Pro', helvetica,    arial, 'Source Sans Pro', helvetica;
   font-size:18px;
   font-weight:100;
   float:left;
   margin: 5px;
   color:#555;
   border:solid 3px #BBB;
   background-color:#FFF;
   padding: 5px;
   padding-left:  10px;
   padding-right: 10px;
}

div.navgrayedout {
   font-family: Roboto, sans-serif, 'Source Sans Pro', helvetica,    arial, 'Source Sans Pro', helvetica;
   font-size:18px;
   font-weight:100;
   float:left;
   margin: 5px;
   margin-bottom:5px;
   color:#DDD;
   padding: 5px;
   padding-left:  10px;
   padding-right: 10px;
   border:solid 3px #E5E5E5;
}

input.nav  {
   font-family: Roboto, sans-serif, 'Source Sans Pro', helvetica,    arial, 'Source Sans Pro', helvetica;
   font-size:18px;
   font-weight:100;
   margin: 5px;
   color: #444;
   background: transparent;
   border:solid 3px #E5E5E5;
}

div.nav {
   font-family: Roboto, sans-serif, 'Source Sans Pro', helvetica,    arial, 'Source Sans Pro', helvetica;
   font-size:18px;
   font-weight:100;
   float:left;
   margin: 5px;
   color: #444;
   border:solid 3px #E5E5E5;
   padding: 5px;
   padding-left:  10px;
   padding-right: 10px;
}

div.navclear {
   clear:both;
}


div.nav:hover {
   background: #EEE;
   color: #555;
   border:solid 3px #C5C5C5;
   padding: 5px;
   padding-left:  10px;
   padding-right: 10px;
}

div.nav a:link {
   color: #555;
}

div.nav a:visited {
   color: #555;
}

div.nav a:active {
   color: #555;
}

div.nav a:hover {
   color: #555;
   border:solid 3px #EEE;
}

div.navselected:hover {
   background: #EEE;
}

div.navselected a:link {
   color: #EEE;
}

div.navselected a:visited {
   color: #EEE;
}

div.navselected a:active {
   color: #EEE;
}

div.navselected a:hover {
   color: #FFF;
}


.quoteContainer {
   background-color:#F6F6F6;
   border:1px solid #E1E1E1;
   color: red;
   font-size:13px;
   font-style: italic;
   padding:5px;
   margin:10px;
}



.mainContainerNoBorders {
   background-color:#FFFFFF;
   position:relative;
   width:100%;
   padding:5px;
}



.borderedContainer {
   border:1px solid #E1E1E1;
   position:relative;
   width:100%;
   padding:5px;
}



.mainContainer {
   background-color:#FFFFFF;
   border:0px solid #E1E1E1; 
   position:relative;
   width:100%;
   padding:5px;
}



.articleContainer {
   background-color:#FFFFFF;
   border:1px solid #E1E1E1;
}


.sidecontainer {
   background-color:#FFFFFF;
   padding:0px;
   padding-top:0px; 
   border:1px solid #E1E1E1;
   /*border:1px solid #BDBDBD;*/
   box-shadow: 0 8px 6px -6px rgba(0,0,0,0.10),
               0 12px 12px -12px rgba(0,0,0,0.10),
               0 16px 16px -16px rgba(0,0,0,0.10);

}

.roundedcorners {
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

/* Graph */

.graphcontainer {
   position:relative;
   color:#FFF;
   height:25px;
   width:10px;
   background-color:#BBB;

}

.redgraphfiller {
   height:25px;
   background-color:#ce0505;
   background: -webkit-linear-gradient(#c10404, #ce0505);
   background: -o-linear-gradient(#c10404, #ce0505);
   background: -moz-linear-gradient(#c10404, #ce0505);
   background: linear-gradient(#c10404, #ce0505);
   float:left;
}

.graphfiller {
   height:25px;
   background-color:#047101;
   background: -webkit-linear-gradient(#068903, #047101);
   background: -o-linear-gradient(#068903, #047101);
   background: -moz-linear-gradient(#068903, #047101);
   background: linear-gradient(#068903, #047101);
   float:left;
}


.graphlabel {
   position:absolute;
   left:10px;
   font-size:18px;
   font-weight:500;
   color:#FFF;
   padding:2px;
   text-shadow:5px 5px 10px black;
}


.stylishButton {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.stylishButton:hover {
  background: #06D85F;
}

.stylishBox {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}



.blueribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}


.blueribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}


.blueribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}


.blueribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}


.redribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}


.redribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}


.redribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}


.redribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}


.greenribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}

.greenribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#8AB30C 0%, #6F9909 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}

.greenribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #6F9909;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #6F9909;
}

.greenribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #6F9909;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #6F9909;
}


.bio {
   color:#555;
}


.sideads {
/*
   background-color:#FFFFFF;
   background-color:#F3F3F3;
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #EEEEEE;
   border-left: 1px solid #EEEEEE;
   outline: 1px solid #DDDDDD;
*/
   border:1px solid #BDBDBD;
   padding:5px;
}


.divDetails {
   background-color:#FFFFFF;
   border:1px solid #BDBDBD;
   padding:5px;
   z-index: 1000;
}



.thumbCaptions {
   background: rgba(51,51,51,0.6);
   background: #333333ad;  /* add ad after color to make transparent */
   background: #000;  /* add "ad" after color to make transparent */
   background: #EDf6Fd;  /* add "ad" after color to make transparent */
   background: #303030;  /* add "ad" after color to make transparent */
   background: #111111;  /* add "ad" after color to make transparent */

   color: #D3D3D3;
   border:1px solid #BDBDBD;
   padding:3px;
   /* Make the position like the flex margins */
   position:absolute;
   left: -7px;
   top: calc(100% - 14px);
   z-index:99999;
}

.thumbCaptions input {
   padding: 3px;
   height: 35px;
   font: 16px sans-serif, 'Source Sans Pro', helvetica,   sans-serif, 'Source Sans Pro', helvetica;
   background-color:#474747;
   color:#FFF;
}

.thumbCaptions textarea {
   padding: 3px;
   height: 70px;
   resize: none;
   overflow: auto;
   font: 16px sans-serif, 'Source Sans Pro', helvetica,   sans-serif, 'Source Sans Pro', helvetica;
   background-color:#474747;
   color:#FFF;
}

.thumbCaptionsComment {
   font: 16px sans-serif, 'Source Sans Pro', helvetica,   sans-serif, 'Source Sans Pro', helvetica;
   color:#FFF;
   padding: 3px;
}


.thumbCaptions a:link    {
  text-decoration:  none;
  font-weight: bold;
}


.thumbCaptions a:visited {
  text-decoration:  none;
  font-weight: bold;
}


.thumbCaptions a:hover   {
  text-decoration:  underline;
  font-weight: bold;
  color: #FFF;
}


.thumbCaptions a:active  {
  text-decoration:  none;
  color: #D3D3D3;
}

.thumbCaptions h4{
   color: #FFF;
}


.thumbContainers {
   background-color:#FFFFFF;
   border:1px solid #BDBDBD;
   padding:5px;
}


.thumbContainers h3{
   padding-top:5px;
}


.thumbContainers h4{
   padding-top:5px;
   color: #FFF;
}

.breadcrumbs {
   background-color:#FFFFFF;
   border:1px solid #BDBDBD;
   padding:5px;
   color:#000;
}


.questionContainer {
   background-color:#FFFFFF;
/*
   background-color:#F3F3F3;
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #EEEEEE;
   border-left: 1px solid #EEEEEE;
   outline: 1px solid #DDDDDD;
*/
   border:1px solid #BDBDBD;
   padding:5px;

   width:100%;
   margin-bottom:10px;
}



.indexContainers {
   background-color:#FFFFFF;
/*
   background-color:#F3F3F3;
   border-top: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-bottom: 1px solid #EEEEEE;
   border-left: 1px solid #EEEEEE;
   outline: 1px solid #DDDDDD;
*/
   border:1px solid #BDBDBD;
   padding:5px;
}

.descriptionContainer {
   background-color:#FFFFFF;
   padding:0px;
   padding-top:0px;
   border:1px solid #E1E1E1;
   box-shadow: 0 8px 6px -6px rgba(0,0,0,0.10),
               0 12px 12px -12px rgba(0,0,0,0.10),
               0 16px 16px -16px rgba(0,0,0,0.10);
}


.metricsContainer {
   background-color:#F1F1F1;
   border:0px solid #BDBDBD;
   padding:5px;
   position:relative;
   width:100%;
   padding:5px;
   margin-bottom:10px;
}

/*
.metricsContainer a:link    {
  text-decoration:  none;
  color:#000;
}


.metricsContainer a:visited {
  text-decoration:  none;
  color:#000;
}


.metricsContainer a:hover   {
  text-decoration:  none;
  color:#000;
}


.metricsContainer a:active  {
  text-decoration:  none;
  color:#000;
}
*/


.commentsContainer {
   background-color:#FFFFFF;
   border:1px solid #E1E1E1;
   padding:5px;
   position:relative;
   width:100%;
   padding:5px;
   margin-bottom:10px;
}

.commentsContainer hr {
   margin:0px;
   margin-top:15px;
   margin-bottom:15px;
}

.commentsContainer:hover {
}

.noBlurryEdges {
   position:absolute; 
   top:0px; 
   left:0px;
   width:100%; 
   height:100%; 
   overflow:hidden; 
   inset 0 0 200px #000000; 
}

.flexit {
    display: -webkit-flex;
    display: flex;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.fixbelowmenu {
   position: fixed;
   top: 0px;
   border:1px solid #0078D7;
   z-index:500;
}

.menubelowmenu {
   position: fixed;
   top: 60px;
   z-index:500;
   /*margin-left:-5px;*/
   /*width: calc(100% + 10px);*/
}


#pbc {
   width:250px; 
   margin: 0 auto;
   margin-bottom:20px;
   height:17px;
   background:#BBB;
   border:1px solid #777;
}

#pb {
   position:relative;
   top:0px;
   background: #4184f3;
   width:0%;
   height:16px;
   color:#FFF;
   text-align:center;
}

#pbt {
   position:relative;
   top:-22px;
   color:#FFF;
   text-align:center;
   height:8px;
   padding:4px;
   font-size:12px;
   font-weight:bold;
}

/*
.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 3px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  top:0px;
  left:0px;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
*/

.stdoutheader {
   background-color:#11172B;
   color: #FFFFFF;
}

.imgborders {
   border:5px solid #FFFFFF;
}
   

.shadow1 {
   box-shadow: 0 8px 6px -6px rgba(0,0,0,0.10),
               0 12px 12px -12px rgba(0,0,0,0.10),
               0 16px 16px -16px rgba(0,0,0,0.10);
}


.shadow2 {
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow3 {
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow4 {
   border: 1px solid #EEE;
   box-shadow: -1px 10px 10px -1px rgba(0,0,0,0.19);
}
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.leftdiv {
   /*background-color:#2C3644;*/
}

.flexThumbs {
  display: flex;
}

/* .flexThumbs > div:not(:last-child) { */

.flexThumbs div {
    margin: 7px;
}

.flexBreak {
  flex-basis: 100%;
  height: 0;
}


@keyframes blinking {
  0% {
    background-color: #8F0808;
    color: #FFFFFF;
  }
  100% {
    background-color: #F70505;
    color: #FFFFFF;
  }
}

.blinky {
    animation: blinking 1s infinite;
}

.indexcomments {
   width: 100%
   margin:0 auto; 
   margin-top:20px; 
   margin-bottom:20px; 
   position:relative; 
   background-color: #FFFFFF;
}


.althover1
{
   color: #747474;
   padding:5px;
}


.althover1:hover
{
   padding:5px;
   color: #000;
   background:#F6F6F6;
   text-decoration: none;
}


.althover1 a:link    {
  text-decoration:  none;
  color: #747474;
}


.althover1 a:visited {
  text-decoration:  none;
  color: #747474;
}


.althover1 a:hover   {
  text-decoration:  none;
  color:#000;
}


.althover1 a:active  {
  text-decoration:  none;
  color:#747474;
}



.divhover
{
    border-left: Solid 4px transparent;
    background: transparent;
    padding:10px;
    font-size:18px;
}

.divhover:hover
{
    border-left: Solid 4px #EE4B2B;
    background:#E3EBF2;
    padding:10px;
    font-size:18px;
}

.commentPhraseHover
{
    border-left: Solid 4px transparent;
    background: transparent;
    padding:3px;
    font-size:18px;
}

.commentPhraseHover:hover
{
    border-left: Solid 4px #EE4B2B;
    background:#252525;
    padding:3px;
    font-size:18px;
}

.transparentBackground {
   background: rgba(0,0,0,.4);
   filter: alpha(opacity=100);
   -ms-filter: "alpha(opacity=100)";
   opacity: 1;
   padding:2px;
}


.transparentCaption {
   width: 100%;
   z-index: 500;
   background: rgba(0,0,0,.4);
   filter: alpha(opacity=100);
   -ms-filter: "alpha(opacity=100)";
   opacity: 1;
   color: #FFF;
   font-size:14px;
   font-weight: bold;
/*   padding: 5px; */
   cursor:default; 
}


.transparentCaption a:link    {
  text-decoration:  none;
  font-size:14px;
  color:#FFF;
}


.transparentCaption a:visited {
  text-decoration:  none;
  font-size:14px;
  color:#FFF;
}


.transparentCaption a:hover   {
  text-decoration:  none;
  font-size:14px;
  color:#FFF;
}


.transparentCaption a:active  {
  text-decoration:  none;
  font-size:14px;
  color:#FFF;
}


/* this takes care of everything behind the modalContent which is the form we have created for loggingin */
.modal {
   display: none; 
   position: fixed;
   z-index: 10000; 
   left: 0;
   top: 0;
   width: 100%; 
   height: 100%;
   overflow: auto;
   background-color: rgb(0,0,0); 
   background-color: rgba(0,0,0,0.8);
 }


/* this is the pop up box we use on top of the modal. Look at login.php for example */
.modalContent {
   z-index: 10000;
   position: absolute;
   top: 50%;
   left: 50%;
   width:450px;
   transform: translate(-50%, -50%);
   color: #000;
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.middleTextContainer {
   display: flex;
   /* justify-content: center; */
   align-items: center; 
}


.profileMenu {
   background-color: white;
   color: black;
}

.profileMenu a:link {
   color:black;
}

.profileMenu a:visited {
   color:black;
}

.profileMenu a:hover {
   color:black;
}

.profileMenu a:active {
   color:black;
}

.postHighLight {
   padding:5px;
   padding-bottom:25px;
   border: 1px solid #E0E0E0;
   background-color:#F6F6F6;
}

.standOut a:link    {
  text-decoration:  none;
  color: #4169E1;
}


.standOut a:visited {
  text-decoration:  none;
  color: #4169E1;
}


.standOut a:hover   {
  text-decoration:  underline;
  color:#000;
}


.standOut a:active  {
  text-decoration:  none;
  color: #4169E1;
}

a.noColor { color: #000; text-decoration:none; }

.translucentCaptions {
   position:absolute;
   z-index:1000;
   paddin:3px;
   filter: alpha(opacity=60);
   background: rgba(0,0,0, 0.6);
   color: #FFF;
}

.translucentCaptions a:link    {
  text-decoration:  none;
  color:#FFF;
}


.translucentCaptions a:visited {
  text-decoration:  none;
  color:#FFF;
}


.translucentCaptions a:hover   {
  text-decoration:  none;
  color:#FFF;
}


.translucentCaptions a:active  {
  text-decoration:  none;
  color:#FFF;
}

.redBorder {
   border-left:solid 6px #EE4B2B;
   padding-left:5px;
}

.imgCanvas {
   position: relative;
   background-color:#1F1F1F;
   margin-left: auto; 
   margin-right: auto;
   border-radius: 0px;
}

div.buttonStyleBorder {
   border: 1px solid #DDDDDD; 
}

.zoom {
   overflow:hidden;
   transition: transform .2s; /* Animation */
}

.zoom:hover {
   -ms-transform: scale(1.2); /* IE 9 */
   -webkit-transform: scale(1.2); /* Safari 3-8 */
   transform: scale(1.2); 
}


.captionMenu {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  margin-right:5px;
  cursor:pointer;
  background: transparent;
  display: flex;
  align-items:center; 
  justify-content: center;
}


.captionUserInfo {
   /* put a pill shaped encluser around the caption/ user ifno */
   -moz-border-radius: 15px; 
   -webkit-border-radius: 15px; 
   border-radius: 15px;
   background: transparent;
   padding: 0px 5px 0px 5px;
   margin-left:5px;
   height:35px;
   /* align all in in middle */
   display: flex;
   align-items: center;

}

.popupPosition {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:10;
}

.popupBox {
   min-width: 60vw;
   max-width: 70vw;
   max-height: 70vh;
   overflow-y: auto;
   background-color: #F9F9F9;  
   color: #000;
   border:1px solid #000;
   padding:5px;
   font-size:18px;
}

.popupBox input {
   padding: 3px;
   height: 35px;
   font-size:18px;
}

.popupBox textarea {
   padding: 3px;
   height: 70px;
   resize: none;
   overflow: auto;
   font-size:18px;
}

.popupBox a:link    {
  text-decoration:  none;
  color: #000080;
  color: #4184f3;
  color: #0B57D0;
  font-size:18px;
}

.popupBox a:visited {
  text-decoration:  none;
  color: #000080;
  color: #4184f3;
  color: #0B57D0;
  font-size:18px;
}


.popupBox a:hover   {
  text-decoration:  underline;
  color: #000080;
  color: #0B57D0;
  font-size:18px;
}


.popupBox a:active  {
  text-decoration:  none;
  color: #000080;
  color: #4184f3;
  color: #0B57D0;
  font-size:18px;
}

.popupBox h4{
   color: #000;
   font-weight:bold;
}

.borderedImage {
   margin:0px;
   padding:0px;
   border:2px solid #62BEF7;
   border:2px solid #000;
}


.captionAvatar {
   /* The circular par of the avatar */
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   /* formatting of the avatar */
   height:24px; 
   width:24px; 
   background: #FFFFFF;
}

/* Keep gap out from bottom of div */
.MagicThumb {
   font-size:0;
   line-height:0;
}

div.headerStyle {
   color: #000;
   padding:5px;
   border-left:solid 5px #EE4B2B;
   background-color: #E0E0E0;
   background-color: #F1F1F1;
}

.hidden {
   display:none;
}

.mobileFont li {
   font-size: 13px !important;
}

.mobileFont ul {
   font-size: 13px !important;
}

.mobileFont a {
   font-size: 13px !important;
}

.mobileFont p {
   font-size: 13px !important;
}

div.mobileFont {
   font-size: 13px !important;
}

span.mobileFont {
   font-size: 13px !important;
}

div.tinyWhite {
   color: white;
   font-weight: 300;
}

span.tinyWhite {
   color: white;
   font-weight: 300;
}

.tinyWhite p {
   color: white;
   font-weight: 300;
}

.linkColor { 
   color: #0B57D0;
}

.mobileImage img {
   max-width: 290px !important;
   height: auto !important;
   margin:0px; !important;
   border: solid 2px black; !important;
/*
    -moz-border-radius: 7px; !important;
    -webkit-border-radius: 7px; !important;
    border-radius: 7px; !important;
*/
}           

.tinyImage img {
   margin-right:10px; !important;
   border: solid 1px black; !important;
/*
    -moz-border-radius: 7px; !important;
    -webkit-border-radius: 7px; !important;
    border-radius: 7px; !important;
*/


}           

.tox-tinymce {
    resize: both !important; /* or vertical !important */
}

.push {
   margin-left: auto;
}

.hideScrollBar {
        scrollbar-width: none;
        -ms-overflow-style: none;
}

