@charset "UTF-8";
/* CSS Document */


/* Circle Widgets
-------------------------------------------*/

.circle {
	
	width: 260px;
	margin: 20px auto;
	transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}


.circle a {
	display: block;
	overflow: hidden;
	height: 260px;
	width: 260px;
	border-radius: 50%;
	background: #32598c;
	color: #fff;
	border: 10px solid #32598c;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.circle a:link{
	color: #fff;
}
.circle a:visited{
	color: #fff;
}

.circle a:hover {
	color: #a9d1ef;	
}

.circle span {
	display: table-cell; 
	height: 80px;
	width: 200px;
  	vertical-align: middle; 
  	text-align: center;
	padding-left: 41px;
	line-height: 28px;
	transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}


/* Circle Square Widgets
-------------------------------------------*/

.circleSquare {
	width: 260px;
	margin: 20px auto;
	transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}

.circleSquare a {
	display: block;
	overflow: hidden;
	height: 260px;
	width: 260px;
	border-radius: 50%;
	background: #00477e;
	color: #fff;
	border: 10px solid #00477e;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}

.circleSquare a:hover {
	color: #a9d1ef;	
}

.circleSquare span {
	display: table-cell; 
	height: 80px;
	width: 200px;
  	vertical-align: middle; 
  	text-align: center;
	padding-left: 41px;
	line-height: 28px;
	transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}






/* All Sidebar Widgets
-------------------------------------------*/

#sidebar .widget {
	width: 100%;
	max-width: 260px;
	margin-bottom: 20px;
	transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;	
}


/* Sidebar CTA Widgets
-------------------------------------------*/

.cta {
	width: 200px;
		
}

.cta a {
	display: block;
	background: #00477e;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
	padding: 25px 10px;
	width: 100%;
}
.cta a:visited {
	color: #fff;
}
.cta a:link {
	color: #fff;
}
.cta a:hover {
	color: #a9d1ef;
}


/* Sidebar Custom Content Widgets
-------------------------------------------*/

.widget_wysiwyg_widgets_widget {
	background: rgba(255,255,255,.5);
	padding-bottom: 10px;
}

.widget_wysiwyg_widgets_widget h3 {
	font-size: 18px;
	color: #fff;
	background: #be5122;
	padding: 6px 10px;
	font-weight: 300;
}

.widget_wysiwyg_widgets_widget p {
	font-size: 0.8em;
    margin-bottom: 0.6em;
	padding: 0 10px;
	line-height: 1.2em;	
}

.widget_wysiwyg_widgets_widget a {
	color: #be5122;	
}

.widget_wysiwyg_widgets_widget a:hover {
	color: #00477e; 	
}




/* Featured Program Widget
-------------------------------------------*/

#featuredProgramSlider .featuredProgram {
	width: 45%;	
	float: left;
	margin-bottom: 35px;
}

#featuredProgramSlider .first {
	margin-right: 4%;	
}

#featuredProgramSlider .featuredProgramNav {
	width: 6%;	
	float: right;
	text-align: right;
}

#featuredProgramSlider .featuredProgramNav img.mobile {
	display: none;
    margin: 0 auto;
}

.featuredProgram h3 {
	font-weight: 500;
	color: #005794;
	font-size: 24px;
	margin: 25px 0 8px 0;
	padding-bottom: 6px;
	line-height: 24px;
	border-bottom: 1px solid #bdbdbd;
}

.featuredProgram h3:hover {
	color: #be5122;
}

.featuredProgram h3 span {
	color: #727272;
	font-size: 14px;
	font-family: 'Archer SSm A','Archer SSm B'; 
	padding-left: 10px;
	font-weight: 700;
	position: relative;
	left: 0;
	bottom: 2px;
}

.featuredProgram p {
	color: #5a6775;
	font-size: 14px;
}

.featuredProgram a {
	color: #be5122;
}

.featuredProgram a:hover {
	color: #00477e;
}




/* Contacts Widget
-------------------------------------------*/


.sectionContacts {
	margin: 10px 0 25px 0;
	padding: 10px 20px;
	background: rgba(255,255,255,0.3);	
  	/* box-shadow: inset 0 0 10px rgba(0,0,0,0.25); */
}

.sectionContacts h3 {
	font-size: 22px;	
}

.sectionContacts .contact {
	float: left;
	margin-right: 5%;
	margin-bottom: 25px;
	width: 45%;	
	font-size: 12px;
	line-height: 16px;
	color: #5a6775;
}


.sectionContacts .contactPhoto {
	float: left;
	margin-right: 15px;	
}

.sectionContacts .contactPhoto img{
	height: 112px;
	width: auto;
}

.sectionContacts .contactName {
	font-size: 15px;
	padding: 10px 0 6px;	
}

.clearfloats {
	clear: both;	
}






/* Responsive
-------------------------------------------*/

@media screen and (max-width: 1112px) { /* break points based on design vs device */
	
	
	
}

@media screen and (min-width: 1025px) {
	
	
}

@media screen and (max-width: 1024px) {

.circle {
	width: 200px;
	margin: 20px auto;
}

.circle a {
	display: block;
	overflow: hidden;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background: #32598c;
	color: #fff;
	border: 10px solid #32598c;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.circle span {
	display: table-cell;
    height: 55px;
    line-height: 22px;
    padding-left: 30px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}

.circleSquare {
	width: 200px;
	margin: 20px auto;
}

.circleSquare a {
	display: block;
	overflow: hidden;
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background: #00477e;
	color: #fff;
	border: 10px solid #00477e;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.circleSquare span {
	display: table-cell;
    height: 55px;
    line-height: 22px;
    padding-left: 30px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}
	
}

@media screen and (max-width: 690px) {
	
}

@media screen and (max-width: 767px) {

.circleSquare {
	width: 100%;
	height: 120px;
	margin: 20px auto;
}

.circleSquare a {
	display: block;
	overflow: hidden;
	height: 120px;
	width: 100%;
	border-radius: 2px;
	background: #00477e;
	color: #fff;
	border: 10px solid #00477e;	
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.circleSquare img {
	height: auto;
	width: 100%;
	opacity: 0.2;
	margin-top: -15%;	
}

.circleSquare span {
	display: table-cell;
    font-size: 18px;
    height: 55px;
    left: 3%;
    line-height: 28px;
    padding-left: 30px;
    position: absolute;
    text-align: left;
    top: 42%;
    vertical-align: middle;
    width: 80%;
}


#sidebar .widget {
	max-width: 100%;	
}


#featuredProgramSlider .featuredProgram {
	width: 100%;	
	float: none;
}

#featuredProgramSlider .first {
	margin-right: 0;	
}

#featuredProgramSlider .featuredProgramNav {
	width: 100%;	
	float: none;
	text-align: center;
}

#featuredProgramSlider .featuredProgramNav img {
	display: none;
       
}

#featuredProgramSlider .featuredProgramNav img.mobile {
	display: inherit;
       
}	



.sectionContacts .contact {
	float: none;
	width: 100%;
	margin-left: 0;	
	clear: both; /* to clear photo float */
}

.sectionContacts .contactPhoto {
	margin-bottom: 25px;	
}

	
}





