@import url(css/all.css);
@import url(css/mobile.css);
@import url(css/tablet.css);
@import url(css/camera.css);
@import url(css/flexslider.css);
@import url(css/fancybox.css);

/*
 * CSS For DotNetNuke Skin by bestdnnskins.com
 * Copyright 2013 By BESTDNNSKINS.COM
 */


/*--------- Global CSS Reset & Standards ----------*/

Body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#Body {
    background: #1D70B7;
    color: #333333;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font: normal 14px/1.75 Arial, Tahoma, Helvetica, Verdana, sans-serif;
    color: #333333;
}

form#Form {
    height: 100%;
}

TH,
TD,
DIV {
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size:16px !important;
}

p {
    margin: 0 0 8px 0;
}

ol,
ul {
    list-style: none;
}

li,
ul li {
    list-style: disc;
}

a {
    outline: 0;
    border: 0;
}

img {
    border: 0;
}

.ModuleTitle_SubMenu {
    z-index: 9999!important;
}

A:link {
    color: #0C568E;
    text-decoration: none;
}

A:visited {
    color: #666666;
    text-decoration: none;
}

A:active {
    color: #0C568E;
    text-decoration: none;
}

A:hover {
    color: #990000;
    text-decoration: none;
}

h1 {
    font-size: 28px;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h2 {
    font-size: 24px;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h3 {
    font-size: 18px;
    line-height: 1.5em;
    color: #1D70B7;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
}

.Head {
    font-weight: bold;
    font-size: 15px;
}

.SubHead {
    font-weight: bold;
    font-size: 14px;
}

.SubSubHead {
    font-size: 15px !important;
}

.Normal {
    font-size: 16px !important;
    line-height: 1.5em;
}

.clearafter:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
}

.clearafter {
    display: inline-block;
}

.clearafter {
    display: block;
}

.clear {
    clear: both;
}

.clear_float {
    clear: both;
    line-height: 0;
    font-size: 0;
}


/*--------- ControlPanel style ----------*/

.controlpanel_bg {
    width: 100%;
    background: #FFFFFF;
}

.controlpanel_style {
    width: 900px;
    margin: 0 auto
}

.controlpanel_style table {
    width: 100%
}

.CommandButton {
    font-size: 11px;
    font-weight: normal;
    color: #0033CC;
    text-decoration: none;
}

A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
    font-size: 11px;
    font-weight: normal;
    color: #0033CC;
    text-decoration: underline;
}

A.CommandButton:hover {
    font-size: 11px;
    font-weight: normal;
    color: #0033CC;
    text-decoration: none;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
    color: #000000;
    text-decoration: underline;
}

.FileManager A:hover {
    color: #000000;
    text-decoration: none;
}

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction,
a.dnnPrimaryAction:link {
    color: #FFFFFF;
    text-decoration: none;
}

.dnnActionMenu span {
    color: #000000!important;
}


/*--------- Search style ----------*/

#Search {
    float: none;
    background: url(images/search_bg.jpg) no-repeat left top;
    width: 212px;
    height: 38px;
    z-index: 2;
}

.searchcss,
a.searchcss:link,
a.searchcss:active,
a.searchcss:visited {
    background: url(images/blank.gif);
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    display: block;
    position: absolute;
    width: 45px;
    height: 25px;
    right: 0;
    top: 0;
    text-indent: -99999px;
    overflow: hidden;
}

a.searchcss:hover {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.search_position {
    position: absolute;
    left: 12px;
    top: 8px;
}

#dnn_dnnSEARCH_txtSearch {
    float: left;
    width: 149px;
    height: 21px;
    font-size: 13px;
    color: #333333;
    outline: none;
    text-align: left;
    padding: 1px 50px 1px 3px;
    background: none;
    border: none;
    margin: 0;
}

.search_position .searchInputContainer a.dnnSearchBoxClearText {
    right: 50px !important;
}


/*--------- Breadcrumb style ----------*/

.Breadcrumb,
A.Breadcrumb:link,
A.Breadcrumb:visited,
A.Breadcrumb:active {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

A.Breadcrumb:hover {
    color: #CCCCCC;
    text-decoration: none;
}


/*--------- BottomLinks style ----------*/

.Bottom_links,
A.Bottom_links:link,
A.Bottom_links:visited,
A.Bottom_links:active {
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 3px;
    text-decoration: none;
}

A.Bottom_links:hover {
    font-size: 12px;
    color: #CCCCCC;
    text-decoration: none;
}


/*--------- Footer style ----------*/

.Footer,
A.Footer:link,
A.Footer:visited,
A.Footer:active {
    padding: 0px 8px;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

A.Footer:hover {
    color: #CCCCCC;
    text-decoration: none;
}


/*--------- BannerPane Links style ----------*/

.bannerpane a {
    color: #f5f5f5;
    text-decoration: underline;
}

.bannerpane a:visited {
    color: #dddddd;
    text-decoration: none;
}

.bannerpane a:active {
    color: #ffffff;
    text-decoration: none;
}

.bannerpane a:hover {
    color: #cccccc;
    text-decoration: none;
}


/*--------- BannerPane Content style ----------*/

.bannerpane,
.bannerpane .Normal,
.bannerpane p,
.bannerpane div,
.bannerpane span,
.bannerpane li,
.bannerpane td,
.bannerpane dt,
.bannerpane dd,
.bannerpane h1,
.bannerpane h2,
.bannerpane h3,
.bannerpane h4,
.bannerpane h5,
.bannerpane h6 {
    color: #FFFFFF;
}


/*--------- FooterPane Links style ----------*/

.footerpane_style a {
    color: #f5f5f5;
    text-decoration: underline;
}

.footerpane_style a:visited {
    color: #dddddd;
    text-decoration: none;
}

.footerpane_style a:active {
    color: #ffffff;
    text-decoration: none;
}

.footerpane_style a:hover {
    color: #cccccc;
    text-decoration: none;
}


/*--------- FooterPane Content style ----------*/

.footerpane_style,
.footerpane_style .Normal,
.footerpane_style p,
.footerpane_style div,
.footerpane_style span,
.footerpane_style li,
.footerpane_style td,
.footerpane_style dt,
.footerpane_style dd,
.footerpane_style h1,
.footerpane_style h2,
.footerpane_style h3,
.footerpane_style h4,
.footerpane_style h5,
.footerpane_style h6 {
    color: #FFFFFF;
}


/*--------- Back Links style ----------*/

.back_style a {
    color: #ffffff;
    text-decoration: none;
}

.back_style a:visited {
    color: #ffffff;
    text-decoration: none;
}

.back_style a:active {
    color: #ffffff;
    text-decoration: none;
}

.back_style a:hover {
    color: #ffffff;
    text-decoration: none;
}


/*--------- Social-Links ----------*/

.iconFacebook {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat 0 0;
}

.iconTwitter {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -37px 0;
}

.iconForrst {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -74px 0;
}

.iconDribbble {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -111px 0;
}

.iconDeviantart {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -148px 0;
}

.iconYoutube {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -185px 0;
}

.iconTumblr {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -222px 0;
}

.iconLast.fm {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -259px 0;
}

.iconPicasa {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -296px 0;
}

.iconRSS {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -333px 0;
}

.iconBehance {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -370px 0;
}

.iconSkype {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -407px 0;
}

.iconGithub {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -444px 0;
}

.iconLinkedIn {
    width: 36px;
    height: 41px;
    background: url(images/socialicons.png) no-repeat -481px 0;
}


/*--------- Camera Slider style ----------*/

.fluid_container {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}


/*--------- Main Top style ----------*/

.main_top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_top ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_top h3 {
    text-align: center;
}

.main_top p {
    text-align: center;
}


/*--------- More style ----------*/

.more a,
.more a:visited,
.more a:active {
    background: url(images/more.png) no-repeat 0 0;
    padding: 5px 50px;
    text-decoration: none;
}

.more a:hover {
    background: url(images/more.png) no-repeat 0 -25px;
    width: 78px;
    height: 46px;
    text-decoration: none;
    color: #FFFFFF;
}


/*--------- Footer Quick Links style ----------*/

.quick_links {
    padding-top: 10px;
}

.quick_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick_links ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding-top: 0;
    width: 100px;
    line-height: 25px;
}


/*--------- Fancybox style ----------*/

.fancybox_style {
    margin: 0;
    padding: 0 10px 0 0;
}

.fancybox_style ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: auto;
}

.fancybox_style ul li {
    list-style: none;
    margin: 1px 3px;
    float: left;
    position: relative;
    opacity: 0.8;
}

.fancybox_style ul li:hover {
    opacity: 1;
}


/*--------- Scroll Top style ----------*/

#top-link {
    background: url("images/up.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    right: 20px;
    display: none;
    padding: 30px 20px;
    position: fixed;
    text-decoration: none;
    z-index: 903;
    opacity: 0.7;
}

#top-link:hover {
    opacity: 1;
}


/* new header */

.loginbar2022 {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 12px;
}

.logos2022 {
    display: flex;
    flex-basis: auto;
}

.logos2022 div {
    margin: 20px;
}

#maerblogo2022 {
    max-width: 265px;
    text-align: center;
}

#headerstatement2022 {
    font-size: medium;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#caahaplogo2022 {
    min-width: 85px;
    text-align: center;
}

.logo-menu-sep {
    witdth: 100%;
    height: 10px;
    background-color: #1D70B7;
}

.skin_bottom {
    border-top: solid #c7c22a 10px;
}

#search-bar2022 {
    background: #fff;
    border: 1px solid #717171;
    float: right;
    height: 30px;
    width: 200px
}

.searchInputContainer {
    margin: 4px;
}

.searchInputContainer a.dnnSearchBoxClearText {
    margin: 4px 0 0 0;
}

.postionsearch {
    width: 100%
}

#dnn_dnnUser_messageGroup,
#dnn_dnnUser_avatarGroup,
#dnn_dnnUser_notificationGroup,
#dnn_dnnSEARCH_cmdSearch {
    display: none !important;
}

.loginbg {
    background-color: #1D70B7;
    border-bottom: solid #c7c22a 10px;
}

@media (max-width: 767px) {
    #headerstatement2022 {
        display: none;
    }
    .logos2022 div {
        margin: 10px;
    }
    #caahaplogo2022 {
        right: 0;
        position: absolute;
    }
    #search-bar2022 {
        float: center;
    }
    #search-bar2022 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .loginbar2022 {
        padding-top: 45px;
        padding-bottom: 5px;
        padding-right: 0px
    }
    ul.searchSkinObjectPreview {
        right: -70px;
    }
    .user_style {
        text-align: center;
        padding: 0;
        top: 5px;
        right: 0;
        margin: 0 auto;
        width: auto;
        display: table;
    }
}

@media (max-width: 440px) {
    #caahaplogo2022 {
        right: unset;
        position: unset;
        min-width: unset;
    }
}

#standardMenu .rootMenu li a {
    text-decoration: none;
}


/* new header END */


/* New Footer START */

.footerrootMenu {
    display: inline-flex;
    color: white;
    margin: 0;
}

.footerrootMenu li {
    padding: 0 3px;
    list-style: none;
}

.footerrootMenu .item:after {
    content: "|";
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 3px 0 6px;
    text-decoration: none;
}

.footerrootMenu .item.last:after {
    content: none;
}

.footerrootMenu a {
    color: white;
    text-decoration: none;
}

.footerrootMenu .subMenu {
    display: none;
    position: absolute;
    padding: 0;
    border: #999 solid 1px;
    background-color: #0C568E;
    text-align: left;
}

.footerrootMenu .haschild:hover .subMenu {
    display: block;
}

.footerrootMenu .haschild .item::after {
    content: none;
}

.footerrootMenu .subMenu ul {
    margin: 0;
}

.footerrootMenu .subMenu li {
    padding: 6px;
    border: solid 1px;
}

@media (max-width: 600px) {
    .footerrootMenu .subMenu {
        margin-bottom: 60px;
    }
}


/* New Footer END */

.EZLinkItem{
	height:auto !important;
}
.EZLinkItem a{
	font-size:16px;
}
.c_title_SteelBlue{
	font-size:20px !important;
	text-decoration:underline;
	color:#1D70B7 !important
}