/************************/
/*ZERO CSS*/
/************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;}
:focus {outline: 0;}
body {color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/**
 * Basic definitions for the editing area.
*/
.Bold{font-weight: bold;}
.Italic{font-style: italic;}
.Underline{text-decoration: underline;}
.StrikeThrough{text-decoration: line-through;}
.Subscript{vertical-align: sub;font-size: smaller;}
.Superscript{vertical-align: super;font-size: smaller;}
/**
 * Font faces.
*/
.FontComic{font-family: 'Comic Sans MS';}
.FontCourier{font-family: 'Courier New';}
.FontTimes{font-family: 'Times New Roman';}
/**
 * Font sizes.
*/
.FontSmaller{font-size: smaller;}
.FontLarger{font-size: larger;}
.FontSmall{font-size: 8pt;}
.FontBig{font-size: 14pt;}
.FontDouble{font-size: 200%;}
/**
 * Font colors.
*/
.FontColor1{color: #ff9900;}
.FontColor2{color: #0066cc;}
.FontColor3{color: #ff0000;}
.FontColor1BG{background-color: #ff9900;}
.FontColor2BG{background-color: #0066cc;}
.FontColor3BG{background-color: #ff0000;}
/**
 * Indentation.
*/
.Indent1{margin-left: 40px;}

.Indent2{margin-left: 80px;}

.Indent3{margin-left: 120px;}
/**
 * Alignment.
*/
.JustifyLeft{text-align: left;}
.JustifyRight{text-align: right;}
.JustifyCenter{text-align: center;}
.JustifyFull{text-align: justify;}
/**
 * Other.
*/
code
{
    font-family: courier, monospace;
    background-color: #eeeeee;
    padding-left: 1px;
    padding-right: 1px;
    border: #c0c0c0 1px solid;
}
kbd
{
    padding: 0px 1px 0px 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
}
blockquote{color: #6a6b6c; padding: 0px 20px; font-weight: bold;}
/*Global*/

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
}
body input,body button{
    font-family: Arial, Helvetica, sans-serif;
}
b, strong{
    font-weight: bold;
}
a, a:link, a:visited, a:active { color: #1b676b; text-decoration: none; transition: color 500ms;}
a:hover {text-decoration: underline; color: #291b31; transition: color 500ms;}
.inline-block{
    vertical-align: middle;
    display: inline-block;
    *zoom: 1; /* to trigger hasLayout in IE6-7 */
    *display: inline; /* for IE6-7 */
}
.inline-block-top{
    vertical-align: top;
    display: inline-block;
    *zoom: 1; /* to trigger hasLayout in IE6-7 */
    *display: inline; /* for IE6-7 */
}
.inline-block-bottom{
    vertical-align: bottom;
    display: inline-block;
    *zoom: 1; /* to trigger hasLayout in IE6-7 */
    *display: inline; /* for IE6-7 */
}

h1, h2, h3, h4, h5, h6{
    color: #291b30;
    padding-bottom: 0.5em;
}
h1.white_title, h2.white_title, h3.white_title{
    color: #FFFFFF;
}
h1.page_title{
    color: #226870;
}
h1.page_title.with_subtitle{
    padding-bottom: 0.2em;
}
h3.page_sub_title{
    color: #291b30;
    margin-bottom: 0.5em;
    border-bottom: #b0b0b0 1px solid;
}
h2.section_title{
    color: #226870;
}
h1{
    font-size: 1.5em;
    padding-bottom: 0.75em;
    font-weight: bold;
}
h2{
    font-size: 1.3em;
    padding-bottom: 0.65em;
    font-weight: bold;
}
h3{
    font-size: 1.1em;
    padding-bottom: 0.55em;
    font-weight: bold;
}
.rtf em{
    font-style: italic;
}
.rtf u{
    text-decoration: underline;
}
.rtf h1{
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 11px;
}
.rtf h2{
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 11px;
}
.rtf h3{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 11px;
}
.rtf h4{
    font-size: 1em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 11px;
}

.rtf h5{
    font-size: .9em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 11px;
}
.rtf h6{
    font-size: .8em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: 11px;
}
.rtf ul,.rtf ol{
    padding: 10px 10px 10px 60px;
}
.rtf ul li{
    list-style-image: url('../images/b1.png');
    list-style-position: outside;
    line-height: 1.5em;
    font-size: 1em;
    margin-bottom: 5px;
    padding-left: 20px;
}
.rtf ol li{
    list-style: decimal;
    list-style-position: outside;
    font-size: 1em;
    margin-bottom: 5px;
}
.rtf p{
    padding-bottom: 0.8em;
    line-height: 1.6em;
}
.rtf a{
    text-decoration: underline;
}
.slides_wrapper .rtf a{
    text-decoration: none;
}
a.read_more{
    background-image: url('../images/icons-sprite.png');
    background-position: 3px 9px;
    display: block;
    background-repeat: no-repeat;
    padding-left: 15px;
    box-sizing: border-box;
    margin-top: 8px;
    color: #760e19;
    text-align: left;
}
a.read_more:hover{
    color: #5c0d13;
    text-decoration: underline;
}
/************************/
/* End ZERO CSS*/
/************************/


.inner_slider_wrapper{
    margin: 25px 0px;
}
.inner_slider_wrapper .slides_wrapper{
    height: 320px;
}
.inner_slider_wrapper .slides_wrapper .slide_item{
    left: 0;
    margin-left: 0;
}
.inner_slider_wrapper .slider_wrapper {
    position: relative;
    margin-bottom: 0px;
    width: 620px;
    height: 320px;
}
.inner_slider_wrapper .slides_pager{
    bottom: 12px;
}



.slider_template3{

}
.slider_template3 .slides_wrapper{
    height: 260px;
}
.slider_template3 .slides_wrapper .slide_item{

    left: 0;
    margin-left: 0;
}
.slider_template3 .slider_wrapper {
    position: relative;
    margin-bottom: 0px;
    width: 960px;
    height: 260px;
}
.slider_template3 .slides_pager{
    bottom: 12px;
}

/************************/
/*#begin SLIDER CSS*/
/************************/
.slider_wrapper{
    position: relative;
    margin-bottom: 30px;
}

.slides_wrapper{
    height: 280px;
    overflow: hidden;
    position: relative;
}

.slides_wrapper .slide_item{
    /*width: 960px;*/
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    z-index: 100;
    height: 280px;
}
.image_slider .slides_wrapper .slide_item{
    /*width: 670px;*/
    position: absolute;
    top: 0px;
    left: 0;
    margin-left: 0px;
    z-index: 100;
    height: 280px;
}
.picture_essay_wrapper .slides_wrapper{
    height: 502px;
}
.picture_essay_wrapper .slides_wrapper .slide_item{
    height: 502px;
}
.slides_pager {
    left: 50%;
    bottom: 20px;
    position: absolute;
    z-index: 101;
}
.picture_essay_wrapper .slides_pager{
    bottom: -20px;
}
.slides_pager  ul ,
.slides_pager  ul li{
    margin: 0; 
    padding: 0; 
    list-style: none outside none;
}
.slides_pager  ul li{
    margin: 0; 
    padding: 0; 
    list-style: none outside none;
}
.slides_pager  ul li{
    margin-right: 5px;
    float: left;
}
.slides_pager  ul li a{
    display: block;
    position: relative;
    background-color:  #c0c0c0;
    border: 1px solid #c0c0c0;
    width: 9px;
    height: 9px;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.slides_pager ul li a:hover{
    background-color: #ffffff;
}
.slides_pager ul li a.active{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 1px #1b676b;
}
.left_slider_arrow,.right_slider_arrow{
    display: block;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    width: 42px;
    height: 45px;
    position: absolute;
    top: 250px; 
}
.left_slider_arrow:hover,.right_slider_arrow:hover{
    cursor: pointer;
}
.left_slider_arrow{
    background-position: -685px -150px;
    left: 0px;
}
.right_slider_arrow{
    background-position: -755px -150px;
    right: 0px;
}
/************************/
/*#end SLIDER CSS*/
/************************/
.bread_crumb{
    height: 40px;
    margin-left: 30px;
}
.bread_crumb ul{
    padding: 8px 0px;
}
.bread_crumb ul li{
    float: left;
    margin-right: 10px;
}
.bread_crumb_btn a{
    color: #ffffff;
    display: block;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    font-size: 0.8em;
}
.bread_crumb_btn span{
    color: #dcdcdc;
    display: block;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    font-size: 0.8em;
}
.bread_crumb_arrow{
    width: 5px;
    height: 20px;
    background-image: url("../images/icons-sprite.png");
    background-repeat: no-repeat;
    background-position: -5px -650px;
}
.main_content{
    margin: 0 auto;
    padding: 0 auto;
    width: 960px;
}
.body_wrapper{
    background-image: url("../images/body_bg.jpg");
    background-repeat: repeat-x;
    background-color: #f2f2f2;
    height: auto !important;
    height: 500px;
    min-height: 500px;
}
.footer1_wrapper{
    background-color: #291b31;
    height: auto !important;
    height: 200px;
    min-height: 200px;
}
.footer2_wrapper{
    background-color: #ffffff;
    height: 1px;
}
.footer3_wrapper{
    background-color: #1b676b;
    height: auto !important;
    height: 65px;
    min-height: 65px;
}
.footer3_wrapper a{
    color: #DCDCDC;
}
.footer3_wrapper a:hover{
    color: #FFFFFF;
}
.header_wrapper{
    background-color: #ffffff;
}
.header_content{
    height: 130px;
    position: relative;
}
.logo{
    position: absolute;
    top: 20px;
    left: 0;
}
.top_menu_wrapper{
    position: absolute;
    top: 20px;
    right: 0;
}
.header_text{
    position: absolute;
    top: 80px;
    right: 0; 
    font-style: italic;
}
.header_menu{
    position: relative;
    background-image: url("../images/icons-sprite.png");
    background-position: 0px -50px; 
    background-repeat: repeat-x;
}
.search_icon_wrapper{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 52px;
    height: 39px;
}
.search_icon{
    width: 50px;
    height: 39px;
    background-image: url("../images/icons-sprite.png");
    background-position: 11px -843px;
    border-left: 1px #d2d5cd solid;
    border-right: 1px #d2d5cd solid;
    cursor: pointer;
}
.search_icon_wrapper.active-page .search_icon,
.search_icon_wrapper.active .search_icon{
    background-color: #FFFFFF;
}
.search_wrapper{
    display: none;
    position: absolute;
    bottom: -70px;
    right: 0px;
    height: 70px;
    width: 960px;
    background-color: #FFFFFF;
    z-index: 149;
}
.search_icon_wrapper.active .search_wrapper{
    display: block;
}
.close_search_bar{
    display: block;
    position: absolute;
    top: 22px;
    right: 12px;
    cursor: pointer;
}
.search_bar_filters{
    padding: 17px;
    border: 1px solid #b0b0b0;
    border-top: 0px none;
    box-shadow: 0px 2px 2px #b0b0b0;
}
.main_menu_wrapper{
    position: relative;
    height: 39px;
    width: 910px;
}
.header_menu ul.menu{
    padding: 0px;
    margin: 0px;
    height: 39px;
}
.header_menu ul.menu li{
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    position: relative;
    background-image: url("../images/icons-sprite.png");
    background-position: -23px -148px;
    background-repeat: no-repeat;
    padding-top: 1px;
    padding-left: 2px;
}
.header_menu ul.menu li a{
    display: block;
    text-decoration: none;
    padding: 0px 15px;
    line-height: 39px;
    height: 37px;
    color: #291b31;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}
.header_menu ul.menu li:hover a, .header_menu ul.menu li a:hover,.header_menu ul.menu li a.active,.header_menu ul.menu li a.active-trail{
    background-color: white;
}

.header_menu ul.menu li.first{
    background-image: none;
    padding-left: 0px;
    border-left: 1px #d2d5cd solid;
}
.header_menu ul.menu li.last{
    border-right: 1px #d2d5cd solid;
}
/*SUB MENU*/
.header_menu ul.menu li:hover ul li ul,
.header_menu ul.menu li ul li ul{
    display: none;
}
.header_menu ul.menu li ul{
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
    display: none;
    position: absolute;
    z-index: 150;
    width: 235px;
    top: 38px;
    left: 2px;
    height: auto;
    -webkit-box-shadow: 0 2px 7px #d1d2d3;
    box-shadow: 0 2px 7px #d1d2d3;
}
.header_menu ul.menu li:hover ul{
    display: block;
}
.header_menu ul.menu li ul li{
    float: none;
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
    position: relative;
    display: block;
    border: 0px none; 
    background-color: #f8f8f8;
    background-image: none;
}
.header_menu ul.menu li.first ul li,
.header_menu ul.menu li ul li.first{
    border: 0px none;
    background-image: none;
}
.header_menu ul.menu li.last ul li,
.header_menu ul.menu li ul li.last{
    border: 0px none;
    background-image: none;
}
.header_menu ul.menu li:hover ul li a{
    background-color: transparent;
    color: #666666;
    text-decoration: none;
}
.header_menu ul.menu li ul li.last{
    background-image: none;
}
.header_menu ul.menu li ul li a{
    display: block;
    padding: 0px 10px;
    text-align: left;
    background-color: transparent;
    color: #666666;
    font-size: 0.85em;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    height: auto;
    line-height: 25px;
    text-decoration: none;
    border: 0px none;
    border-top: 1px solid #eaeaea;
}
.header_menu ul.menu li ul li.first a{
    border-top: 0px none;
}
.header_menu ul.menu ul li a:active{

}
.header_menu ul.menu ul li a.active,
.header_menu ul.menu ul li a.active-trail{

}
.header_menu ul.menu li ul li:hover a,
.header_menu ul.menu li ul li a:hover{
    background-color: #ececec;
    color: #1b676b;
}
.header_menu ul.menu li ul li a.active-trail{
    background-color: #ffffff;
    color: #1B676B;
}

.header_menu ul.menu li ul li.first a,.main_menu ul.menu li ul li.last a{

}
/*END SUB MENU*/
.footer3_content{
    position: relative;
}
.social_div{
    position: absolute;
    top: 15px;
    right: 0;
}
.footer_social{
    padding: 16px 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.footer_social ul li{
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
}
.footer_social ul li a{
    display: block;
    padding: 0px;
}
.footer_social ul li a:hover{
    text-decoration: none;
}
.footer_social ul li.last a{
    margin: 0px;
}
.li_facebook a:hover{
    background-image: url("../images/icons-sprite.png");
    background-position: 29px -48px;
    width: 29px;
    height: 30px;
}
.li_twitter a:hover{
    background-image: url("../images/icons-sprite.png");
    background-position: 62px -48px;
    width: 30px;
    height: 30px;
}
.li_skype a:hover{
    background-image: url("../images/icons-sprite.png");
    background-position: 94px -48px;
    width: 30px;
    height: 30px;
}
.li_pinterest a:hover{
    background-image: url("../images/icons-sprite.png");
    background-position: 126px -48px;
    width: 30px;
    height: 30px;
}
.li_facebook a{
    background-image: url("../images/icons-sprite.png");
    background-position: 29px 2px;
    width: 29px;
    height: 30px;
}
.li_twitter a{
    background-image: url("../images/icons-sprite.png");
    background-position: 62px 2px;
    width: 30px;
    height: 30px;
}
.li_skype a{
    background-image: url("../images/icons-sprite.png");
    background-position: 94px 2px;
    width: 30px;
    height: 30px;
}
.li_pinterest a{
    background-image: url("../images/icons-sprite.png");
    background-position: 126px 2px;
    width: 30px;
    height: 30px;
}
.footer_social p{
    margin-bottom: 6px;
    font-size: 0.8em;
    color: #414141;
}

.copyright_div{
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: 0;
}
.footer1_content{
    position: relative;
}
.footer1_menu_wrapper{
    position: relative;
    padding: 30px 0;
    left: 0;
}
.footer_menu_1, .footer_menu_2{
    width: 140px;
}
.footer_menu_3{
    width: 180px;
}
.footer_menu_2, .footer_menu_3{
    margin-left: 30px;
}

.footer_menu_title{
    margin-bottom: 10px;
}
.footer_menu_title h2{
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    text-transform: uppercase;
}
ul.footer_menu{

}
ul.footer_menu li{
    background-image: url(../images/icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -4px -652px;
    padding-left: 16px;
}
ul.footer_menu li a{
    display: block;
    line-height: 20px;
    color: #ECECEC;
    margin-bottom: 5px;
}
ul.footer_menu li a:hover{
    color: #ffffff;
}
.footer1_contact {
    position: absolute;
    top: 30px;
    right: 0;
    width: 220px;
}
.body_content{
    background-color: #ffffff;
}
.address_div a{
    color: #ffffff;
    line-height: 20px;
    height: 50px;
    display: block;
    text-decoration: none;
}

.entry_text{
    padding-left: 60px;
    padding-bottom: 40px;
    position: relative;
}
.entry_text_icon{
    position: absolute;
    top: 0;
    left: 0;
    width:32px;
    height: 34px;
    background-image: url('../images/icons-sprite.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.entry_text_1 .entry_text_icon{background-position: 0px 0px;}
.entry_text_2 .entry_text_icon{background-position: 0px -50px;}
.entry_text_3 .entry_text_icon{background-position: 0px -100px;}
.entry_text_4 .entry_text_icon{background-position: 0px -150px;}
.entry_text_5 .entry_text_icon{background-position: 0px -200px;}


.contact_us_body_small .entry_text{
    padding-left: 25px;
    padding-bottom: 10px;
    position: relative;
    font-weight: normal;
    font-size: 1em;
    color: #ffffff;
    line-height: 16px;
}
.contact_us_body_small .entry_text a{
    color: #ffffff;
    text-decoration: none;
}
.contact_us_body_small .entry_text_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons-sprite.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.contact_us_body_small .entry_text_1 .entry_text_icon{background-position: 0px 0px;}
.contact_us_body_small .entry_text_2 .entry_text_icon{background-position: -4px -955px;}
.contact_us_body_small .entry_text_3 .entry_text_icon{background-position: -4px -1005px;}
.contact_us_body_small .entry_text_4 .entry_text_icon{background-position: -4px -903px;}
.contact_us_body_small .entry_text_5 .entry_text_icon{background-position: 0px -200px;}


.social_menu{
    margin: 0;
    height: 32px;
}
.social_menu ul.menu{
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
.social_menu ul.menu li{
    margin: 0;
    padding: 0;
    list-style: none outside none;
    float: right;
}
.social_menu ul.menu li a{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('../images/social-icons.png');
    background-position: 0px -250px;
    background-repeat: no-repeat;
}
.social_menu ul.menu li a:hover{
    display: block;
    width: 32px;
    height: 32px;
    background-position: 0px -500px;
    background-repeat: no-repeat;
}
.social_menu ul.menu li a.link_linkedin{background-position: 2px 2px;}
.social_menu ul.menu li a.link_twitter{background-position: 2px -98px;}
.social_menu ul.menu li a.link_facebook{background-position: 2px -198px;}
.social_menu ul.menu li a.link_youtube{background-position: 2px -298px;}
.social_menu ul.menu li a.link_google{background-position: 2px -398px;}
.social_menu ul.menu li a.link_instagram{background-position: 2px -498px;}

.social_menu ul.menu li a.link_linkedin:hover{background-position: 2px -48px;}
.social_menu ul.menu li a.link_twitter:hover{background-position: 2px -148px;}
.social_menu ul.menu li a.link_facebook:hover{background-position: 2px -248px;}
.social_menu ul.menu li a.link_youtube:hover{background-position: 2px -348px;}
.social_menu ul.menu li a.link_google:hover{background-position: 2px -448px;}
.social_menu ul.menu li a.link_instagram:hover{background-position: 2px -548px;}


.contact_us_body_small .address_div{
    margin-bottom: 15px;
}
.clickable_div{
    cursor: pointer;
}

.inline_block_row{
    padding: 0px 30px;
}

.inline_block_td h2{

    font-size: 1.1em;
    padding-left: 15px;

}
.inline_block_td h2 a{
    text-decoration: none;
    color: #ffffff;
}
.inline_block_td{
    width: 290px;
    margin-left: 20px;
}
.inline_block_td.first{
    margin: 0;
}
.inline_block_td .title_div h3{
    padding: 0;
    color: #ffffff;
    margin-left: 20px;
}
.inline_block_td .title_div{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ffffff;
}
.focus_area .title_div{
    width: 620px;
    border-bottom: 5px solid #17686c;
}
.focus_area .focus_areas_wrapper .title_div{
    width: auto;
    border-bottom: 1px solid #ffffff;
}

.news_list .left_side{
    width: 200px;
    margin-right: 40px;
}
.news_list .right_side{
    width: 650px;
}
.date_div{
    margin: 5px 0px;
    font-size: 0.8em;
    color: #1b676b;
}
.read_more{
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 0.8em;
}
.read_more_link a{
    display: block;
    min-width: 35px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: normal;

}
.read_more_link a:hover{ text-decoration: underline}
.read_more_icon{
    width: 10px;
    height: 20px;
    line-height: 20px;
    background-image: url(../images/icons-sprite.png);
    background-position: -2px -752px;
}
.div_top{
    margin-bottom: 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
    -moz-box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
    box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
}
.div_border_top{
    margin-bottom: 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
    -moz-box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
    box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
}
.div_no_top{
    margin-bottom: 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 12px -2px rgba(81,82,83,1);
    -moz-box-shadow: 0px 4px 12px -2px rgba(81,82,83,1);
    box-shadow: 0px 4px 12px -2px rgba(81,82,83,1);
}
.div_dark_top{
    background-image: url('../images/border_top.png');
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-color: #1b676b;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
    -moz-box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
    box-shadow: 0px 0px 12px -1px rgba(81,82,83,1);
    color: #FFFFFF;
}
.div_dark_no_top{
    margin-bottom: 30px;
    background-color: #1b676b;
    -webkit-box-shadow: 0px 4px 12px -2px rgba(81,82,83,1);
    -moz-box-shadow: 0px 4px 12px -2px rgba(81,82,83,1);
    box-shadow: 0px 4px 12px -2px rgba(81,82,83,1);
    color: #FFFFFF;
    border-bottom: #8bc425 4px solid;
}
.div_dark_no_top .padding_div{
    border-bottom: #d2d5cd 1px solid;
}
.no_margin{
    margin-bottom: 0;
}
padding_div_35{
    padding: 35px;
}
.padding_div{
    padding: 25px;
}
.padding_v_div{
    padding: 25px 0;
}
.focus_area .left_side{
    width: 200px; 
    margin-right: 40px;
}
.focus_area .right_side{
    width: 670px;
}
.right_side {
    width: 670px;
}
.focus_area .right_side .left_div{
    margin-right: 30px;
    width: 460px;
}
.focus_area .right_side .right_div{
    width: 160px;
}
.focus_areas_wrapper h3{
    color: #ffffff;
} 
.slider2_body_text{
    padding: 20px;
    background-image: url("../images/transparency.png");
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-top: 8px solid #8bc425;
}
.slider2_body_text .trimming_box{
    width: 300px;
    line-height: 1.5em;
    height: 8em;
    overflow: hidden;
}
.image_slider .slider2_body_text{
    padding: 12px;
}
.image_slider .slider2_body_text .trimming_box{
    width: 200px;
    height: 4.5em;
    font-size: 0.9em;
}
.slider3_body_text{
    padding: 20px;
    background-color: #8bc425;
    color: #FFFFFF;
}
.slider3_body_text .trimming_box{
    height: 240px;
    width: 420px;
    overflow: hidden;
}
.tempalte_4 .slider3_body_text .trimming_box{
    height: 230px;
    width: 420px;
    overflow: hidden;
}
.slider4_body_text{
    background-color: #ffffff;
    padding: 20px;
}
.slider4_body_text .trimming_box{
    height: 50px;
    overflow: hidden;
}
.front_page_wrapper .inline_block_td .date_div{
    color: #ffffff;
    margin-left: 20px;
    font-size: 1em;
}
.front_page_wrapper .inline_block_row{
    margin-top: 30px;
}
.front_page_wrapper .left_side{
    width: 620px;
    margin-right: 30px;
}
.front_page_wrapper .right_side{
    width: 310px;
    background-color: #8BC425;
}

.login_user_info{
    position: absolute;
    top: 20px;
    right: 5px;
}

.language_wrapper{
    margin-bottom: 5px;
}
.site_main_body{
    margin-top: 20px;
}
.main_body{
    margin: 0 auto;
    width: 960px;
}
.image_logo{
    width: 800px;
    margin: 0 auto;  
    text-align: center;
}
.message_text{
    margin-top: 30px;
}

.post_form_wrapper{
    padding: 10px 20px;
}
#post_form .feild_label{
    margin-bottom: 5px;
}
.border_bottom{
    border-bottom: 1px #d2d5cd solid;
}
.border_top{
    border-top: 1px #d2d5cd solid;
}
.border_left{
    border-left: 1px #d2d5cd solid;
}
.border_right{
    border-right: 1px #d2d5cd solid;
}

.border_content{
    border: 1px #d2d5cd solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.box_padding{
    padding: 10px 10px;
}
.box_wrapper{
    height: 45px;
    position: relative;
}
.left_box{
    position: absolute;
    top: 10px;
    left: 20px;
}
.right_box{
    position: absolute;
    top: 10px;
    right: 20px;
}
.margin_bottom{
    margin-bottom: 20px;
}
.margin_bottom_10{
    margin-bottom: 10px;
}
.margin_bottom_5{
    margin-bottom: 5px;
}
.margin_top_bottom{
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin_top_bottom15{
    margin: 15px 0;
}
.padding_top{
    padding-top: 10px;
}
.margin_right{
    margin-right: 20px;
}

.page_wrapper form input.error_indicator{
    border: 1px dotted red;
}
.email_field{
    width: 200px;
    border-color: #686868;
}
.email_field input[type="text"]{
    width: 190px;
    margin: 4px 4px;
    border: 1px transparent dotted;
}

.form_submit_btn a.clickable_div_link{
    text-decoration: none;
    background-color: #1b676b;
    width: 80px;
    color: #ffffff;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
.form_submit_btn a.clickable_div_link:hover{
    color: #000000;
    background-color: #8ac424;
}


#register_email_form_wrapper{
    position: relative;
}

.submit_email_wrapper{
    height: 50px;
    width: 550px;
    position: relative;
}
.field_label{
    color: #686868; 
}
.submit_email_wrapper .field_label{
    font-weight: bold;
}
.submit_email_wrapper .field_icon{
    margin-right: 20px;
    width: 64px;
    height: 64px;
    overflow: hidden;
}
.border_transparent{
    border-color: transparent;
    margin-left: 30px;
}
.email_field_lable{
    height: 30px;
    line-height: 30px;
}
.email_field input[type="text"].error_indicator{
    border: 1px dotted #d92525
}
div.admin_tabs{
    position: absolute;
    z-index: 10;
    top:100px;
    right: 24px;
    font-size: .8em;
}
div.admin_tabs ul.primary{
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;

}
div.admin_tabs ul.primary li{
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;
    float: none;
    display: block;
    margin-bottom: 5px;
}
div.admin_tabs ul.primary li a,
div.admin_tabs ul.primary li a:link{
    margin: 0;
    font-weight: normal;
    border-radius: 0;
    display: block;
    padding: 3px 0;
    width: 120px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #291B31;
    border-right: 0 none;
    color: #291B31;
    text-transform: uppercase;
    line-height: 20px;
}
div.admin_tabs ul.primary li a:hover{
    background-color: #291B31;
    color: #ffffff;
    background-image: none;
}
div.admin_tabs ul.secondary{
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;

}
div.admin_tabs ul.secondary li{
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;
    float: none;
    display: block;
    margin-bottom: 3px;
}
div.admin_tabs ul.secondary li a,
div.admin_tabs ul.secondary li a:link{
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none outside none;
    text-decoration: none;
    font-weight: normal;
    border-radius: 0;
    background-color: #bcbcbc;
    display: block;
    padding: 3px 0;
    width: 120px;
    text-align: center;
    color: #000000;
}

.bread_crumb_wrapper .bread_crumb_bg{
    background-color: #1b676b; 
}
.bread_crumb_wrapper .height_1px{
    height: 1px;
    background-color: #d2d5cd;
}
.bread_crumb_wrapper .height_4px{
    height: 4px;
    background-color: #8bc425;
}
.topic_page_wrapper .topic_header_bg{
    background-color: #291b30;
    -webkit-border-radius: 0px 0px 5px 5px ;
    -moz-border-radius: 0px 0px 5px 5px ;
    border-radius: 5px 5px 0px 0px;
}
.topic_page_wrapper .topic_header_bg h2{
    color: #ffffff;
}
.article_page_wrapper img.body_img {
    float: right;
    margin: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}
/* Side Menu */
.side_menu_wrapper .padding_div{
    padding-top: 0;
    padding-left: 0;
}
.side_menu_wrapper ul{
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
.side_menu_wrapper ul li{
    border-bottom: 1px solid #d0d0d0;
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
.side_menu_wrapper ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #333333;
    padding-left: 20px;
    font-weight: bold;
    background-image: url("../images/icons-sprite.png");
    background-position: 0px -1440px;
    background-repeat: no-repeat;
}
.side_menu_wrapper ul li a.active,
.side_menu_wrapper ul li.active a, 
.side_menu_wrapper ul li a:hover{
    color: #1a6468;
    background-position: 0px -1390px;
}
.side_menu_wrapper ul li.extended.active-trail a{
    color: #1a6468;
    background-position: 0px -1240px;
}
/* Sub Side Menu */
.side_menu_wrapper ul ul{
    padding-left: 15px;
    margin-bottom: 15px;
}
.side_menu_wrapper ul ul li ul{
    display: none;
}
.side_menu_wrapper ul ul li.active ul{
    display: block;
}
.side_menu_wrapper ul ul li{
    border-bottom: 0px none;
}
.side_menu_wrapper ul ul li a,
.side_menu_wrapper ul li.extended.active-trail ul li a{
    height: auto;
    line-height: 25px;
    text-decoration: none;
    color: #333333;
    padding-left: 20px;
    font-weight: bold;
    background-position: 0px -1448px;
    background-repeat: no-repeat;
}
.side_menu_wrapper ul ul li.active a,
.side_menu_wrapper ul ul li a:hover,
.side_menu_wrapper ul li.extended.active-trail ul li.active a, 
.side_menu_wrapper ul li.extended.active-trail ul li a:hover{
    color: #1a6468;
    background-position: 0px -1398px;
}
.side_menu_wrapper ul ul li.active a,
.side_menu_wrapper ul li.extended.active-trail ul li.extended a{
    background-position: 0px -1248px;
}

/* Sub Sub Side Menu */
.side_menu_wrapper ul ul ul li a,
.side_menu_wrapper ul ul li.extended ul li a,
.side_menu_wrapper ul li.extended.active-trail ul li.extended ul li a, 
.side_menu_wrapper ul ul li.active ul a{
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #333333;
    padding-left: 20px;
    font-weight: normal;
    background-position: 0px -1448px;
    background-repeat: no-repeat;
}
.side_menu_wrapper ul ul ul li.active a,
.side_menu_wrapper ul ul li.extended ul li.active a,
.side_menu_wrapper ul li.extended.active-trail ul li.extended ul li.active a{
    color: #1a6468;
    background-position: 0px -1398px;
    font-weight: bold;
}
.focus_areas_wrapper .inline_block_content h2{
    padding-left: 15px;
}
.left_side{
    width: 200px;
    margin-right: 40px;
}
/***Start: Pager Div*/
.pager_div{
    margin-bottom: 30px;
}
.pager_div li span,
.pager_div li a{
    display: block;
    margin: 3px;
    font-size: 1.1em;
    width: auto;
    padding: 5px 5px;
    text-align: center;
    font-weight:bold;
    text-decoration: none;
}
.pager_div li a{
    color: #291B31;
}
.pager_div li a.active{
    background-color: #291B31;
    color: #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;    
}
.pager_div li a:hover{
    color: #ffffff;
    background-color: #291B31;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -khtml-border-radius: 40px;
    border-radius: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;    
}
.pager_div li {
    float: left;
}
/*####End: Pager Div*/
.date_box{
    width: 60px;
    padding: 5px 0px;
    text-align: center;
    background-color: #1b676b;
    color: #ffffff;
}
.date_box .date_row_1{
    font-size: 1em;
    margin-bottom: 3px;
}
.date_box .date_row_2{
    font-size: 1.5em;
    font-weight: bold;
}
.date_box_wrapper{
    text-align: right;
    margin-bottom: 20px;
}
.related_wrapper{
    padding: 20px 20px 20px 0px;
}
.related_wrapper h2{
    margin-top: 15px;
    padding: 0;
}
.related_wrapper .date_div{
    font-weight: bold;
}

.related_wrapper .border_top{
    height: 4px;
    background-color: #291b30;
    border: none;
}
.left_body{
    width: 310px;
}
.right_body{
    width: 290px;
    margin-left: 20px;
}
.project_page_wrapper .div_border_top{
    box-shadow: 0px 0px 8px -1px rgba(81,82,83,1);
}
.slider_image_div{
    width: 500px;
}
.value_col{
    width: 155px;
    margin-left: 10px;
}
.label_col{
    width: 100px;
    font-weight: bold;
}
.label_value_content{
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    width: 135px;
}
.content_2_cols .content_col_1{
    width: 440px;
    margin-right: 20px;
}
.content_2_cols .content_col_2{
    width: 210px;
}
.height_5px{
    height: 5px;
    background-color: #1b676b;
    margin-bottom: 10px;
}
ul.resources_menu{
    margin-bottom: 10px;
}
ul.resources_menu li a{
    display: block;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 0.85em;
    border: 0px none;
    box-sizing: border-box;
    background-color: #015351;
    color: #ffffff;
    line-height: 20px;
    padding: 5px 10px;
    margin: 0;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #dcdcdc;
    text-shadow: 0 0 1px #dcdcdc;
    text-decoration: none;
    transition: background-color 500ms;
}
ul.resources_menu li a:hover{
    background-color: #017673; 
    color: #ffffff;   
}

.nid_197 ul.resources_menu li a{
    background-color: #8bc425;
    color: #ffffff;
}
.nid_197 ul.resources_menu li a:hover{
    background-color: #97b75d; 
    color: #ffffff;
}
.nid_195 ul.resources_menu li a{
    background-color: #291b31;
    color: #ffffff;
}
.nid_195 ul.resources_menu li a:hover{
    background-color: #493157; 
    color: #ffffff;
}

.focus_areas_wrapper .child_body{
    margin-bottom: 10px;
}
.focus_areas_wrapper .image_div{
    width: 290px;
    height: 175px;
    margin-bottom: 10px;
}
.featured_item{
    padding: 20px;
    color: #FFFFFF;
    background-color: #8bc425;
    border-bottom: 1px solid #7db21e;
}
.featured_item .trimming_box{
    height: 156px;
    overflow: hidden; 
}
.hbox{
    border-top: 1px #d2d5cd solid;
}
.hbox.first{
    border-top: 0px none;
}
.hbox.first .padding_v_div{
    padding-top: 0;
}
.hbox .child_image.with_image{
    width: 180px;
    overflow: hidden;
}
.hbox .child_content.with_image{
    width: 370px;
    margin-left: 20px;
}
.search_item_block .hbox .child_content.with_image{
    width: 470px;
}
.search_item_block .hbox:hover{
    -webkit-box-shadow: 0 7px 6px -6px #acacac;
    -moz-box-shadow: 0 7px 6px -6px #acacac;
    box-shadow: 0 7px 6px -6px #acacac;
}
.hbox h3.child_title,
.hbox h3.child_title a{
    font-size: 1.1em;
    color: #291b30;
    font-weight: bold;
}
.hbox .child_date{
    font-size: 0.85em;
    color: #1b676b;
    margin-bottom: 10px;
    font-weight: bold;
}
.hbox .child_body{
    height: 45px;
    overflow: hidden;
    margin-bottom: 5px;
}
.search_item_block .hbox .with_image .child_body{
    height: 66px;
}
.search_item_block .hbox .child_body{
    height: auto;
}
.hbox .read_more{
    color: #1b676b;
}
.hbox .child_readmore{
    height: 20px;
}
.hbox .child_readmore a{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: .9em;
}
.front_search_panel{
    padding: 20px;
    color: #FFFFFF;
    background-color: #81b522;
    border-top: 1px solid #a0cf4c;
}
.front_search_panel .trimming_box{
    height: 223px;
    overflow: hidden;
}

.search_item_block .image_div{
    width: 180px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
}

.small_search_item_content{
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 0;
}
.small_search_item_content a{
    font-weight: bold;
    color: #291B30;
}
.page_body{
    margin-bottom: 20px;
}
.space_div{
    height: 30px;
}
.publication_details{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}
.right_publication{
    width: 460px;
    margin-left: 20px;
}
.left_publication{
    width: 190px;
}
.right_main_title{
    width: 260px;
    margin-left: 20px;
}
.left_main_title{
    width: 390px;
}
.publication_col{
    padding: 5px;
}
.publication_row.even{
    color: #FFFFFF;
}
.publication_label_col{
    width: 100px;
}
.publication_value_col{
    margin-left: 10px;
    width: 350px;
}
.project_details_wrapper{
    padding: 10px;
}
.details_label_col{
    width: 100px;
    font-weight: bold;
    font-size: 0.9em;
}
.details_value_col{
    margin-left: 10px;
    width: 160px;
    font-size: 0.9em;
}
.search_pager{
    height: 100px;
}
.search_pager h3{
    padding-bottom: 1em;
    font-size: 1.1em;
}
.search_pager ul.pager{
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
.search_pager ul.pager li{
    margin: 0;
    padding: 0;
    list-style: none outside none;
    float: left;
}
.search_pager ul.pager li span{
    padding: 3px;
    margin: 3px;
    display: block;
    border: 2px #ffffff solid;
    font-weight: normal;
}
.search_pager ul.pager li a{
    padding: 5px 8px;
    margin: 3px;
    display: block;
    font-weight: normal;
    border: 1px #1b676b solid;
    color: #1b676b;
    background-color: #FFFFFF;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.search_pager ul.pager li a:hover{
    border: 1px #1b676b solid;
    color: #FFFFFF;
    background-color: #7fbabd;
}
.search_pager ul.pager li a.current{
    border: 0px #1b676b solid;
    color: #FFFFFF;
    background-color: #1b676b;
}
.search_highlighting em{
    font-weight: bold;
    background-color: #e8ffbc;
}
.search_row{
    position: relative;
}
.result_type{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    background-color: #dcdcdc;
    font-size: 0.9em;
}
.white-box{
    background-color: #f6f6f6;
    margin-bottom: 35px;
}
.white-box{
    box-shadow: 2px 2px 2px -1px #8C8D8E;
}
.white-box.error-text{
    box-shadow: 2px 2px 2px -1px #de7047;
}
.white-box.restrected-text{
    box-shadow: 2px 2px 2px -1px #de7047;
}
.small-margin,
.white-box.small-margin{
    margin-bottom: 15px;
}
.padding_wrapper1{
    padding: 15px;
    position: relative;
}
.margin_wrapper1{
    margin: 15px;
    position: relative;
}

.forum_header_wrapper{
    margin-bottom: 25px;
}
.forum_header_wrapper{
    margin-bottom: 25px;
}
.forum_search_wrapper{
    margin-bottom: 25px;
}
.forum_title_wrapper{
    position: relative;
}
.staff_page .staff_row{
    margin-bottom: 25px;
}
.staff_page .staff_row .staff_details{
    width: 358px;
    margin-left: 0px;
    margin-right: 20px;
}
.staff_row{
    margin-bottom: 40px;
}
.staff_row .staff_image{
    width: 290px;
    border: 1px #b0b0b0 solid;
}
.staff_row .child_image{
    height: 218px;
    overflow: hidden;
}
.staff_row .child_position{
    color: #FFFFFF;
    background-color: #1b676b;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
}
.staff_row .child_sub_title{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 25px;
}
.staff_row h2.child_title{
    padding: 10px 0;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #000000;
}
.staff_row h2.child_title a{
    color: #000000;
    text-decoration: none;
}
.staff_row .staff_details{
    width: 368px;
    margin-left: 10px;
}
.staff_row .child_body{
    margin-bottom: 10px;
}
.staff_row .child_email{
    margin-bottom: 5px;
}
.event_title{
    font-weight: bold;
    font-size: 1.2em;
    color: #FFFFFF;
    background-color: #1b676b;
    padding: 10px;
}
.left_author{
    width: 100px;
}
.right_author{
    width: 400px;
    margin-left: 10px;
    color: #6c6c6c;
    font-size: 0.85em;
}
.green_label{
    color: #156693;
}
.article_author{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #b0b0b0 solid;
    font-weight: bold;
    color: #156693;
    font-size: 0.85em;
}
.extra_details{
    padding: 5px 0;
}
.sharing_box_wrapper{
    height: 20px;
    margin: 10px 0;
}
.sharing_box_wrapper2{
    height: 20px;
    margin-bottom: 10px;
}
.sharing_box{
    float: right;
}
.gallery_image_item{
    position: relative;
    width: 333px;
    height: 250px;
}
.gallery_image_item{
    margin-left: 3px;
    margin-bottom: 3px;
}
.gallery_image_item.first_col{
    margin-left: 0px;
}
.image_icon{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 333px;
    height: 250px;
    background-image: url("../images/gallery_bg.png");
    background-position: center center;
    transition: display 500ms;
}
.gallery_image_item.large_size{
    width: 670px;
}
.large_size .image_icon{
    width: 670px;
}
.gallery_image_item:hover .image_icon{
    display: block;

}
.contact_body_left{
    width: 450px;
}
.contact_body_right{
    width: 440px;
    margin-left: 20px;
}
.map_wrapper{
    height: 280px;
    position: relative;
}
#map-canvas{
    height: 280px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}
.cancel_btn{
    margin-left: 5px;
    cursor: pointer;
}
.view_text_list_row{
    padding-left: 20px;
    margin-bottom: 20px;
}
.language_switcher{
    right: 0;
    top: 15px;
    position: absolute;
}
.featured_item img{
    margin: 0 5px;
}
.card_col{
    width: 320px;
    margin-left: 30px;
}
.card_col.first{
    margin-left: auto;
}
.card_row{
    margin-bottom: 40px;
}
.card_row .child_image{
    overflow: hidden;
    border: 1px #b0b0b0 solid;
    text-align: center;
}
.card_row .child_position{
    color: #FFFFFF;
    background-color: #1b676b;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
}
.float_left{
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.bio_row{
    padding: 10px 20px;
    clear: both;
}
.bio_row .child_position{
    color: #4c4c4c;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 0.9em;
}

.foresite_wrapper .foresite{
    margin-top: 30px;
    color: #291b31;
    font-size: .9em;
    font-family: "Courier New", Courier, monospace;
}
.foresite_wrapper .foresite a{
    color: #333333;
    text-decoration: none;
    color: #FFFFFF;
    color: #291b31;
}

.foresite_wrapper .foresite a.foresite_logo{
    color: #3BC04B;
    color: #291b31;
}
.foresite_wrapper .foresite a:hover{
    color: #291b31;
}

.copyright-images .caption-copyright-wrapper{
    position: relative;
    line-height: 0;
}
.copyright-images .caption-copyright-icon{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 40px;
    height: 40px;
    background-image: url('../images/image-copyright-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    cursor: pointer;
}
.copyright-images .caption-copyright{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0,0,0,0.2);
    display: none;
    z-index: 1;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
  
}
.copyright-images .caption-copyright-wrapper.active-caption .caption-copyright{
    display: block;
    z-index: 2;
}
ul.ui-autocomplete{
    z-index: 200
}
.no_side .search_item_block .hbox .child_content.with_image {
    width: 705px;
}
.left_body_long{
    width: 550px;
}
.right_publication_long{
    width: 700px;
}
img.img-responsive{
    width: 100%;
}