html {overflow-y: scroll;}

@import url('https://fonts.googleapis.com/css2?Poppins:wght@500;600&family=Roboto:wght@500;700&family=Source+Sans+Pro:wght@200;300;400;600&display=swap');
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	line-height:1;
	height: 100%;
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}

:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #EFEFEF; /* Safari */
	color: #000000;
}
::-moz-selection {
	background: #EFEFEF; /* Firefox */
	color: #000000;
}
.sticky,
.gallery-caption,
.wp-caption, 
.bypostauthor,
.wp-caption-text {}



/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    
color: #5c5c5c;
font-weight: 400;

}
.wrapper {
    width: 1281px;
    margin: 0 auto;
    padding: 25px 25px 0px 25px;
    background-color: #FFFFFF;
 
}
.header-wrapper 
{
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 101;
}

.header 
{
    padding-top: 0px;
    width: 1281px;
    margin: 0 auto;
        padding-bottom: 25px;
}
.logo {
    float: left;
    vertical-align: top;
    padding-top: 0px;
}
.scanlines {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(style/images/tile.png);
}


.graphicbar {
width: 100%;
padding: 0;
margin: 0 auto;
background-color: #FFFFFF;
border-bottom: solid 2px #cbd4df;
}

p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
	font-weight: 300;
}

a {
    text-decoration: none;
    color: #0072CD;
    font-weight: 700;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover {
    color: #0072CD;
    text-decoration: none;
}

.educationlink:hover {
    color: #0072CD;
    text-decoration: underline;
}


a:visited {
    color: #0072CD;
    text-decoration: none;
}



h1 {
  
  -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	font-size: 38px;
    line-height: 1.4;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0072CD;

    
    }


h2 {    font-size: 18px;
        line-height: 26px;
padding-top: 5px;
padding-bottom: 12px;
margin-top: 5px;
color: #333333;
}

h3 {font-size: 1.0em;
text-transform: uppercase; 
letter-spacing: -0.0425em;
padding-top: 5px;
margin-top: 5px;
color: #0072CD;
}

h4 {font-size: 1.0em;
text-transform: uppercase; 
letter-spacing: -0.0425em;
padding-top: 5px;
margin-top: 5px;
color: #0072CD;
}



.box2 p {
  font-size: 16px;
  font-weight: 400;
padding-top: 5px;
margin-top: 5px;
color: #636363;

}

.bluebold { text-decoration: none;
color: #0072CD;
font-weight: 700;
font-size: 0.75em;

}



ul {
font-size: 0.875em;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: outside;
    
}
ul li {
    padding: 0px 0px 0px 0px;
    margin: 0;
}


ul li ul {
font-size: 0.875em;
    line-height: 1.5;
    padding-left: 25px;
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: outside;
    
}
ul li ul li{
    padding: 0px 0px 0px 0px;
    margin: 0;
}





ul.bullet {
    margin-bottom: 20px;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 4%;
    margin-right:4%;
    list-style-type: disc;
    list-style-position: outside;
    
}
ul.bullet li {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

ul.bullet2 {
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 4%;
    padding-left: 4%;
    margin-right:0px;
    list-style-type: disc;
    list-style-position: outside;    
}
ul.bullet2 li {
    padding: 0;
    margin: 0;
}


ol {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 20px;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4;
    margin-left: 4%;
    margin-right:4%;
}
ol li {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

hr {
    border: none;
    background: transparent url(style/images/line.png) repeat-x;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;

}



.buttonbold { text-decoration: none;
color: #0072CD;
font-weight: 700;
font-size: 0.60em;
padding: 4px 15px 4px 15px;

}

.formtitle 
{
font-size: 1.0em;
padding-top: 5px;
margin-top: 5px;
color: #0072CD;
}




/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
.one-half {
    width: 48%
}
.one-third {
    width: 30.66%
}
.two-third {
    width: 65.33%
}
.one-fourth {
    width: 22%
}
.three-fourth {
    width: 74%
}
.one-fifth {
    width: 16.8%
}
.two-fifth {
    width: 37.6%
}
.three-fifth {
    width: 58.4%
}
.four-fifth {
    width: 67.2%
}
.one-sixth {
    width: 13.33%
}
.five-sixth {
    width: 82.67%
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.column-wrapper {
    overflow: hidden;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	TOP NAVIGATION
/*-----------------------------------------------------------------------------------*/
#menu-wrapper .menu 
{
    
    list-style: none;
    float: right;
    position: relative;
    z-index: 1003;
    padding: 0px 0px 0px 0px;
}
#menu-wrapper .menu ul {
    margin: 0;
    list-style-type: none;
    position: relative;
    overflow: inherit;
}
#menu-wrapper .menu ul li {
    position: relative;
    float: left;
    background: none;
    padding-left: 0px;
    margin-left: 0px;
}



#menu-wrapper .menu ul li a 
{
    
   
   
    display: block;
    text-decoration: none;
    line-height: 1;
	text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #66686b;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding: 0;
    font-weight: 700;
    padding: 43px 22px 0px 43px;
    
}
#menu-wrapper .menu ul li.active a
{

    color: #0072CD;
    
}
#menu-wrapper .menu ul li a:hover 
{
   
    color: #0072CD;
}
#menu-wrapper .menu ul li.active li a {
    color: #0072CD;
}

* html .menu {
    height: 1%;
}
.selectnav {
    display: none;
    width: 250px;
    text-align: center;
	padding:7px 5px;
	font-size:1.0em;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	background-color: #EFEFEF;
    border:1px solid #b1b1b1;
	color:#444444;
    margin: 0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	CONTENT BOXES
/*-----------------------------------------------------------------------------------*/

.box2 {

    padding: 35px 25px;
    border: 0px solid #95a5a6;
    text-align: center;
    background-color: #FFFFFF;
    min-height: 175px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}


.box2:hover{
cursor: pointer;
}


    .box2 h3 {
        font-family: 'Roboto', sans-serif;
        letter-spacing: normal;
		color: #0072CD;
    }



.button2
{
    display: block;
    text-transform: uppercase;
    background: #FFFFFF;
    color: #0072CD;
	   font-family: 'Poppins', sans-serif;
   border: 1px solid #0072CD;
    text-align: center;
    padding: 10px 10px;
    margin: 10px 40px;
    margin-top: 5px;
    font-weight: 700;

}

.button2:hover
{
background-color: #f78d2c;
border: 1px solid #f78d2c;
   color: #FFF;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}



.One {
    background-image: url('images/icon_question.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.One:hover {
    background-image: url('images/icon_question.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.Two {
    background-image: url('images/numberTwo.png');
     background-repeat: no-repeat;
    background-position: top center;
}

.Two:hover {
    background-image: url('images/numberTwoON.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.Three {
    background-image: url('images/numberThree.png');
     background-repeat: no-repeat;
    background-position: top center;
}

.Three:hover {
    background-image: url('images/numberThreeON.png');
    background-repeat: no-repeat;
    background-position: top center;
}

.Four {
    background-image: url('images/numberFour.png');
     background-repeat: no-repeat;
    background-position: top center;
}

.Four:hover {
    background-image: url('images/numberFourON.png');
    background-repeat: no-repeat;
    background-position: top center;
}


.content.box,
#comment-wrapper.box,
.sidebar.box {
    margin: 0
}

img {
    max-width: 100%;
}




.content {
    width: 670px;
    float: left;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer-wrapper {
background-color: #FFFFFF;
    margin-top: 60px;
    font-size: 0.75em;
}
#footer {
    width: 1281px;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
        color: #8f8f8f;
}



#footer a,
.site-generator a 
{
        color: #8f8f8f;

}


#footer a:hover,
.site-generator a:hover {
    color: #0072CD;
}

.sub {
    font-size: 0.875em;
    line-height: 0.5;
}
.activepage {
color: #0072CD;
}

#footer ul li {
    list-style: none
}

.site-generator-wrapper {
background-color: #FFFFFF;
    overflow: hidden;
}
.site-generator {
    width: 1010px;
    margin: 0 auto;
    padding: 20px 0px 0px 0px;
}
.site-generator p {
    padding: 0
}

