/** General styles **/
body {
font-family: 'Lato', sans-serif;
overflow-x: hidden;
font-size:14px;
line-height:1.428571429;
color:#333;
background-color:##eeeeff;
}
h1, h2, h3, h4, h5, h6  {
width: 100%;
font-family: 'Roboto', sans-serif;
}
img {
vertical-align: middle;
}
.logo_image {
vertical-align: middle;
}
.container {
width:970px;
/*min-height:255px;*/
/*padding-right: 15px;*/
/*padding-left: 15px;*/
margin-right: auto;
margin-left: auto;
text-align: center;
}
.shadow {
box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.6);
-moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.6);
-webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.6);
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/*color: #000000;*/
font-size: 18px;
}
input, button, select, textarea {
/*line-height: inherit;*/
color: #000000;
/*border: none;*/
/*border: 1px solid #000;*/
}
.inline {
display: inline;
}
.inblock {
display: inline-block;
vertical-align: top;
}
.blue_bg {
background-color: #003399;
}
.grey_bg{
    background-color:#F4F6F8;
}
.white_bg{
    background-color:#FFF;
}
.alignl {
text-align: left;
}
.alignc {
text-align: center;
}
.alignr {
text-align: right;
}
.marginal{
    margin-top:70px;
}
.just
{
    text-align:justify;
}
.uppercase {
text-transform: uppercase;
}
.font_blue {
color: #0066cc;
}
.no_border {
border: 0px;
border: none;
}  
.floatl {
float: left;
}
.floatr {
float: right;
}
.image_opacity {
opacity: 0.3;
}
.normal {
font-weight: normal; 
}
.font_70 {
font-size: 70px;
color: #039;
}
.font_40 {
font-size: 40px;
}
.font_30 {
font-size: 30px;
}
.font_25{
font-size: 25px;
}
.font_22 {
    font-size: 22px;
}
.font_21 {
    font-size: 18px;
}
.font_20 {
    font-size: 20px;
}
.font_19 {
font-size: 19px;
}
.font_18 {
    font-size: 18px;
}    
.font_15 {
font-size: 15px;
}
.font_12 {
    font-size: 12px;
}
.font_10 {
font-size: 10px;
} 
.medium_blue {
color: #039;
}
.alignt {
vertical-align: top;
}    
.hide {
display: none !important;
}
.space {
padding-left: 30px;
padding-right: 30px;
}
.paddown{
    padding-bottom: 10px;
}
.navs
{
    color: #33f;
}
    .navs:visited
    {
        color: #33f;
    }
    .navs:active
    {
        color: #33f;
    }
    .navs:link
    {
        color: #33f;
    }
.navyblue {
    color: #003366;
}
/** end general styles **/

    /** start background styles **/
.green {
    background-color: #2BDF80;
}
.green_light {   
    background-color: #89F3BB; 
}
.orange_dark {
    background-color: #CE4133;
}
.blue {
    background-color: #2DCEFC;
}
.royal_blue {
    background-color: #23C8FE;
}
.orange {
    background-color: #ffcc00;
    border-radius: 20px;
}
.img_bg {
margin-top: 0px;
height: 300px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.8;
}
.img_bg div {
color: #fff; 
font-size: 4em;
font-style: oblique;
opacity: 0.8;
text-align: center;
margin-top: 100px;
}
.bg_hwitop {
background-image: url("../images/new-york-skyline-wide-1349-x-300.png");
}
.bg_hwimiddle {
background-image: url("../images/Image_Harriman_NYState_Sum.png");
}
.bg_distop {
background-image: url("../images/Balsam_Mountain-NY-1349-x-300.png");
}
.bg_nptop {
background-image: url("../images/Saranac_Lake-NY.png");
}
.bg_dotop {
background-image: url("../images/Image_Harriman_NYState_Sum.png");
}
    /** end background styles **/

/** start header styles **/
.header_container {
background-color: #003399;
display: block;
margin-left: auto;
margin-right: auto;
position: fixed;
*position:static;
z-index: 10;
width:100%;
}

div.header_link {
text-align: center;
display: inline-block;
padding: 10px 10px;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
}
a.white {
color:#fff;
text-decoration:none;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
#logo_container {
width: 20%;
display: inline-block;
*display: inline;
*zoom: 1;
*vertical-align:text-bottom;
}
.header_link_holder {
display:inline-block;
*display: inline;
*zoom: 1;
width: 35%;
}
a.white:link, a.white:visited {
color: white;
}
a.white:hover {
color: orange;
}
a.white:active {
color: white; 
font-weight: bold;
}
.header_drop {
display:none;
}
#menu {
display:none;
list-style-type:none;        
text-align:center;
background-color:#EEEECC;
}
#menu li {
padding: 8px 0px; 
}
.drop_link {
text-decoration: none;
text-align: center;
padding: 10px;
font-size: 20px;
}
.menu_line {
height: 3px;
background: white;
width: 30px;
margin-bottom: 3px;
}

.dynamic_header_bg{ 
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: .8;
}

.dynamic_banner_bg{ 
    width: 100%;
    background-color: #F4F6F8;
    margin-top: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/** end header styles **/

/** start footer styles **/
.footer_container {
    width: 100%;
    padding: 30px;
    background-color: #1d1d1d;
    color: white !important;
    box-sizing: border-box;
}
    
.footer_container h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.12em;
}
    
.footer_container p {
    font-size: .9em;
    margin-top: 0;
    margin-bottom: 20px;
}
    
.footer_about {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
}
    
.footer_social_links {
        
}
    
.social_icon {
    height: 28px;
    width: 28px;
    display: inline-block;
}
    
.social_icon img {
    height: 100%;
    width: 100%;
}
    
.footer_links {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
    
.quick_links_wrap {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
    
.quick_link {
    margin-bottom: 10px !important;
    font-weight: 700;
}
    
.quick_link a:link {
    color: white;
    text-decoration: none;
}
    
.quick_link a:visited {
    color: white;
    text-decoration: none;
}
    
.quick_link a:hover {
    color: white;
    text-decoration: underline;
}
    
.quick_link a:active {
    color: white;
    text-decoration: none;
}
    
.footer_end {
    float: right;
    height: 100%;
}
    
.footer_newsletter {
    display: block;
}
    
.footer_certifications {
    display: inline-block;
    vertical-align: bottom;
}
    
.certification {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
    
.certification img {
    height: auto;
    width: 100%;
}
/** old foot
.footer_container {
width: 100%;
float: left;
text-align: left;
text-align: center;
height: 400px;
}
.copyright_container {
width: 100%;
background: #fff;
/*height: 40px;
display: inline-table;*/
}
.partner_logo_wrapper {
width: 100%;
text-align: center;
}
.logo_partner {
width: 100%;
}
div.logo_part {
display: inline-block;
padding: 2px 60px 0px 50px;
}
.links {
width: 100%;
display: inline-block;
background-color: #000;
margin-left: auto;
margin-right: auto;
text-align: center;
}
div.link_footer {
display: inline-block;
color: #FFF;
padding: 0px 37.5px 0px 37.5px;
}
div.link_footer a, div.link_footer a:visited {
text-decoration:none;
color:white;
font-size: 18px;
}
#social {
width: 38%;
display: inline-block;
padding: 5px 25px 0px 0px;
}
#social_image {
float: right;
padding-top: 2px;
width: 220px;
}
#twitter-widget-0 {
max-height:215px;
}
div.search_line {
font-size: small;
width: 90%;
}
div.social {
display: inline-block;
}
.news_sub {
border: medium none;
border-radius: 2px;
font-size: 16px;
background-color: #152F62;
color: white;
padding: 10px;
}
.footer_button {
font-size: 16px;
line-height: 30px;
color: #FFF;
border-radius: 6px;
border: medium none;
background-color: #039;
border: 0.5px solid;
margin-top: 10px;
}**/
/** end footer styles **/

/** start home styles **/
    /*search*/
#search_button_container { 
    height: 50px;
    width: 100%;
}
.search_title {
    width: 100%;
    text-align: center;
    color: #003366;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 24px !important;
    font-weight: bold;    
}   
    .search_title h3{
        margin-top: 0px;
        margin-bottom: 20px;
    } 
.home_searchline {
    font-size: 18px;
    color: #656565;
    width: 85%;
    background: url("../images/input-search.png") no-repeat scroll right #FFF;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    border:1px solid #727272;
    min-width: 255px;
    line-height: 32px; 
    padding: 0px 12px;   
    height: 32px;
}

.search_div {
    display: inline-block; 
    *display: inline; 
    *zoom: 1;
    width: 55%;
    vertical-align: top;
}
.search_div.right {
    width: 15%; 
    text-align: left; 
    height: auto;
}
.search_link {
    text-decoration: none;
    color: #FFF;
    border-style: none;
    border-radius: 6px;
    padding: 7px; 
    line-height: 120%;
    background-color:#3aF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
}
.vsearch_title {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: oblique;
    text-decoration: none;
}

.searchline {
    padding: 6px;
    font-size: 16px;
    vertical-align: top;
    max-width: 100%;
    text-align: left; 
    border: #727272 solid 1px;
    border-radius: 2px;
}
    .home_search_button {
    padding: 7px;
    border-radius: 6px;
    border-style: none;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 120%;
    color: #FFF;
    background-color: #2BDE73;
    }
    .search_opt {
    display:inline-block;
    text-align: center;
    }
    .vsearcher
    {
        margin: 35px;
    }

    /****New Events / articles***/
    * {
        box-sizing: border-box;
    }
         
    .button {
        height: 32px;
        display: inline-block;
        padding-left: 16px;
        padding-right: 16px;
        background-color: #0066cc;
        border-radius: 2px;
        line-height: 32px;
        color: white;
        text-transform: uppercase;
        font-size: 12px;
        border: none;
        vertical-align: top;
    }
    
    .button .dense{
        height:28px;
        line-height: 28px;
    }
    
    .section_header {
        position: relative;
        width: 100%;
        height: 40px;
        padding: 8px;
        background-color: #06c;
        overflow: hidden;
    }
    
    .section_header h3 {
        margin: 0;
        color: white;
        display: inline-block;
        width: 85%;
    }
    
    .section_header .view_more {
        width: 14%;
        display: inline-block;
        text-align: right;        
    }
    
    .upcoming_events {
        border-radius: 2px;
        position: relative;
        min-height: 345px; 
        max-width: 700px;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 6px;
    }

    .flow {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    
    .upcoming_events .flow {
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        /*background-color: #eeeeff;*/
        overflow: hidden;
    }
    
    .event_item {
        padding: 10px;
        border-top: 1px solid #e1e1e1;
        background-color: white;
        width:100%;
    }
    
    .event_item_title {
        display: inline-block;
        width: 74%;
    }
    
    .event_item h4 {
        margin: 0 0 5px 0;
        color: #039;
    }
    
    .event_item_title p {
        margin: 0;
        font-size: 12px;
        color: #727272;
    }
    
    .event_item_date {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        text-align: right;
    }
    
    .event_item_date h4 {
        color: unset;
    }
    
    .info_modules {
        display: table;
        max-width: 700px;
        width: 100%;
        margin-left:6px;
    }
    
    .info_modules span {
        display: table-cell;
        width: 33.33%;
    }
    
    .info_module {
        height: 192px;
        border: 1px solid #e1e1e1;
        border-radius: 2px;
        display: inline-block;
    }
    
    .info_image {
        height: 50px;
        width: 100%;
        overflow: hidden;
    }
    
    .info_image img {
        width: 100%;
        margin-top: -15%;
    }
    
    .info_body {
        padding: 10px 10px 0px 10px;
        height: 85px;
    }
    
    .info_body h4 {
        margin: 0 0 5px 0;
        color: #069;
    }
    
    .info_body p {
        font-size: 12px;
        color: #727272;
        margin: 0 0 5px 0;
    }
    
    .info_footer {
        height: 52px;
        padding: 10px;
        text-align: center;
    }
    
    .info_margin {
        margin-right: 10px;
    }
    /**** End new events/ articles ***/
        /*homepage articles & quote*/
    a.article_two_btn:visited {
    color:#FFF;
    }
    a.article_one_btn {
    display:block;
    width:100px;
    text-decoration: none;
    padding: 5px 30px;
    text-align:center;
    border-width:1px;
    -webkit-border-radius:16px;
    border-radius:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:120%;
    color:#FFF;
    background-color: #01B6F1;
    -moz-border-radius:16px;
    min-height:0px;
    margin-left:auto;
    margin-right:auto;
    }
    .article_section
    {
        margin:0px;
        padding:5px;
        border-style: none;
        border-color:initial;
        float:none;
        width:auto;
        -webkit-transform:none;
        -webkit-box-shadow:none;
        text-align:center;    
        clear: both;
        background-color: #F4F6F8;
    }
    .article_hold{
        background-color: #EEE;
        border: 1px solid #036;
    }
    .article_container {
    margin:10px;
    float:none;
    width:auto;
    -webkit-transform:none;
    -webkit-box-shadow:none;
    text-align:left;    
    clear: both;
    }
    .article_container h2 {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-transform: none;
    -webkit-box-shadow: none;
    color: #036;
    text-align: left;
    }
    .article_container p {
    padding: 0px;
    width: 96%;
    margin: 15px auto;
    text-align: left;
    -webkit-transform:none;
    -webkit-box-shadow:none;
    }
    .article_container .acright
    {
        display:inline-block;
        width:60%;
        vertical-align:top;
    }
    .article_container .acleft
    {
        display:inline-block;
        width:144px;
        vertical-align:top;
        text-align:left
    }    
    .article_image {
        max-width: 142px;    
    }
    a.article_btn {
    display:block;
    width:100px;
    text-decoration: none;
    padding: 15px;
    text-align:center;
    border-color:#3AF;  
    border-style:solid;
    font-family:Arial, Helvetica, sans-serif;
    line-height:120%;
    color:#FFF;
    background-color: #3AF;     
    -webkit-border-radius:16px;    
    -moz-border-radius:16px;
    border-radius:16px;
    margin-left:auto;
    margin-right:auto;
    }
    .container:before, .container:after {
    display:table;
    content:" ";
    }
    .container:after {
    clear:both;
    }
    .container:before, .container:after {
    display:table;
    content:" ";
    }
    .container:after {
    clear:both;
    }
    .comment_with_button1_unit_wrapper {
    width: 100%;
    float: left;
    min-height:66px;
    }
    .comment_with_button1 {
    min-height:66px;
    }
    .article_container_unit_wrapper {
    width: 33.333333333333336%;
    float: left;
    }
    .article_container_unit_wrapper {
    width: 33.333333333333336%;
    float: left;
    }
    .article_nineteen_unit_wrapper {
    width: 33.333333333333336%;
    float: left;
    }
    .quote_article_unit_wrapper {
    width: 100%;
    float: none;
    margin-left:auto;
    margin-right:auto;
    }
    .quotation_container {
    clear: both;
    min-height: 100px;
    }
    .quote_article1_unit_wrapper {
    width: 100%;
    float: left;
    }
    
    .comment_with_button1_unit_wrapper {
    width: 100%;
    float: left;
    -webkit-transform: none;
    -webkit-box-shadow: none;
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .quotation_container {
    width: auto;
    clear: both;
    }
    .quote_article1 {
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 15px;
    border: 0;
    float: none;
    text-align: center;
    width: 100%;
    }
    .quote_article1 p {
    margin: 0;
    padding: 0;
    color: #A5A5A5;
    font-style: italic;
    font-size: 16px;
    }
    .quote_article1_content {
    margin: 25px 0;
    }
    .quote_article1 .author {
    display: block;
    float: right;
    clear: both;
    }
    .quote_article1 .function {
    color: #09F;
    font-size: 12px;
    font-style: normal;
    display: block;
    float: right;
    clear: both;
    }
    .quote_article1_unit_wrapper {
    width: auto;
    float: none;
    }
    .article_nineteen_unit_wrapper {
    width:33.3333%;
    float:left;
    -webkit-transform:none;
    -webkit-box-shadow:none;
    }
    
    .img-responsive {
    display:block;
    height:auto;
    max-width:100%;
    }
    .element {
    max-width: 100%;
    max-height: 100%;
    }    
    .comment_with_button {
    margin: 25px;
    padding: 25px 10px;
    background: #FFF;
    border: 1px solid #CCC;
    position: relative;
    width: auto;
    overflow: hidden;
    float:none;
    }
    .comment_content_wrapper {
    width: 75%;
    float: left;
    min-height: 50px;
    }
    .comment_content {
    margin: 0;
    color: #000000;
    font-size: 15px;
    }
    .comment_with_button .button_container_wrapper {
    width: 25%;
    float: left;
    position: relative;
    }
    .comment_with_button .button_container {
    height: 45px;
    width: auto;
    position: relative;
    overflow:hidden;
    border-left: 1px solid #CFCFCF;
    text-align: right;
    min-height: 50px;
    }
    .comment_with_button_btn_unit_wrapper {
    width: 210px;
    display: inline-block;
    }
    a.comment_with_button_btn {
    margin: 0 0 0 24px;
    min-width:130px;
    display: block;
    width: 100px;
    text-decoration: none;
    font-size: 15px;
    color: #FFF;
    background-color: #EA2E49;
    padding: 12px 25px;
    text-align: center;
    }
    .comment_with_button_unit_wrapper {
    width: auto;
    float: none;
    }
        /*home about*/
    .inform{
        width:100%;
        overflow: hidden;
        display: block;
    } 
    .about {
    width: 49.5%;   
    display: inline-block; 
    vertical-align: top;    
    }
    .about div{
     height: 200px;     
     overflow: hidden;
    }
    .about img{
    text-align:center;
    opacity: 0.7;
    filter: alpha(opacity=40);
    width: 100%; 
    height: 200px; 
    }
    .about_content {
    min-height: 150px;
    vertical-align: middle;
    }
    .about_content p {
    color: darkblue;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    width: 80%;
    margin: 40px auto auto;
    vertical-align: middle;
    height: 100%;
    border: 5px double;
    border-radius: 20px;
    }
    .about_container {
    text-align: center;
    border-bottom: #ccc 1px solid;
    background-color: #F4F6F8;  
    width: 100%;
    display: block; 
    }
    .contact_information {
    width: 100%;
    color: #FFFFFF;
    padding-top: 10px;
    text-align: center;
    }    
    .vimage {
    width: 20px;
    height: 15px;
    vertical-align: bottom;
    }
    .block_list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 290px;
    color: #FF5100;
    text-align: left;
    font-size: 14px;
    }
    .bor {
    display: inline;
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); 
    box-shadow: 0px -2px 4px rgba(136,136,136,0.75);
    } 
    .tweetbox {
    max-width: 245px;
    margin-left: auto;
    }
    /** end home styles **/

    /** start event styles **/
    .event_section {
    padding: 20px 0px;
    background-color:white;
    }
    .event_container
    {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        width: 90%;
        max-width:1250px;
    }
    .event_title_holder {
    width: 100%;
    font-size: 20px;
    margin-top: 0px;
    text-align: center;
    background-color:#036;
    padding: 10px 0px;
    }

    .event_left{
        display:inline-block;
        vertical-align:top;
        width:40%;
    }
    .event_right{
        display:inline-block;
        vertical-align:top;
        width:58%;
    }

    .event_title {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration:none;
    }
    .event_listing {
    width: 100%; 
    vertical-align: top;
    text-align:left; 
    color: #000000;
    overflow:hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1; 
    padding: 0px;
    margin-left:6px;
    }
    .image_carousel
    {
        width:100%;
    }
.carousel_item {
    position: relative;
    vertical-align: bottom;
    height: 100%;
}
.carousel_sponsor {
    background-color: #FFA500;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: .3px;
}
.event_descript { 
    width: 35%;  
    background-color: white;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align:top;
}
    .calend
    {
        font-size:14px; 
        width:96%; 
        margin-left:auto; 
        margin-right:auto;
    }
    .rotation
    {
        height:400px;
        width:450px;
        overflow:hidden;
    }
    .rohold 
    {
        max-width:80%;
        max-height:400px;
        height:390px;
    }
        .rohold img
        {
            max-width:100%;
            max-height:100%;
        }
    .link_orange {
    color: #FFA500;
    vertical-align: middle;
    font-weight: bold;
    text-decoration: none;
    }
    .evhost
    {
        font-size:12px;
        color:black;
    }
    .link_navy {
    color: #336699;
    vertical-align: middle;
    font-weight: bold;
    text-decoration: none;
    }
    .italic {
    font-style: italic;
    color: black; 
    }
   .width_event {
    width: 99%;
    font-size: 18px;
    }
    .event_back:hover {
    background-color: #9fe1fe;
    }
    .text_nodeco {
    text-decoration: none;
    } 

    /** end event styles **/

    /** start about page styles **/
    .ui-tabs-vertical { width: 100%; }
    .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
    .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; 

}
    .ui-tabs-vertical .ui-tabs-nav li a { display:block; 

}
    .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
    .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 80%; text-align: left;}


    /** start nycharities styles **/
    .maintitle {
    text-align: center;
    font-size: 28px;
    color:#369;
    /*color: #FFA500;*/
    text-transform: uppercase;
    padding: 30px 0px;
    }
    .paragraph {
    width: 100%;
    font-family: Verdana,Arial,sans-serif;
    }
    .line {
    line-height: 2.2;
    }
    .circle {
    list-style-type: circle;
    }
    /*.ui-tabs .ui-tabs-nav li a {
    float: left;
    }*/

    /** end nycharities styles **/

    /** start board of directors styles **/
    div.article {
    width:100%;
    }
    div.article .content {
    width: 100%;
    display:inline-block;
    }
    .content {
    text-align: left;
    }
    div.article .image {
    display:inline-block;
    vertical-align: top;
    }
    .image_br{
    border-radius:4px;
    }
    .paddingl {
    padding: 40px;
    }
    .nodeco {
    text-decoration: none;
    text-align: center;
    }
    /** end board of directors styles **/

    /** start board of advisors styles **/
    div.colonn {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    }
    div.colonn p {
    padding: 5px;
    font-size: .8em;
    }
    div.colonn .titlename {
    font-size: 1.1em;
    color: #000066;
    }
    /** end board of advisors styles **/

    /** start partners styles **/
    div.image {
    width: 100%;
    display: inline-block;
    }
    div.text {
    width: auto;
    display: inline-block;
    }
    /** end partners styles **/

    /** start non-profit partners styles **/
    div.logocolonn {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    text-align: center;
    }
    div.article {
    width: 100%;
    display: inline-block;
    }
    .space_row1 {
    margin-right: 30px;
    }
    .space_row2 {
    margin-right: 50px;
    }
    .space_row3 {
    margin-right: 40px;
    }
    .space_row4 {
    margin-right: 50px;
    }
    .space_row5 {
    margin-right: 50px;
    }
    /** end non-profit partners styles **/

    /** start donor recognition styles **/
    div.name {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    }
    div.row {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    }
    div.align_row {
    padding: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    }
    div.align_row_6 {
    padding: 20px;
    display: inline-block;
    }
    div.align_row_7 {
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    }
    div.align_row_8 {
    padding-left: 32px;
    padding-right: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    }
    /** end donor recognition styles **/

    /** start disribution of funds **/
    .hilite {
    background-color: #C2F0ED;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-weight: 500;
    font-size: 1.1em;
    }
    .circler {
    list-style-type: circle;
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
    }
    /** end distribution of funds**/
    /** end about page styles **/

    /** start how it works styles **/
    .hwi_section {
    width:100%;
    }
    .hwi_list_black {
    list-style-image:url(https://www.nycharities.org/images/triangle-black-outline-16-ver2.png);
    font-size: 1.8em;    
    }
    .hwi_list_orange {
    list-style-image:url(https://www.nycharities.org/images/arrow-orange-24.png);
    }
    .hwi_rm_text {
    font-size: 28px;
    vertical-align: middle;
    }
    .hwi_rm_arrow {
    vertical-align: central;
    }
    .hwitop_img {
    margin-top: 0px;
    background-image: url("../images/new-york-skyline-wide-1349-x-300.png");
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.8;
    }
    .img_text {
    color: #EAEAEA;
    font-size: 4em;
    font-style: oblique;
    width: 100%;
    opacity: 0.8;
    text-align: center;
    }
    .image_transition {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }
    .image_transition img {
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(opacity=40);
    }
    .image_transition div {
    color: #808080;
    font-size: 4em;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 2360px;
    z-index: 3;
    }
    .image_inline {
    width: 100%;
    display: inline-block;
    }
    .hwi_title {
    width: 100%;
    font-size: 32px;
    color: white;
    }
    .hwi_title_2 {
    width: 100%;
    font-size: 32px;
    color: black;
    }
    .hwi_content {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    }
    .rm_left {
    width: 40%;
    text-align: center;
    margin: 30px 10px;
    }
    .rm_right {
    width: 55%;
    text-align: left;
    padding-left: 30px;
    vertical-align: middle;
    }
    .ad_left {
    width: 55%;
    text-align: center;
    margin: 30px 10px;
    text-align: left;
    line-height: 40px;
    }
    .ad_right {
    width: 25%;
    text-align: left;
    margin-left: 50px;
    font-weight: bold;
    line-height: 25px;
    font-size: 25px;
    } 
    .title {
    font-size: 20px;
    color: #FFFFFF;
    width: 100%;
    font-variant:small-caps;
    }
    .footer_middle {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    }
    .title_center {
    text-align: center;
    }
    .screenshotr {
    width: 35%;
    margin-left: 50px;
    font-size: 30px;
    }
    .screenshotl {
    width: 35%;
    font-size: 30px;
    float: left;
    }
    .np_titlel {
    width: 50%;
    margin: 30px 10px;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EFF808;
    font-size: 25px;
    }
    .np_titler {
    width: 50%;
    text-align: center;
    margin: 30px 10px;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EFF808;
    font-size: 25px;
    }
    .copyright {
    text-align: left;
    }
    .marg_top_bottom {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .np_text {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eff808;
    }
    /** end how it works styles **/

    /** start faq **/
    .faq_button {
    font-size: 24px;
    padding:15px;
    color: #FFF;
    background-color: #039FD3;
    text-decoration:none;
    display:inline-block;
    margin: 5px 0px;
    }
    .navy {
    color: #000096;
    }
    /** end faq **/

    /** start search styles **/
.search_container {
    width: 100%;
    background-color: #e1e1e1;
    margin-top: 70px;
    *margin-top: 0px;
    min-height: 200px;
}

    .seachbox_home{
        height: 100px;
        margin-top: 45px;
    }

    .height {
    line-height: 68px;
    vertical-align: bottom;
    }
.searchbox {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 20%;
    margin-left: 20px;
}
.searchresult {
    text-align: center;
    display: inline-block;
    width: 75%;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.input_alignl {
    padding-left: 25px;
    text-align: left;
    }
    .searchlist {
        border: #727272 solid 1px;
        border-radius: 5px;
        width: 100%;
        padding: 6px;
        font-size:16px;
    }

    .searchitemholder {
        margin: auto auto 8px;
        display: inline-block;
        padding: 10px;
        width: 90%;
        border: 1px solid #727272;
        background-color: #FFF;
    }

    .searchitemcontent {
        width: 98%;
        display: inline-block;
        margin: auto;
    }
    .searchitemtext {
        vertical-align: middle;
        text-align: left;
        color: #333;
        margin-left: 15px;
    }

    .featureitemholder {
        margin: auto auto 8px;
        display: inline-block; 
        width: 90%; 
        background-color: #FFF;
        padding: 0px;
        border: 2px solid #003399;
    }
    .featureitetext {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
        color: #036;
        margin-left: 15px;
        width: 70%;
        font-size: 1.2em;
        font-weight: bold;
    }
    .featureitemimage {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 25%;
    }
    .featureitemimage img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .searchfeature {
        background-color: #003399;
        color: white;
        margin-bottom: 10px;
        text-align: center;
        height: 30px; 
        padding: 3px;
        font-weight: 700;
        font-size: 1.1em;
    }
    .featureslink {
        display: block;
        margin-bottom: 10px;
        padding: 10px;
        text-decoration: none;
    }

    }
    .featurehold {
        margin-left: 35px;
        text-align:left;
    }
    .searchcont{
        margin:10px 0px;
    }  
    .searchlink{        
        color: #0066cc;
        font-size:16px;
        font-weight: bold;
        text-decoration: none;
    }  
    .search_button {
    padding: 9px;
    border-radius: 6px;
    border-style: none;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 120%;
    color: #FFF;
    background-color: #06C;
    }
    .white {
    color: white;
    }
    .align_auto {
    margin-left: 35px;
    }
    .search_list {
    text-align: left;
    text-transform: uppercase; 
    }
    .titleS {
    text-align: center;
    font-size: 28px;
    color: #6D00B0;
    text-transform: uppercase;
    padding: 12px 0px;
    font-weight: bold;
    }
    .options {
    text-align: right;
    margin-right: 2%;
    font-size: 18px;
    }
    .titlesT {
    font-size: 18px;
    }


    /** end search styles **/

    /** Start Price Style**/

    /** Start Price Style**/

    /** start donors non-profit styles **/
    article {
    padding: 40px 40px 0px 40px;
    font-size: 26px;
    }
    .blocklist {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 15em;
    color: orange;
    font-size: 20px;
    text-align: left;
    }

    /* Terms of service */
    .tos
    {
        font-family: Times New Roman,Times,serif;
        text-align:left;    
    }
        .tos p
        {
            padding: 15px;
        }
    /** end donors styles **/

    /** start contact styles **/
    .subtitle {
    font-family: Verdana,Ariel,sans-serif;
    font-size: 15px;
    color: #036;
    font-weight: bold;
    text-align: left;
    padding: 0px 0px 0px 30px;
    }
    .width {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    }
    .text {
    font-family: Verdana,Ariel,sans-serif;
    font-size: 1em;
    color: #000;
    text-align: left;
    }
    .address {
    font-family: Verdana,Ariel,sans-serif;
    font-size: 1em;
    color: #000;
    text-align: left;
    padding: 10px 40px;
    line-height: 1.1;
    }
    .contact {
    position: relative;
    }
    .contact_btn
    {
        border: 2px solid #036;
        background-color: #fff;
        padding: 10px;
    }
    .contact_thx
    {
    }
    .cnt_marg
    {
        max-width: 96%;
        margin: auto;
    }
    input, button, select, textarea {
    color: #000;
    /*border: 0px solid #000;*/
    }
    input, button, select, textarea {
    color: #000;
    /*border: 0px solid #000;*/
    }
    .margin_form {
    text-align: left;
    margin-left: 40px;
    }
    .marginl {
    padding-left: 6.2em;
    }
    .hide_br {
        display:none;
    }
    .textarea {
    width: 300px;
    }
    /** end contact styles **/

    /** start privacy policy **/
    .page_date {
    text-align: right;
    }
    .page_title {
    text-align: center;
    }
    .full_width {
    width: 95%;
    text-align: left;
    }
    /** end privacy policy **/

    /****  Charity Categories  ****/
    .fontblue{
    color:blue !important;
    }
    .fontgreen{
        color:green !important;
    }
    .fontorange{
        color:orange !important;
    }
    .fontgold{
        color:#c69633 !important;
    }
    .fontteal{
        color:#099 !important;
    }
    .fontburgundy{
        color:#600 !important;
    }
    .fontpurple{
        color: #309 !important;
    }

    .center {    
        text-align:center;
    }

.ed_bg {
    background-image: url(../images/100-Milion-E-Blast-Education.png);
    background-repeat: no-repeat;
    background-position: 45% 35%;
    background-size: cover;
    opacity: .8;
    height: 100%;
}
.he_bg {
    background-image: url(../images/100-Milion-E-Blast-PhysicalMentalHealth.png);
    background-repeat: no-repeat;
    background-position: 45% 35%;
    background-size: cover;
    opacity: .8;
    height: 100%;
}
.en_bg {
    background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
    background-repeat: no-repeat;
    background-position: 45% 35%;
    background-size: cover;
    opacity: .8;
    height: 100%;
}
.ac_bg {
    background-image: url('../images/Art---Culture.png');
    background-repeat: no-repeat;
    background-position: 45% 35%;
    background-size: cover;
    opacity: .8;
    height: 100%;
}
.hu_bg {
    background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
    background-repeat: no-repeat;
    background-position: 45% 35%;
    background-size: cover;
    opacity: .8;
    height: 100%;
}
.in_bg {
    background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
    background-repeat: no-repeat;
    background-position: 45% 35%;
    background-size: cover;
    opacity: .8;
    height: 100%;
}
.ps_bg {
    background-image: url(../images/100-Million-E-Blast-EnvironmentAnimals.png);
    background-repeat: no-repeat;
    background-position: 45% 35%;
    background-size: cover;
    opacity: .8;
    height: 100%;
}

.areabanner { 
    background-image: url('../images/cover/image_jumpgirl.jpg');
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .arealeft {
        display:inline-block;
        vertical-align:top; 
        width: 30%;
        background-color: white;
    }

.arearight {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    background-color: white;
    min-height: 436px;
}
    .optlist{
        border:solid black 1px;
    }
    .optlist li{
        padding:20px 0px;
        border:solid black 1px;
        list-style-type:none;
        text-align:center;
    }

div.word {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: white;
    width: 90%;
    margin: 2% auto;
    padding: 0px 8px;
}

    /****  End Charity Categories  ****/

    /**** Start Pricing ***/
    .price_cont {
        padding-bottom: 10px;
        border: 1px solid #039;
        -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
        box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.35);
        margin: 0 20px 30px;
        min-height: 200px;
        width: 276px !important;
    }

    .price_banner {
        position: relative;
        z-index: 1;
        background-color: #039;
        -webkit-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.25);
        width: 300px;
        left: -13px;
    }

    .price_banner:before {
        content: " ";
        position: absolute;
        height: 0;
        width: 0;
        top: 30px;
        left: 0;
        border-right: 0px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid #7d7d7d;
    }

    .price_banner:after {
        content: " ";
        position: absolute;
        height: 0;
        width: 0;
        top: 30px;
        right: 0;
        border-left: 0px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #7d7d7d;
    }

    .price_cont h2 {
        color: white;
        margin-top: 10px;
        letter-spacing: .6px;
    }

    .price_cont ul {
        padding-left: 20px;
        margin: 10px;
    }

    .price_cont ul > li {
        font-size: 15px;
    }

    .service_cont {
        display: inline-block;
        width: 30%;
        margin: auto;
        margin-bottom: 10px;
        max-width: 300px;
        padding: 10px;
    }

    .service_header {
        height: 64px;
        width: 64px;
        margin: auto;    
    }

    .service_header img {
    
    }

    .service_body {
    
    }

    .service_body h4 {
    
    }

    .service_body p {
    
    }
    /**** End Pricing ***/

    /** start tablet styles **/
@media all and (min-width: 30.1em) and (max-width: 73em)
{
    .header_container {                   
    text-align: center;
    }
    #logo_container {
        width: 80%;
        max-height: 20%;
    }
    .header_logo_image {
        max-width: 100%;
        max-height: 100%;
    }
    div.container_about {
        width: 33%;
    }
    div.header_link {
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        letter-spacing: 0px;
    }
    div.link_footer {
        color: #FFF;
        font-size: 11px;
        padding: 0% 3.1%;
    }
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
     .search_opt {
        text-align: center;
    }
     .about_content p {
    font-size: 2.3em;
    }
    .rohold
    {
        max-width: 400px;
    }
    .article_container_unit_wrapper {
        width: 33.333333333333336%;
        float: left;
    }
    .article_container_unit_wrapper {
        width: 33.333333333333336%;
        float: left;
    }
    .article_container{
        text-align:center;
    }
        .article_container p {
            text-align:center;
        }
        .article_container h2 {
            text-align:center;
        }
        .article_container .acright {
            display: block;
            width: 98%;
        }
    a.article_one_btn {
        width: 118px;
        margin-left: auto;
        margin-right: auto;
    }
    .quote_article_unit_wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .quotation_container {
        clear: both;
        min-height: 100px;
    }
    .quote_article1_unit_wrapper {
        width: 100%;
        float: left;
    }
    .form-horizontal .control-label {
        text-align: right;
    }
    div.logo_part {
        padding: 6px 10px;
    }
    .header_link_holder {
        display:none;
    }
    .image_top div {
        top: 140px;
        font-size: 3.5em;
    }
    .image_top div {
        color: #808080;
        font-size: 4em;
        font-style: oblique;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 95px;
        z-index: 3;
    }
    .alignr {
        text-align: right;
    }
    .alignl {
        text-align: left;
    }
    .image_transition div {
        top: 2240px;
    }
    .screenshotr {
        width: 50%;
        margin-left: 0px;
    }
    .screenshotl {
        width: 50%;
        margin-left: 20px;
        margin-right: 0px;
        text-align: center;
    }
    .np_titler {
        width: 35%;
        font-size: 19px;
    }
    .np_titlel {
        width: 40%;
        font-size: 19px;
    }
    .title {
        font-size: 16px;
    }
    .copyright {
        font-size: 14px;
        text-align: left;
    }
    .header_drop {
        display:inline-block;
        vertical-align: middle;
    }
    .marginl {
        padding-left: 4em;
    }
    .textarea {
        width: 200px;
    }
    .paragraph {
        width: 80%;
    }
    #ui-tabs-1, #ui-tabs-2, #ui-tabs-3, #ui-tabs-4, #ui-tabs-5, #ui-tabs-6,#ui-tabs-7, #ui-tabs-8 
    {
        width: 60%;
        margin-right: 20px;
    }
    div.colonn {
        width: 100%;
        vertical-align: top;
    }
    #globalcontent {
        margin-left: 40px;
    }
    .board {
        width: 100%;
    }
    .page_title {
        text-align: center;
    }
    .page_date {
        margin-right: 20px;
    }
    .wid {
        width: 90%;
        text-align: justify;
    }
    .text {
        margin-left: 20px;
    }
    .long {
    width: 90%;
    margin-left: 22px;
    }
    .about {
        width: 49.5%;
    }
}
    /** end tablet styles **/

   
    /** start bootstrap styles **/
@media (min-width:768px) and (max-width:991px) 
{
    .article_container_unit_wrapper {
        width: 33.333333333333336%;
        float: left;
    }                        
    .article_container_unit_wrapper {
        width: 33.333333333333336%;
        float: left;
    }
    .article_nineteen_unit_wrapper {
        width: 33.333333333333336%;
        float: left;
    }
    .comment_with_button1_unit_wrapper {
        width: 100%;
        float: left;
        min-height:66px;
    }
    .quote_article_unit_wrapper {
        width: 100%;
        float: left;
    }
    .quote_article_unit_wrapper {
        margin-left: auto;
    }
    .quote_article_unit_wrapper {
        margin-right: auto;
    }
    .quote_article_unit_wrapper {
        float: none;
    }
    .quotation_container {
        clear: both;
        min-height: 100px;
    }
    .quote_article1_unit_wrapper {
        width: 100%;
        float: left;
    }
    a.article_btn {
        margin-left: auto;
    }
    a.article_btn {
        margin-right: auto;
    }
    .container {
        margin-left:auto;
        -webkit-transform:none;
        -webkit-box-shadow:none;
    }
    .comment_with_button1_unit_wrapper {
        width:100%;
        float:left;
        -webkit-transform:none;
        -webkit-box-shadow:none;
    } 
}

/** start mobile styles **/
@media all and (max-width: 30em), handheld {
    body {
        font-size: 22px;
    }

    .hide_mob {
        display: none;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    div.header_link {
        display: inherit;
    }

    div.container_about {
        width: 100%;
        height: 200px;
        background-color: #eaeaea;
        margin-top: 5px;
        margin-right: 5px;
    }

    #logo_container {
        width: 80%;
    }

    .event_container {
        width: 100%;
    }

    .event_listing {
        background-color: #F5F5F5;
        overflow: hidden;
    }

    .event_descript {
        margin-top: 2px;
        width: 100%;
        border: none;
    }

    .rohold {
        max-width: 300px;
        max-height: 400px;
        height: 390px;
    }

    .article_container_unit_wrapper {
        width: 100%;
        float: left;
    }

    .article_container {
        margin: 20px 0px;
        text-align: center;
    }

        .article_container .acright {
            display: block;
            width: 100%;
        }

    .article_hold {
        border: none;
        background-color: #F4F6F8;
    }

    .article_container h2 {
        text-align: center;
    }

    .article_container p {
        text-align: center;
    }

    input, button, select, textarea {
        margin-left: 0px;
    }

    .copyright {
        text-align: center;
    }

    .copyright_container {
        background: none repeat scroll 0% 0% #FFF;
        width: 100%;
    }

    #social_image {
        width: 100%;
        text-align: center;
        padding: 6px;
    }

    div.link_footer {
        width: 100%;
        padding: 0px;
        text-align: center;
        padding-top: 3px;
    }

    .mobile_search_image {
        display: none;
    }

    .mobile_search_list {
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
    }

    .mobile_align_auto {
        margin-left: 0px;
    }

    .searchbox {
        display: block;
        width: 100%;
        margin-left: 0px;
        list-style-type: none;
        text-align: center;
        margin: 0px;
    }

    .searchresult {
        width: 100%;
        display: block;
        margin: auto;
        border: none;
    }

    .mobile_margin {
        margin-top: 5px;
    }

    .screenshotr {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        font-size: 30px;
    }

    .screenshotl {
        text-align: center;
        font-size: 30px;
        width: 100%;
    }

    .ad_left {
        text-align: center;
        font-size: 21px;
        width: 100%;
        margin: 0px;
    }

    .ad_right {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        padding: 30px;
    }

    .np_titler {
        font-size: 18px;
    }

    .np_titlel {
        font-size: 18px;
    }

    .alignl {
        text-align: left;
    }

    .contact_information {
        text-align: center;
    }

    .hwi_rm_text {
        font-size: 20px;
    }

    .m_font_22 {
        font-size: 22px;
        font-weight: normal;
    }

    .footer_middle {
        width: 100%;
        padding-bottom: 45px;
    }

    .margin {
        margin-top: 30px;
    }

    .header_link_holder {
        display: none;
    }

    .header_drop {
        display: inline-block;
        vertical-align: middle;
    }

    .width {
        width: 100%;
    }

    .text {
        text-align: center;
        padding: 0px 0px;
    }

    .subtitle {
        font-size: 16px;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }

    .address {
        text-align: center;
    }

    .marginl {
        padding-left: 0em;
        max-width: 96%;
        margin: auto;
    }

    .hide_br {
        display: block;
    }

    .textarea {
        width: 188px;
    }

    .margin_form {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .ui-tabs-nav {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ui-tabs-1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ui-tabs-vertical .ui-tabs-nav {
        width: 100%;
    }

    .ui-tabs .ui-tabs-nav li {
        width: 100%;
        text-align: center;
    }

    #ui-tabs-1, #ui-tabs-2, #ui-tabs-3, #ui-tabs-4, #ui-tabs-5, #ui-tabs-6, #ui-tabs-7, #ui-tabs-8 {
        width: 100%;
    }

    div.colonn {
        width: 100%;
        vertical-align: top;
    }

    div.image {
        text-align: center;
    }

    #globalcontent {
        margin-left: 16px;
    }

    .text {
        text-align: left;
    }

    .contentsubtitles {
        text-align: center;
    }

    .page_date {
        text-align: center;
    }

    .alignc {
        text-align: center;
    }

    .long {
        width: 80%;
        margin-left: 22px;
    }

    div.align_row_7 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.align_row_8 {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.name {
        width: 100%;
    }

    .scale {
        width: 90%;
    }

    div.logocolonn {
        width: 95%;
        margin-left: 0px;
    }

    .options {
        text-align: center;
        margin-right: 0px;
    }

    .titlesT {
        width: 80%;
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .about {
        width: 100%;
        overflow: visible;
    }

    .block_list {
        width: 290px;
        color: #FF5100;
        text-align: left;
        font-size: 15px;
    }

    .mob_width {
        width: 95%;
    }

    .space_mob {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .space_row2, space_row3, space_row4 {
        margin-right: 0px;
    }

    .img_text {
        font-size: 2em;
        color: #F61414;
    }

    .news_sub {
        font-size: 18px;
    }

    .footer_button {
        font-size: 22px;
        padding: 12px;
    }

    .quote_article1 p {
        margin: 0;
        padding: 0;
        color: #A5A5A5;
        font-style: italic;
        font-size: 20px;
    }

    h3 {
        font-size: 1em;
    }

    .normal {
        display: block;
    }

    .about_content p {
        font-size: 1.4em;
    }

    .title {
        font-size: 32px;
        margin-top: 20px;
    }

    .copyright {
        margin-top: 20px;
    }

    .home_searchline {
        width: 95%;
        padding: 2px;
    }

    .search_div {
        width: 90%;
        text-align: center;
    }

    .search_opt {
        display: block;
        text-align: center;
        margin-top: 25px;
    }

    .search_div.right {
        width: auto;
        text-align: center;
        margin-top:10px;
    }

    .img_bg div {
        font-size: 1.5em;
    }

    .inblock {
        padding: 10px;
    }

    .event_listing {
        width: 100%;
        max-width: 100vw;
        padding: 10px;
    }

    .upcoming_events {
        margin: 0;
        max-height: unset;
    }

    .event_title {
        width: 75%;
    }

    .info_modules {
        display: initial;
        margin: 0;
    }

        .info_modules span {
            display: block;
            width: 100%;
        }

    .info_margin {
        margin: unset;
    }

    .info_module {
        margin: 10px 0px 0px;
    }

    .section_header h3 {
        width: 70%;
    }

    .section_header .view_more {
        width: 25%;
    }

    .event_left {
        width: 100%;
    }

    .event_right {
        width: 100%;
    }

    .footer_links, .footer_about {
        width: 90%;
        margin: auto;        
    }

    .footer_social_links{
        text-align:center;
    } 
    
    .footer_end {
        float: none;
        display: block;
        text-align: center;
    }

    .seachbox_home {
        margin-top: 25px;
    }
}
/** end mobile styles **/