/*
	Theme Name: IPHI
	Author: Incite Creative, Inc
	Author URI: https://www.incitecreativeinc.com
	Description: Theme for Institute for Public Health Innovation
	Version: 1.2.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: light, green, white, one-column, two-columns, right-sidebar, flexible-width, theme-options, responsive
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, #nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

* {
	outline: none !important;
}

body {
	background: #fff;
	position: relative;
	margin: 0 auto;
}
td{
	border: 1px solid #000;
}
.wrap {
	position: relative;
	max-width: 1045px;
	margin: 0 auto;
}

.alignleft {
	float: left;
    max-width: 100%;
    height: auto;
    margin: 0 15px 15px 0;
}

.alignright {
	float: right;
    max-width: 100%;
    height: auto;
    margin: 0 0 15px 15px;
}

.alignnone {
	float: none;
    max-width: 100%;
    height: auto;
}
.aligncenter{
    margin: 0 auto;
	float: none;
}
a, 
a:visited,
.wpcf7-submit {
	color: #AFBC21;
	text-decoration: underline;
}

a:hover {
	color: #AFBC21;
	text-decoration: underline;
}

p a,
.wpcf7-submit {
	font-style: italic;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #afbc21;
}

h1{
	font-size: 20pt;
}
h2,
h3 {
	font-size: 16pt;
}
blockquote{
	margin-top: 13px;
}
blockquote p{
	font-size: 16pt;
	line-height: 150%;
	color: #706f73;
}
blockquote ~ p{
	font-size: 16pt;
	line-height: 150%;
	color: #AFBC21;
}
/** Fonts **/

/*
blockquote ~ p,
.intro{
	font-family: 'pill_gothic_300mglight' !important;
}
blockquote p{
	font-family: 'pill_gothic_300mglight_obliq' !important;
}
h2,
h3,
.right-header > h3 ,
.right-header > h3 a,
nav,
.white-box > p,
.quote > p {
	font-family: 'pill_gothic_300mg_rgregular' !important;
}
h1,
.slogan > h1,
.connect-box h3{
	font-family: 'pill_gothic_300mgoblique' !important;
}
.page article > .atext > h4,
.quote > h2,
.widget > h2,
#cta-content h1,
#cta-content h2,
#cta-content h3,
#cta-content h4,
#cta-content h5,
#cta-content h6,
.nav_slide > ul  > li,
.blog_wrap  > h1,
.pdate,
.ptitle,
.ptitle > h4{
	font-family: 'pill_gothic_300mgmedium' !important;
}
.white-box > h2,
.spotlight > h2,
.yellowbox > h2,
.home_featured  > h2 {
	font-family: 'pill_gothic_300mgmedium_obliq' !important;
}
*/
h1,
.slogan > h1,
.connect-box h3,
.white-box > h2,
.spotlight > h2,
.yellowbox > h2,
.home_featured  > h2,
blockquote p{
	font-style: italic;
}
blockquote ~ p,
.intro,
blockquote p{
	font-weight: thin;
}
blockquote ~ p,
.intro,
blockquote p,
h2,
h3,
.right-header > h3 ,
.right-header > h3 a,
.white-box > p,
.quote > p,
h1,
.connect-box h3,
.page article > .atext > h4,
.quote > h2,
#cta-content h1,
#cta-content h2,
#cta-content h3,
#cta-content h4,
#cta-content h5,
#cta-content h6,
.nav_slide > ul  > li,
.blog_wrap  > h1,
.pdate,
.ptitle,
.ptitle > h4,
.white-box > h2,
.spotlight > h2,
.yellowbox > h2,
.home_featured  > h2 {
	font-family: "Carrois Gothic",sans-serif !important;
	}
nav,
.slogan > h1,
.wbottom > h2{
	font-family: "pill-gothic-300mg",sans-serif !important;
}
/*-------------------------------*/
/*      Header                   */
/*-------------------------------*/
#header {
	position: relative;
}

#header .wrap {
	padding: 0 12px;
}
#header .social{
	margin-top: 10px;
	padding: 10px 0 0 0 !important;
}
/*-------------------------------*/
/*      Search                  */
/*-------------------------------*/
#searchform label{
	position: absolute;
	text-indent: -9999px;
}
#searchform{
	width: 248px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	border-radius: 2px;
}
input#s{
    width: 172px;
	background: #fff;
	border: none;
	margin: 0;
	padding: 6px 0 6px 8px;
	border: 1px solid #ccc;
	border-radius: 2px 0 0 2px;
}
#searchsubmit{
    width: 66px;
	background: #717174;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px #585a5d !important;
    margin: 0;
	padding: 6px;
	display: inline-block;
	border: 1px solid #717174;
	border-radius: 2px;
}
/*-------------------------------*/
/*      Navigation                   */
/*-------------------------------*/
#nav {
	background: url(images/bgnav.png) no-repeat top center;
	height: 64px;
}

.logo {
	position: relative;
	padding: 23px 15px 20px 15px;
}

.slogan > h1 {
	position: relative;
	margin: 63px 0 0 0;
	font-size: 22pt;
	color: #AEBE20;
}

.right-header {
	position: relative;
	float: right;
	max-width: 307px;
	padding-right: 0;
}
.right-header > h3 ,
.right-header > h3 a{
	text-align: center;
	font-size: 13pt;
	color: #706f73;
	text-decoration: none;
}

/*--------------------------------*/
/* Main Menu                      */
/*--------------------------------*/

nav {
	margin-right: 10px;
	position: relative;
	z-index: 99999;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14pt;
}

nav ul:after {
	content: "";
	clear: both;
	display: block;
}

nav ul li {
	float: left;
	width: auto;
	height: auto;
	padding: 4px 0 4px 15px;
}

nav ul li > a {
	font-size: 20pt;
}

nav ul li > a:after {
	content: "|";
	padding-left: 15px;
	color: #90974A;
}

nav ul li:last-child > a:after {
	content: "";
}

nav ul li:hover {
	background: #ffc919;
}

nav ul li:hover a:after{
	color: #ffc919;
}
.prev > a:after {
	color: #afbc21
}
nav ul li:hover a {
	color: #FFFFFF;
}

nav ul li:hover ul {
	top: 42px;
}

nav ul li a,
nav ul li a:visited,
#mobile-menu a{
	color: #ffffff;
}
nav ul li a,
nav ul li a:visited{
	display: block;
	text-decoration: none !important;
	text-transform: uppercase;
}

nav #menu-main > .current_page_item {
	background: #ffc919;
}

nav #menu-main > .current_page_item > a {
	color: #706f73 !important;
}

nav #menu-main > .current_page_item a:after {
	color: #ffc919;
}
/** Dropdowns **/
nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
nav ul ul,
nav ul ul ul {
	background: #afbc21;
	border-radius: 0px;
	margin: 4px 0 0 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 999 !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
nav ul ul li,
nav ul ul ul li{
	float: none;
	position: relative;
	z-index: 999 !important;
	margin: 0;
	padding: 0;
}
nav ul ul li a,
nav ul ul ul li a {
	font: 10.5pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
	margin: 0;
	padding: 8px 15px;
}

nav ul ul li a:hover,
nav ul ul ul li a:hover{
	background: #ffc919;
}
nav ul ul li a:after,
nav ul ul ul li a:after {
	content: "|" !important;
}
nav ul ul li:hover > a,
nav ul ul ul li:hover > a{
	background: #ffc919;
}
/** 3rd level**/
nav ul ul ul {
	left: 100%;
	position: absolute;
	top: -100% !important;
}

#mobile-menu {
	display: none;
}

.slicknav_menu {
	background: #AFBD21 !Important;
}
/*--------------------------------*/
/* Content                         */
/*--------------------------------*/			
#content {
	position: relative;
}
/* Main Content */
.main-content {
	position: relative;
}

.white-box {
	background: #fff;
	min-height: 501px;
	padding: 0 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
}

.white-box > h2 {
	margin: 0 0 5px 0;
    padding: 20px 0 0 0;
	font-size: 17pt;
	color: #AEBD22;
}

.white-box > p {
	font-size: 18px;
	color: #959597;
    padding: 0 0 20px 0;
}

.white-box p a {
	font-size: 9pt;
	font-weight: bold;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.spotlight,
.yellowbox {
	background: #FFCA18;
	height: auto;
	min-height: 190px;
	position: relative;
	padding: 20px 5px 0px 15px;
	margin-bottom: 17px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	overflow: hidden;
}
.spotlight > h2,
.yellowbox > h2 {
	max-width: 56%;
	float: left;
	font-size: 17pt;
	color: #717276;
	margin: 0;
	padding: 0;
}

.spotlight > p,
.yellowbox > p {
	font-weight:400;
	line-height: 145%;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E2504;
	clear: left;
}
.spotlight > p{
	max-width: 56%;
}
/*
.spotlight img.pull-right{
	position: absolute;
    right: 0;
	bottom: 0;
}*/

.spotlight img.pull-right{
	max-width: 42%;
    height: auto;
    margin: 0 2% 2% 0;
    dborder-radius: 20px;
	border: 3px solid #ADC21F;
}
.spotlight  a,
.yellowbox  a,
.spotlight  a:hover,
.yellowbox  a:hover,
.spotlight  a:visited,
.yellowbox  a:visited {
	color: #fff !Important;
}

.connect-box {
	background: rgb(167,181,42);
 /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YjUyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWU3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(167,181,42,1) 0%, rgba(225,231,231,1) 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,181,42,1)), color-stop(100%,rgba(225,231,231,1)));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(167,181,42,1) 0%,rgba(225,231,231,1) 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(167,181,42,1) 0%,rgba(225,231,231,1) 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(167,181,42,1) 0%,rgba(225,231,231,1) 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  rgba(167,181,42,1) 0%,rgba(225,231,231,1) 100%);
 /* W3C */
	padding: 15px 15px 5px 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
}
.connect-box_wrapper{
	margin: 0;
	max-width: 100% !important;
}
.connect-box h3{
	color: #fff;
	font-size: 18pt !important;
	font-weight: normal !important;
	text-transform: uppercase;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #FFCA18 !important;
}
.connect-box .gform_heading{
	margin: 0 !important;
	padding: 0;
	display: block;
}
.connect-box label{
	position: absolute;
	text-indent: -9999px;
}
.connect-box input[type="text"] , 
.connect-box textarea ,
.connect-box input[type="email"] ,
.connect-box input[type="tel"]{
	width: 100%;
	font-size: 9pt !important;
	padding: 4px !important;
	border: none;
}

.connect-box .gfield{
	margin: 0 0 10px 0;
}
.connect-box textarea {
	max-height: 54px;
}

.connect-box input[type="submit"] {
	background: none;
	border: 0;
	color: #AFBD20;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
.connect-box_wrapper .gform_footer {
	padding: 0 0 8px 0 !important;
	margin: 0 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #afbc21;
  border-color: #afbc21;
}

/*--------------------------------*/
/* Page                         */
/*--------------------------------*/
.single_page {
	position: relative;
	background: #fff;
	padding: 0 0 200px 0;
}

.page-child .single_page {
	background: #fff;
}
.single_page .page {
	position: relative;
	padding: 0 15px 15px 15px;
	background: #fff;
}

.content_page {
	padding: 15px 15px 0 15px;
}

.page  article {
	position: relative;
	min-height: 188px;
}

.page  article > .img-thumb  > img {
	width: 100%;
	height: 160px;
}

.page article > .img-thumb > h4 {
	height: 146px;
	padding: 55px 49px;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

.page  article > .img-thumb img{
	background: #717076 url(images/corresponding-image.png) center center no-repeat;
	min-height: 146px;
	padding-left: 0 !Important;
	padding-right: 0 !Important;
	border: 3px solid #ADC21F;
	margin: 2px;
}
.img-thumb .wp-post-image{
	border: none;
} 
.page article > .atext > h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #AFBC21;
	text-decoration: underline;
}

.quote {
	position: relative;
	margin: 8px 0 20px 0;
}

.quote > h2 {
	font-size: 16pt;
	color: #A2B619;
	margin: 0;
	padding: 0;
}

.quote > p {
	font-size: 18px;
	color: #6C6C6E;
}

img.lcp {
	width: 100%;
}

.page-content h1 {
	margin-bottom: 10px;
}
.page-content h2 {
	margin: 20px 0 5px 0;
	clear: both;
}
.page-content h3 {
	margin: 20px 0 10px 0;
	clear: both;
}

.page-content p,
.page-content li{
	font-weight:400;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
.page-content ul{
	padding-left: 20px;
}
.page-content li{
	margin: 8px 0;
}
.page-content p.intro{
	font-size: 16pt;
	line-height: 150%;
	color: #706f73;
}
#breadcrumbs {
	background: #FFE48D;
	border-bottom: 18px solid #fff;
	margin-top: -17px;
	font-weight:400;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 30px;
}

#breadcrumbs  a {
	color: #706f73;
	text-decoration: none;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
	width: 100% !important;
}

.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {
	width: 100% !important;
}
/* Sidebar */
.widget {
	position: relative;
	margin-bottom: 10px;
}

.widget > h2 {
	color: #A9B922;
	font-size: 14pt;
	font-weight: 700;
	padding-bottom: 5px;
}

.widget > ul {
	list-style-type: none;
}

.widget > ul > li > a {
	text-decoration: underline;
	color: #706f73;
	font-size: 9pt;
}

.widget ul li {
	margin-bottom: 8px;
}

.widget ul li a {
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

.news {
	list-style-type: none;
	border-bottom: 1px solid #FDEBA3;
	padding-bottom: 10px;
}

.news > li {
	color: #808080;
}

.news > li > .date {
	font-weight: bold;
	color: #696969;
}

.news > li > p {
	margin: 0;
}

.subscribe {
	list-style-type: none;
}

.subscribe > li {
	color: #808080;
}

.subscribe > li > .stitle {
	font-weight: bold;
	color: #696969;
}

.subscribe > li > p {
	margin: 0;
}
#gform_4 label{
	position: absolute;
	text-indent: -9999px;
}
#searchform{
	width: 248px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	border-radius: 2px;
}
#input_4_1{
	background: #fff;
    width: 148px;
	border: none;
	margin: 0;
	padding: 6px 0 6px 8px;
    font-size: 11pt;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px 0 0 2px;
}
#gform_4 .gform_body{
	display: inline-block;
}
#gform_4 .gform_footer{
    width: 66px;
    margin: 0;
    padding: 0;
	display: inline-block;
}
#gform_submit_button_4{
    width: 100%;
	background: #717174;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px #585a5d !important;
    margin: 0;
	padding: 6px;
	display: inline-block;
	border: 1px solid #717174;
	border-radius: 2px;
}
#gform_confirmation_wrapper_4{
    margin: 12px 0;
    font-weight: bold;
}
.shadow {
	-webkit-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
}	
.widget .menu-news-categories-container{
	margin: -3px 0 20px 0;
}
.widget .menu > li {
	width: auto;
	font-size: 7.5pt;
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
}

.widget .menu li > a {
	width: 96%;
	color: #73766D;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
	display: block;
	margin: 0;
	padding: 0;
}

.widget .menu li > a:hover {
	text-decoration: none;
}
/*--------------------------------*/
/* Post                        */
/*--------------------------------*/
.wp-post-image{
	max-width: 100%;
	height: auto;
	border: 3px solid #afbc21;
}
.single-post .single_page {
	background: #fff;
}
/*--------------------------------*/
/* Footer                         */
/*--------------------------------*/
#footer {
	position: relative;
	margin-top: -140px;
}

.top_footer {
	background: url(images/bgfooter.png) no-repeat top center;
	min-height: 135px;
}

.wfooter {
	background: #AFBD21;
	min-height: 300px;
	padding-top: 70px;
}

.bleft {
	padding-left: 0 !Important;
}

.b_logo {
	text-align: center;
	padding-top: 10px;
}

.widget-bottom {
	padding-right: 5px !Important;
	padding-left: 5px !Important;
}

.wbottom {
	font-size: 9pt;
}

.wbottom > h2 {
	color: #73766D;
	font-weight: bold;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.wbottom ul {
	margin-top: 2px;
	list-style-type: none;
}

.wbottom ul > li {
	margin-bottom: 10px;
}

.wbottom ul  > li  > a {
	color: #fff;
	line-height: 10px;
	text-decoration: none ;
}
.wbottom ul  > li  > a:hover {
	text-decoration: underline;
}
.nav-bottom {
	position: relative;
	text-align: center;
}

.nav-bottom > ul {
	width: 278px;
	height: auto;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	position: relative;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

.nav-bottom > ul > li {
	width: auto;
	float: left;
	font-size: 7.5pt;
	text-align: center;
	display: line-block;
	margin: 0;
	padding: 0 4px;
	border-right: 1px solid #D6DF90;
}

.nav-bottom > ul > li > a {
	width: 96%;
	color: #73766D;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
}

.nav-bottom > ul > li > a:hover {
	text-decoration: underline;
}

.nav-bottom > ul > li:last-child {
	border-right: none;
}


/*--------------------------------*/
/* Social                          */
/*--------------------------------*/
.social {
	position: relative;
	text-align: center;
	padding: 10px;
}

.social > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 5px;
}
.social > a.fb {
	background: url(images/facebook-icon.png) no-repeat center center;
}
.social > a.twitter {
	background: url(images/twitter-icon.png) no-repeat center center;
}
.social > a.gplus {
	background: url(images/gplus-icon.png) no-repeat center center;
}

.social > a.linkedin {
	background: url(images/linkedin-icon.png) no-repeat center center;
}

.social > a.youtube {
	background: url(images/youtube-icon.png) no-repeat center center;
}
.social > a.fb:hover {
	background: url(images/facebook-icon-hover.png) no-repeat center center;
}
.social > a.twitter:hover {
	background: url(images/twitter-icon-hover.png) no-repeat center center;
}
.social > a.gplus:hover {
	background: url(images/gplus-icon-hover.png) no-repeat center center;
}
.social > a.linkedin:hover {
	background: url(images/linkedin-icon-hover.png) no-repeat center center;
}
.social > a.youtube:hover {
	background: url(images/youtube-icon-hover.png) no-repeat center center;
}
.social > a:hover {
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
/*--------------------------------*/
/* Call to Action                 */
/*--------------------------------*/
#call-to-action{
	background: #ffc918;
	width: 96%;
	height: auto;
	margin: 0 0 40px 0;
	padding: 2% 2% .5% 2%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 12px 0px rgba(50, 50, 50, 0.75);
}
#cta-image{
	float: left;
}
#cta-content h1,
#cta-content h2,
#cta-content h3,
#cta-content h4,
#cta-content h5,
#cta-content h6{
	margin: 0 0 5px 0
}
#cta-content h1,
#cta-content h2,
#cta-content h3,
#cta-content h4,
#cta-content h5,
#cta-content h6,
#cta-content a{
	color: #fff;
	text-shadow: none !important;
}
/*--------------------------------*/
/* Extra Content                */
/*--------------------------------*/
/*-------------------------------*/
/*      Home                  */
/*-------------------------------*/
.home_content {
	position: relative;
	background: #eaeeef;
	margin-top: -17px;
	padding: 17px 15px 200px 15px;
}

.slide_image {
	padding-right: 10px;
	max-height: 321px;
	overflow: hidden;
}

.slide_image > img {
	position: relative;
	padding: 0 0 20px 0;
	max-height: 321px;
}

.nav_slide {
	background: #717075;
	width: 228px;
	height: 321px;
    overflow: hidden;
}

.nav_slide > ul {
	list-style-type: none;
	padding: 12px 0 0 0;
}

.nav_slide > ul  > li {
	font-size: 12pt;
	color: #fff;
	margin: 4px 9px;
	padding: 6px 2px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.nav_slide > ul > li:last-child {
	border: 0;
}

.nav_slide > ul > li  span {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #BEC84B;
	text-align: center;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
}

.ico {
	padding-left: 0px !important;
	line-height: 170%;
}

.nav_slide_text {
	line-height: 1.2;
	padding-left: 0 !important;
}
.nav_slide_text a{
	color: #fff;
	text-decoration: none;
}
.flex-active  .ico  span {
	background: #FFC919;
	color: #706f73;
}
.flex-active a,
.flex-active  .nav_slide_text {
	color: #FFC919;
}
.nav_slide_text a:hover{
	text-decoration: underline;
}
/* Twitter */
.tweet {
	background: #FFCA18 url(images/mess.png) no-repeat 15px center;
	min-height: 46px;
	height: auto !important;
    display: block;
	margin: 18px 15px;
	padding: 0 5px 0 57px;
	border: 3px solid #AFBD20;
	border-radius: 35px;
	box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.75);
    overflow: hidden;
}

.rotatingtweets{
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}
#content .rotatingtweet,
#content p.rtw_main, 
p.rtw_main, 
div.rtw_main {
	height: auto !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
#content .rotatingtweets, #content .norotatingtweets {
	border: 0 !important;
}
p.rtw_main{
    white-space: nowrap;
    text-overflow: ellipsis
}
/* Home Featured  */
.home_featured {
	position: relative;
	padding: 10px 15px;
}

.home_featured .ft-item {
	padding: 0 10px;
}
/*
.home_featured .ft-item:nth-child(2) {
	padding-left: 0 !important;
}

.home_featured .ft-item:nth-child(5) {
	padding-right: 0 !important;
}
*/
.home_featured  > hr {
	border-bottom: 2px solid #CED68B;
}

.home_featured  > h2 {
	position: relative;
	color: #707175;
	font-style: italic;
	font-size: 18pt;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 0;
}

.home_featured  > .ft-item img {
	border: 3px solid #AEBD22;
}

.home_featured  > .ft-item  span {
	color: #86878B;
	font-weight: bold;
}

.home_featured  > .ft-item > p {
	color: #010101;
	font-weight:400;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 7px 0;
}
/*--------------------------------*/
/* Blog Template                */
/*--------------------------------*/
.blog_wrap {
	position: relative;
	margin: 33px 0 0 0;
}

.blog_wrap  > h1 {
	color: #A9B922;
	font-size: 14pt;
	text-decoration: underline;
}

.post_header {
	background: #afbc21;
	color: #fff;
}

.pdate {
	text-align: center;
	font-size: 11pt;
	padding: 8px 0 0 0;
}

.pdate > span {
	color: #FCC81D;
}

.ptitle {
	background: #737373;
	height: 100%;
	font-size: 10pt;
	color: #FCC81D;
	min-height: 50px !important;
}

.ptitle > h4 {
	color: #fff;
	font-size: 11pt;
	margin: 0 0 1px 0;
	padding: 8px 0 0 0;
}

.post p {
	font-weight:400;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0;
}
.fb_iframe_widget{
    border: 1px solid #ddd;
}
/*--------------------------------*/
/* Team Members        test        */
/*--------------------------------*/
.team-member{
	width: auto;
	height: auto;
	max-height: 240px;
	display: block;
    margin: 10px 0px;
    padding: 30px 0px;
	clear: both;
	border-bottom: 1px solid #FDEBA3;
	position: relative;
	overflow: hidden;
}
.toggle{
	background: url(images/toggle-gradient.png) repeat-x;
	width: 100%;
	height: 150px;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 888;
}
.toggle-button{
	background: url(images/toggle-open.png) no-repeat;
	width: 32px;
	height: 16px;
	display: block;
	float: right;
	margin: 0;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
.toggle-button:hover{
	cursor: pointer;
}
.isDown .toggle{
	background: none;
	height: 30px;
}
.isDown .toggle-button{
	background: url(images/toggle-close.png) no-repeat;
}
.team-photo-container{
	width: 23%;
	float: left;
}
.team-photo-container img{
	border: 5px solid #eee;
	box-shadow: 0px 2px 3px 0px #ccc;
	margin: 0 auto ;
	display: block;
	position:relative;
	z-index: 999;
}
.team-quote{
	width: 90%;
	max-width: 190px;
	font-size: 10pt;
	display: block;
	margin: 14px auto;
}
.team-bio-container{
	width: 74%;
	float: left;
}
.team-bio-container h2{
    margin-top: 0;
}
.team-resume{
    width: 100%;
    text-align: right;
}
.team-resume a{
    background: url(images/icons/doc-icon.png) top left no-repeat;
    padding: 1px 0 0 16px;
}
/*-------------------------------*/
/*      Contact                  */
/*-------------------------------*/
.gform_wrapper input[type=text],
.gform_wrapper textarea{
	border:1px solid #ccc;
}
/*--------------------------------*/
/* Responsive                     */
/*--------------------------------*/
@media screen and (max-width: 1035px) {
	nav ul li > a {
	font-size: 18pt;
}
}

@media screen and (max-width: 987px) and (min-width: 912px){
    .logo,
    .slogan,
    .right-header{
        width: 33.3333%;
        float: left;
    }
}
@media screen and (max-width: 987px) {   
    .flex-slider {
        width: 100%;
    }
	.nav_slide {
        width: 100%;
        height: auto;
		min-height: 0 !important;
        display: block;
        margin: 5px auto;
        padding: 0;
	}
	.nav_slide ul {
        margin: 0;
        padding: 0;
    }
	.nav_slide ul li{
        width: 95% ;
        height: auto;
		margin: 0 auto;
        padding: 10px 0;
        display: none;
        border: none;
    }
	.nav_slide ul li div{
		margin: 0;
        padding: 0;
    }
    .nav_slide > ul li a{
        height: auto;
        line-height: 140%;
        margin: 0;
        padding: 0;
    }
    .nav_slide > ul li .ico{
        float: left;
		padding: 0 !important;
        margin: 0 10px 0 0;
		cursor: pointer;
    }
    .flex-active,
    .flex-active .hidden-xs{
        display: block !important;
    }
    .white-box {
       height: auto;
       min-height: 0;
    }
.wbottom h2,
.wbottom ul  > li  > a {
    margin: 15px auto;
    display: block;
    text-align: center;
}
}

@media screen and (max-width: 945px) {
	nav ul li > a {
	font-size: 16pt;
}
}
@media screen and (max-width: 912px) {
	.slogan  > h1 {
		text-align: center;
		margin: 0;
	}

	.logo {
		text-align: center;
	}
    .right-header{
        margin: 0 auto;
        float: none;
    }
}
@media screen and (max-width: 854px) {
	nav ul li > a {
	font-size: 13pt;
}
}
@media screen and (max-width: 775px) {
	.nav-menu {
		display: none;
	}

	#mobile-menu {
		display: block;
		position: relative;
		z-index: 10000;
	}
	.slicknav_btn{
		background: #717174;
	}
	.slicknav_menutxt{
		text-shadow: 0 1px 3px #585a5d !important;
	}
.home_featured  > .ft-item img {
    max-width: 100%;
    height: auto;
}
#ft-item-3{
    clear: left;
}
p.rtw_main{
    white-space: normal;
}
.team-member{
	width: auto;
	height: auto;
	max-height: 380px;
}
.team-photo-container{
	width: auto;
	margin: 0 auto;
	float: none;
	padding: 0;
}
.team-photo-container img{
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
}
.team-bio-container{
	width: 100%;
	float: none;
	text-align: center;
}
.team-quote{
    display: none;
}
}
@media screen and (max-width: 480px) {
.spotlight > p{
	max-width: 100%;
}
.spotlight img.pull-right{
	display: none;
}
}