/*---- Imports ----*/
@import url(/Portals/_default/Skins/APPIC_2015/bootstrap/css/bootstrap.min.css);
@import url(/Portals/_default/Skins/APPIC_2015/css/responsive.css);
/*---- End Imports ----*/


ol li {font-weight: normal}

/*admin fixes*/

.ServiceIcon {
    height: 43px!important;
}

#ControlNav > li > a {
    height: 43px!important;
}

div#ControlBar {
    height: 63px;
}

.ControlBar_CustomMenuItems > li > a, #ControlActionMenu > li > a {
    height: 43px!important;
}

#ControlEditPageMenu > li > a {
    height: 43px!important;
}

#Body blockquote,
#Body blockquote p {
	font-style: normal;
}

div#ControlBar mark, div#ControlBar .mark { background: #171717; }


body .dnnPrimaryAction { padding: 8px 20px; color: #fff!important; border: none; background: #242D35; text-shadow:none; box-shadow: none; }
body .dnnPrimaryAction:hover { text-decoration:none; background: #34424F ;}

.dnnDropDownList .selected-item a, 
.dnnDropDownList .selected-item a:link, 
.dnnDropDownList .selected-item a:visited, 
.dnnDropDownList .selected-item a:hover,
 .dnnDropDownList .selected-item a:active {
    height: 35px;
}

.DynamicForms_MainPanel .radio-list-field .dnnRadiobutton {
    clear: left;
}

body .DynamicForms_MainPanel  .radio-list-field label {
    color: #4c4c4c;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    margin: 1px 0 3px;
    padding: 0;
}

/* end admin fixes */

body #Form.showControlBar { margin-top: 0 !important;}

#Body p {
    font-family: Arial,sans-serif;
    /*font-size:15px;*/
}

#Body {
    background-color: #f5f5f5!important;

}

#Body .Normal {
    font-size: 15px;
}

.row {
    margin: 0;
}

div#appic-content {
    background-color: #fff;
    border: 2px solid #EBEBEB;
}

h1, h2, h3, h4, h5, h6, #Body select, #Body .Normal, #Body p, h1 small,
h2 small, h3 small, h4 small, h5 small, h6 small  {
    color: black!important;
}

h1 {
    font-size: 26px;
}

/*page title*/
.row.h1-title-panel > h1 {
    font-size: 36px;
}

body .DynamicForms_QuestionTopDiv { overflow: visible}

#Body p {
    font-size: 15px!important;
    margin-bottom: 15px;
}

#Body p, #Body li, #Body span {
    line-height: 1.25;
}

#Body ol, #Body ul {
    margin-bottom: 20px;
}

#Body li {
    font-size: 15px;
}

h2.element {
    background: rgb(43, 130, 175);
    color: #fff;
    padding: 5px;
    font-weight: 500;
    margin-top:1em;
}

#dnn_ContentPane h2, 
#dnn_ContentPane h2 span, 
#dnn_ContentPane h2 strong {
    font-size: 20px !important;
    /*color: #006794!important;*/
    font-weight: normal!important;
    margin: 10px 0 10px!important;
    line-height: 1.25!important;
}

#Body h3 {
    font-size: 18px;
}

#dnn_ContentPane ul li {
    list-style-image: none!important;
    list-style-type: square;
}

#appic-content a {
    color: #006794;
    word-wrap: break-word;
}

#Body blockquote {
    border: none;
}

blockquote {
    margin:0!important;
    padding-bottom: 0;
    padding-top: 0;
    font-variant: normal!important;
    font-style:normal!important;
}

img {
    max-width: 100%;
}

#Body hr {
    max-width: 100%;
}

/*title panel*/
.h1-title-panel .h1-title {
    color: #fff!important;
    font-weight: lighter;
    text-align: left;
}

#Body a.Breadcrumb {
    color: #fff;
}

#Body a.Breadcrumb:last-child {
    color: #1494CC;
}

span#dnn_dnnBREADCRUMB_lblBreadCrumb {
    color: #fff;
}

.h1-title-panel {
    background: #242d35;
    margin: -15px -15px 35px -15px;
    vertical-align: middle;
    padding: 3em 2em 2em 2em;
    border-top: 2px solid rgb(43, 130, 175);
}


/* end title panel */

/* button styling */
.btn.orange-btn {
    background: #ED4E1D;
    padding: 7px 2px 5px 2px;
    font-size: 16px;
    border-radius: 3px;
    border-bottom: 2px solid #C53109;
    width: 120px;
    margin: 0;
    text-align: center;
    color: #fff!important;
}

.btn.orange-btn:hover {
    background: #C53109;
}

.btn.dark-btn {
    background: #202326;
    padding:7px 2px 5px 2px;
    font-size: 16px;
    border-radius: 3px;
    width: 120px;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid #000000;
    color: #fff!important;
}

.btn.dark-btn:hover {
    background: #000000;
}

a.btn.clear-btn {
    color: #fff!important;
    border: 2px solid #fff;
    border-radius: 3px;
    width: 120px;
}

a.btn.clear-btn:hover {
    color: #009BC4!important;
    border: 2px solid #009BC4;
}

.container .btn > a {
    color: #fff!important;
    text-decoration: none!important;
}

#Body a.btn.dark-btn {
    width: auto;
    padding: 7px 12px 5px 12px;
    font-size: 15px;
}

/* end buttons */

/*footer styles*/
.col-md-4.home-btn-signin {
    padding-left: 0;
}

.row.footer, div#appic-content {
    margin: 0 auto;   
    padding: 0;   
    max-width: 1180px;
    padding: 1em;
    margin-top: 10px;
}

.container-fluid pre {
    width: inherit;
}
/* end footer styles*/

/*header styles*/
.col-md-12.login-banner {
    position: relative;  
    margin-top: 20px; 
    height: 45px; 
    z-index: 0;
}

.col-md-12.login-banner ul li {
    list-style-image: none!important;
    list-style: none;
}

.lock-icon {
    margin-top: -.5em;
}

li > .lock-icon {
    margin-right: 2em;
}

li > .login-question {
    margin-right: 10px;
}

.title-banner a {
    color: #fff;
    font-size: 20px; 
    text-decoration: none!important; 
}


.col-md-8.title-banner {
    padding-top: .25em;
}

.login-question {
    color: #888;
}

div#appic-header-search-form {
    text-align: right;
    padding: 0;
}

body .sb-material-white .search-box { padding-top: 5px; padding-bottom: 5px; }

body .sb-material-white .search-btn {
    background-size: 13px;
    padding: 15px 15px 16px 21px;
    margin-top: -32px;
}
span.rmText.rmExpandDown, .RadMenu .rmRootGroup .rmLink {
    color: #2e85a6!important;
    font-size: 14px!important;
}

div#dnn_uxHeader_RADMENU1_RadMenu1 {
    margin-left: 0!important;
    margin-top: 2em!important;
}

.col-md-8.title-banner > a {
    color: #fff!important;
    font-size: 14px!important;
    font-weight: bold;
    margin-left: 3em;
}

.title-banner > a:hover {
    text-decoration: none!important;
}

#Form.showControlBar {
    margin: 0!important;
}

.col-md-12.login-banner ul {
    margin-top: 1em;
}

.col-md-12.login-banner ul li {
    color: #fff;
    float: left;
    font-size: 20px!important; 
}

div.col-md-12.login-banner > ul > li a {
    color: #fff;
}

.login, .login-question, .sign-up {
    padding-top: .75em;
}

.title-banner > div.col-md-8 a {
   color: #fff;
   float: left;
   font-size: 20px;
   margin-top: -4px;
   margin-left: -3em;
}

.logo-div {
    padding-top: 1em;
    text-align: center;
}

.searchInputContainer input {
    background: transparent;
    border: none;
    text-align: right;
    margin-right: 5px;
    height: 20px;
    color: #fff;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
}

.searchInputContainer input:focus {
    outline: none;
    color: #fff;
}

ul.searchSkinObjectPreview {
    margin-top: 2em;
}

a.contact-header {
    color: #fff;
    font-size: 14px;
    margin: 4px 5px 0 0;
}

.twitter-typeahead {
    width: 100%;
}

a.contact-header {
      color: rgb(36, 45, 53)!important;
}

.sb-head { margin-top: 20px; }

.contact-header {
  background: #F5F5F5;
  color: rgb(36, 45, 53)!important;
  padding: 8px 10px 6px 8px;
  width: 90px;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  margin-top: -3px;
  /* font-weight: 600; */
  float: left;
  height: 31px;
  margin-left: 0px;
}

.search-header img {
    margin-top: -18px;
}

.search-header {
    width: auto;
    margin: -3px 0 0 0;
}

.searchInputContainer input {
  border: none;
  text-align: left;
  margin: 0px 4px 0 5px;
  height: 26px;
  background: #0073A5;
  padding: 3px 2px 2px 10px;
  border-radius: 6px;
  color: #fff;
  width: auto;
  float: left;
}

.contact-header:hover {
    background: #1494CC;
}

#container .contact-header a:hover {
    text-decoration: none!important;
    color: #fff;
}


/*  CRAIG 1/14/2013 */

body #Form{ background: url(/portals/_default/skins/APPIC_2015/images/site-background.png) repeat-x }
/*body #Form.showControlBar { margin-top: 25px !important;} */
#userControls { display:none }

#appic-header-search-form {
    position: relative;

    top: 0;
    float: right;
    padding: 0;
    width: 290px;
}

.col-md-12.title-banner .col-md-8 {
    float: left;
    width: 60%;
}

/* end header styles */

.menu-membership-link, .menu-students-link, .menu-dues-link {
    height: 120px;
    width: 320px;
    float: left;
}

.join-menu-icons, div#Menu2Div {
    float: left!important;
}


@-moz-document url-prefix() {
    ul li ul li b.caret.hidden-desktop.pull-right.icon-chevron-down.icon-white {margin-top: -2em !important;}
}
    
#Body #appic-header b.caret {
    margin-right: 3px!important;
}

#navdttg > ul > li:nth-child(1) > a {
    margin-right: -2px;
}

.nav>.disabled>a{color:#999999;}
.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;background-color:transparent;cursor:default;}

/* footer styles */
div#appic-footer.container {
    background: #fff;
    border-top: 1px solid #D0D0D0;
    margin-top: 6em;
    width:100%;
    padding:0;
    margin:0;
    margin-top: 6em;
}

.col-md-6.site-credits ul {
    float: right;
}

.col-md-6.site-credits ul li {
    float: none!important;
    font-size: 12px!important;
}

.row.footer ul li {
    padding: 2px;
    float: left;
    padding: 2px;
    list-style: none;
    margin: 0;
}

.row.footer ul li a {
    font-size: 12px!Important;
    padding-top: 2px;
    color: black!important;
    background: none!important;
    float: left;
    height: auto!important;
    margin: auto!important;
    text-indent: 0!important;
    width: auto!important;
}

.row.footer ul li a:hover, .col-md-6.site-credits ul li.clarity > a:hover {
    color: #006594!important;
}

.row.footer .col-sm-6 ul li a:hover {
     color: #006594!important;
}
    
.col-md-6.site-credits ul li.clarity > a {
    color: #D0D0D0!important;
}

/*home page style*/
.col-md-6.home-left-top {
    background: url('/portals/0/images/home-applying-background.png') no-repeat;
    background-size: 100%; 
}

.col-md-6.home-right-top {
    background: url('/portals/0/images/home-news-img.png') no-repeat;
    background-size: 100%; 
}

.col-md-6.home-left-bottom {
    background: url('/portals/0/images/home-joining-img.png') no-repeat;
    background-size: 100%; 
}

.col-md-6.home-right-bottom {
    background: url('/portals/0/images/home-program-img.png') no-repeat;
    background-size: 100%;  
}

.col-md-12.home-large-right-top {
    background: #252E35; 
    padding: 0!important; 
}

#dnn_HomeTopRightPanel h2{
    margin-top: 26px; 
    color: #fff!important; 
    font-size: 20px!important;
    line-height: 25px; 
    text-align: center; 
}

.col-md-12.home-large-right-top .uppd-block {
      background: #252E35;   
      color: #fff; 
      min-height: 150px;
    text-align: center;       
}

.col-md-12.home-large-right-top .dol-block {
    background: #006794;
    color: #fff; 
    min-height: 150px; 
    text-align: center; 
    
}

@media (max-width: 990px) {
    .col-md-12.home-large-right-top .uppd-block,
    .col-md-12.home-large-right-top .dol-block {
        min-height: 100px;
        padding: 30px 0 30px;       
    }
    
    #dnn_HomeTopRightPanel h2,    
     .col-md-12.home-large-right-top  h2 { margin-top: 0px}
}

@media only screen and ( min-width: 991px) and (max-width: 1190px) {
    #dnn_HomeTopRightPanel .btn.orange-btn,
        #dnn_HomeTopRightPanel h2 { font-size: 17px!important; }
}


.home-large-right-top .btn.orange-btn {
    width: 250px
}

.col-md-12.home-large-right-bottom {
    background: #fff url('/portals/0/images/home-resources-img.png') no-repeat;
    background-position-x: -100px;
    padding-top: 15px; 
    
}

.col-md-4.home-small-left {
    background: url('/Portals/0/Images/home-small-left-background.png') no-repeat;
    background-size:100%;  
    height: 314px;
    width: 42%;
    padding-top: 6em;
}

.col-md-6.home-left-top, .col-md-6.home-right-top, .col-md-6.home-left-bottom, .col-md-6.home-right-bottom {
    margin-bottom:1em;
    height:150px;
    width: 49.25%;
    padding: 1em 2em 1em 2em;
}

.col-md-6.home-right-top, .col-md-6.home-right-bottom {
    margin-right: .75%;
}

.col-md-6.home-right-bottom, .col-md-6.home-right-top {
    margin-left: .75%;
}

#Body .col-md-8.home-large-right {
    padding-right: 0;
    padding-left: 1.25%;
    width: 58%;
}

.col-md-12.home-large-right-top, .col-md-12.home-large-right-bottom {
    min-height: 150px;
    margin-bottom:1em
}

#Body .home-style.container {
    background: none;
    border: none;
}

#Body #dnn_HomeTopHalfLeftTitle .Normal, #Body div#dnn_HomeBottomHalfLeftTitle .Normal, #Body div#dnn_HomeTopHalfRightTitle .Normal, #Body div#dnn_HomeBottomHalfRightTitle .Normal, div#dnn_HomeSmallLeftTitle .Normal, .col-md-12.home-large-right-top .Normal {
    color: white;
    font-size: 24px;
    line-height: 1.25em;
}
#Body #dnn_HomeTopHalfLeftTitle a, #Body div#dnn_HomeBottomHalfLeftTitle a, #Body div#dnn_HomeTopHalfRightTitle a, #Body div#dnn_HomeBottomHalfRightTitle a, div#dnn_HomeSmallLeftTitle a, .col-md-12.home-large-right-top a {
    color: white;
    font-size: 18px;
    line-height: 1.25em;
}

#Body .col-md-12.home-large-right-bottom .Normal p {
    color: rgba(0, 105, 146, 1);
    font-size: 24px;
    margin: 1em 0 0 0;
    line-height: 1!important;
}


#Body div#appic-content.home-style.container a {
    color: #fff;
}

#Body #dnn_HomeTopHalfLeftTitle a:hover, #Body div#dnn_HomeBottomHalfLeftTitle a:hover, #Body div#dnn_HomeTopHalfRightTitle a:hover, #Body div#dnn_HomeBottomHalfRightTitle a:hover, div#dnn_HomeSmallLeftTitle a:hover, .col-md-12.home-large-right-top a:hover, #Body div#dnn_HomeBottomRightPanel a:hover {
   text-decoration:none;
}
.col-md-12.home-large-right-bottom .Normal {
    padding-left: .75em;
}

#Body #dnn_HomeTopHalfLeftText .Normal, #Body div#dnn_HomeBottomHalfLeftText .Normal, #Body div#dnn_HomeTopHalfRightText .Normal, #Body div#dnn_HomeBottomHalfRightText .Normal, #Body div#dnn_HomeSmallLeftText .Normal {
    color: white;
}

#Body #dnn_HomeTopHalfLeftText, #Body div#dnn_HomeBottomHalfLeftText, #Body div#dnn_HomeTopHalfRightText, #Body div#dnn_HomeBottomHalfRightText, #Body div#dnn_HomeSmallLeftText {
    display: -webkit-box;  
    max-width: 400px;  
    max-height: 53px; 
    line-height: 1;  
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;  
    text-overflow: ellipsis;
}

div#dnn_HomeSmallLeftTitle {
    margin-bottom: 1em;
}

div#dnn_HomeSmallLeftText {
    margin-bottom: .75em;
}

.col-md-4.home-btn-directory, .col-md-4.home-btn-resources {
    padding-left: 0;
    margin-top: 0;
}

.col-xs-4.home-btn-join {
    margin-left: 1.5em;
}

.home-join-link {
    bottom: 10px;
    position: absolute;
}

#Body .home-join-link > a {
    color:#fff;
}

#Body #appic-content.home-style .home-join-link > a:hover {
    color: rgb(0, 155, 196);
}

#Body .home-join-link > a > img {
    margin-left: .5em;
}

#Body div#dnn_HomeBottomRightPanel a {
    color: #006794!important;
}


/* end home */

/*fixing nested blockquotes*/
blockquote > blockquote {
    margin-left: 0;
    margin-right: 0;
}

/*fixing login modules that cause scroll*/


/*appic fix drop-down menu styling*/
.jspPane > li {
    height: auto!important;
}

.even td { background: #E9E9E9}
body #trainingDirectory tr td { font-size: 14px; }


@media print {
    div#appic-header,
    div#appic-footer,
    span#dnn_dnnBREADCRUMB_lblBreadCrumb {
        display: none;
    }
    div#appic-content {
        border: none;
        
    }
    .row.h1-title-panel {
        border: none;
    }
    a[href]:after {
       content: none !important;
    }
    .row.h1-title-panel {
        padding: 0;
        margin-bottom: 0;
    }
}




input.total { font-size: 28px!important; border: none!important; color: #666!important; font-weight: bold; }

#dnn_ctr1502_DynamicForms_divQuestione7d4538a-33f7-49db-839b-f5c7e048b58f .DynamicForms_QuestionDiv:before { content: "$"; font-size: 28px!important;font-weight: bold; color: #666!important}
#dnn_ctr1502_DynamicForms_TBR_GUIDe7d4538a-33f7-49db-839b-f5c7e048b58fTotal { padding-left: 0}

#dnn_ContentPane .DynamicForms_Summary li { clear: both; list-style-type: square!important; font-size: 18px; color: red;}
.dynamicforms_requiredfield.dynamicforms_requiredfield {
    float: left;
    padding-top: 4px;
    color: red;
}

.twitter-typeahead { overflow: hidden;}

#Body .form-group p.description,
#Body .ModXModProFormViewC p.description {
     color: #777!important; 
     font-size: 12px!important;
     padding-top: 5px; 

}
#Body .ModXModProFormViewC .error ul li,
#Body .ModXModProFormViewC .error {
    color: red;
    font-weight: bold
}

.nav-tabs { margin-bottom: 0px !important }
.gray-box { padding: 20px; background: #f0f0f0; margin: 20px 0}
.yellow-box { padding: 20px; background: #F6F0DA; margin: 20px 0}
.white-text { color: #fff !important}

#login-box {
    background: #F5F5F5; 
    padding: 20px 40px 0;
}

#login-intro {
    margin: 0 0 0px
}

#login-intro h3 {
    line-height: 30px;
}

#register-block {
    background: #0099C7;
    padding: 20px 40px 40px;
}

#register-block h3 {
    color: #fff!important;
    font-size: 24px;
    line-height: 30px; 
    margin-bottom: 20px!important; 
}

.dnnCheckbox .mark {
    background: transparent; 
}

#dnn_ctr1464_Login_Login_DNN_registerLink { display: none }

.signup-alert {
    padding: 20px;
    border: 1px solid rgba(2,139,255,0.2);
    background: rgba(2,139,255,0.15);

}

#dnn_ctr1745_Register_userHelpLabel {
    display: none;
}

.dnnRegistrationForm .dnnFormMessage {
    display: block;
    padding: 0;
    margin-bottom: 18px;
    border: 0px solid rgba(2,139,255,0.2);
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 980px;
}


#uppd-register {
    background: #006794;
    color: #fff; 
    padding: 5px 20px 0px 20px;
    border-radius: 4px; 
}

#uppd-register .dnnSecondaryAction {
    background: #fff!important;
    box-shadow: none;
    text-shadow: none; 
    border: none;
    margin-left: 10px!important;
    padding: 7px;
}


#uppd-register h3,
#uppd-register p {
    color: #fff!important
}

#postdoc-apps {
    margin-top: 20px; 
    background: #ED4E1D;
    color: #fff; 
    padding: 5px 20px 5px 20px;
    border-radius: 4px; 
}

#postdoc-apps h3,
#postdoc-apps p {
    color: #fff!important
}


.xmp-Postdoc_Directory_Search  {
    padding: 30px 20px 0px;
    border-radius: 4px; 
    margin: 30px 0;
    background: #E7E7E7;
    border: 2px solid #D7D7D7
}


#APPICHome #PfNavMega { margin-bottom: 0px !important}

#APPICHome #welcomePane {
    background-color: #006794;
    background-image: url(../images/globe4.jpg);
    background-size: cover;
    background-position: top left; 
	color: #fff!important;
	text-align: center; 
	padding: 60px 0 40px; 
}

#APPICHome #welcomePane h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 30px; 
}


#APPICHome #welcomePane div, #APPICHome #welcomePane h1, #welcomePane p {
	color: #fff!important; 
	text-align: center; 
	margin-bottom: 30px; 	
}

#APPICHome #welcomePane div,
#APPICHome #welcomePane p {
	font-size: 18px!important
}

#APPICHome #welcomePane p a { 
    font-weight: bold; 
    color: #fff;
    text-decoration: none!important; 
}


#welcomePane .btn-orange { 
    font-weight: 300!important;
     padding: 10px 30px;  
     border-radius: 0;
     font-size: 27px; 
     font-family: 'Open Sans', sans-serif;
     border-bottom: 5px solid #B34928!important;
     border-left-width: 0!important;
     border-right-width: 0!important;
     margin-top: 20px;
     margin: 20px 15px 0 15px;
     -webkit-box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.67);
     -moz-box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.67);
     box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.67);
     
    }

#welcomePane .btn-white { 
    padding: 10px 30px;  
    border-radius: 0;
    background: #fff!important;
    color: #006594!important; 
    font-size: 27px; 
    font-weight: 300!important;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 5px solid #034666!important; 
    margin: 20px 15px 0 15px;
    border-left-width: 0!important;
    border-right-width: 0!important;
    -webkit-box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.5);
-moz-box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.5);
box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.5);

}


#APPICHome #directoryBar {
	padding: 180px 0; 
    background-image: url(../images/skyline.jpg);
    background-size: cover;
    background-position: top left;     
}

#APPICHome #dnn_DirectoryLeft .container-content, 
#APPICHome #dnn_DirectoryRight .container-content {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 20px; 
	border-bottom: 4px solid #C9C9C9;	
    margin-bottom: 20px; 
    -webkit-box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.67);
-moz-box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.67);
box-shadow: -5px 3px 22px -4px rgba(0,0,0,0.67);

}

#APPICHome #dnn_DirectoryLeft h2, 
#APPICHome #dnn_DirectoryRight h2 {
	font-size: 22px; 
	line-height: 28px; 
}

#APPICHome #dnn_DirectoryLeft h2 a, 
#APPICHome #dnn_DirectoryRight h2 a {
	text-decoration: none!important 
}

#APPICHome #directoryBar h2 {
color: #fff!important; 
margin: 10px 0 20px 0 }

#APPICHome #directoryBar h2,
#APPICHome #directoryBar p {
text-align: center; 
}

#APPICHome #dnn_trendingLinks {
padding-top: 50px;
padding-bottom: 40px;
}

#APPICHome #resourcesBar {
    background: #ED4E1D;

}

#APPICHome #dnn_trendingLinks h2 {
	color: #fff!important;
	text-align: center; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

.no-padding { padding: 0px }

#APPICHome #PfNavMega { margin-bottom: 0px; }

#APPICHome #dnn_trendingLinks ul  { 
    margin: 40px auto 30px 40px;
    text-align: center;  }

#APPICHome #dnn_trendingLinks ul li {
	list-style-type: none; 
	background: none;
	display: inline-block;
	text-align: center; 
	margin: 0 20px 15px; 

	font-size: 20px; 
}

#APPICHome #dnn_trendingLinks ul li a { 
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
 }

#APPICHome #trainingResources {
	background: #252E35;
	padding: 80px 0 90px; 
}

#APPICHome #newsHeading h2 {
	text-align: center; 
	margin: 90px 0 0px; 
	color: #006794!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

#APPICHome #trainingResources h2 {
	color: #fff!important; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 30px; 	
	margin-bottom: 30px; 
}

#APPICHome #trainingResources ul {
    color: #fff!important; 
    margin-bottom: 40px; 
}

#APPICHome #trainingResources ul li {
	list-style-image: none!important; 
	font-size: 18px; 
	margin-bottom: 10px; 
	color: #fff!important; 
	
}

#APPICHome #trainingLeft {
	text-align: center
}


#APPICHome #trainingLeft img{
	margin: 0 auto; 
}

#APPICHome #dnn_News .row {
	margin-top: 20px;
	margin-bottom: 20px; 
	margin-left: -15px;
	margin-right: -15px; 

}

#APPICHome #dnn_News {
	padding-bottom: 40px; 
}

#APPICHome #dnn_News .publish-month-day {
	font-size: 40px;
	color: #006794; 
	line-height: 45px; 
	margin: 0;
	text-align: right; 
}

#APPICHome #dnn_News .publish-year { 
	font-size: 25px;
	color: #717171; 
	text-align: right; 
}

#APPICHome #dnn_News .article-date {
	border-right: 2px solid #b3b3b3; 
	padding-top: 20px;
	padding-bottom: 20px;
}

#APPICHome #dnn_News .article-content {
	padding-top: 30px;
	padding-bottom: 00px; 
}

#APPICHome #dnn_News .article-sub-title {
	font-size: 18px; 
	line-height: 24px; 
    margin-top: 0px; 
    margin-bottom: 2px; 
    color: #006594!important;
    text-align: center!important;
}


#APPICHome #dnn_News .article-title {
	font-size: 30px; 
	line-height: 36px; 
    margin-top: 0px; 
    text-align: center!important;
}

#APPICHome #dnn_News .article-title a {
	color: #717171; 
    text-decoration: none!important;
    text-align: center!important; 
	
}

#APPICHome .article.row.odd.item_1:before {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 25%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #DCDCDC; /* This creates the border. Replace black with whatever color you want. */
}


#APPICHome .article.row.odd.item_1:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 25%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #DCDCDC; /* This creates the border. Replace black with whatever color you want. */
}

#APPICHome #dnn_News .article-read-more {
    text-align: center; 
}

#APPICHome .user_dashboard {
	text-align: center;
	padding: 20px 0; 
	border: 1px solid #999;
	background: #cecece; 
	max-width: 500px;
	margin: 30px auto;  
}

#APPICHome .user_dashboard a {
	margin: 0 20px; 
}

#APPICHome .article-read-more a {
    font-size: 18px;
    text-align: center; 
	color: #ed4e1d;
}


#APPICHome #dnn_trainingRight a {
	color: #fff;
}

#APPICHome #appic-footer { margin-top: 0px!important }

.ProgramDescription,
.ProgramDescription p,
.ProgramDescription span,
.ProgramDescription  div {
		font-family: Arial, Helvetica, sans-serif!important;
		font-size: 15px!important;
		background: none!important;
		background-image: none!important;
		font-weight: normal!important;
		color: #444!important;		
		line-height: 20px!important; 
}


.tabButton.disabled a.tabLink {
    color: #555!important;
}

.tabButton.disabled.active a.tabLink {
    color: #006594!important;
    font-weight: bold!important; 
}


@media (max-width: 600px) {
    .comment-tabs .nav-tabs {
        display: none!important 
    }.comment-tabs .tab-pane { border: none!important}

}

.password-strength-tooltip h2,
.password-strength-tooltip ul li label {
    color: #fff!important
}

.password-strength-tooltip ul li { list-style-type: none!important }

.search-manage-btn { display: none !important; }


@media(max-width: 995px) {
	.publish-month-day, 
	.publish-year,
	.article-read-more,
	.article-title { 
		text-align: center!important; 
	}

	#dnn_News .article-date {
		border-right: none; 
		margin: 0 auto; 
		border-bottom: 2px solid #b3b3b3; 
		max-width: 300px;
		padding-bottom: 15px; 
	}

	.publish-month-day { font-size: 25px!important; line-height: 30px!important; }
}

.btn {
	color: #fff!important;
	background: #ED4E1D;
	padding: 5px 15px;
	border-radius: 4px; 
	font-size: 18px; 

}


.btn-orange {
	color: #fff!important;
	background: #ED4E1D;
	padding: 5px 15px;
	border-radius: 4px; 
	font-size: 18px; 
	border: 2px solid #ED4E1D!important;
	margin: 0 10px; 
}

.btn-white {
	background: transparent;
	border: 2px solid #fff!important;
	border-radius: 5px; 
}


#APPICHome .more-news {
    text-align: center; 
	Margin: 0 0 60px 0;
}



.MenuWrapperMega { margin-top: 10px; }

#PfNavMega { margin-bottom: 0!important}

@media (max-width:1040px) {

    .title-banner .col-md-8 { display: none }
}


@media (max-width:980px) {

    div#appic-footer.container { margin-top: 0}    
    #APPICHome #dnn_trendingLinks ul {margin-left: 0px; margin-right: 0px}
    #APPICHome #dnn_trendingLinks h2 { padding: 0 40px; }
    #APPICHome #dnn_News .article-date { border-right: 0px; padding-bottom: 10px; }

    #appic-header { height: 115px; margin-left: -15px; margin-right: -15px; }
    #Body .navbar-inner { position: relative; top: -10px}
    
    
}
    

@media (max-width:440px) {

    #Body .navbar {margin-bottom: 0; margin-left: 0; border-bottom: none; }
    #Body div#appic-content {padding: 0;}

	#Body #directoryBar { padding: 50px 0 25px; }

	#welcomePane .btn-orange { margin-right: 0;}
	#welcomePane .btn-white { mergin-left: 0 ; }

	
	#welcomePane .btn-orange,
	#welcomePane .btn-white { width: 90% }

	#APPICHome #trainingResources h2 { text-align: center; }
    
    div#appic-header {
        height: auto;
        background: rgb(36, 45, 53);
        margin-left: -15px;
        margin-right: -15px;
    }
    
    div#appic-header-search-form {
        width: 90%;
        float: right;
        margin-left: auto;
    }
    
    div#appic-footer.container { margin-top: 0}    
    #APPICHome #dnn_trendingLinks ul {margin-left: 0px; margin-right: 0px}
    #APPICHome #dnn_trendingLinks h2 { padding: 0 40px; line-height: 50px; }
    #APPICHome #dnn_News .article-date { border-right: 0px; padding-bottom: 10px; }
    
    #APPICHome #dnn_trendingLinks ul li {
        width: 80%;
        margin-bottom: 10px;
    }
    
    .navbar .btn-navbar {
        color: #fff!important;
        background: #ED4E1D!important;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 18px;
        border: 2px solid #ED4E1D!important;
        margin: 0 10px;
    } 
    
    .contact-header { display: none ; background: none; }
    .contact-header  a { color: #fff; font-size: 16px; }
    
    #Body .navbar-inner { top: 0px}
}

.fa-cabinet-filing { font-size: 40px; margin-right: 10px; position: relative; top: 5px}
.fa-newspaper { font-size: 60px; margin-bottom: 30px;  }

.fa-calendar-exclamation { font-size: 30px; color: #fff; margin-right: 10px; }

#appic-footer { margin-top: 0!important}




/* mobile menu */




ul.nav.nav-pills {
    padding: 0 1em 1em 1em;
    margin: 0;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #C2C9D0!important;
    -moz-box-shadow: 0 1px 2px #C2C9D0!important;
    box-shadow: 0 1px 2px #C2C9D0!important;
    background: #fafafa;
}

li.dropdown {
    width: 100%;
}

#Body .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #e5e5e5!important;
}

.nav li > a .caret.hidden-desktop {
    border: none!important;
    background-image: url(/Portals/_default/Skins/APPIC_2015/images/glyphicons-halflings-white.png);
    background-color: #333;
    background-position: -305px -110px!important;
    width: 30px!important;
    line-height: 30px!important;
    min-height: 30px!important;
    height: auto;
    display: inline-block;
    margin: 0!important;
    border-radius: 3px;
    margin-top: -7px!important;
}


.description-yes,
.description-no {
    display: none; 
}

.description-yes .warning-msg {
    margin-top: 10px;
    padding: 15px;
    background: #FFE5D4;
    border: 1px solid #BF5B16; 
    border-radius: 5px;

}

.description-no .warning-msg {
    margin-top: 10px;
    padding: 15px;
    background: #FFE5D4;
    border: 1px solid #BF5B16; 
    border-radius: 5px;
}