/*
 */

@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,700|Merriweather:400,700,300);


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #212121;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "Merriweather", serif;
    font-weight: 400;  
}


iframe {
	height: auto;
}

#wufooFormq13zdajs0a4lmjx {
	height: 620px;	
}

#wufooFormm1aiz91x06t269s {
	height: 1022px;
}


.ctct-disclosure {
	display: none;
}

#ctct-submitted {
	background-color: #191760;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	color: #fff;
	border: 2px solid white;
}

.ctct-form-wrapper .success {
	background-color: rgba(46, 204, 64, 0.02);
	border-color: #7663AF;
	color: #7663AF;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
 
 

::-moz-selection {
    background: #250065;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #250065;
    color: #fff;
    text-shadow: none;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Raleway', sans-serif;
	color: #250065;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-transform: uppercase;
	
}

h1 {
	font-size: 2.6em;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}


p {
	margin: 0 0 2%;
	font-size: 1em;
	line-height: 1.6em;	
}


a {
	color: #250065;
	text-decoration: none;
}

a:visited {
	color: #250065;
}


a:active,
a:hover {
	color: #695F99;
	outline: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.menu {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	
	
}

.menubg {
	background: url('../img/menu.png') 0 0 scroll;
	padding-top: 15px;
	height: 280px;	
	width: 100px;
}

.menubg a {
	color: #250065;
	
}

.menubutton {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1em;
}




/**
 * SEARCH
 * ----------------------------------------------------------------------------
*/




.search
{
  padding-bottom: 0px;
}
 
.search li
{
	list-style: none;
	margin: 0 0 0em 0;
	padding-left: 1em;
	text-indent: -1em;
}
 
.search time
{
	margin-left: 0em;
	font-size: .75em;
	color: #fafafa;
}
 
/*the form*/
#search {
	font-family: 'Raleway', sans-serif;
	width: 90%;

	margin: 0px auto 0;
	margin-left: -1px;
}

#searchside {

	margin-left: -1px;
}

 
#search input {
	font-family: 'Raleway', sans-serif;
	background-color: #fafafa;
	border: 1px solid #7D62B9;
	padding: 1% 4%;
	color: #260067;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
}
 
#search input:focus {
	outline: none;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 0 8px #4f4f4f;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 0 8px #4f4f4f;
	box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 0 12px #4f4f4f;
}


#searchside input {
	font-family: 'Raleway', sans-serif;
	background-color: #fafafa;
	border: 1px solid #7D62B9;
	padding: 1% 3%;
	color: #260067;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
}
 
#searchside input:focus
{
	outline: none;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 0 8px #4f4f4f;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 0 8px #4f4f4f;
	box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 0 12px #4f4f4f;
}




/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
}



.entry-header h1 {
	margin-bottom: 5%;
	margin-top: 7%;
	text-align: center;
	
}


.entry-title {
	font-weight: normal;

}

.entry-title a {
	color: #8c8c8c;
}

.entry-title a:hover {
	color: #250065;
}

.main-title {
	font-size: 1.3em;	
}

.main-date {
	font-size: 0.7em;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
}


/**
 * 5.1 Topic Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
}



.topic-header h1 {
	margin-bottom: 10px;
	margin-top: 20px;
	
}


.topic-title {
	font-size: 2.5em;
	text-align: right;
	text-transform: uppercase;
	padding-top: 5%;
	text-shadow: 1px 1px #fff;

}

.news-title {
	font-size: 2.5em;
	text-align: right;
	text-transform: uppercase;
	padding-top: 2%;
	padding-left: 10%;
	text-shadow: 1px 1px #fff;

}

.archive_topics{
	padding-top: 5%;
	
	
}

.hrtopic {
    display: block;
    height: 5px;
    border: 0;
    border-top: 2px solid #7D62B9;
    margin: 2% 0;
    padding: 2% 0 0 0 ;
}

.hrnews {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #7D62B9;
    margin-bottom: 3%;
    padding: 0;
}


.sidebg {
	background-color: #F8F6FB;
	
}



.topicsnav {
	background-color: #f7f6fb;
	padding: 3%;
	margin-bottom: 5%;
	padding-bottom: 35px;
}


.topicsnav h3 {
	text-align: center;
	margin-bottom: 1%;
	color: #250065;
	font-weight: 700;
	font-size: 2em;
	border-bottom: none;
	padding: 3% 0 3% 0;
}

.topicssmall {
	padding: 3% 0 3% 0;
	font-size: 0.6em;
    font-family: 'Raleway', sans-serif;
    text-align: right;	
}

#google_language_translator {
	margin-bottom: 10%;
	
}


.entry-title a {
	color: #8c8c8c;
}

.entry-title a:hover {
	color: #B90000;
}

.main-title {
	font-size: 1.3em;	
}

.main-date {
	font-size: 0.7em;
	text-align: right;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
}

.entry-content a{
	color: #7D62B9;
	text-decoration: underline;	
}

.entry-content li{
	list-style-type: inherit;
	
}



.grunion-field-label {
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	
	
}

.entry-content checkbox {
	float: left;
	
}

.pushbutton-wide {
	
	font-family: 'Raleway', sans-serif;
  background-color: #fafafa;
  border: 1px solid #7D62B9;
  padding: 1% 4%;
  color: #260067;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5);
  box-shadow: 0 1px 0 rgba(255,255,255,.5);
}


/****************************************************************
 * Minor Layout Tweaks
 ****************************************************************/

/* Masonry Layout */
@media screen and (min-width:601px) {
	.masonry .site-content {
		margin-top: 0%;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0%;
	}
}
.masonry .site-content article {
	float: left;
	width: 100%;
	min-width: 295px;
	margin: 0;
	padding: 1%;
	background-color: #f5f5fb;
}
@media screen and (min-width:601px) {
	.masonry .site-content article {
		width: 47%;
		margin: 0 1.5% 20px;
	}
}
@media screen and (min-width:1000px) {
	.masonry .site-content article {
		width: 30%;
		margin-bottom: 20px;

	}
}




.entry-summary p {
	font-size: 0.9em;
}

.readmore {
	padding-top: 10%;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	float: right;	
}



/****************************************************************
 * Minor Styling Tweaks
 ****************************************************************/
/* Give white bg boxes some definition*/
.masonry .site-content article {
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
	.masonry .format-aside:first-of-type,
	.masonry .format-link:first-of-type,
	.masonry .format-aside + .format-aside,
	.masonry .format-aside + .format-link,
	.masonry .format-link + .format-aside { /* weird exceptions */
		box-shadow: inset 0 1px 1px rgba(173, 165, 105, 0.2),
					0 0 1px rgba(0,0,0,.3);
	}

/* Tame the font-size*/
.masonry .site-content .entry-title {
	font-size: 1.4em;
	word-break: break-word; /* handle long words in title */
	text-transform: uppercase;
	font-weight: 500;
}



/* Self-explanatory? */
.archive-header,
.paging-navigation {
	margin-bottom: 30px;
}


/* Self-explanatory? */
.paging {
	padding-top: 6%;
	padding-bottom: 10%;
	font-family: 'Raleway', sans-serif;
	
}

/* Negative margins? Not so much here. */
.masonry .entry-content img.alignleft,
.masonry .entry-content .wp-caption.alignleft {
	margin-left: 0;
}
.masonry .entry-content img.alignright,
.masonry .entry-content .wp-caption.alignright {
	margin-right: 0;
}

/* Allow entry-* in widgets to not bork */
.sidebar .widget .entry-header,
.sidebar .widget .entry-content,
.sidebar .widget .entry-summary,
.sidebar .widget .entry-meta {
	padding: 0;
}

/* Clearing Stuff */
.paging-navigation {
	clear: both;
}
.masonry .site-content:before {
	clear: both;
}
.masonry .site-content:before,
.masonry .site-content:after {
	content: "";
	display: table;
}









/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */


.agebg1 {
	background-color: #ffff;
	}
	
.agebg2 {
	margin-top: 2px;
	background-color: #fbfbfb;
	}	
	
	
#ageborder {
	padding: 3% 0 3% 0;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4);
	}
	
.Fagecircle {
	    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
	
	
.agemiddle {
	padding: 55% 0%;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #695F99;
	font-family: 'Merriweather', serif;
}

.agemiddleleft {
	text-align: left;
	}
	
.agemiddleright {
	text-align: right;
	}


	
.agevideo {
	padding-top: 45%;
	padding: 45% 3% 0% 3%;
	text-align: center;
	}

.agevideobox {
-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
		
	}

.agetopics {
	padding-top: 5%;
	
	}
	
		







/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 3% auto;
}

img.alignnone {
	margin: 0 0% 0 0%;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 0.7em;
	font-style: italic;
	font-weight: 700;
	margin: 3px 0 24px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}



.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}



div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}



/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	height: auto;
}




.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



iframe.noScrolling{
		width: 100%; 
		height: 500px;
        overflow: hidden;
        margin-top: 5%;
        }
        
      




/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #7D62B9;
    margin: 0 0;
    padding: 2% 0 0 0 ;
}




/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */



.navbar-toggle {
background-color: #B90000;
border: 0px solid transparent;
border-radius: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}





a img {
    background: none;
}

.odd a img {
    background: #f5f5f5;
}


/* Paragraph & Typographic */


.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 0.6em;
    font-family: 'Raleway', sans-serif;
}



blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 2px solid #7D62B9;
    line-height: 1.3em;
    color: #999;
    font-weight: 300;
    background-color: #F7F6FB;
}

blockquote p{
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
	font-size: 1.1em;
    line-height: 1.3em;
    color: #1B1464;
    font-weight: 300;
}


blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links 
a {
    color: #756CB7;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #250065;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

*/

/* ==========================================================================
   Wrap Sections
   ========================================================================== */



#footerwrap {
	background: #1B1464;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}








/* ==========================================================================
   Box Sections
   ========================================================================== 

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers 
.section-divider {
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3%;
    padding-bottom: 3%;



    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 2%;
	color: rgba(255, 255, 255, 0.7);
	font-size: 2.5em;
	text-transform: uppercase;
	
}

.textdivider h3 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.4em;
	text-transform: uppercase;
}

.textdivider p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.4em;
}


.textdivider i {
	padding-left: 2%;
	padding-right: 2%;
	
}


/* Page Stuff */




.logo {
	width: 250px;
	margin-top: 29px;
	
}

.logosidebar {
	width: 70%;
	margin-left: 20px;

}


/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	border-radius: 0px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
}




.logo_footer {
	width: 15%;
	padding-bottom: 2%;
}

.footer_copyright {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 0.7em;
	
}

.footer_copyright a{

	color: #fff;

	
}


#contact {
	margin-top: 2%;
	margin-bottom: 1%;
	
}

#contact h3 {
	font-size: 1.5em;
	text-transform: uppercase;	
}

#contact p {
	font-size: 1em;
	
	
}



/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 250px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}




/* ==========================================================================
   Wrap Sections
   ========================================================================== */
#bgwrap {

	margin-top: 0px;
	background-attachment: relative;
	background-position: center center;


	background: url('../img/navbar_long.png') repeat-x 0 0 scroll;
    background-color:#fff;
}



#headerwrap {

	margin-top: 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;


}

.welcome {
	text-align: center;
	margin-top: 10%;
	margin-bottom: -2%;
	padding-bottom: 0;
	color: #1b1464;
	font-size: 3.3em;
	text-shadow: 1px 1px #fff;
	font-style: italic;
	font-weight: 300;
}


.error404 {
	text-align: center;
	margin-top: 15%;
	margin-bottom: 10%;
	padding-bottom: 0;
	color: #1b1464;
	font-size: 2em;
	text-shadow: 1px 1px #fff;
	font-style: italic;
	font-weight: 300;
}

.gce-calendar {
	font-family: 'Raleway', sans-serif;
	
}

.signup {
	text-align: center;
	margin-top: 15%;
	padding-bottom: 0;
	color: #1b1464;
	font-size: 3.3em;
	text-shadow: 1px 1px #fff;
	font-style: italic;
	font-weight: 300;
}



/*
 * TOPICS stuff
 */

.topictop {
	margin-top: 5%;
}

.topic-content {
	padding-right: 3%;
	
}

	
/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * SITEMAP
 * ----------------------------------------------------------------------------
 */
 
.textwidget {
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
}
 
 
.textwidget p {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	padding: 2% 0 2% 0;
}


#sitemapwrap {
	background: #756CB7;
	padding-top: 5%;
	padding-bottom: 5%;
	
}

.sitemap p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
}

.sitemap h2,h3 {
	font-size: 1.2em;	
	font-weight: 700;
	padding-bottom: 1%;
	border-bottom: 2px solid #fff;
}

.sitemap a {
	color: #fff;	
}


.sitemap a:hover {
	color: #250065;	
}




.sitemap .widget{
	background-color: inherit;	
}



/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
*/

.widget {
	background-color: #f7f6fb;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	width: 100%;
}

.widget .widget-title {

}

.widgettitle {
	font-size: 1.2em;	
	font-weight: 700;
	padding: 1% 0 0% 0;
	border-bottom: 2px solid #843B9C;
	margin-bottom: 7%;
}



.textwidget p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	padding: 2% 0 2% 0;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0 0 10% 0;
	padding: 0;
}

.widget li {
	font-size: 1.1em;
	padding-left: 2%;
	padding-bottom: 1%;
}

.widget .children li:last-child {
	padding-bottom: 0px;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/*.widget a {
	color: #250065;
}

.widget a:hover {
	color: #7D62B9;
}


/****************************************************************
 * NEWS PAGES
 ****************************************************************/
 
 
 .newsboxouter {

	 margin-bottom: -5%;
	 
	 
 }
 
  .newsboxouter-single {
	 background-color: #fff;
	 border: 1px solid #695F99;
	 margin-bottom: 2%;
	 
	 
 }
 
 
 
.newsnav {
	text-align: center;
	padding: 2% 0 1% 0;
	font-size: 3em;
	
}


.newsnav a{
	color: #fff;
		text-align: center;

	
}

.newsnav a:hover{
	text-decoration: none;	
}

.newsnavside a:hover{
	text-decoration: none;	
}


.btn:hover{
	background-color: #250065;
	color: #fff;
	
}


.newsnavbtnTOP {
	background-color: #7D62B9;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	color: #fff;
	border: none;
}



.newsnavbtnSIDE {
	text-align: left;
	padding-top: 10px;
	margin: 0;
	padding-left: 20px;	
}

.newsnavbtnSIDE :hover{
	background-color: #7D62B9;	
	text-transform: none;
}



.newsnavside {
	background-color: #7D62B9;
	padding: 0;
	margin-bottom: 1%;
}

.newsnavbtn {
	padding-top: 2%;
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;	
}

.newsnavbtn {
	background-color: #adaac7;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	color: #fff;
	border: none;
	text-align: left;
}



.newsnavbtn a {
	color: #fff;
	
}


.categorysidebar {
	padding: 5% 0 5% 0;
	
}

 
.newsnavborder {
	border-right: 1px solid #695F99;
} 


/*NAVBAR

.logo_nav {
	width: 160px;
}

.hrnav {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d20000;
    padding: 0;
    margin-top: 2%;
    margin-bottom: 0%;
    }

.wpbs_handle {
	font-family: 'Raleway', sans-serif;
	padding-left: 50px;
	
	
}

.widgetcont {
	padding: 0;
}

.gilidPanel-opener {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99999;
}




/*Strip the ul of padding and list styling
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	margin-bottom: 3%;
}

/*Create a horizontal list with spacing*/
li {
	list-style-type:none;
	margin-right: 0;
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
}

.widget_postsbycategoryortag ul{
	font-size: 0.8em;
	
}

/*Style for menu links
li a {
	display:block;
	min-width: 100px;
	height: 50px;
	text-align: left;
	line-height: 0px;
	color: #fff;
	text-decoration: none;
}


li a:visited {
    color: #fff;
}


li a:active {
    color: #C10000;
}
*/

/*Hover state for top level links
li:hover a {
	color: #C10000;
}

/*Style for dropdown links
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links
li:hover ul a:hover {

	color: #fff;
}

/*Hide dropdown links until they are needed
li ul {
	display: none;
}

/*Make dropdown links vertical
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 0px;
}

/*Display the dropdown on hover
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default
.show-menu {
	text-decoration: none;
	color: #fff;
	color: rgba(247, 247, 247, 0.8);
	text-align: left;
	padding: 1%;
	display: none;
	font-size: 1.5em;
}

/*Hide checkbox
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked
input[type=checkbox]:checked ~ #menu{
    display: block;
}





/*Responsive Styles - this hides the MENUS in widgets

@media screen and (max-width : 960px){
	/*Make dropdown links appear inline
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link
	.show-menu {
		display:block;
	}
}






/* MEDIA QUERIES */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For iPad portrait layouts only */
	.logo {
		width: 100%;
		padding-top: 32px;
		padding-bottom: 5%;
		margin: 0%;
	}
	
	.welcome {
		font-size: 3em;	
	}
	
	.agemiddle {
		padding: 30% 5% 0 5%;
		font-size: 1em;
		line-height: 1.5em;
	}
	
	
	.logo_footer {
		width: 30%;
		padding-bottom: 2%;
	}
	
	.newsnavbtnTOPmq {
	font-size: 0.2em;
	}
	
	.news-title,.topic-title {
	font-size: 2em;
	padding-top: 1%;
	text-align: left;
	padding-left: 0;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	.signup {
		font-size: 1.2em;
		
	}
	
	.gilidPanel-opener{
		position:fixed;
		top:70px;
		left:2px;
		
		
	}
	
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For iPad landscape layouts only */
	.logo {
		width: 90%;
		padding-top: 34px;
		padding-bottom: 5%;
		margin: 0%;
	}
	
	.welcome {
		font-size: 2.5em;	
	}
	
	.agemiddle {
		padding: 30% 5% 0 5%;
		font-size: 1em;
		line-height: 1.5em;
	}
	
	.logo_footer {
		width: 25%;
		padding-bottom: 2%;
	}
	
	.news-title,.topic-title  {
	font-size: 2em;
	padding-top: 1%;
	padding-left: 0%;
	text-align: left;
	}
	
	.newsnavbtnTOPmq {
	font-size: 0.2em;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
		.signup {
		font-size: 1.2em;
		
	}


	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {   
/* For iPhone portait layouts only */ 
	.logo {
		width: 60%;	
		margin: 62px 0 0 0;
		padding-bottom: 0%;
	}
	
	.welcome {
		margin: -5px 0 10px 0;
		font-size: 1.4em;	
	}
	
	.agemiddle {
		padding: 0% 5% 0 10%;
		margin-bottom: 10%;
		font-size: 1em;
		line-height: 1.5em;
	}
	
	.agevideo {
	padding-top: 5%;
	text-align: center;
	}
	
		
	.logo_footer {
		width: 40%;
		padding-bottom: 2%;
	}


	
	h1 {
		font-size: 2.2em;
		margin: 0px 0;
	}

	#headerwrap {
  		min-height: 150px;
	}
	

	
	blockquote {
    position: relative;
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #B90000;
    }
	
	blockquote p {
	font-size: 1em;
    line-height: 1.2em;
    color: #999;
    font-weight: 300;
    margin: 0;
	}
	
	.nav-menu li a {
		font-size: 0.9em;
		padding: 10px 8px;
	}
	
	.news-title,.topic-title  {
	font-size: 1.3em;
	padding-top: 1%;
	padding-left: 0%;
	padding-bottom: 2%;
	text-align: center;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	.signup {
		font-size: 1.2em;
		
	}
	
	
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  /* For iPhone landscape layouts only */

	.nav-menu li a {
		font-size: 0.9em;
		padding: 10px 10px;
	}

	.logo {
		width: 60%;	
		margin: 62px 0 0 0;
		padding-bottom: 0%;
	}
	
	.welcome {
		margin: -5px 0 10px 0;
		font-size: 1.4em;	
	}
	
	.news-title,.topic-title  {
	font-size: 1.3em;
	padding-top: 1%;
	padding-left: 0%;
	padding-bottom: 2%;
	text-align: center;
	}
	
	
  
  
	.logo_footer {
		width: 35%;
		padding-bottom: 2%;
	}
	
	h1 {
		font-size: 1.5em;
		margin: 0px 0;
	}

	#headerwrap {
  		min-height: 150px;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
	.signup {
		font-size: 1.2em;
		
	}

	
}
