@charset "utf-8";
/* CSS Document */


body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #040c1f;
	background-image: url(../wp-content/themes/kgpr/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: normal;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #05537E;
	line-height: normal;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #05537E;
	line-height: normal;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #333;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #333;
	list-style-type: square;
	list-style-position: outside;
	margin-left: -10px;
	margin-bottom: 5px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #42413C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
a:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

a.linkfooter:link {
	color: #CCCCCC;
	text-decoration: underline; 
}
a.linkfooter:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a.linkfooter:hover, a:active, a:focus { 
	text-decoration: none;
}

a.linknav:link {
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 25px;

}
a.linknav:visited {
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;

}
a.linknav:hover, a:active, a:focus {
	color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: underline;

}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 100%;
	margin: 0 auto;
	}

.container2 {
	width: 100%;
	max-width: 1085px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #fff;
	background-position: center top;
	margin: 0 auto;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	padding-left: 25px;
	padding-top: 15px;
	background-image: url(../wp-content/themes/kgpr/images/backgroundheader.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.textblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #05537E;
	line-height: normal;
}

.icons {
	width: 300px;
	float: right;
	padding-top: 35px;
	padding-right: 25px;
	text-align: right;

}
.TopNav {
	background-color: #05537E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #CCC;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;

}

.sidebar1 {
	float: right;
	width: 300px;
	padding-right: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	color: #333;
}
.header1 {
	float: right;
	width: 290px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	background-color: #05537E;
	text-transform: uppercase;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 36px
	margin-bottom: 10px;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #05537e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




/* fix sidebar template page */
#content-sidebar {
    width: 100% !important;
    max-width: 675px !important;
    float: left !important;
	padding: 0 15px !important;
}

h3.widget-title {
    background: #05537E;
    color: #fff !important;
    padding: 5px;
    font-size: 16px;
    font-weight: 800;
}

/*home page */

.border-home {
    border: thin solid #ccc;
    min-height: 275px;
    height:100%;
    padding: 15px; 
}

p.cff-date {
    /* display: none; */
}

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

.sidebar1 {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}

#content-sidebar {
    width: 100% !important;
    max-width: 90% !important;
    float: none !important;
    padding: 0!important;
    margin: 0 auto;
    
}
.container2 {
    width: 100%; 
    max-width: 100%;
    background-color: #fff;
    background-position: center;
    margin: 0 auto;
}

}
@media (max-width: 768px) {


.TopNav {
	width:100%;
	max-width:700px;
}
.su-column.su-column-size-1-2.border-home {
    width: 100% !important;
    text-align: center;

}

[class*="su-column"] + [class*="su-column"]:last-child {
    float: none;
    width: 100%;
}


.su-row .su-column:first-child {
    margin-left: 0;
    width: 100%;
}

}

