﻿/*** WELCOME

Welcome to RiverSpring, the source of RiverCMS.

-- COLOURS - Maybe Find/Replace these values to embrandify the site?

Blue = F1F1F1 (Links/Buttons)
Red = 333 (Hover States)
Grey = CCCCCC (Borders and Panel Nav BG)
Light Grey = F0F0F0 (Form Backgrounds)

-- SECTIONS -Try CTRL + F these sections for ninja editing:

RESETS
USEFUL
TYPOGRAPHY/CONTENT
STRUCTURE - MASTERPAGE STUFF
STRUCTURE - LAYOUT TEMPLATE STUFF
MODULES - LISTS
MODULES - DETAIL
MODULES - SPECIFICS
FORM BUILDER
CONTACT FORM
SITE MAP
CALLOUTS
NAVIGATION - MAIN
NAVIGATION - SECOND/THIRD LEVEL
RESPONSIVE

================================================== */



/*** RESETS
================================================== */

* { padding:0; margin:0; }
html{color:#000;background:#ffffff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
*{background-repeat:no-repeat;}

body 
{
	margin: 0;
	text-align: center;
	padding:0;
	font-family: Arial, Verdana, sans serif;
	font-size:14px;
	color: #000000;
    background: url(/AppImages/body_bg.gif) repeat-y center 0;
}

/*** USEFUL
================================================== */

html { min-height: 101%;}  /* FireFox Page-Shift Fix */
.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.img_left {float: left; margin: 0 15px 5px 0;}
.img_right {float: right; margin: 0 0 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}
img{border:0px none;}
.mobile_only {display: none !important;}


/** tiny mce styles **/
.image_left
{
    float:left;
	margin:10px 25px 25px 0;
}
.image_right
{
    float:right;
	margin:10px 0 25px 25px;
}
.content_table td
{
    border:0px none;    
}


/*** TYPOGRAPHY/CONTENT
================================================== */

h1,h2,h3,h4,h5,h6
{
	font-family: Arial, Verdana, sans serif;
	font-weight:bold;
	margin-bottom: 10px;
	line-height:110%;
}

h1 {font-size:24px;}
h2 {
    font-size:40px;
    padding: 10px 0 10px;
    line-height: 120%;
    font-weight: normal;
    letter-spacing: -0.01em;
}
h3 {
    font-size:21px;
    color: #00b158;
    margin: 30px 0;
}
h4 {font-size:14px;}
h5 {font-size:13px;}
h6 {font-size:12px;}

p
{
    font-family: "Arial", sans-serif;
	margin-bottom:25px;
	line-height:160%;
    font-size:14px;
    color: #333333;
}

ul, ol
{
	margin:0 0 15px 30px;
	line-height:160%;
}

table 
{
	width:100%;
	margin:0 0 15px 0;
}

table tr td, table tr th
{
	padding:5px;
	border:1px solid #CCCCCC;
}

table tr th
{
	font-weight: bold;
	font-size: 16px;
	background-color: #00b158;
    color: #fff;
}
table.no_border th, table.no_border td {
    background: none;
    padding: 0;
}
a {
    color: #00b158;
    font-family: "Arial", sans-serif;
    font-weight: normal;
}
.standard_content_content_inner a {
    color: #00b158;
    font-weight: normal;
    text-decoration: underline;
}

a:hover, .selected a {
    color: #00b259;
    text-decoration: none;
}

.grid_8 ul {
    margin: 25px 0 25px 30px;
}
.grid_8 ul ul {
    margin-top: 0;
}
.grid_8 ul li {
    list-style-type: none;
    background: url(/AppImages/bullet.gif) no-repeat 0 10px;
    padding-left: 20px;
    color: #333333;
    line-height: 160%;
    font-size: 14px;
}

select
{
    border:1px solid #ccc;
    padding:3px;
}

hr {
    border-color: #00b158;
}
/*.quote,
.quote2
{
    float: right;
    border-top: 5px solid #00b259;
    padding: 10px 0;
    font-size:20px;
    line-height: 29px;
}
.quote_l:before,
.quote_r:before,
.quote:before,
.quote2:before,
.quote_right:before,
.quote_left:before
{
    content:' ';
    width:50px;
    height:50px;
    background-image:url(/AppImages/quote_start_large.png);
    background-repeat: no-repeat;
    display:block;
    float:left;
    margin:0 15px 0 0;
}
.quote_l,
.quote_r,
.quote_right,
.quote_left
{
    border-top: 5px solid #31a1d9;
    border-bottom: 2px solid #31a1d9;
    padding: 20px 0 40px;
    font-size:20px;
    color:#a0b0ba;
    line-height: 29px;
    width:300px;
    float:left;
    margin:0 30px 30px 0;
}
.quote_r,
.quote_right
{
    float:right;
    margin:0 0 30px 30px;
}*/

blockquote {
    background: url(/AppImages/quote.png) no-repeat 0 0;
    padding: 55px 0 0 0;
    margin: 20px 20px 20px 0;
    float: left;
    width: 220px;
}
blockquote p {
    color: #00b158;
    font-size: 16px;
}
blockquote img {
    margin-top: 50px;
}

iframe {
    border: 0;
    width: 100%;
}

/*** BUTTON STYLE ***/
.button,
a.button,
.event_booking_buttons a, 
.event_delegate_buttons a,
.field_cont .button_field,
.button_search
{
    background-color: #1a1a1a;
    color: #fff;
    padding: 4px 10px;
    margin-right: 5px;
    font-size: 21px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    border:0px none;
    cursor:pointer;
    text-decoration: none;
}    

.contact_form .form_button a.button:hover, 
.button:hover, 
.event_booking_buttons a:hover, 
event_delegate_buttons a:hover
{
    background-color: #333;
    color: #FFFFFF;
}    
.button_stretch, .more_link {
    padding: 5px;
    background: #ccc;
    margin-right:10px;
}
.button.blue, .button.blue a{
	background:#31a1d9;
	color:#fff;
}
.button.blue:hover, .button.blue:hover a {
color:#f5f5f5;
}
/*** STRUCTURE - MASTERPAGE STUFF
================================================== */

#wrapper {
	/*width:960px;
	margin: 0 auto;*/
	text-align: left;
}

.side_icons {
    position: fixed;
    top: 20px;
    right: 3px;
    z-index: 101;
}
.side_icons a {
    display: block;
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}
.side_icons a:hover {opacity:0.8;}
.side_icons a.ealerts {background:url(/AppImages/alerts.png);}
.side_icons a.twitter {background:url(/AppImages/twitter.png);}
.side_icons a.blog    {background:url(/AppImages/blog.png);}
.side_icons a.youtube {background:url(/AppImages/youtube.png);}
.side_icons a.linkedin{background:url(/AppImages/linkedin.png);}

#header 
{
    margin-top: 40px;
}

.header_logo {
    float: left;
}

.quick_nav {
    float: right;
    margin: 5px 20px 0 0;
}
.quick_nav ul li {
    float: left;
    list-style: none;
    font-size: 14px;
}
.quick_nav ul li a {
    border-right: 1px solid #f7f7f7;
    padding-left: 9px;
    padding-right: 9px;
    color: #000;
}
.quick_nav ul li.cart a {
    border-right: 0;
}

.login_button, .add_comment_button a {
    float: right;
    color: #fff;
    background: #00b259;
    border: 3px solid #00b259;
    padding: 5px 9px;
    margin-right: 22px;
    transition: all 300ms;
    font-size: 16px;
    font-weight: bold;
}
.login_button:hover, .add_comment_button a:hover {
    background: #fff;
    color: #00b259;
}
.add_comment_button a {
    float: left;
}
.add_comment_form textarea {
    max-width: 100%;
    box-sizing: border-box;
}
.header_search 
{
    float: right;
    width:226px;
    position: relative;
    overflow: hidden;
}
    
    .header_search input.search_box
    {
        width: 210px;
        padding: 9px 8px 7px 38px;
        float: left;
        background: url(/AppImages/headerSearch.gif) no-repeat 8px 8px #e6e7e8;
        border: 0;
        outline: none;
        transition: background 300ms ease, padding 300ms ease;
        font-size: 16px;
        font-weight: bold;
        color: #807f83;
    }
    .header_search input.search_box:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 100px #e6e7e8 inset;
    }
    .header_search input.search_box:focus, 
    .header_search input.search_box.show {
        background-position: -25px 8px;
        padding-left: 8px;
        padding-right: 35px;
        width: 183px;
    }
    
    .header_search input.search_box::-webkit-input-placeholder {
        transition: color 500ms;
    }
    .header_search input.search_box:focus::-webkit-input-placeholder
    {
        color: #e6e7e8;
    }

    .header_search a.search_button {
        background: url(/AppImages/headerSearch.gif) no-repeat 10px center #e6e7e8;
        text-indent: -9999px;
        position: absolute;
        right: -25px;
        width: 35px;
        border: 0;
        padding: 10px 0;
        transition: right 300ms;
    }
    .header_search a.search_button.show {
        right: 0;
    }

.callout 
{
    margin-bottom: 20px;
}

#footer
{
	border-top:1px solid #CCCCCC;
	clear:both;
	margin-top:15px;
	padding: 15px 0;
    font-size:14px;
}

#footer a
{
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
} 

/**** 978 GRID ADDITIONS *****/
.container_12
{
    background-color: #fff;
}



/*** STRUCTURE - LAYOUT TEMPLATE STUFF
================================================== */

.content, #content           /* #content is for the sitemap */
{
    padding: 5px 0;
}

.standard_content_content_inner {
    max-width: 624px;
}
.standard_content_content_inner img 
{
    max-width: 100%;
    height: auto;
    }
.standard_content_content_inner .callout_publishing {
    float: right;
    width: 222px;
    margin-left: 20px;
}
.content .grid_8 {
    border-right: 1px solid #e8e8e8;
    padding-right: 53px;
    margin-right: 43px;
}

    .content .grid_8.webtools {
        padding-right: 0;
        margin-right: 0;
        width: 740px;
    }
    .content .grid_8.webtools + .grid_3 {
		/*display: none;*/
	}
    .content .grid_8.webtools .standard_content_content_inner {
        max-width: 100%;
    }

#title_container {
    background: #edeeee;
}
#title_container h1 {
    width: 978px;
    margin: 0 auto 35px;
    padding: 27px 0;
    font-size: 40px;
    font-weight: normal;
    color: #1fb25a;
}

.full_line {
    float: left;
    clear: both;
    width: 100%;
    height: 1px;
    background: #2cb764;
    margin: 30px 0;
}

.share_buttons {
    opacity: 0;
    height: 23px;
    margin-bottom: 15px;
    transition: opacity 600ms;
    clear: both;
}

.content .icon_print,
.content .icon_email {
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.content .icon_print {
    background: url(/AppImages/print.gif);
}
.content .icon_email {
    background: url(/AppImages/mail.gif);
}
.content .print,
.content .st_email_hcount,
.content .st_sharethis_hcount,
.content .st_facebook_hcount,
.content .st_twitter_hcount,
.content .st_linkedin_hcount {
    position: relative;
    float: left;
}
.content .st_email_hcount .share_text,
.content .st_sharethis_hcount .share_text,
.content .st_facebook_hcount .share_text,
.content .st_twitter_hcount .share_text,
.content .st_linkedin_hcount .share_text,
.content .st_googleplus_hcount .googleplus {
    position: absolute;
    left: 26px;
    font-size: 12px;
    background: #F2F2F2;
    padding: 2px 8px;
    line-height: 160%;
    top: 0;
}
.content .stButton {
    margin-right: 10px;
}
.content .stButton > span > span {
    float: left;
    width: 23px;
    margin-right: 50px;
    height: 17px;
}
.content .print {
    background: url(/AppImages/share_print.gif) no-repeat #F2F2F2 !important;
    font-size: 12px;
    padding: 2px 8px 2px 32px;
    line-height: 160%;
    margin-right: 10px;
    color: #000;
}
.content .stButton > span > span.st-email-counter {
    background: url(/AppImages/share_email.gif) !important;
}
.content .stButton > span > span.st-sharethis-counter {
    background: url(/AppImages/share_sharethis.gif) !important;
}
.content .stButton > span > span.st-facebook-counter {
    background: url(/AppImages/share_facebook.gif) !important;
    margin-right: 40px;
}
.content .stButton > span > span.st-twitter-counter {
    background: url(/AppImages/share_twitter.gif) !important;
}
.content .stButton > span > span.st-linkedin-counter {
    background: url(/AppImages/share_linkedin.gif) !important;
}
.content .stButton > span > span.stButton_gradient {
    background: url(/AppImages/share_gplus.gif) !important;
    border: 0;
    border-radius: 0;
    padding: 3px 0;
}
.content .stButton > span > span .stButton_gradient {
    border-radius: 0;
    background: #fff;
    padding: 2px 5px 3px 5px;
    border-color: #e2e2e2 !important;
}
.content .stButton > span .stArrow {
    background: url(/AppImages/share_arrow.png) no-repeat 2px 6px !important;
    height: 23px;
    margin-right: 0;
}
.st_email_hcount .stButton > span .stArrow, .st_sharethis_hcount .stButton > span .stArrow{
    display: none;
}
.content .st_googleplus_hcount .stButton > span > span {
    margin-right: 0;
}
.content .st_googleplus_hcount .stButton span .googleplus {
    display: none;
}

/*** MODULES - LISTS (Based on 726px wide)
================================================== */

.module_header {
    padding: 10px 15px 0;
}

.module_list_item 
{
    margin-bottom: 25px;
    padding: 40px 15px 10px 15px;
}
.module_list_item.even {
    background: #f7f7f7;
}

.module_list_item_date
{
    float: left;
    text-align: right;
    font-size: 14px;
    color: #333;
}
    
.module_list_item_title 
{
    float: left; 
    width: 430px; 
    font-size: 30px;
    margin: 10px 0;
    letter-spacing: 0.01em;
}
.module_list_item_title a {
    color: #333;
}

.module_list_item_image 
{
    float: left;
    width: 225px;
}
    
.module_list_item_image img
{
    width: 200px;
}
.module_list_item .module_list_item_abstract {
    color: #807F83;
}

.module_list_item .event_more {
    color: #000;
}
.news_list_item_wrapper .module_list_item {
    padding: 35px 0 20px 0;
}
.news_list_item_wrapper .module_list_item_image {
    width: 140px;
    padding-left: 20px;
    padding-right: 30px;
}
.news_list_item_wrapper .module_list_item_image img {
    max-width: 100%;
}
.news_list_item_wrapper .module_list_item_date {
    color: #807e82;
    font-size: 12px;
}
.news_list_item_wrapper .module_list_item_content {
    float: left;
    width: 450px;
}
.news_list_item_wrapper .module_list_item_content .module_list_item_abstract {
    font-size: 12px;
    margin-bottom: 0;
}
.news_list_item_wrapper .module_list_item_content p a {
    color: #00b259;
}
.news_list_item_wrapper .module_list_item_title {
    font-size: 15px;
    margin: 0;
    width: 450px;
}

.news_list_item_wrapper .first_item .module_list_item_image {
    width: 100%;
    padding: 0 0 40px 0;
}
.news_list_item_wrapper .first_item .module_list_item_image img {
    width: 100%;
}
.news_list_item_wrapper .first_item .module_list_item_title {
    font-size: 30px;
    padding: 20px 0 10px 0;
}
.news_list_item_wrapper .first_item .module_list_item_content {
    width: 100%;
}
.news_list_item_wrapper .first_item .module_list_item_content .module_list_item_abstract {
    clear: both;
}
.news_detail_wrapper .module_image_gallery_list {
    width: 100%;
    opacity: 0;
    transition: opacity 500ms;
}
.news_detail_wrapper .module_image_gallery_list.loaded {
    opacity: 1;
}

.news_detail_wrapper .module_image_gallery_list img {
    max-width: 100%;
    width: auto !important;
}
.news_detail_wrapper .module_image_gallery {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}
.news_detail_wrapper .module_detail_date {
    float: left;
    width: auto;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.news_detail_wrapper .module_detail_title {
    color: #333;
}
.news_detail_wrapper .button_pdf {
    float: right;
    clear: both;
    margin-top: -20px;
    font-size: 16px;
    background: #00b158;
    color: #fff;
}
.news_detail_wrapper .module_detail_content + .button_pdf {
    margin-top: 15px;
}
.comments_wrapper {
    padding: 10px 0;
}
.comments_wrapper p {
    margin-bottom: 0;
}
.post_comments h3 {
    margin-top: 0;
}
#divCommentItem h3 {
    float: left;
}
#divAdmin a {
    background: #00b158;
    padding: 3px 5px;
    color: #fff;
}

.directory_back_link {
    color: #00b158;
    font-weight: bold;
    margin-bottom: 40px;
    float: right;
}
.vacancy_list_wrapper .module_list_item {
    padding-top: 10px;
}

.vacancy_list_wrapper .module_list_item_title {
    margin-top: 5px;
    margin-bottom: 0;
}
.vacancy_list_wrapper .module_list_item_abstract {
    font-size: 12px;
    letter-spacing: 0.01em;
}
.vacancy_list_wrapper .module_list_item_content p {
    margin-bottom: 10px;
}
.vacancy_list_wrapper .module_list_item_content p a {
    color: #00b259;
}
.vacancy_detail_wrapper .vacancy_detail_title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.vacancy_detail_wrapper .back_button {
    background: #00b158;
    color: #fff;
    font-size: 18px;
    padding: 12px 15px;
    margin-bottom: 30px;
    font-weight: bold;
    display: block;
    text-align: right;
    font-size: 14px;
}
.vacancy_back_button {
    display:none;
}
.vacancy_detail_wrapper .buttons a {
    float: left;
}

.event_detail_wrapper .event_category {
    background: #00b259;
    color: #fff;
    padding: 13px;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 30px;
}
.event_detail_wrapper h2 {
    margin-top: 10px;
}
.event_detail_wrapper .buttons_login {
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #00b259;
    color: #fff;
}
.event_detail_wrapper .buttons_login a {
    color: #fff;
    text-decoration: underline;
}
.event_detail_wrapper p, .event_detail_wrapper li {
    color: #000;
    font-size: 14px;
}
.event_detail_wrapper h3, .vacancy_detail_wrapper h3 {
    background: #f2f9f2;
    font-size: 14px;
    padding: 6px;
}
.event_detail_wrapper ol {
    list-style: none;
    margin: 0;
}
.event_detail_wrapper ol li {
    float: left;
    clear: both;
}
.event_detail_wrapper ol li em {
    background: #00b259;
    color: #fff;
    font-style: normal;
    padding: 3px 6px;
}
.event_detail_wrapper ol li p {
    float: right;  
    display: block;
    margin-left: 10px;
    width: 580px;
}
.event_detail_wrapper ol li p.agenda_time {
    float: left;
    margin-left: 0;
    width: auto;
}
/*.event_detail_wrapper ul {
    list-style: none;
    margin: 0 0 25px 0;
}
.event_detail_wrapper ul li {
    padding: 7px 0;
    border-bottom: 1px solid #e8e8e8;
}
.event_detail_wrapper ul li em {
    font-style: normal;
    color: #808080;
}*/


.event_detail_wrapper .module_detail_content table {
  border: 0;
}
.event_detail_wrapper .module_detail_content table td {
  border: 0;
  color: #666;
  text-align: left !important;
}
.event_detail_wrapper .module_detail_content table td:first-child {
  padding: 8px 4px;
  position: relative;
  background: #fff;
  vertical-align: top;
}
.event_detail_wrapper .module_detail_content table td:first-child span {
    background: #00b259;
    color: #fff;
    font-style: normal;
    padding: 3px 6px;
}

h4.event_speaker {
    display: inline-block;
    color: #00b158;
    font-size: 14px;
    margin-bottom: 25px;
}
img.speaker_image {
    float: left;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 40px;
    max-width: 100%;
}
.button.book {
    background: #1a1a1a;
    color: #fff;
    font-size: 21px;
    float: left;
    margin-left: 0;
}
/*** MODULES - DETAIL (Based on 730px wide)
================================================== */

.module_detail_date /* 130px Wide */
{
    float: right;
    text-align: right;
    width: 111px;
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
}

.module_detail_title  /* 600px Wide */
{
    float: left; 
    width: 600px; 
}

.module_detail_content 
{
    clear: both;
}
    
.module_image_gallery_list {
    width: 300px;
    height: 225px;
    overflow: hidden;
}

.module_image_gallery_item 
{
    float: left;
    text-align: center;
    width: 100% !important;
    height: 100% !important;
}

/*** MODULES - SPECIFICS
================================================== */

.event_occurrence_list 
{
	display: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #f5f5f5;
}

.event_occurrence_list h3 {
    background: none;
    margin: 0;
    padding-left: 0;
}
.event_occurrence_list .event_occurrence_item
{
    padding-top: 10px;
    margin-top: 10px;
}  
    
.event_occurrence_list .event_occurrence_item ul
{
    list-style-type: none;
    margin: 0;
}  
    
.event_occurrence_list .event_occurrence_item ul li {
    background: none;
    padding-left: 0;
}
.event_occurrence_list .event_occurrence_item ul li label
{
    font-weight: bold;
}        

.event_booking_form 
{
    padding: 15px;
    margin: 15px 0;
    background-color: #f9f9f9;
}

.event_booking_form label 
{
    clear: both;
    display: block;
    float: left;
    width: 200px;
    margin-right: 20px;
    padding: 5px 0;
    text-align: right;
    margin-bottom: 15px;
}

.event_booking_form input, .event_booking_form textarea
{
    display: block;
    float: left;
    width: 380px;
    padding: 5px;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
}  

.event_booking_form i 
{
    display: block;
    clear: both;
}

.event_booking_form textarea 
{
    width: 600px;
}

.module_detail_content .cards {
    margin: 20px 0 0;
}    

/** FAQ specific **/
.faq_list_items{
    padding-top:20px;
}
.faq
{
    padding:0;
    margin:0;
    border-bottom:1px solid #cccccc;
}
.faq .question
{
    background-image: url(/AppImages/faq_closed.png);
    background-position: left 20px;
    cursor:pointer;
	padding:20px 0 20px 40px;
    font-size: 21px;
    color: #00b158;
	margin:0;
}
.faq .question.active
{
    background-image: url(/AppImages/faq_open.png);
}
.faq .answer
{
    padding:0 0 20px 40px;
}
.faq .answer img
{
    margin:20px;
}

/**** E-Alerts ****/
.alerts {
    padding-bottom: 25px;
}
.alerts label {
    display: inline-block;
    min-width: 110px;
}
.alerts .emailalerts_fieldset {
    margin-bottom: 25px;
}
.alerts .emailalerts_fieldset > div:first-of-type {
    margin-top: 15px;
}
.alerts table {
    margin: 0;
}
.alerts table td {
    border: 0;
}
.alerts .msg_head {
    background: #e5e5e5;
}
.alerts h2 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 0;
}
.alerts h2 + .checkbox_field {
    margin-top: 0 !important;
}
.alerts h3 {
    font-size: 18px !important;
    margin: 15px 0 5px 0 !important;
}
.alerts .list_field,
.alerts .checkbox_field,
.alerts .textbox_field {
    border: 0;
    padding-top: 10px;
}
.alerts input[type=text] {
    border: 1px solid #cccccc;
    padding: 3px;
    margin-bottom: 5px;
}
.alerts .selectedEAlerts {
    padding: 0;
    margin: 0 !important;
}
.alerts .form_captcha img {
    margin: 0 !important;
}
.alerts .form_captcha input[type=text] {
    margin-top: 7px;
}
.alerts .content_tag_selection h2 {
    margin: 10px 0;
}
.alerts .content_tag_selection input[type=text] {
    margin-top: 10px;
}
.alerts .content_tag_selection .button {
    margin-bottom: 10px;
}
.alerts .button {
    margin-top: 15px;
}


/*** SEARCH RESULTS
================================================== */

.search_results_wrapper 
{
    padding: 15px;
    width: 978px;
    max-width: 100%;
    margin: 0 auto;
}
    
.search_results_wrapper .search 
{
    padding: 5px 10px;
    background-color: #F0F0F0;
}   

.search_results_wrapper .search label
{
    padding: 5px 10px 5px 0px;
}  

.search_results_wrapper .search #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_txtSearch
{
    width: 393px;
    padding: 5px;
    border: 1px solid #cccccc;
}

.search_result_image {
    width: 200px;
    height: 150px;
    border-width: 2px;
}
.search_result_image img {
    width: 200px;
}

.search_results_wrapper .search_result_item {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.search_result_details h2 {
    border-bottom: 1px dotted #CCCCCC;
}

/*** FORM BUILDER
================================================== */

.form_content_wrapper 
{
}
    
.list_field, .checkbox_field, .textbox_field {
    border-top: 0px none;
    padding-top: 0px;
    margin: 0;
}    

.field_cont 
{
    clear: both;
    margin: 0;
    padding: 0 0 20px 0;
}

.field_cont label
{
    display: block;
    float: none;
    margin-bottom: 0.5em;
    padding: 0;
    width: 100%;
    font-weight: bold;
}    
.list_control label
{
    font-weight: normal;
}   
.field_cont input[type=text], 
.field_cont textarea
{
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    *padding: 8px 0;
    *text-indent:8px;
}
.field_cont textarea
{
    min-height:150px;
}
.field_cont select
{
    width: 100%;
    text-indent: 8px;
    line-height: 1.3em;
    padding: 0;
    height: 34px;
}

.field_cont .date_picker input[type=text]
{
    width:100px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin-right:5px;
    vertical-align: middle;
}
.field_cont .date_picker img {
	display:inline;
    margin-right:5px;
    vertical-align: middle;
}

.field_cont input:focus, .field_cont textarea:focus
{
    border: 1px solid #c4c4c4;
}

.checkbox_list_items, .radio_list_items, .list_control
{
    float:none;
}
.checkbox_field label, .checkbox_field input, .list_control label, .list_control input
{
    display: inline;
    width: auto;
    padding: 0;
}       

.field_cont .button_field
{
    border-radius: 0; /* Overiding cms_front_end.css */
    border: 0px none; /* Overiding cms_front_end.css */
}

.field_cont .button_field:hover
{
}        

.ui-tooltip {
    padding: 0px !important;
    height: auto !important;
}    
       
        
/*** CONTACT FORM
================================================== */

.contact_form
{
    /*float: left;
    width: 405px;
    margin-right: 50px;*/
    padding: 20px;
    background-color: #F0F0F0;
}

.contact_form .contact_form_instructions 
{
    margin: 0 0 15px 0;
}
    
.contact_form .form_field
{
    margin: 8px 0;
    padding: 8px 0;
}

.contact_form .form_field label
{
    display: block;
    margin-bottom: 3px;
}   

.contact_form .form_field input,.contact_form .form_field textarea, .contact_form .form_captcha input
{
    display: block;
    width: 393px;
    padding: 5px;
    border: 1px solid #cccccc;
}  

    .contact_form .form_field input:focus,.contact_form .form_field textarea:focus, .contact_form .contact_form .form_captcha input:focus
    {
        border: 1px solid #c4c4c4;
    }   


    .contact_form h2 {
        font-size: 21px;
    }

.validation_summary 
{
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 10px;
    background-color: #FFEEEE;
    border: 1px solid #FFCCCC;
}
.validation_summary ul {
    margin: 0;
}
    .validation_summary ul li {
        background: none;
        padding-left: 0;
    }

.validation_control 
{
    float: right;
    position: relative;
    bottom: 2px;
    padding: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFDDDD;
    line-height:1;
    height: 10px;
}
    
.contact_form .form_captcha input 
{
    width: 75px;
    padding: 9px;
}               

.contact_form .form_button, .buttons
{
    text-align: right;
}
    

    
.contact_address_wrapper 
{
    float: left;
    width: 225px;
}    
    
 
 
/*** SITE MAP
================================================== */

.sitemap {
    width: 978px;
    max-width: 100%;
    margin: 0 auto;
}
.sitemap ul
{
    list-style-type: none;
    margin:0;
}
.sitemap ul li
{
    margin:0;
}
.sitemap ul li a
{
    padding:4px;
    display:block;
    margin-bottom:1px;
}
.sitemap ul li a:hover
{
    opacity:0.8;
}
.sitemap > ul > li > a
{
    display:none;
	background-color:red;
}
.sitemap > ul > li > ul > li > a
{
	background-color: #F1F1F1;
	color:#000;
	padding-left:10px;
}
.sitemap > ul > li > ul > li > ul > li > a
{
	background-color: #ddd;
	padding-left:10px;
	color:#000
}
.sitemap > ul > li > ul > li > ul > li > ul > li > a
{
	background-color: #eee;
	padding-left:30px;
	color:#000
}
.sitemap ul + h2, .sitemap ul + h2 + ul {
    display: none;
}
 

/**** OTHER CALLOUTS *****/
.block_callout
{
    padding:10px;
    background-color: #F1F1F1;
    color:#fff;
}
a.sign_up {
    display: block;
    color: #00b259;
    text-align: center;
    font-size: 21px;
    padding-top: 70px;
    margin-bottom: 50px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    position: relative;
    max-width: 222px;
}
a.sign_up:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 53px 111px 0 111px;
    border-color: #00b259 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms;
}
a.sign_up:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 53px 111px 0 111px;
    border-color: rgba(0, 0, 0, .05) transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 300ms;
}
a.sign_up:hover:before {
    border-width: 25px 111px 0 111px;
}
    a.sign_up:hover:after {
    border-width: 45px 111px 0 111px;
    }

.related_content_header h3 {
    background: #e4f2e6;  
    color: #00b259;
    font-size: 23px;
    font-weight: bold;
    padding: 13px;
    border-bottom: 0;
    line-height: 125%;
    margin-bottom: 15px;
}
.related_content_item a {
    color: #000;
    font-size: 14px;
    padding: 0;
    padding-left: 10px;
    position: relative;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    line-height: 180%;
}
.tagCloud {
    clear: both;
    text-align: left;
}
.tagCloud:before {
    content: "Tags";
    background: #e4f2e6;
    color: #00b259;
    font-size: 23px;
    font-weight: bold;
    padding: 13px;
    border-bottom: 0;
    line-height: 125%;
    margin-bottom: 15px;
    display: block;
    margin-top: 30px;
}

.tagCloud a {
    font-size: 13px !important;
    color: #fff;
    background: #706f6f;
    padding: 2px 5px;
    opacity: 1 !important;
    display: inline-block;
    line-height: 120%;
    margin: 2px 0;
}

.callout_join {
    margin-bottom: 30px;
}
    .callout_join a {
        float: left !important;
    }
    .callout_join a.how_to_join {
        margin-top: 0;
    }
    .callout_join a.learn_more {
        clear: none;
        margin-top: 0;
        float: right !important;
    }

.learned-callout .grid_3 .callout_publishing {
    display: none;
}
.callout_publishing {
    
}

.callout_publishing .button {
    background: #1fb25a;
    margin: 0;
    display: block;
    padding: 11px 10px 11px 30px;
    position: relative;
    font-size: 14px;
}
.callout_publishing .button:before {
    content: "";    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 15px;
    top: 15px;
}

/*** NAVIGATION - MAIN
================================================== */

/* Default setup is for sliding doors nav */

.main_nav
{
    float: right;
    margin: 17px 0 20px 5px;
}
body.sticky_nav
{
    margin-top:74px;
}
body.sticky_nav .main_nav
{
    position:fixed;
    top:0;
    width:968px;
    z-index:999;
}
/*.main_nav ul
{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
.main_nav ul li
{
	float:left;
	position:relative;
}
.main_nav ul li a
{
	display:block;
	float:left;
	margin-right:5px;
	cursor:pointer;
	background-color: #fff;
	margin-bottom:5px;
    font-weight: bold;
}
.main_nav ul li a span
{
	display:block;
	float:left;
	padding:4px 10px;
}
.main_nav ul li a:hover, .main_nav ul li.selected a
{
	background-position:left bottom;
	text-decoration:none;
}
.main_nav ul li a:hover span, .main_nav ul li.selected a span
{
	background-position:right bottom;
}
.main_nav ul li.page_about_us a {
    margin-right: 0;
}
.main_nav ul li.page_about_us a span {
    padding-right: 0;
}*/
/*** hide mobile nav **
#mobileNav,
#toggleMobileNav
{
    display:none;
}*/


/* Panels based on width defined in dynamic master page */

/*.panel_nav .panel_nav_panel 
{
	display:none;
	background-color:#CCCCCC;
	width: 220px;
	padding: 8px 16px 12px 16px;
	position:absolute;
	top:36px;
	left: 4px;
	z-index:500 !important;
	zoom: 1;
}

.page_home .panel_nav_panel 
{
    display: none !important;
}

.panel_nav_sub_panel 
{
	float: left;
    margin: 0 5px;
}

.panel_nav .panel_nav_sub_panel ul 
{
	height: auto;
	border:0px none;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: transparent;
}

.panel_nav .panel_nav_sub_panel ul li {
    float:none !important; 
    height:auto;
    padding:0;
    margin:0;
    zoom:1;
    border-left: 0px none;
}

.panel_nav .panel_nav_sub_panel ul li a {
	clear:both;
	display:block;
	float:none;
	text-align:left;
	height:auto;
	padding:10px 0;
    margin:0;
	width: 210px;
	background-image:none;
	background-color:Transparent;
	font-weight:normal;
	font-size: 100%;
	border-bottom: 1px dotted #F1F1F1;
	min-height: 0;
	color: #F1F1F1;
}

.panel_nav .panel_nav_sub_panel ul li a span
{
	float:none;
	position: static;
	background-image:none;
	background-color:Transparent;
	padding:0;
    margin:0;
}

.panel_nav .panel_nav_sub_panel ul li a:hover span, .panel_nav .panel_nav_sub_panel ul li.selected a span
{
	color: #333;
}

.panel_nav .panel_nav_sub_panel ul li ul a {
	margin-left: 15px;
	width: 155px;
	font-size: 12px;
}
*/
.nav_btn_toggle {
    display: none;
}
.nav_root {
  clear: both;
  margin: 0;
  padding: 0;
}
.nav_root li {
    float: left;
    list-style: none;
    position: relative;
}
.nav_root li a {
    display: block;
    padding: 10px 9px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #807f83;
    line-height: 1;
}
.nav_root li:hover > a, .nav_root li.selected > a {
    color: #00b259;
}
.nav_root li a:last-child {
    margin-right: 0;
}
.has_children .nav_group {
    position: absolute;
    background-color: #f7f7f7;
    padding: 15px;
    top: 100%;
    right: 0;
    min-width: 150px;
    width: 200px;
    display: block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 101;
}
.has_children .nav_group .nav_group_header { display: none }
.has_children .nav_group a {
  max-width: 300px;
  overflow: hidden;
  padding: 10px !important;
  font-weight: normal;
  border-bottom: 1px dotted #bbbabc;
  font-size: 14px;
  margin-right: 0;
}
.has_children .nav_group a:hover {
    color: #00b259;
}
.has_children .nav_group a:last-child {
    border-bottom: 0;
}
.has_children.hover {
    background-color: #f7f7f7;
}
.has_children.hover .nav_group {
  display: block;
  height: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 101;
}
.has_children.hover .nav_group .nav_group_folder {
  opacity: 1;
  filter: alpha(opacity=100);
}
.has_children:not(.hover) .nav_group {
  height: 0 !important;
  z-index: 10;
}
.has_children .nav_level_3_items {
    display: none;
}
.nav_drop_panel {
  display: none;
}

/************* HORIZONTAL TIERED NAV **************/
.tier_nav{}
.tier_row
{
    clear:both;
    padding:0;
    margin-bottom:1px;
}
.tier_row.level_1
{
    background-color: #ccc;
}
.tier_row.level_2
{
    background-color: #ddd;
}
.tier_row.level_3
{
    background-color: #eee;
}
.tier_row .second_level_nav ul
{
    margin:0;
}
.tier_row .second_level_nav ul li
{
    display:inline-block;
}
.tier_row .second_level_nav ul li a
{
    padding:6px 8px 6px 5px;
    font-size:13px;
    line-height: 16px;
    border:0px none;
    margin:0;
    border-right:1px solid #fff;
}
.tier_row .second_level_nav ul li a span
{
    padding:0;
    margin:0;
}


/*** NAVIGATION - SECOND/THIRD LEVEL
================================================== */

/* Second Level */

.second_level_nav ul
{
	list-style-type:none;
	list-style-image:none;
	margin: 0 0 20px 0;
	padding: 0;
}

.second_level_nav ul li
{
    border-bottom: 1px solid #CCCCCC;	
}

.second_level_nav ul li a 
{
    display: block;
    padding: 10px 0;
}

.second_level_nav ul li a:hover, .second_level_nav ul li.selected a
{

}


.grid_3 .second_level_nav li {
    display: none;
}
.grid_3 .second_level_nav > ul > li.selected, .second_level_nav > ul li.selected li {
    display: block;
}
.grid_3 > .second_level_nav > ul > li.selected > a {
    background: #00b259;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 13px;
    border-bottom: 0;
    line-height: 125%;
    margin-bottom: 15px;
}
.second_level_nav > ul li.selected ul {
    margin: 0;
}
.second_level_nav > ul li.selected li a {
    color: #000;
    font-size: 14px;
    padding: 2px 0;
    padding-left: 10px;
    position: relative;
}
.second_level_nav > ul li.selected li.selected a {
    color: #00b259;
}
.second_level_nav > ul li.selected li.selected a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #49bc71;
    position: absolute;
    left: 0;
    top: 8px;
}
.second_level_nav > ul li.selected li.selected .second_level_nav {
    margin-left: 20px;
    margin-bottom: 25px;
}
.second_level_nav > ul li.selected li.selected .second_level_nav li {
    border: 0;
    line-height: 160%;
}
.second_level_nav > ul li.selected li:last-child {
    border-bottom: 0;
}
.second_level_nav > ul li.selected li.selected .second_level_nav li a {
    color: #000;
}
.second_level_nav > ul li.selected li.selected .second_level_nav li.selected a {
    color: #00b259;
}
.second_level_nav > ul li.selected li.selected .second_level_nav a:before {
    content: none;
}
.grid_3 img {
    max-width: 100%;
}
.grid_3 blockquote cite {
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
}
.grid_3 blockquote cite em {
    font-style: normal;
    display: block;
    font-weight: normal;
    color: #999;
}
/** POWERNAV - Columns **/
/** Add grid classes on with jquery to make this easier **/
.footer_outer {
    background: #1fb25a;
    margin-top: 100px;
}
.footer_outer h2 {
    color: #fff;
    font-size: 24px !important;
    margin: 55px 0 10px 0;
    letter-spacing: -0.025em;
}
.footer_outer .container_12 {
    background: none;
}
.footer_nav
{
    padding-bottom:20px;
    padding-top:30px;
}
.footer_outer p, .footer_outer a {
    color: #fff;
    font-weight: normal;
    line-height: 170%;
}
.footer_outer .container_12 .grid_3 {
    margin-left: 0;
    width: 237px;
}
.footer_outer .container_12 .grid_9 {
    margin-right: 0;
}
.footer_outer .container_12 .grid_12 {
    width: auto;
    margin-right: 0;
}
ul.powernav_col
{    
    float: left;
    width: 168px;
    padding-left: 0;
}
.powernav_cols_5 ul.powernav_col
{    
}
.powernav_col.col_4 {
    padding-bottom: 15px;
    padding-right: 25px;
    border-right: 1px solid #fff;
}

.powernav_col a {
    font-size: 14px;
    padding-left: 20px;
    background: url(/AppImages/powernav_item.gif) no-repeat 0 center;
    color: #fff;
    font-weight: bold;
    line-height: 230%;
    letter-spacing: 0.005em;
}

/* Home Page */
#banner {
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto 75px auto;
    height: 360px;
}
#banner .cycle_item {
    width: 100%;
}
.cycle_item p {
    /*margin: 70px auto 0 auto;
    width: 538px;
    font-size: 40px;
    color: #807f83;
    position: relative;
    z-index: 1;
    padding-right: 440px;
    line-height: 120%;
    letter-spacing: 0.015em;*/
}
.cycle_item p span {
    color: #1fb25a;
}
.cycle_item p a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #1fb25a;
    width: 85px;
    line-height: 140%;
    padding: 2px 0 2px 5px;
    margin-top: 25px;
}
#banner img {
    position: absolute;
    top: 0;
    left: 0;
}
.cycle_pager_wrapper {
    position: absolute;
    z-index: 101;
    top: 330px;
    right: 0;
}
.cycle_pager_wrapper span {
    font-size: 40px;
    margin-right: 5px;
    color: #e6e7e8;
    cursor: pointer;
}
.cycle_pager_wrapper .cycle-pager-active {
    color: #1fb25a;
}
.home_events h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: -0.025em;
}
.home_events h2 {
    padding: 0;
}
.home_events .module_callout_header {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}
.home_events .module_callout_list_item  {
    background-color: #fff;
}
.home_events h4.module_callout_item_date {
    display: inline;
    font-weight: normal;
}
.module_callout_list_item h3 {
    margin: 0;
    display: inline;
}
.module_callout_list_item h3 a {
    color: #000;
}
.container_12 .grid_5.home_middle {
    width: 360px;
    margin-right: 45px;
    border-right: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home_middle ul {
    margin-left: 0;
}
.home_middle li {
    list-style: none;
}
.home_middle li a {
    display: block;
    margin: 5px 0;
    border-radius: 30px;
    color: #00b259;
    padding: 17px 15px 17px 58px;
    font-weight: normal;
    background: url(/AppImages/i-icon.gif) no-repeat #e0f5ea 15px center;
    max-width: 232px;
    font-size: 17px;
    letter-spacing: 0.015em;
}
.home_right p:first-letter {
    background: #00b259;
    color: #fff;
    font-size: 50px;
    padding: 18px 4px;
    float: left;
    margin-right: 7px;
    text-align: center;
    margin-top: 4px;
    font-weight: normal;
}
.content .grid_8.industry_news {
    box-sizing: border-box;
    padding-right: 0;
    margin-right: 15px;
}
.industry_news ul {
    list-style: none;
    margin: 0;
}
.industry_news li .news_callout_list_item {
    float: right;
    width: 221px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin-right: 0;
}
.industry_news .news_callout_image {
    float: left;
    margin-right: 20px;
}
.industry_news .news_callout_image img {
    width: 80px;
}
.industry_news h4 {
    clear: none;
    display: block;
    margin-bottom: 0;
}
    .industry_news h4 a {
        color: #333333;
        line-height: 160%;
    }
.industry_news .news_callout_detail {
    clear: both;
    font-size: 12px;
    margin-top: 10px;
    float: left;
    line-height: 175%;
}
.industry_news li .first_item {
    float: left;
    width: 310px;
    border-bottom: 0;
    margin-right: 0;
}
.industry_news .news_callout_more a, .callout_view_all {
    float: left;
    color: #1fb25a;
    font-size: 12px;
    margin-top: 10px;
    text-transform: lowercase;
}
.industry_news .news_callout_view_all {
    float: left;
    color: #1fb25a;
    font-size: 12px;
    margin-top: -40px;
    margin-left: 80px;
    position: relative;
    z-index: 1;
}
.advocacy_news h3 {
    margin-left: 75px;
}
.advocacy_news ul {
    margin-left: 25px;
    border-left: 1px solid #dfdfdf;
    float: left;
    padding-left: 50px;
}
.member_benefits {
    margin-bottom: 50px;
}
.member_benefits h3, .featured_member h3, .industry_news h3 {
    font-size: 24px;
    letter-spacing: -0.025em;
}
.member_benefits h3 a, .featured_member h3 a, .industry_news h3 a {
    font-weight: bold;
}
.member_benefits h3, .featured_member h3 {
    margin-top: 40px;
}
.member_benefits h3 {
    margin-bottom: 15px;
}
.member_benefits ul {
    list-style-type: none;
    margin-left: 0;
    width: 311px;
    float: left;
}
.member_benefits ul li a {
    font-weight: normal;
    background: url(/AppImages/arrow.png) no-repeat 0 center;
    padding: 7px;
    padding-left: 15px;
    border-bottom: 1px dotted;
    font-size: 14px;
    float: left;
    width: 100%;
}
.member_benefits .how_to_join, .member_benefits .learn_more {
    float: right;
    clear: none;
    background: #1fb25a;
    border: 3px solid #1fb25a;
    height: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    margin-top: 10px;
    padding-top: 30px;
    line-height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    transition: background 200ms;
}
    .member_benefits .how_to_join:hover, .member_benefits .learn_more:hover {
        background: #fff;
    }
    .member_benefits .how_to_join:hover {
        color: #1fb25a;
    }
.member_benefits .learn_more {
    background: #808084;
    margin-top: 35px;
    border: 3px solid #808084;
}
    .member_benefits .learn_more:hover {
        color: #808084;
    }
.member_benefits > a {
    float: left;
    clear: both;
    font-size: 12px;
    color: #1fb25a;
    font-weight: normal;
}
.featured_inner {
    margin-left: 30px;
    border-left: 1px solid #dfdfdf;
    padding-left: 70px;
}
.featured_member p {
    margin-bottom: 15px;
}
.featured_member strong {
    display: inline-block;
    color: #807f83;
    width: 70px;
}
.featured_member p + p + p {
    font-size: 12px;
    color: #807f83;
}
.featured_member p a {
    color: #1fb25a;
    margin-right: 45px;
}


/*** NEW MODULE CALLOUTS ***/
.module_callout
{
    margin-bottom:30px;
}
.module_callout_header,
.module_callout_list_item
{
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #bbbabc;
}
.module_callout_header h2
{
    margin-bottom:0;
}
.module_callout_list_item_detail h3 {
    padding-top:0;
}
.module_callout_list_item_detail h3 a {
    font-size:14px;
    font-weight:normal;
}
.module_callout_list_item_detail .more_link {
    display:none;
}
.module_callout_list_item_image {
	margin-bottom:10px;
	display:none;
}
.home_events .module_callout_list_item_summary
{
    font-size:14px;
    display:none;
}
h4.module_callout_item_date {
    padding:5px 0 0 0;
    font-size:14px;
}

.module_callout_list_item.first,
.module_callout_list_item.index_0,
.module_callout_list_item.index_2,
.module_callout_list_item.index_4,
.module_callout_list_item.index_6
{
}
.module_callout_list_item.first .module_callout_list_item_image,
.module_callout_list_item.index_0 .module_callout_list_item_image
{
    display:block;
}
.module_callout_list_item.first .module_callout_list_item_image img,
.module_callout_list_item.index_0 .module_callout_list_item_image img
{
}

.module_callout_list_item.last .module_callout_list_item_summary
{
    display:none;
}

 
/*** CALLOUTS - NEWS                                 
================================================== */
.module_callout.news
{
}

/*** CALLOUTS - EVENTS
================================================== */
.module_callout.events
{
}

/*** CALLOUTS - VACANCIES
================================================== */
.module_callout.vacancies
{
}




.site_selection 
{
    display: none;
    }


/*** DIRECTORIES ***/

.ql_res_item
{
    display:block;
    clear:both;
    margin-bottom:10px;
    padding-bottom:10px;
}

.ql_res_item img
{
    width:138px;
    height:90px;
    float:left;
	margin-right:15px;
}

.ql_res_item_content
{
    float:left;
}
.listing_az
{
    display: block;
    padding-bottom: 40px;
    margin-bottom: 20px;
    float: left;
    border-bottom: 1px solid #ebebeb;
}
.listing_az a
{
    float: left;
    margin: 0 8px 8px 0;
    min-width:20px;
    padding: 9px;
    height:20px;
    line-height: 20px;
    background-color:#e4f2e6;
    color:#00b259;
    text-decoration: none;
    vertical-align: middle;
	text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.listing_az a:hover {
    background-color:#00b259;
    color:#fff;
}
.listing_az a:nth-child(14n) {
    margin-right: 0;
}
.quicklist_search_wrapper > .search_button {
    display: none;
}
.member_item {
    float: left;
    background: #f7f7f7;
    padding: 30px 15px;
}
.member_item p {
    margin-bottom: 0;
}
.member_item.even {
    background: #fff;
}
.member_title {
    font-weight: bold;
    font-size: 20px;
}
.member_item .details {
    color: #8c8c8c;
}
.member_item .more {
    color: #000000;
    font-weight: bold
}
.ql_searchField {
    position: relative;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
}
.ql_searchField .form_field {
}
.ql_searchField input[type=text] {
    color: #807f83;
    font-weight: bold;
    font-size: 16px;
    background: #f3f3f4;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.ql_searchField label {
    position: absolute;
    left: 0;
    color: #807f83;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 15px 7px 15px;
}
.ql_searchField .search_button {
    width: 38px;
    height: 38px;
    border: 0;
    background: url(/AppImages/arrowWhite.png) no-repeat center #00b259;
    float: left;
    margin: 0 0 0 8px;
    padding: 0;
    border-radius: 0;
}
.ql_searchField .chosen-container {
    width: 100% !important;
}
.ql_searchField .chosen-container .chosen-single {
    border-radius: 0;
    background: url(/AppImages/arrowDown.png) no-repeat 97% center  #f3f3f4 !important;
    border: 0 !important;
    box-shadow: none;
    font-size: 16px;
    padding: 13px 15px 7px 15px;
    font-weight: bold;
    color: #807f83;
}
.chosen-container .chosen-drop {
    background: #f3f3f4 !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.ql_searchField .chosen-single div {
    display: none !important;
}
.chosen-container .chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}
.chosen-container .chosen-results li {
    padding: 10px 15px !important;
    background: none;
}
.chosen-container .chosen-results li.highlighted {
    background: #00b259 !important;
}
.ql_res_item_content table
{
    font-size:100%; 
    float:left;
    border-right:1px solid #ccc;
    table-layout: fixed;
}
.ql_res_item_content th
{    
    background-color: transparent;
    font-size:100%; 
    padding: 0;
    border:0px none;
    padding:0 10px 5px 0;
}
.ql_res_item_content td
{    
    font-size:100%; 
    padding: 0;
    border:0px none;
}
.ql_res_item_content .more_link
{
    background-image: url(/CoreCode/images/arrow_sprites.png) !important;
    padding: 2px 20px 2px 0 !important;
    display: inline-block;
    text-decoration: none;
    background-position: right -87px;
}

.ql_page_next.paginate_enabled_next,
.ql_page_next.paginate_disabled_next,
.ql_page_prev.paginate_enabled_previous,
.ql_page_prev.paginate_disabled_previous
{
    background-image: url(/CoreCode/images/arrow_sprites.png) !important;
    padding: 2px 20px 2px 5px !important;
    display: inline-block;
    background-color: #F1F1F1 !important;
    color: #fff !important;
    text-decoration: none;
    background-position: right -20px !important;
    line-height: 19px;
}
.ql_page_next.paginate_disabled_next,
.ql_page_prev.paginate_disabled_previous {
	opacity:0.3;
	cursor:default;
}
.ql_page_prev.paginate_enabled_previous,
.ql_page_prev.paginate_disabled_previous
{
    padding: 2px 5px 2px 20px !important;
    background-position: left 8px !important;
}
.dataTables_paginate_wrapper
{
    padding-top:10px;
}
.dataTables_paginate_pages
{
    display:inline-block;
}
.dataTables_paginate_pages a
{
    display:inline-block;
    min-width:20px;
    height:20px;
    line-height: 20px;
    background-color:#F1F1F1;
    color:#fff;
    text-decoration: none;
    vertical-align: middle;
	text-align: center;
}

.listing_page_detail .lf_product_and_service,
.listing_page_detail .lf_sector,
.listing_page_detail .lf_address label {
    display: none;
}

.listing_page_detail .listing_primary_image {
    float: right;
    width: 400px;
    height: 230px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
}
.listing_page_detail .field_cont {
    clear: none;
    float: left;
    min-width: 221px;
    border-bottom: 1px dotted #9a9a9e;
    padding: 5px 0 0 0;
}
.listing_page_detail label {
    float: left;
    width: 18px;
    margin-right: 5px;
    font-weight: normal;
}
.listing_page_detail .field_cont p {
    margin-bottom: 8px;
}
.listing_page_detail .field_cont.lf_company_overview {
    margin-top: 40px;
    border-bottom: 0;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}
.listing_page_detail .field_cont.lf_company_overview label {
    font-size: 24px;
    width: auto;
}

/** CASE STUDIES ***/
.casestudy_field_value
{
    padding-bottom:10px;
}
.casestudy_field_value label
{
    font-weight: bold;
}
.casestudy_detail_field_summary .casestudy_field_value label,
.casestudy_detail_field_fulldetail .casestudy_field_value label
{
    display:none;
}
.module_image_gallery_list
{
    margin-bottom:10px;
}
.casestudy_detail_wrapper .module_image_gallery_nav img
{
    width: 71px;
    margin-right: 0;
    margin: 2px;
    cursor:pointer;
}
.casestudy_detail_wrapper .module_image_gallery_nav img:hover
{
    opacity:0.8;
}
#module_image_gallery_enlarge
{
    cursor:pointer;
}

/*** SLIDE NAV ***/
#toggleSlideNav
{
    position:fixed;
	left:0;
	top:0;
	height:40px;
	width:40px;
	z-index:9999;
	background-color: #F1F1F1;
	color:#fff;
	background-image: url(/AppImages/hotdog_light.gif);
	background-position: center;
	cursor: pointer;
	display:none;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
#toggleSlideNav span
{
    display:none;
}
#slideNav
{
    width:80%;
    background-color: #1fb25a;
    position:fixed;
	left:-80%;   
	z-index: 9998;
    top: 0;
    bottom: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
   /* overflow: auto;*/
}

.slidemenu-open #toggleSlideNav
{
    left:80%;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

body.slidemenu-open{
	overflow: hidden;
}

.slidemenu-open #slideNav
{    
	left:0;   
	transition: all 400ms;
    -webkit-transition: all 400ms;
}
#wrapper
{
    position:relative;
	left: 0;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    max-width: 1400px;
    margin: 0 auto;
}
.slidemenu-open #wrapper{
    position: relative;
    left: 80%;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    position: fixed;
}
body.slidemenu-open
{
    overflow-x:hidden;
}

.nav_vertical
{
    padding:50px 0px 0;
    color:#fff;
    text-align: left;
}
.nav_vertical ul
{
    margin:0;
    padding:0;   
    list-style-type: none; 
}
.nav_vertical ul li a
{
    color:#fff;
    text-decoration: none;
    display:block;
	padding:5px 15px;
	border-top:1px solid #fff;
}

.slide_nav_search
{
    position:absolute;
    top:10px;
	left:10px;
	right:10px;
    background-color: #fff;
    padding-right:30px;
    height:30px;
    margin-bottom:10px;
}
.slide_nav_search input[type=text]
{
    position:absolute;
	left:0;
	right:30px;
	padding:4px;
	border:0px none;
}
.slide_nav_search a
{
    position:absolute;
	right:0;
	width:30px;
	height:30px;
	background-image: url(/AppImages/search.gif);
	background-position: center;
	text-indent: -9999px;
}

/***** Login page *****/

.page_login {

}
.page_login h2 { display: none }
.page_login label {
    float: left;
    width: 150px;
    margin-top: 5px;
}
.page_login input[type=text], .page_login input[type=password] {
    border: 0;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #e6e7e8;
}
.page_login .remember_me label { margin: 0 }

.page_login .login_button {
    float: left;
    cursor: pointer;
    margin: 10px 0 0 150px;
    padding: 0;
}
.page_login .login_button input {
    background: none;
    border: 0;
    padding: 5px 9px;
    color: #fff;
    cursor: pointer;
}
    .page_login .login_button:hover input {
        color: #00b259;
    }
.page_login .register-password {
    display: block;
    margin: 15px 0 10px 150px;
}

.reset_password {
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
}
.reset_password h2 {
    width: 978px;
    margin: 0 auto 35px;
    padding: 25px 0;
    letter-spacing: normal;
    font-size: 40px;
    font-weight: normal;
    color: #1fb25a;
    background: #edeeee;
    position: relative;
}
.reset_password h2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #edeeee;
}
.reset_password h2:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background: #edeeee;
}
.reset_password p {
    width: 978px;
    max-width: 100%;
    margin: 0 auto;
}
.reset_password p + input {
    margin: 10px auto 0;
    width: 200px;
    display: block;
    position: relative;
    left: -376px;
    padding: 5px 10px;
}
.reset_password .button_stretch {
    margin: 0 auto;
    width: 50px;
    display: block;
    position: relative;
    left: -459px;
    text-align: center;
}

/*** Form builder ***/
.form_area_wrapper {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
}
    .form_area_wrapper:after {
        content: "";
        width: 1px;
        position: absolute;
        right: 275px;
        top: 25px;
        bottom: 25px;
        background: #e8e8e8;
    }
.form_area_wrapper h2 {
    font-size: 23px;
    color: #00b158;
    font-weight: bold;
}
.form_area_wrapper .sidebar {
    float: right;
    width: 205px;
    margin-top: 73px;
}
.form_area_wrapper .sidebar p {
    color: #8c8c8c;
}
.form_area_wrapper .sidebar p strong {
    color: #000;
    font-weight: normal;
}
.form_content_wrapper .field_cont {
    float: left;
    width: 605px;
    clear: none;
    /*border-right: 1px solid #e8e8e8;*/
    padding-right: 75px;
    padding-bottom: 12px;
}
.form_content_wrapper .field_cont.Small {
    width: 302px;
    padding-right: 0;
    box-sizing: border-box;
}
    .form_content_wrapper .field_cont.text_large + .Small label {
        width: 100px;
    }
    .form_content_wrapper .field_cont.Small + .Small, .form_content_wrapper .field_cont.Small + .Small + .Small + .Small {
        padding-left: 40px;
    }
    .form_content_wrapper .field_cont.Small + .Small + .Small {
        padding-left: 0;
    }
    .form_content_wrapper .field_cont.Small + .Small input[type=text], .form_content_wrapper .field_cont.Small + .Small + .Small + .Small input[type=text] {
        margin: 0;
    }
    .form_content_wrapper .field_cont.Small + .Small label, .form_content_wrapper .field_cont.Small + .Small + .Small + .Small label {
        width: 65px;
        margin-right: 0;
    }
    .form_content_wrapper .field_cont.Small + .Small + .Small label {
        width: 100px;
        margin-right: 10px;
    }
    
    .form_content_wrapper .field_cont.Small + .Small + .text_med input[type=text] {
        width: 240px;
    }
.form_content_wrapper .form_field {
    display: flex;
    display: -ms-flexbox;
}
    .form_content_wrapper .field_cont.text_med input[type=text] {
        width: 315px;
    }
    .form_content_wrapper .field_cont.text_large input[type=text], .form_content_wrapper .field_cont.text_large textarea {
        width: 495px;
    }
    
    .form_content_wrapper .field_cont.list_field .form_field {
        display: block;
    }
    .form_content_wrapper .field_cont .list_field > label {
        min-width: 600px;
        float: left;
        margin: 0;
    }
    .form_content_wrapper .field_cont .list_control {
        clear: both;
        float: left;
        min-width: 600px;
        margin-top: 15px;
    }
    .form_content_wrapper .field_cont.list_field .list_control label {
        width: auto;
        clear: both;
        margin: 0;
        min-width: 95px;
    }
    .form_content_wrapper .field_cont.list_field .list_control label:before {
        content: "\00a0";
        float: left;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid #dbdbdb;
        margin: 3px 10px 0 0;
        line-height: 22px;
        text-align: center;
        cursor: pointer;
    }
    .form_content_wrapper .field_cont.list_field .list_control input:checked + label:before {
        content: "\2714";
    }
    .form_content_wrapper .field_cont .list_control input {
        display: none;
    }
    .form_content_wrapper .fb_area_wrapper + .list_field .list_control label:before {
        float: left;
        margin: 3px 10px 0 0;
    }
    .form_content_wrapper .fb_area_wrapper + .list_field .list_control br {
        display: none;
    }
    .form_content_wrapper .list_field textarea {
        width: 605px;
        margin: 5px 0;
    }
    
.form_content_wrapper .field_cont.Small input[type=text] {
    width: 192px;
}

.field_cont label {
    width: 100px;
    float: left;
    margin-top: 7px;
    font-weight: normal;
}
.field_cont.textbox_field label {
    width: auto;

}
.field_cont input[type=text], .field_cont textarea {
    width: 315px;
    max-height: 34px;
    float: right;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-left: 10px;
}

.field_cont.user_email + .field_cont + .field_cont {
    width: 605px;
}
    .field_cont.user_email + .field_cont + .field_cont input[type=text] {
        width: 55px;
    }

/*** RESPONSIVE - Site specific
================================================== */

@media only screen and (min-width : 1025px) 
{
    #mobileNav
    {
        display:none !important;
    }
    
}

@media only screen and (max-width : 1024px) and (min-width: 768px) {
    .content .grid_8.webtools {
        width: 100%;
    }
    .container_12 .grid_5.home_middle {
        width: 100%;
    }
    .home_middle ul {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .home_middle li {
        float: left;
        width: 50%;
    }
    .home_middle li a {
        max-width: 100%;
        margin-right: 10px;
    }
}
    
@media only screen and (max-width : 1024px) {

    .mobile_hidden /* Hides stuff at mobile size - useful for removing callouts etc */
    {
        display: none !important;
        }
    
    .mobile_only /* Shows stuff at mobile size - useful for adding stuff in at mobile level etc */
    {
        display: block !important;
        }
    
    body 
    {
        background-color: #FFFFFF;
        }
    
    #header 
    {
        padding: 20px 0 0;
        margin: 0;
        }
    
    .header_search 
    {
        clear: both;
        width: 100%;
        margin-top: 10px;
        }
    
    /** slide nav hide search ***/
    .header_search 
    {
        display:none;
    }
    .header_logo
    {
        margin-left: 20px;
    }
    .side_icons {
        display: none;
    }
    
    .content, #content {
        padding:  15px;
    }
    
    #wrapper
    {
    }

    .content .grid_8 {
        padding-right: 0;
        border: 0;
    }
    .standard_content_content_inner {
        max-width: 100%;
    }

    .share_buttons { display: none }

    img {
        max-width: 100%;
        height: auto;
    }

	iframe {
		width: auto;
		min-width: 100%;
	}

    table {        
        margin: 1em 0;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: auto;
        display: block;
        width: 100% !important;
        position: relative;
    }

    #title_container h1 {
        width: auto;
        padding-left: 10px;
        margin: 15px 0 0;
        font-size: 26px;
        padding: 15px;
    }
    
    #footer {
        text-align: center;
    }

    .footer_outer {
        margin: 20px 0 0;
        padding: 10px;
    }
    .footer_outer h2 {
        margin-top: 0;
    }
    
    .powernav_col.col_4 {
        border: 0;
    }
    .header_logo,
    .header_logo img
    {
        width: 200px;
    }

    .login_button {
        clear: both;
        margin: 10px 20px 0 0;
    }

    .quick_nav { display: none }
            
    /*** mobile nav button ***/
    #fullNav
    {
        display:none;
    }
    
    .panel_nav 
    {
        padding-top: 5px;
        }
    

.panel_nav ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.panel_nav .top_level li.page_home {
  display: none;
}
.panel_nav > ul > li {
  float: left;
  position: relative;
  margin-left: 26px;
}
.panel_nav > ul > li a {
  display: block;
  float: none;
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
  color: #3f3f3f;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
}
.panel_nav > ul > li a:hover {
  color: #00b259;
}
.panel_nav > ul > li:last-child {
  border-right: 0px none;
}
.panel_nav > ul > li.selected > a {
  color: #00b259;
}
.panel_nav > ul > li .panel_nav_panel {
  display: none;
  background-color: #fff;
  padding: 6px 10px 0 10px;
  position: absolute;
  top: 32px;
  left: -10px;
  z-index: 500 !important;
  zoom: 1;
  width: 230px;
  border: 1px solid #b2b2b2;
  border-top: 0;
  box-sizing: border-box;
}
.panel_nav > ul > li .panel_nav_panel:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #b2b2b2;
  position: absolute;
  top: -25px;
  left: -1px;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel {
  float: left;
  margin: 0;
  width: 100%;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul {
  height: auto;
  border: 0px none;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li {
  float: none !important;
  height: auto;
  padding: 0;
  margin: 0;
  zoom: 1;
  border-top: 1px solid #ddd;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li a {
  clear: both;
  display: block;
  float: none;
  text-align: left;
  height: auto;
  padding: 7px 0;
  margin: 0;
  width: 100%;
  background-color: Transparent;
  min-height: 0;
  -moz-transition: background-color 200ms, padding 200ms;
  -o-transition: background-color 200ms, padding 200ms;
  -webkit-transition: background-color 200ms, padding 200ms;
  transition: background-color 200ms, padding 200ms;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li.selected > a,
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li a:hover {
  padding-left: 10px;
  background: url(/AppImages/arrow.png) no-repeat 0 center #f5f5f5;
  opacity: 1;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li ul li.selected a,
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li ul li:hover a {
  padding-left: 15px;
  background: #f5f5f5 !important;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li ul a {
  width: 100%;
  font-size: 12px;
  padding-left: 15px;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel + .panel_nav_sub_panel {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
.panel_nav > ul > li.page_members .panel_nav_panel,
.panel_nav > ul > li.page_students .panel_nav_panel {
  left: auto;
  right: -10px;
}
.panel_nav > ul > li.page_members .panel_nav_panel:before,
.panel_nav > ul > li.page_students .panel_nav_panel:before {
  left: auto;
  right: -1px;
}
.second_level_nav ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.second_level_nav > ul {
  margin-bottom: 20px;
}
.second_level_nav > ul ul {
  margin-top: -1px;
  margin-bottom: 0 !important;
}
.second_level_nav li a {
  display: block;
  padding: 10px 0;
  color: #262626;
}
.second_level_nav li ul li {
  border-bottom: 0px none;
}
.second_level_nav li ul li a {
  padding: 8px 0;
}
.second_level_nav li ul li a:before {
  background: #eee !important;
}
.second_level_nav li ul li.selected {
  color: #262626;
}
.second_level_nav li ul li.selected li.selected {
  color: #00b259;
}
.second_level_nav li ul li.selected:first-child {
  border-top: 0;
}
.second_level_nav li:first-child {
  border-top: 1px solid #b7b7b7;
}
.second_level_nav li.selected a {
  padding-left: 13px;
}
.second_level_nav a {
  color: #00b259;
  font-size: 16px;
  padding: 10px 13px 10px 0;
  border-bottom: 1px solid #b7b7b7;
  display: block;
  -moz-transition: padding 500ms;
  -o-transition: padding 500ms;
  -webkit-transition: padding 500ms;
  transition: padding 500ms;
}
.second_level_nav a span {
  color: #00b259;
}
.second_level_nav a:before {
  background: url(/AppImages/arrow.png) no-repeat 0 center #e5e5e5;
}
.second_level_nav a:hover {
  padding-left: 13px;
}

    #mobileNav
    {
        clear:both;
        display: block;
        position: fixed;
        z-index: 9999;
        height: 100%;
        background: #fff;
        top: 0;
        left: -100%;
        width: 100%;
        transition: left 300ms;
        overflow-y: scroll;
    }
    
    #toggleMobileNav
    {
        margin-right: 20px;
        float: right;
        background: url(/AppImages/mobileNav.png) no-repeat 0 0 #00b259;
        width: 40px;
        height: 40px;
        position: relative;
        z-index: 1;
    }
    #toggleMobileNav:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: url(/AppImages/mobileNav.png) no-repeat 0 0 #008a45;
        transition: width .35s;
    }
    #toggleMobileNav:hover:after, #toggleMobileNav.active:after {
        width: 100%;
    }
    .main_nav ul li, .main_nav ul li a, .main_nav ul li a span {
        float: none;
        display: block;
    }
    .panel_nav_panel 
    {
        position: static !important;
        width: 100% !important;
        display: block !important;
        padding: 0 0 0 15px !important;
    }
    .mobile_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: url(/AppImages/mobileClose.png) no-repeat 5px 10px;
        z-index: 10001;
    }
        #mobileNav.open {
            left: 0;
        }
        #mobileNav .panel_nav {
            padding: 0;
        }
    #mobileNav .panel_nav > ul > li {
        float: left;
        width: 100%;
        display: block;
        margin: 0;
    }
    #mobileNav .panel_nav > ul > li a {
        text-align: left;
        padding: 10px 15px;
    }
        #mobileNav .panel_nav > ul > li > a {
            border-top: 1px solid #b2b2b2;
        }
        #mobileNav .panel_nav > ul > li.selected > a {
            background: #f5f5f5;
        }
        #mobileNav .panel_nav > ul > li li {
            border: 0;
        }
    #mobileNav .panel_nav > ul > li li a {
        background: none;
    }
    #mobileNav .panel_nav > ul > li li.selected > a {
        color: #00b259;
    }

    #fullNav
    {
        display:none;
    }
    
    /*** Panel Nav ***/
    
    .powernav_col 
    {
        width: 94% !important;
        padding: 15px 3%;
        margin: 0 !important;
        float: left !important;
        }
    
    .powernav_container .col_1, .powernav_container .col_3, .powernav_container .col_5, .powernav_container .col_7 
    {
        clear: both;
        }
    
    /*** Module Lists ***/
    .advocacy_news ul {
        margin: 0;
        padding: 0;
    }
    
    .module_list_item {
        padding: 15px 0 !important;
        margin: 0;
    }
    .module_list_item.even {
        background: #fff;
    }

    .news_list_item_wrapper .module_list_item_content {
        width: 100%;
    }
    .news_list_item_wrapper .first_item .module_list_item_title,
    .module_list_item_title {
        font-size: 24px;
    }
    .news_list_item_wrapper .first_item .module_list_item_image img {
        max-width: 500px;
    }
    .news_list_item_wrapper .module_list_item_image {
        width: 100%;
        padding: 0;
    }
    .news_list_item_wrapper .module_list_item_image img {
        margin-bottom: 10px;
        width: auto;
        max-width: 100%;
    }

    .module_list_item_date /* 126px Wide */
    {
        float: none;
        text-align: left;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-left: 0;
    }
    
    .module_list_item_title  /* 600px Wide */
    {
        float: none; 
        width: 100%; 
    }

    .module_list_item_image 
    {
        float: none;
        width: 100%;
    }
    .news_list_item_wrapper .module_list_item_image {
        padding-left: 0;
    }
    
    .module_list_item_image img
    {
        width: 100%;
        margin-bottom: 5px;
    }

    .event_detail_wrapper h3, .vacancy_detail_wrapper h3
    {
        margin: 20px 0;
    }

    img.speaker_image {
        margin-bottom: 20px;
    }
    
    
    #toggleSlideNav
    {
        display:block;
    }
    
    /*** Module details ***/

    .module_detail_date /* 130px Wide */
    {
        float: none;
        text-align: left;
        width: 100%;
        font-size: 12px;
        font-weight: normal;
        margin-left: 0;
    }

    .module_detail_title  /* 600px Wide */
    {
        float: none; 
        width: 100%;
    }
    
    .module_detail_content 
    {
        clear: both;
    }
    
    .module_image_gallery 
    {
        float: none;
        width: 100%;
        margin: 10px 0;
        }
        
    .module_image_gallery_list {
        width: 100%;
        overflow: hidden;
    }

    .module_image_gallery_item 
    {
        text-align: center;
        width: 100%;
    }
    
    .module_image_gallery_item img
    {
        text-align: center;
    }
    
     /*** Search Results ***/
     
     .search_results_wrapper {
        padding: 0;
        width: 100%;
     }
     .search_results_wrapper h1 {
         margin-left: 15px;
     }

    .refine_search 
     {
         display: none;
         }
     
     .search_result_item 
     {
         position: relative;
         padding-bottom: 25px;
         padding: 0 15px;
         margin-bottom: 25px;
         }
     
     .search_result_details h2 {
        font-size: 16px;
     }

     .search_result_image {
        background-color: #F9F9F9;
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        overflow: hidden;
        border: 0px none;
        margin-bottom: 10px;
    }
    
    .search_result_image img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    
    .search_type_icon {
        top: -4px;
        right: -14px;
    }
    
    /*** Contact Form ***/
    
    .contact_form .form_field input, .contact_form .form_field textarea, .contact_form .form_captcha input {
        display: block;
        border: 1px solid #cccccc;
        width: 100%;
        box-sizing: border-box;
    }

    .contact_form .form_button {
        text-align: left;
        margin-top: 20px;
    }
    
    /*** Formbuilder ***/
    
    .field_cont input, .field_cont textarea
    {
    }  

    .field_cont select
    {
        width: 100%;
    } 
    
    .checkbox_field label, .checkbox_field input, .list_control label, .list_control input {
        display: inline;
        width: 15px;
        height: 15px;
        padding: 0;
    }
    
    .ui-tooltip 
    {
        display: none !important;
        }
    
    /*** Event Booking Form ***/
    
    .event_booking_form label {
        clear: both;
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 5px 0;
        text-align: left;
        margin-bottom: 3px;
    }
    
    .event_booking_form input, .event_booking_form textarea {
        float: none;
        margin-bottom: 15px;
        display: block;
        border: 1px solid #cccccc;
    }

    blockquote {
        width: 100%;
    }
    
    .grid_3 img {
        max-width: 250px;
    }

    #banner {
        display: none;
    }
    .home_right p a {
        display: inline-block;
    }
    .container_12.home_boxes {
        display: flex;
        flex-flow: wrap-reverse;
    }
    .container_12 .grid_5.home_middle {
        border: 0;
    }
    .advocacy_news h3 {
        margin-left: 0;
    }
    .industry_news li .first_item {
        width: auto;
    }
    .industry_news li .news_callout_list_item {
        float: left;
        width: 100%;
    }
    .industry_news .news_callout_view_all {
        margin: 10px 0;
    }
    .member_benefits .how_to_join, .member_benefits .learn_more {
        float: left;
        margin: 0 0 10px 10px;
    }
    .callout_join a.learn_more {
        float: left !important;
    }
    .member_benefits ul {
        width: 100%;
    }
    .member_benefits ul li a {
        box-sizing: border-box;
    }
    .member_benefits > a {
        margin: 20px 0;
    }
    .featured_member {
        clear: both;
    }
    .featured_inner {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .ql_searchField {
        margin-bottom: 10px;
    }
    .ql_searchField select {
        width: 100%;
        font-weight: bold;
        font-size: 16px;
        background: #f3f3f4;
        color: #807f83;
        border: 0;
        padding: 10px 15px;
    }
    .ql_searchField.sf_product_and_service label { display: none }
    .ql_searchField input[type=text] {
        width: 100%;
        box-sizing: border-box;
        padding-right: 55px;
    }
    .ql_searchField .chosen-container {
        width: 100% !important;
    }
    .ql_searchField .search_button {
        position: absolute;
        top: 0;
        right: 0;
        border-left: 5px solid #fff;
    }
    .quicklist_search_wrapper > .search_button {
        display: block;
        background: #00b259;
        color: #fff;
        border-radius: 0;
        border: 3px solid #00b259;
        padding: 5px 9px;
        margin: 0;
        font-weight: bold;
    }
    
}

@media print {
    .header_search, .login_button, .quick_nav, .main_nav, #mobileNav, .footer_outer, .container_12 .grid_3, #title_container, .side_icons, .post_comments, .news_back_button, .button, .share_buttons {
        display: none !important;
    }
	.header_logo {
		margin-bottom: 20px;
	}
    .module_detail_title {
        width: auto !important;
    }
    .container_12 .grid_8 {
        width: auto !important;
        padding: 0 15px !important;
        margin: 0 !important;
        border: 0 !important;
    }
    h1,h2,h3,h4,h5,h6 {
        page-break-after: avoid;
    }
    h1,h2,h3,h4,h5,h6,p,ul,table {
        page-break-inside: avoid;
    }
}

.admin-bar { display: none }