/* Greek Yogurt theme by concrete5 */

/* some general styles */
html {
	height: auto;
}

/* main styles */
body {
background-color: #00acfc;
}
div#main-container {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
#header {
padding-top: 0px;
background: #00acfc;
border-bottom: 10px solid #004d9f;
}

div#main-container {
	min-height: 12px;
	z-index: 1;
	position: relative;
	background-color: #fff;
	border: 0px solid black;
}
div#header-nav {
	height: 45px;
	width: 960px;
	margin: 0px auto;
}
div#extra-container {
	background-color: #fff;
	background-image: url("images/striveback.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	margin: 0px;
}
div#extra2-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	position:relative;
	background-color: #fff;
	width: 960px;
	min-height: 650px;
	margin: 0px auto;
}
/* left-sidebar */
div#left-sidebar {
	width: 320px;
}
div#left-sidebar-inner {
	margin: 0px 20px 0px 20px;
}
div#main-content {
	width: 640px;
}
div#main-content-inner {
	margin: 10px 10px 0px 0px;	
}
/* footer */

div#main-container #footer {
	background: #00acfc;
	border-top: 10px solid #004d9f;
}
div#main-container #footer-inner {
	padding-top: 10px;	
	width: 960px;
	margin: 0px auto 0px auto;
}
.footer-sign-in, .footer-copyright {
	text-align: center;
}

.rslides_nav {
	top: 100px;
}
.rslides > li {
	margin: 0px 0px 0px 0px; 
}

.surefyre_calendar{
width: 300px;
margin: 0px auto;
}
.surefyre_calendar_header > .surefyre_calendar_cell {
width: 40px;
height: 15px;
text-align: center;
}
.surefyre_calendar_cell{
width: 40px;
height: 40px;
text-align: right;
}
.surefyre_calendar_list_item {
margin: 0px auto;
width: 300px;
}
.surefyre_calendar_list_item_name {
border-bottom: 1px solid white;
font-size: 16px;

}
.surefyre_calendar_list_item_name a:link, .surefyre_calendar_list_item_name a:active, .surefyre_calendar_list_item_name a:visited, .surefyre_calendar_list_item_name a:hover  {
color: black !important;
}

.ccm-tags-display ul.ccm-tag-list li a {color: #000 !important;}

div#main-container .ccm-tags-display ul.ccm-tag-list li {
	display: inline;
	color: #fff;
	padding: 5px 8px 6px 8px;
	margin: 3px 6px 3px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	line-height: 13px;
	height: 13px;
}

.ccm-tags-display {margin-bottom: 18px !important;}


div.main-content-thumb {
	min-height: 300px;
	overflow: hidden;
}

div.main-content-thumb p {
	margin-top: 0 !important;
}

div.main-content-thumb h3 {
	line-height: 1.2em;
}
/* ----------------------------------------------------------- Image slider Styling ----------- */
ul.rslides {
	overflow: visible;
}
.ccm-image-slider-text {
	top: 100%;
	width: 100%;
}
.ccm-image-slider-text p {
	margin: 5px 5px 5px 5px;
}
.ccm-image-slider-title {
	display: none;
}
/* blog entry social icons */

.main-content-post-footer-share-email {
	padding: 0 4px;
}

.main-content-post-footer-share-twitter {
	padding: 0 4px;
}

.main-content-post-footer-share-facebook {
	padding: 0 4px;
}

div.ccm-profile-attribute {
  margin: 18px 0px 0px 12px;
  padding: 0;
}

div.ccm-profile-attribute div.input {
   margin: 4px 0px 2px 8px;
}
div.ccm-profile-attribute div.input div{
   margin-bottom: 7px;
}

div.ccm-profile-attribute input,
div.ccm-profile-attribute select {
   margin-left:16px;
}

div.ccm-profile-attribute ul li {
   list-style:none;
   margin:0;
}

div.ccm-profile-attribute ul.inputs-list {
   margin-bottom:4px;
}

h1.profilin {
   margin-top: 16px;
}
.img-news {
float: left;
margin: 0px 10px 10px 0px;
width: 200px;
height: 200px
}
.news-list-title, .news-list-title > a {
font-size: 20px;
color: black;
}
.news-list a {
font-size: 14px;
color: black;
}
.news-list .ccm-block-page-list-header{
text-align: center;
}
/* ------------------  drop down menus ---------------------- */
#header-nav {
display: flex;
}
#header-nav .nav { /* Main Menu Ul */
margin: 0 auto; 
padding: 6px; 
list-style: none;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
display: flex;
flex-flow:row wrap;
align-items: space-between;
line-height: 1.0;
width: 100%;
}
#header-nav .nav a { /* All Anchors */
color: #ffffff; 
display: block; 
position: relative;
text-decoration: none;
}
#header-nav .nav li.nav-path-selected a { /* active Anchors */
color: #ffffff; 
}
#header-nav .nav a:hover { /* All Anchors Hover */
font-weight: 700;
background-color: transparent;
text-decoration: none;
}
#header-nav > .nav > li { /* Main Menu Items */
margin:0 10px;
}
#header-nav > .nav > li > a { /* Main Menu Anchors */
margin: 0 20px; 
padding: 6px; 
list-style: none;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;
text-transform: uppercase;
color: #000000;
} 
#header-nav .nav ul { /* First Submenus */
position: absolute; 
top: -999em; 
width: 220px; /* left offset of submenus need to match (see below) */
font-size: 14px;
list-style: none;
background-color: #004d9f;
padding: 10px;
}
#header-nav .nav ul li { /* First Submenus Items*/
width: 100%;
}
}#header-nav ul li ul li a { /* First Submenus Anchors */
padding: 3px;
text-decoration: none;
color: #ffffff;
}
#header-nav .nav ul ul { /* Second Submenus */
background-color: #004d9f;
padding: 10px;
color: #ffffff;
}
#header-nav ul ul li { /* Second Submenus Items */
font-size: 14px;
} 
#header-nav .nav li { 
position: relative; 
width: auto;
}

#header-nav .nav li:hover ul,#header-nav .nav li.sfHover ul { 
left: 20px; 
top: 40px; /* match top ul list item height */ 
z-index: 300;
}
 
#header-nav ul.nav li:hover li ul,#header-nav ul.nav li.sfHover li ul { 
top: -999em;
}
 
#header-nav ul.nav li li:hover ul,#header-nav ul.nav li li.sfHover ul { 
left: 210px; /* match ul width */ 
top: 0px;
}
 
#header-nav ul.nav li li:hover li ul,#header-nav ul.nav li li.sfHover li ul { 
top: -999em;
}
 
#header-nav ul.nav li li li:hover ul,#header-nav ul.nav li li li.sfHover ul { 
left: 210px; /* match ul width */ 
top: 0px;
}

#header-nav .nav li:hover { 
visibility: inherit; /* fixes IE7 'sticky bug' */}

.testimonial-image {
	width:210px;
	float:left;
}
.testimonial-image img {
	border:5px solid #004d9f;
	width:200px;
    height: auto;
}
.testimonial-text {
	float:left;
	width:auto;
}
.testimonial-name {
	margin:0px 0px 0px 210px;
	padding:0px 0px 0px 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color: #00acfc;
	font-size: 18px;
	border-bottom:5px solid #004d9f;
}

.testimonial-paragraph {
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 205px;
	border-left:5px solid #004d9f;
}
.lowerBorder {
	margin:0px 0px 0px 205px;
	width:50%;
	border-top:5px solid #00acfc;
	border-left:5px solid #004d9f;
	height:30px;
}
.spacer {
	height: 30px;
	clear:both;
}