/*	Default Layout
	92px columns, 24 px gutters, 72 px margins, 1234px total (extra space for scrollbars)
	-------------------------------------------------------------------------------
cols    1    2     3     4     5     6     7     8     9     10     11     12     13
px      68   160   252   344   436   528   620   712   804   896	988    1050   1142 */

/* <![CDATA[ */
	   		/*--------------------LEGEND -----------------------+
		|                                                   |
		| .content   -- the content div, also the className |
		|               for tabSystem divs                  |
		| .tabs      -- the div that holds all tabs         |
		| .tab       -- an inactive tab                     |
		| .tabActive -- an active tab                       |
		| .tabHover  -- an inactive tab onMouseOver         |
		|___________________________________________________*/
		
     .content {
	width: 100%;
	z-index: 1;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(89,20,121,.5);
	border-right-color: rgba(89,20,121,.5);
	border-bottom-color: rgba(89,20,121,.5);
	border-left-color: rgba(89,20,121,.5);
     }
          
	.content .content{
		margin-left: 20px;
	}
	
     .content .padder{
       height: 50px;
     }
  
     
    .tabs {
	font-size: 14px;
	line-height: 16px;
	cursor: pointer !important;
	z-index: 1000;
	-Moz-User-Select: none;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -3px;
      }  
        
       
.tab {
	padding: 10px 15px 10px 15px;/*2px 9px 1px 9px*/
	background-color: rgba(89,20,121,1);
	color: #fff;
	z-index: 100;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(89,20,121,.5);
	border-right-color: rgba(89,20,121,.5);
	border-bottom-color: rgba(89,20,121,.5);
	border-left-color: rgba(89,20,121,.5);
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
   display: inline-block;
     transition: all .6s ease-in-out;
      }

.tab:hover {
    background-color: rgba(89,20,121,.5);
}

.tabActive {
	color: rgba(89,20,121,1);
	background-color: #FFF;
	z-index: 10000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px; 
	border-bottom-style: none;
	
      }
    .tabActive:hover {
        background-color: #fff;
    }  
     
/*----------- Icon style ----------*/

.fas {
            font-size: 20px;
        }
		
		.fa-2x {
			font-size: 2.5em!important;
		}
		
		.grid-2 {
			grid-gap: 5px!important;
		}
		
		/*.grid- .bluebutton {
			margin:0;
		}*/
		
		.bluebutton {
			 background: #346abd;
    border: 1px solid #bbb;
    padding: 4px 6px;
    border-radius: 5px;
			margin: 5px 3px;
    display: inline-block;
            
		}
	
		a.bluebutton {
			color: #fff!important;
		}
        
.bluebutton:hover {
    background: #FFF;
    border: 1px solid #aaa;
    padding: 4px 6px;
}

	.bluebox {
		background: #2E5FA8;
        /*background: rgba(52,106,189,1);*/
		color: #fff;
    	border: 1px solid #bbb;
   		padding: 15px;
    	border-radius: 5px;
		margin: 15px 3px;
    	/*display: inline-block;
		width: 90%;*/
        cursor: pointer;
		}

	.bluebox ul li {	
		color: #FFFFFF;
		list-style-image: none;
		list-style: disc;
	}

	.bluebox a {
   /* color: #FFFFFF;*/
        color: #C7DCFC;
    font-weight: normal;
		}

	.bluebox a:hover {
		color: #fff;
		}

/*.toolkit-links {
	display: none;
}*/

.hidden>div {
	display:none;
}

.visible>div {
	display:block;
}


/*		10 Column Layout: 992px. 
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

@media only screen and (min-width: 992px) and (max-width: 1221px) {
	
	.tabs {
	margin-bottom: 0;
	font-size:13px;
      } 
	
	.tab {
	padding: 7px 10px 2px 10px;
	}
 
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	nav {padding: 8px 0;
	}
}

@media only screen and (max-width: 479px) {
	nav {padding: 5px 0;
	}
	
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
		.tabs {
	margin-bottom: 0;
	font-size:12px;
      } 
	
	.tab {
	padding: 7px 7px 2px 7px;
	}

     .none {
            display: none;
        }
}


/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436   */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.tabs {
	margin-bottom: 0;
	font-size:12px;
      } 
	
	.tab {
	padding: 7px 10px 2px 10px;
	}
    .tabs {
        display: inline;
    } 
         .none {
            display: none;
        }
    

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 479px) {

 .content {
	width: 90%;
     }

.tabs {
	margin-top:0;
    margin-bottom: 0;
	font-size:12px;
    display: block;
      }
    
.tab {
	width: 100%!important;
    border-radius: 0;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(89,20,121,.5);
    }
    
.tabActive {
	padding: 10px 15px 12px;
}
  
    

}